@font-face {
    font-family: 'mothercare_2020demi';
    src: url('/mothercare_2020-demi.woff2') format('woff2'),
         url('/mothercare_2020-demi.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mothercare_2020junior';
    src: url('/mothercare_2020-junior.woff2') format('woff2'),
         url('/mothercare_2020-junior.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mothercare_2020regular';
    src: url('/mothercare_2020-regular.woff2') format('woff2'),
         url('/mothercare_2020-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mothercare_2020thin';
    src: url('/mothercare_2020-thin.woff2') format('woff2'),
         url('/mothercare_2020-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: lowercase;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(22,92,125,20%);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(22,92,125,80%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(22,92,125,100%);
}

body {
    background-color: #F2F1ED !important;
}
body,.btn{
    font-family: 'mothercare_2020thin';
    letter-spacing: 1px;
}
body > .container,
.wrapper-body > .container,
form[action*="Cart"] > .container,
.cart-items .pb-5 > .container,
.product-detail > .container,
.product-description-main > .container,
iframe[src*="quickform"] {
    background-color: #fff;
}
.iframe-body {
    background-color: #fff !important;
}
/* width */
.iframe-body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.iframe-body::-webkit-scrollbar-track {
  background: #F2F1ED;
}

/* Handle */
.iframe-body::-webkit-scrollbar-thumb {
  background: #505759;
}

/* Handle on hover */
.iframe-body::-webkit-scrollbar-thumb:hover {
  background: #3B3A3A;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'mothercare_2020thin';    
    letter-spacing: 1px;
}
.m-0 { margin:0!important; }
.m-1 { margin:.25rem!important; }
.m-2 { margin:.5rem!important; }
.m-3 { margin:1rem!important; }
.m-4 { margin:1.5rem!important; }
.m-5 { margin:3rem!important; }

.mt-0 { margin-top:0!important; }
.mr-0 { margin-right:0!important; }
.mb-0 { margin-bottom:0!important; }
.ml-0 { margin-left:0!important; }
.mx-0 { margin-left:0 !important;margin-right:0 !important; }
.my-0 { margin-top:0!important;margin-bottom:0!important; }

.mt-1 { margin-top:.25rem!important; }
.mr-1 { margin-right:.25rem!important; }
.mb-1 { margin-bottom:.25rem!important; }
.ml-1 { margin-left:.25rem!important; }
.mx-1 { margin-left:.25rem!important;margin-right:.25rem!important; }
.my-1 { margin-top:.25rem!important;margin-bottom:.25rem!important; }

.mt-2 { margin-top:.5rem!important; }
.mr-2 { margin-right:.5rem!important; }
.mb-2 { margin-bottom:.5rem!important; }
.ml-2 { margin-left:.5rem!important; }
.mx-2 { margin-right:.5rem!important;margin-left:.5rem!important; }
.my-2 { margin-top:.5rem!important;margin-bottom:.5rem!important; }

.mt-3 { margin-top:1rem!important; }
.mr-3 { margin-right:1rem!important; }
.mb-3 { margin-bottom:1rem!important; }
.ml-3 { margin-left:1rem!important; }
.mx-3 { margin-right:1rem!important;margin-left:1rem!important; }
.my-3 { margin-bottom:1rem!important;margin-top:1rem!important; }

.mt-4 { margin-top:1.5rem!important; }
.mr-4 { margin-right:1.5rem!important; }
.mb-4 { margin-bottom:1.5rem!important; }
.ml-4 { margin-left:1.5rem!important; }
.mx-4 { margin-right:1.5rem!important;margin-left:1.5rem!important; }
.my-4 { margin-top:1.5rem!important;margin-bottom:1.5rem!important; }

.mt-5 { margin-top:3rem!important; }
.mr-5 { margin-right:3rem!important; }
.mb-5 { margin-bottom:3rem!important; }
.ml-5 { margin-left:3rem!important; }
.mx-5 { margin-right:3rem!important;margin-left:3rem!important; }
.my-5 { margin-top:3rem!important;margin-bottom:3rem!important; }

.mt-auto { margin-top:auto!important; }
.mr-auto { margin-right:auto!important; }
.mb-auto { margin-bottom:auto!important; }
.ml-auto { margin-left:auto!important; }
.mx-auto { margin-right:auto!important;margin-left:auto!important; }
.my-auto { margin-bottom:auto!important;margin-top:auto!important; }

.p-0 { padding:0!important; }
.p-1 { padding:.25rem!important; }
.p-2 { padding:.5rem!important; }
.p-3 { padding:1rem!important; }
.p-4 { padding:1.5rem!important; }
.p-5 { padding:3rem!important; }

.pt-0 { padding-top:0!important; }
.pr-0 { padding-right:0!important; }
.pb-0 { padding-bottom:0!important; }
.pl-0 { padding-left:0!important; }                             
.px-0 { padding-left:0!important;padding-right:0!important; }
.py-0 { padding-top:0!important;padding-bottom:0!important; }

.pt-1 { padding-top:.25rem!important; }         
.pr-1 { padding-right:.25rem!important; }                       
.pb-1 { padding-bottom:.25rem!important; }      
.pl-1 { padding-left:.25rem!important; }                            
.px-1 { padding-left:.25rem!important;padding-right:.25rem!important; }
.py-1 { padding-top:.25rem!important;padding-bottom:.25rem!important; }

.pt-2 { padding-top:.5rem!important; }                                              
.pr-2 { padding-right:.5rem!important; }                                
.pb-2 { padding-bottom:.5rem!important; }               
.pl-2 { padding-left:.5rem!important; }                                             
.px-2 { padding-right:.5rem!important;padding-left:.5rem!important; }
.py-2 { padding-top:.5rem!important;padding-bottom:.5rem!important; }

.pt-3 { padding-top:1rem!important; }                               
.pr-3 { padding-right:1rem!important; }             
.pb-3 { padding-bottom:1rem!important; }                
.pl-3 { padding-left:1rem!important; }                              
.py-3 { padding-bottom:1rem!important;padding-top:1rem!important; }
.px-3 { padding-right:1rem!important;padding-left:1rem!important; }

.pt-4 { padding-top:1.5rem!important; }                             
.pr-4 { padding-right:1.5rem!important; }               
.pb-4 { padding-bottom:1.5rem!important; }              
.pl-4 { padding-left:1.5rem!important; }                                
.px-4 { padding-right:1.5rem!important;padding-left:1.5rem!important; }
.py-4 { padding-top:1.5rem!important;padding-bottom:1.5rem!important; }

.pt-5 { padding-top:3rem!important; }   
.pr-5 { padding-right:3rem!important; } 
.pb-5 { padding-bottom:3rem!important; }    
.pl-5 { padding-left:3rem!important; }  
.px-5 { padding-right:3rem!important;padding-left:3rem!important; }
.py-5 { padding-top:3rem!important;padding-bottom:3rem!important; }
.lds-dual-ring {
  width: 80px;
  height: 80px;
  position: fixed;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  display: none;
  z-index: 10;
}
.lds-dual-ring:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.8;
    z-index: 100;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #165C7D;
  border-color: #165C7D transparent #165C7D transparent;
  animation: lds-dual-ring 1.2s linear infinite;
   position: fixed;
   z-index: 101;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form-control{
    border: 1px solid #F2F1ED;
}
.wrapper-body {
    min-height: calc(100vh - 111px);
    margin-bottom: 0px;
}
.panel-default>.panel-heading{
    background-color: rgb(217 217 214 / 10%);
}
a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus{
    background-color: rgb(217 217 214 / 10%);
}
.navbar-right{
    outline: 0px;
}
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a{
    font-family: 'mothercare_2020thin';
    text-transform: lowercase;
}
.navbar-static-top.navbar .menu-bar > .navbar-nav li a{
    text-transform: lowercase;
}
.navbar-static-top.navbar-inverse .navbar-brand img {
    max-height: 45px;
    
}
@media only screen and (min-width: 768px) {
    .navbar-static-top.navbar-inverse .navbar-brand img {
        max-height: 50px;
    }
}
h1 {color:#165C7D; font-weight: 600;}

.btn-primary,.btn-primary:active, .btn-primary:focus,.btn-primary.active.focus,.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus{
    background-color: #165C7D;
    border-color: #165C7D;
    color: #fff;
}

.btn-primary:hover,.btn-primary.active,.btn-primary.active:hover{
    background-color: rgba(22,92,125, 0.8);
    border-color: rgba(22,92,125, 0.8);
    color: #fff;
}

.btn-default,.btn-default:active, .btn-default:focus,.btn-default.active.focus,.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus{
    background-color: #505759;
    border-color: #505759;
    color: #fff;
}
.btn-default:hover,.btn-default.active,.btn-default.active:hover{
    background-color: rgba(80,87,89, 0.8);
    border-color: rgba(80,87,89, 0.8);
    color: #fff;
    text-decoration: none;
}
.btn-success,.btn-success:active, .btn-success:focus,.btn-success.active.focus,.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus{
    background-color: #85B09A;
    border-color: #85B09A;
    color: #fff;
}
.btn-success:hover,.btn-success.active,.btn-success.active:hover{
    background-color: rgba(133,176,154, 0.9);
    border-color: rgba(133,176,154, 0.9);
    color: #fff;
}

.btn-info,.btn-info:active, .btn-info:focus,.btn-info.active.focus,.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus{
    background-color: #DBB7BB;
    border-color: #DBB7BB;
    color: #fff;
}
.btn-info:hover,.btn-info.active,.btn-info.active:hover{
    background-color: rgba(219,183,187, 0.9);
    border-color: rgba(219,183,187, 0.9);
    color: #fff;
}

.btn-warning,.btn-warning:active, .btn-warning:focus,.btn-warning.active.focus,.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus{
    background-color: #E7B78A;
    border-color: #E7B78A;
    color: #fff;
}
.btn-warning:hover,.btn-warning.active,.btn-warning.active:hover{
    background-color: rgba(231,183,138, 0.9);
    border-color: rgba(231,183,138, 0.9);
    color: #fff;
}



.btn-primary.added-product,
.btn-primary.added-product:hover,
.btn-primary.added-product:active {
    background-color: rgba(22,92,125, 0.5) !important;
    border-color: rgba(22,92,125, 0.5) !important;
    pointer-events: none;
    cursor: default;
}
    label{font-weight: 600;}
    .notifications-container {position:relative; padding-bottom:100px;min-height: calc(100vh - 111px);}
    .notifications-popup-container {position: relative;}
    .badge-new {background-color:#165C7D; margin-right: 5px;}
    #notificationContainer {
        background-color: #fff;
        border: 1px solid #F2F1ED;
        box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
        overflow: visible;
        position: absolute;
        top: 0;
        right:8px;
        width: 400px;
        z-index: 1000;
        display: none; 
    }

    #notificationContainer:before {
        content:'';
        width: 0; 
        height: 0; 
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid #F2F1ED;
        position:absolute;
        top:1px;
        right:0;
        margin-top: -13px;
        margin-right: 160px;
    }
    #notificationContainer:after{
        content:'';
        width: 0; 
        height: 0; 
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 11px solid white;  
        position:absolute;
        top:1px;
        right:0;
        margin-top: -12px;
        margin-right: 160px;
        }
    #notificationTitle {   
        font-weight: bold;
        padding: 8px;
        font-size: 13px;
        background-color: #ffffff;
        position: relative;
        z-index: 1000;
        width: 384px;
        border-bottom: 1px solid #F2F1ED;
    }
    #notificationsBody
    {
    padding: 15px !important;
    }
    .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a .count {
        border-radius: 99px;
        font-size: 10px;
        background-color: #0161af;
        position: absolute;
        display: inline-block;
        width: 16px;
        height: 16px;
        text-align: center;
        color: white;
        line-height: 18px;
        top: 0px;
        right: 3px;
    }
    #notificationsBody ul {padding:0; margin:0}
    #notificationsBody ul li {
        list-style:none;
        border-bottom: 1px solid #F2F1ED;
        padding-bottom:10px;
        margin-bottom:10px;
    }
    #notificationsBody ul li.highlight-row {
        color: #165C7D;
    }
    #notificationsBody ul li:last-child {
        border-bottom:none;
        padding-bottom:0;
        margin-bottom:0;
    }
    #notificationFooter
    {
    background-color: rgb(217 217 214 / 10%);
    text-align: center;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
    border-top: 1px solid #F2F1ED;
    }

.navbar-inverse .navbar-nav > li > a:focus {outline: none;border:none !important;}
.nav>li>a {
    padding: 10px 8px;
    margin: 0;
}
.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {margin-top:10px;}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {margin:0 3px;}

#content-container {
    min-height: calc(100vh - 112px);
}

.footer-links ul {
    color:black; 
    display: flex;
    list-style-type: disclosure-closed; 
    align-items: end;
    justify-content: flex-end;
    padding: 0;
}


.nav-tabs>li>a {
    background-color: rgb(217 217 214 / 10%);
    min-height: 45px;
}
a:focus{
    outline: none;
}
.nav > li > a:focus {
    outline: none;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: white;
    background-color: #165C7D;
    border: 1px solid #165C7D;
    outline: none;
}
.nav-tabs {
    border-bottom: 5px solid #165C7D;
    overflow: hidden;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none;
}
footer .footer-bottom{
    background-color: #505759;    
}
footer .footer-bottom ul li a,footer .footer-bottom p{
    color: #ffffff !important;
}
.headings-level2-cos.row {
    padding: 0 30px;
}
.headings-level2-cos.row h3{
    color: #165C7D;
}
.headings-level2-cos.row h3.currentseason {
    display: inline-block;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    font-family: 'mothercare_2020regular';
    color: #fff;
    line-height: 1;
    margin: 18px 0 13px;
}

.headings-level2-cos.row .season-phase-wrap {
    border-top: 5px #165C7D;  
}

.headings-level2-cos.row .orderdate-season-wrap {
    background-color: #165C7D;
    color: #fff;
}
.headings-level2-cos.row h3.order-date{
    display: inline-block;
    line-height: 1;
    margin: 0;
    color: #fff;
    padding: 20px 15px 18px;
}
/*========== Home Page Template ===========*/
.mainhome{
    display: flex; 
    flex-wrap: wrap; 
    text-align: left;  
    padding: 8px; 
    margin: 0px;
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;    
    min-height: calc(100vh - 111px) !important;
}
.mainimgblock{
    display: flex; flex-direction: column; justify-content: center;
}
.miancontwrap{
    display: flex; flex-wrap: wrap;
}
.getstartedmain{
    display: flex; flex-wrap: wrap; text-align: center; min-height: auto; padding: 45px 8px; margin: 0px;
}
.getstartedhead{
    display: flex; flex-direction: column; justify-content: center;
}
.getstartedtxt{
    text-align: center; margin-top: 16px;
}
/*====== Profile Page Style =======*/
.profile-page-wrap{
    min-height: calc(100vh - 111px);
}
.profile-page-wrap fieldset legend{
    padding-bottom: 15px;
    border-color: #165C7D;
    border-width: 2px;
    color: #165C7D;
}
.profile-page-wrap #ProfileFormView{
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #F2F1ED !important;
    background-color: #fff;
}
.profile-page-wrap #ProfileFormView table, .crmEntityFormView table{
    /* background-color: rgb(217 217 214 / 10%); */
    background-color: #fff;
}

.crmEntityFormView .form-control.readonly, .crmEntityFormView .form-control[readonly][disabled], .form-readonly .form-control{
    text-indent: 5px;
    letter-spacing: 1px;
    padding: 6px 12px;
    border: 1px solid #F2F1ED;
}

.profile-page-wrap #ProfileFormView input,.crmEntityFormView table input,.crmEntityFormView table .text-muted,.profile-page-wrap #ProfileFormView select,.profile-page-wrap #ProfileFormView .text-muted{
    text-indent: 5px;
    letter-spacing: 1px;
    padding: 6px 12px;
}
.profile-page-wrap #ProfileFormView input,
.profile-page-wrap #ProfileFormView .text-muted,
#QuickviewControl1626270900030.crmEntityFormView .cell input[type=text],
#QuickviewControl1626270900030.crmEntityFormView .cell .form-control[readonly],
#QuickviewControl1626270900030.crmEntityFormView table .text-muted {
    padding: 0;
    background-color: transparent !important;
    border:none;
    text-indent: 0;
}
#QuickviewControl1626270900030.crmEntityFormView {
    background-color: #fff !important;
}

.modal .crmEntityFormView .cell input[type=text],
.modal .crmEntityFormView .cell .form-control[readonly],
.requestmain .crmEntityFormView .cell input[type=text],
.requestmain .crmEntityFormView .cell .form-control[readonly] {
    border: 1px solid #F2F1ED;
        background-color: #ffffff !important;
    padding: 6px 12px;
    text-indent: 5px;
}
.modal .crmEntityFormView table .text-muted,
.requestmain .crmEntityFormView table .text-muted {
    border: none;
    background-color: #ffffff !important;
    padding: 6px 12px;
    text-indent: 5px;
    left: 2px;
    top: 2px !important;
    box-sizing: border-box;
    height: 30px;
}

   
    

.modal .crmEntityFormView,
.requestmain .crmEntityFormView,
.modal .crmEntityFormView table,
.requestmain .crmEntityFormView table {
    background-color: #ffffff !important;
}
iframe body {
    background-color: transparent;
}
.profile-page-wrap .well{
    font-size: 17px;
    background-color: rgba(22, 92, 125, 0.8);    
    color: #fff;
}
.profile-page-wrap .well img{
    border-radius: 100px;
}
.profile-page-wrap #btnRequestValidate{
    margin-bottom: 30px;
}
.profile-page-wrap #ProfileFormView .section .cell{
    padding: 10px;
}
.profile-page-wrap fieldset .section-title{
    border-bottom: 2px solid #165C7D;
    padding-bottom: 15px;
    color: #165C7D;
    font-family: 'mothercare_2020demi';
}
.profile-page-wrap .profilemaintxt{
    font-family: 'mothercare_2020demi';
}
.profile-page-wrap .quickform{
    min-height: 430px;
    margin:0px -10px;
}
.crmEntityFormView .cell.crmquickform-cell:first-child{
    border-right: 0px;
}
.profile-page-wrap [data-name="null_section_4"]{
    border: 0px;
}

.crmEntityFormView{
    border: 0px !important;
}
.crmEntityFormView .cell .field-label{
    color: #165C7D;
    font-size: 14px;
}
.crmEntityFormView .form-control.readonly:focus, .crmEntityFormView .form-control[readonly][disabled]:focus, .form-readonly .form-control:focus{
    outline: 0px;
}


/*========== My Order Template ===========*/
.myordermain{
    margin: 20px 0px;
}
.myordermain .myorderexcelfile,.myordermain .exporttable{
    display: inline-block;
    max-width: 100%;
}
.myordermain .myorderexcelfile .btn-excelfile{
    background-color: rgb(217 217 214 / 10%);
    outline: 0;
    box-shadow: none;
    padding: 5px 12px;
    max-width: 100%;
    white-space: nowrap;
}
.myordermain .exporttable{
    margin-left: 10px;
}
.exceltablestyle{
    margin-top: 20px;
}
.exceltablestyle .table{
    border-spacing: 0;
}
.exceltablestyle .table tr th,
.exceltablestyle .table table tr th,
.exceltablestyle .table tr:first-child td{
    background-color: rgba(22, 92, 125, 0.8);
    color: #fff;
    font-weight: 600;
}
.exceltablestyle .table-striped>tbody>tr:nth-of-type(odd),
.exceltablestyle .table-striped>table>tbody>tr:nth-of-type(odd) {
    background-color: rgb(217 217 214 / 10%) !important;
}


/*========== Notification Screen Style ===============*/
.notificationomth {
    background-color: rgb(217 217 214 / 10%);
    padding: 15px;
    margin-bottom: 10px;
}

.notificationomth h2 {
    font-size: 20px;
    margin: 0px;
    color: #165C7D;
}

.notificationomth .notification-date {
    font-size: 13px;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
    color: #3B3A3A;
    display: block;
}
.notificationomth .notification-mes{
    font-size: 14px;
    margin: 6px 0px;
}

/*=========== Privacy Policy Modal =============*/
#mothercareprivacy .modal-header .modal-title{
    font-weight: 600;
    color: #165C7D;
}
#mothercareprivacy p{
    font-size: 15px;
}
#mothercareprivacy .modal-body{
    overflow-y: auto;
    max-height: 450px;
    padding: 25px;
    background-color: rgb(214 210 196 / 10%);
}
#mothercareprivacy .btn-default {
    color: #01457c;
    background-color: rgb(217 217 214 / 10%);
    border-color: #F2F1ED;
}
#mothercareprivacy .modal-footer .btn {
    padding: 6px 18px;
    font-family: 'mothercare_2020demi';
}
#mothercareprivacy .modal-footer .btn-default:hover {
    color: #01457c;
    background-color: rgb(217 217 214 / 10%);
    border-color: #F2F1ED;
}
#mothercareprivacy button.close {
    display: none;
}

/*=========== FAQ's ===========*/
.faqmothercare{
    margin: 30px 0px;
}
.faqmothercare .panel-group .panel-heading .panel-title a:before{
    display: none;
}
.faqmothercare .panel-group .panel-default {
    border-color: none;    
}
.panel-group .panel-default > .panel-heading{
    border-bottom: 1px solid #F2F1ED;
}
.faqmothercare .panel-group .panel-heading .panel-title a {
    text-decoration: none;
    color: #165C7D;
    padding: 10px 0px;
    display: block;
    font-family: 'mothercare_2020demi';
}
.faqmothercare .panel-group .panel-heading .panel-title [aria-expanded="true"] i:before{
    content: "\e113";
}
.faqmothercare .panel-title .glyphicon{
    float: right;
}
.faqmothercare .panel-collapse{
    background-color: rgb(214 210 196 / 10%);
}

/*============ Request Main Page Style ============*/
.requestmain{
    /* margin-bottom: 20px; */
}
[disabled="disabled"]{
    border: 1px solid #F2F1ED !important;
    background-color: rgb(214 210 196 / 20%) !important;
}
.form-control[readonly="readonly"]{
    border:1px solid #F2F1ED;
}
.requestmain .xrm-editable-hover,
.newrequestmain .xrm-editable-hover,
.xrm-editable-hover,
.my-range-plans .xrm-editable-hover{
    outline: none !important;
}
.requestmain .entitylist,
.my-range-plans .entitylist{
    border: 0px;
}
.requestmain .grid-actions,
.my-range-plans .grid-actions{
    border: 0px;
}
.requestmain .table,
.my-range-plans .table{
    overflow-x: auto;
}
.requestmain .table tr th,
.my-range-plans .table tr th {
    background-color: rgba(22, 92, 125, 1);
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}
.requestmain.pink .table tr th,
.my-range-plans.pink .table tr th {
    background-color: rgba(219,183,187, 1);
}

/*
.requestmain.pink .table tr td a,
.my-range-plans.pink .table tr td a {
    color: #f37d8a;
}
*/
.wrapper-body.orange .table tr th {
    background-color: rgba(231,183,138, 1);
}

.wrapper-body.orange .table tr td a {
    color: #E7B78A;
}



.requestmain .cart-products-table-wrap .table tr th {
    background-color: rgba(133, 176, 154, 1);
}

.requestmain .table tr th a,
.my-range-plans .table tr th a{
    color: #fff;
    border: none !important;
}
.requestmain .table tr th a .fa-arrow-up,
.my-range-plans .table tr th a .fa-arrow-up,
.requestmain .table tr th a .fa-arrow-down,
.my-range-plans .table tr th a .fa-arrow-down {
    font-size: 11px;
}
.requestmain .table tr th a:hover,
.requestmain .table tr th a:focus,
.my-range-plans .table tr th a:hover,
.my-range-plans .table tr th a:focus{
    outline: 0px;
    color: #fff;
    text-decoration: none;
    border: none !important;
}
.my-range-plans .table-striped>tbody>tr:nth-of-type(odd),
.requestmain .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(217, 217, 214, 15%);
}
.requestmain .table tfoot tr td,
.my-range-plans .table tfoot tr td {
    background-color: rgba(80, 87, 89, 0.9);
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}
.my-range-plans .entity-grid .message,
.requestmain .entity-grid .message{
    text-align: center;
    font-weight: 600;
}
.my-range-plans .entitylist-search input,  
.requestmain .entitylist-search input {
    height: 34px;
}
.my-range-plans [title="Search Results"], 
.requestmain [title="Search Results"],
.my-range-plans [title="Search"], 
.requestmain [title="Search"],
.newsizecurve-wrap table .input-group-btn .btn {
    padding: 4px 12px;
    background-color: #165c7d;
    border-color: #165c7d;
    width: 44px;
}
.my-range-plans [title="Search Results"]:hover,
.requestmain [title="Search Results"]:hover,
.my-range-plans [title="Search"]:hover,
.requestmain [title="Search"]:hover,
.newsizecurve-wrap table .input-group-btn .btn:hover {
    background-color: #165c7d;
    border-color: #165c7d;
}

.my-range-plans.pink [title="Search Results"], 
.requestmain.pink [title="Search Results"],
.my-range-plans.pink [title="Search"], 
.requestmain.pink [title="Search"],
.newsizecurve-wrap.pink table .input-group-btn .btn {
    padding: 4px 12px;
    background-color: #DBB7BB;
    border-color: #DBB7BB;
    width: 44px;
}
.my-range-plans.pink [title="Search Results"]:hover,
.requestmain.pink [title="Search Results"]:hover,
.my-range-plans.pink [title="Search"]:hover,
.requestmain.pink [title="Search"]:hover,
.newsizecurve-wrap.pink table .input-group-btn .btn:hover {
    background-color: rgba(219,183,187, 0.9);
    border-color: rgba(219,183,187, 0.9);
}


.wrapper-body.orange [title="Search Results"],
.wrapper-body.orange [title="Search"], 
.wrapper-body.orange table .input-group-btn .btn {
    padding: 4px 12px;
    background-color: #E7B78A;
    border-color: #E7B78A;
    width: 44px;
}
.wrapper-body.orange [title="Search Results"]:hover,
.wrapper-body.orange [title="Search"]:hover,
.wrapper-body.orange table .input-group-btn .btn:hover {
    background-color: rgba(231,183,138, 0.9);
    border-color: rgba(231,183,138, 0.9);
}

.requestmain .cart-page-search [title="Search Results"],
.requestmain .cart-page-search [title="Search"] {
    padding: 4px 12px;
    background-color: #85B09A;
    border-color: #85B09A;
    width: 44px;
}

.requestmain .cart-page-search [title="Search Results"]:hover,
.requestmain .cart-page-search [title="Search"]:hover {
    background-color: #85B09A;
    border-color: #85B09A;
}

.my-range-plans [title="Search Results"] .fa-search,
.requestmain [title="Search Results"] .fa-search,
.my-range-plans [title="Search"] .fa-search,
.requestmain [title="Search"] .fa-search,
.newsizecurve-wrap table .input-group-btn .btn .fa { 
    color: #ffffff;
}
.requestmain table tr td .dropdown .btn,
.requestmain table tr td .dropdown .btn:hover,
.requestmain table tr td .dropdown .btn:focus,
.requestmain table tr td .dropdown .btn:active,
.my-range-plans table tr td .dropdown .btn,
.my-range-plans table tr td .dropdown .btn:hover,
.my-range-plans table tr td .dropdown .btn:focus,
.my-range-plans table tr td .dropdown .btn:active{
    border: 0;
    background-color: transparent;
    box-shadow: none;
    color: #165C7D;
}
.requestmain table tr td .dropdown ul li a:hover,
.requestmain table tr td .dropdown ul li a:focus,
.my-range-plans table tr td .dropdown ul li a:hover,
.my-range-plans table tr td .dropdown ul li a:focus {
    outline: 0px;
    color: rgba(22,92,125,0.9);
}

.requestmain.pink table tr td .dropdown .btn,
.requestmain.pink table tr td .dropdown .btn:hover,
.requestmain.pink table tr td .dropdown .btn:focus,
.requestmain.pink table tr td .dropdown .btn:active,
.my-range-plans.pink table tr td .dropdown .btn,
.my-range-plans.pink table tr td .dropdown .btn:hover,
.my-range-plans.pink table tr td .dropdown .btn:focus,
.my-range-plans.pink table tr td .dropdown .btn:active{
    border: 0;
    background-color: transparent;
    box-shadow: none;
    color: #DBB7BB;
}
.requestmain.pink table tr td .dropdown ul li a:hover,
.requestmain.pink table tr td .dropdown ul li a:focus,
.my-range-plans.pink table tr td .dropdown ul li a:hover,
.my-range-plans.pink table tr td .dropdown ul li a:focus {
    outline: 0px;
    color: rgba(219,183,187, 0.9);
}

.wrapper-body.orange table tr td .dropdown .btn,
.wrapper-body.orange table tr td .dropdown .btn:hover,
.wrapper-body.orange table tr td .dropdown .btn:focus,
.wrapper-body.orange table tr td .dropdown .btn:active {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    color: #E7B78A;
}
.wrapper-body.orange table tr td .dropdown ul li a:hover,
.wrapper-body.orange table tr td .dropdown ul li a:focus {
    outline: 0px;
    color: rgba(231,183,138, 0.9);
}
/*========== New Request Main ============*/
.newrequestmain{
    /* margin-bottom: 30px; */
}
.newrequestmain .page-copy{
    margin-bottom: 30px;
}
.newrequestmain .crmEntityFormView .actions{
    border-top: 0px solid #F2F1ED;
    margin: 0px 0;
    padding: 0px 0 0 0;
}
/*====== New Product Style ========*/
.newproduc-layout{
    /* margin-bottom: 30px; */
}
.newproduc-layout .productsearch{
    margin-top: 21px;
}
.newproduc-layout .card-product{
    border: 1px solid #F2F1ED;
    overflow: hidden;
}
.newproduc-layout .card-product:hover{
    border: 1px solid #165C7D;
    box-shadow: inset 0 1px 1px rgb(22 92 125 / 10%), 0 0 8px rgb(22 92 125 / 20%);
}
.newproduc-layout .card-product:hover .img-wrap{
   transform: scale(1.1);
}
.newproduc-layout .card-product .img-wrap {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 210px;
    text-align: center;
    width:100%;
    transition-duration: 1s;
}
.newproduc-layout .card-product .img-wrap img {
    max-height: 94%;
    width: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.newproduc-layout .card-product .info-wrap {
    overflow: hidden;
    padding: 10px;	
    border-top: none !important;   
}
.newproduc-layout .card-product .bottom-wrap {
    padding: 10px 0px 0;
    min-height: 0;
}
.newproduc-layout .card-product .info-wrap h4.title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
   line-height: 19px;
   min-height: 0;
   margin-bottom: 20px;
}
.newproduc-layout .card-product .info-wrap .short-desc{
    font-size: 15px;
    margin-bottom:15px;
}
.newproduc-layout .btns-all-wrap {
    margin-bottom: 25px;
}
.newproduc-layout .btns-all-wrap .btn {
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .newproduc-layout .btns-all-wrap .btn {
    margin-bottom: 10px;
  }  
}
.newproduc-layout .buy-now{
    /*text-transform: capitalize;
    background: #165c7d;
    border: solid 0px black;
    padding: 6px 12px;
    transition: 0.4s ease all;
    color: white;
    font-size: 12px;	*/
}
.newproduc-layout .buy-now:hover{
    /*text-transform: capitalize;
    background: #165c7d;
    border: solid 0px black;
    padding: 6px 12px;
    transition: 0.4s ease all;
    color: white;
    font-size: 12px;
    opacity: 0.8;*/
}
.newproduc-layout .price-new{
    text-transform: uppercase;
    font-weight: bold;
    font-size:10px;	
}
.newproduc-layout .products-row{
  margin-bottom:30px;
}
.newproduc-layout #products-grid>div{
margin-top:20px;
}
.mobile-break {
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .newproduc-layout #products-grid .search-wrap {
    padding-right:15px;
    padding-left:15px;
  }  
}
.newproduc-layout .search-filters{
    border: solid 0px #F2F1ED;
    padding: 10px;	
}
.newproduc-layout .search-btn,.reset-form{
  /* width:5% */
}
.newproduc-layout .tab-content{
  padding: 15px 0px;
}
.newproduc-layout .product-options select{
  width:49%;
  display:inline-block;
}
.newproduc-layout .clr-black{
    color:black;
}
.newproduc-layout .col-md-1{
  width:12.5%;
  padding-left:5px;
  padding-right:5px;
}

.newproduc-layout .product-options span,.newproduc-layout .total-ats{
    font-size: 13px;
    display: block;
    margin: 4px 0px;
    font-weight: 700;
    text-transform: initial;
}
.newproduc-layout .product-options span.left {
    float: left;
    width: 65%!important;
}
.newproduc-layout .product-options span.right {
    float: right;
    text-align: right;
    width: 35%!important;
}
.newproduc-layout .product-options span b,
.newproduc-layout .total-ats b{
    float: none;
    color: #165C7D;
}
.newproduc-layout .product-options span strong,
.newproduc-layout .total-ats strong{
    color: #165C7D;
}

.newproduc-layout .nav-tabs>li>a {
    background: rgb(217 217 214 / 10%);
    color: black;
    font-weight: bold;		
}
.newproduc-layout .nav-tabs>li.active>a, 
.newproduc-layout .nav-tabs>li.active>a:hover, 
.newproduc-layout .nav-tabs>li.active>a:focus {
    color: white;
    background-color: #165C7D;
    border: 1px solid #165C7D;
    outline: none;
}
.newproduc-layout .clr-green{
    color:#fff; 
}
.newproduc-layout .title{
   min-height: 54px;
}
	
.newproduc-layout .price-wrap.h5 {
    margin: 0px 0px 10px 0px;
}

.newproduc-layout .add-product-button{
    font-size: 15px;
    font-family: 'mothercare_2020demi';
    display: block;
    margin-top: 5px;    
}
.newproduc-layout .add-product-button i {
    padding-right: 5px;
}
.newproduc-layout .add-to-existing-catalog{
    font-size: 15px;
    font-family: 'mothercare_2020demi';
    display: block;
    margin-top: 5px;
}

/*================ Previous Seasone Style ================*/
.previous-seasone{
    margin-bottom: 30px;
}
.previous-seasone .crmEntityFormView fieldset{
    /* background-color: rgb(217 217 214 / 10%); */
    padding: 30px 0px;
}
.previous-seasone .crmEntityFormView,.previous-seasone .entitylist{
    background-color: rgb(217 217 214 / 10%);
}

.previous-seasone fieldset .section-title {
    border-bottom: 2px solid #165C7D;
    padding: 0px 0px 15px 0px !important;
    width: calc(100% - 60px);
    margin: 0 auto;
    color: #165C7D;
    border-bottom-width:2px !important;
    margin-bottom: 15px;
    font-family: 'mothercare_2020demi';
}

/*=============== Privacy Policy ======================*/
.privacypolicysec{
    margin-bottom: 30px;
}

/*================ Product Detail Page ==========*/
.product-detail{
    margin: 0 auto;
}
.product-detail > .container {
     padding-top: 30px;
    padding-bottom: 30px;
}
.product-detail .product-detail-description .product-title{
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 15px;
            color: #165C7D;
        }
.product-detail .product-detail-description .product-price-main{
    line-height: 40px;
}
.product-detail .product-detail-description .product-price-main .product-price{
    font-size: 20px;
    font-weight: 700;
    line-height: 47px;
    float: left;
}
.product-detail .product-detail-description .product-price-main .product-sku-number{
    font-size: 16px;
    float: right;
}
.product-detail .product-detail-description .add-to-cart{
    display: block;
    width: 100%;
    margin: 15px auto;
    font-weight: 500;
}
.product-detail .product-detail-description .add-to-catalog,
.product-detail .product-detail-description .add-to-existing-catalog {
    margin-bottom:15px;
}
/* .product-detail .productgallery{
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    position: relative;
    height: 450px;
    text-align: center;
    width: 100%;
    transition-duration: 1s;
}
.product-detail .productgallery img{
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
} */
.product-description-main{
    margin: 0 auto;
}
.product-description-main > .container{
    padding-top: 30px;
    padding-bottom: 250px;
}
.product-description-main h3{
    color: #165C7D;
}
.product-description-main h4{
    font-weight: 600;
    margin-top: 20px;
}
.product-description-main .precautions{
    font-size: 18px;
    color: red;
    font-weight: 700;
}
.product-description-main .sub-head-product{
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}

.pdp-top-attributes {
    font-size: 16px;
}

.pdp-top-attributes .pdp-attribute{
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.2;
} 
.pdp-actions {
    margin-top: 40px;
}

.product-description-main .pdp-properties-wrap {
   border: 1px solid #ccc;
   margin: 10px 0;
}

.product-description-main .pdp-properties-wrap table{
    width: 100%;
}

.product-description-main .pdp-properties-wrap .props-table tr td{
    padding: 10px;
    font-size: 16px;
}
.product-description-main .pdp-properties-wrap .props-table tr:nth-child(even) {background-color: #eee;}
.product-description-main .pdp-properties-wrap .props-table tr td.caption{
    font-weight: 600;
    width: 55%;
}
.product-description-main .pdp-footer-block {
    border: 1px solid #ccc;
    margin: 60px 0 20px;
    background-color: #165C7D;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    line-height: 1.5;
}
.product-description-main .pdp-footer-block.props-table tr td.caption{
    font-weight: 600;
    width: 55%;
}
/*============= Product Zoom Detail ==============*/
.exzoom {
    box-sizing: border-box;
    margin-left: 130px;
    margin-bottom: -100px;
}
.exzoom * {
  box-sizing: border-box;
}
.exzoom .exzoom_img_box {
  background: transparent;
  position: relative;
}
.exzoom .exzoom_img_box .exzoom_main_img {
  display: block;
  width: 100%;
}
.exzoom .exzoom_img_box span {
  background: url("data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAK\aTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQ\aWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec\a 5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28A\a AgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0\aST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaO\aWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHi\awmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryM\a AgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0l\aYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHi\aNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYA\aQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6c\awR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBie\awhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1c\aQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqO\aY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hM\aWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgoh\aJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSU\a Eko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/p\a dLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Y\a b1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7O\aUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsb\a di97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W\a 7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83\aMDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxr\aPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW\a 2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1\aU27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd\a 8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H0\a 8PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+H\avqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsG\aLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjg\aR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4\aqriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWY\a EpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1Ir\a eZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/Pb\a FWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYj\ai1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVk\aVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0Ibw\a Da0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vz\a DoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+y\a CW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawt\ao22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtd\aUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3r\aO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0\a/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv95\a 63Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+\aUPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAA\a ADqYAAAXb5JfxUYAAAAcSURBVHjaYnz9+Vs5AxJgYkADhAUAAAAA//8DANmxA1Okl3sAAAAAAElF\aTkSuQmCC")
    repeat;
}
.exzoom .exzoom_preview {
  margin: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #F2F1ED;
  display: none;
}
.exzoom .exzoom_preview .exzoom_preview_img {
  position: relative;
  max-width: initial !important;
  max-height: initial !important;
  left: 0;
  top: 0;
}
.exzoom .exzoom_nav {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    left: -282px;
    transform: rotate(90deg);
    top: -282px;
    width:425px !important;
}
.exzoom .exzoom_nav .exzoom_nav_inner {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
.exzoom .exzoom_nav .exzoom_nav_inner span {
  border: 1px solid #F2F1ED;
  overflow: hidden;
  position: relative;
  float: left;
}
.exzoom .exzoom_nav .exzoom_nav_inner span:first-child {
    margin-left: 0 !important;
}
.exzoom .exzoom_nav .exzoom_nav_inner span.current {
  border: 1px solid #F2F1ED;
}
.exzoom .exzoom_nav .exzoom_nav_inner span img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  transform: rotate(-90deg);
}
.exzoom .exzoom_btn {
  position: relative;
  margin: 0;
  height: 10px;
  left: 3px;
  top: -85px;
  width: 415px;
}
.exzoom .exzoom_btn a {
  display: block;
  width: 15px;
  /* border: 1px solid #F2F1ED; */
  height: 60px;
  line-height: 60px;
  background: transparent;
  text-align: center;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -62px;
  text-decoration: none;
  color: #999;
}
.exzoom .exzoom_btn a:hover {
  background: transparent;
}
.exzoom .exzoom_btn a.exzoom_next_btn {
  left: auto;
  right: 0;
}
.exzoom .exzoom_zoom {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 5;
  cursor: zoom-in;
}
@media screen and (max-width: 768px) {
  .exzoom .exzoom_zoom_outer {
    display: none;
  }
}
.exzoom .exzoom_img_ul_outer {
  border: 1px solid #F2F1ED;
  position: absolute;
  overflow: hidden;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
  list-style: none;
  text-align: center;
  float: left;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
  width: 100%;
}

/*======== Cart Detail Section =========*/
.cart-details-sec{
    /* margin: 30px auto; */
    padding: 0 0px 30px;
}

/*======== Search Page Style =========*/
.search-body-container{
    min-height: calc(100vh - 622px);
    margin-bottom: 30px;
}
.form-search #search_control{
    height: 38px;
}


@media only screen and (max-width: 768px) {
    .newproduc-layout .search-btn,.newproduc-layout .reset-form{
      width:100%;
      margin-top:10px;
    }
    .newproduc-layout .product-options select{
      width:100%;
      display:inline-block;
    }
    .newproduc-layout .col-md-1{
      width:49.33333%;
      padding-left:5px;
      padding-right:5px;
      float:left;
    }	
    .exzoom_zpxoom_outer,.exzoom_zoom_outer{
        display: none;
    }	
}


@media(max-width:1199px) {
     #notificationContainer {
        width: 100%;
        right: 0;
        top:-80px;
     }
     #notificationTitle {
        width: 100%;
     }
     #notificationContainer:before,
     #notificationContainer:after {
        margin-right: calc(100% - 27px);
     }
     .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a .count {
        right: inherit;
        left: 17px;
     }
     .navbar-toggle {
         margin-top: 15px;
         margin-bottom: 15px;
     }
}

@media(max-width:992px) {
    .container{
        width: 100%;
    }
}

@media(min-width:1200px) {
    .navbar-right {padding-top: 10px;}
    #navbar .dropdown-menu {
        margin-top: 0;
        right: -1px;
    }
}

@media(min-width:768px) {
    .footer-links {
        float:right !important;
    }
}

@media(max-width:767px) {
    /* .requestmain .table-fluid thead {
        display: block;
    } */
    .footer-links ul {
        margin-bottom: 5px;
        align-items: start;
        justify-content: flex-start;
    }
    .wrapper-body {
        min-height: calc(100% - 132px);
    }
    #content-container {
        min-height: calc(100vh - 132px);
    }
    .profile-page-wrap #ProfileFormView .section .cell {
        padding: 0px 10px 0px 10px;
    }
    .profile-page-wrap #ProfileFormView{
        padding: 20px;
    }
}

.add-to-range-plan {
    margin-right: 10px;
}

.alert-added-to-cart, .alert-added-to-catalog {
    position:fixed;
    right:20px;
    bottom:50px;
    width:auto;
}
.alert-added-to-catalog {
    bottom:120px
}
.alert-added-to-cart:after, .alert-added-to-catalog:after {
    width: 0; 
    height: 0; 
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #d6e9c6;
}
.alert-success {
    background-color: #F2C75C;
    border-color: #F2C75C;
}
.btn-success,.btn-success:active, .btn-success:focus,.btn-success.active.focus,.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus {
    color: #fff;
    background-color: #85B09A;
    border-color: #85B09A;
}
.btn-success:hover,.btn-success.active,.btn-success.active:hover {
    background-color: rgba(133,176,154, 0.8);
    border-color: rgba(133,176,154, 0.8);
}
.btn-success.added-product,
.btn-success.added-product:hover,
.btn-success.added-product:active {
    background-color: rgba(133,176,154, 0.5) !important;
    border-color: rgba(133,176,154, 0.5) !important;
    pointer-events: none;
    cursor: default;
}

.profile-page-wrap #mainContent > fieldset > legend {display: none;}

.pagination > li > a, .pagination > li > span {
    background-color: rgba(22,92,125,0.1);
    border: 0px;
    margin-left: 10px;
    width: 40px;
    height: 30px;
    text-align: center;
    color: #165c7d;
}
.my-range-plans.pink .pagination > li > a, 
.my-range-plans.pink .pagination > li > span {
    color: #f37d8a;
}
.wrapper-body.orange .pagination > li > a, 
.wrapper-body.orange .pagination > li > span {
    color: #E7B78A;
}
.pagination > li.previous > a, .pagination > li.previous > span,
.pagination > li.next > a, .pagination > li.next > span {
    width: 90px;
}

.pagination > li > a:hover, 
.pagination > li > a:focus, 
.pagination > li > span:hover, 
.pagination > li > span:focus {
    background-color: #165c7d;
    border-color: transparent;
    color: #fff;
}

.my-range-plans.pink  .pagination > li > a:hover, 
.my-range-plans.pink  .pagination > li > a:focus, 
.my-range-plans.pink  .pagination > li > span:hover, 
.my-range-plans.pink  .pagination > li > span:focus {
    background-color: #DBB7BB;
}

.wrapper-body.orange  .pagination > li > a:hover, 
.wrapper-body.orange  .pagination > li > a:focus, 
.wrapper-body.orange  .pagination > li > span:hover, 
.wrapper-body.orange  .pagination > li > span:focus {
    background-color: #E7B78A;
}

.pagination > li:first-child > a:hover, 
.pagination > li:first-child > span:hover,
.pagination > li:last-child > a:hover, 
.pagination > li:last-child > span:hover {
    background-color: #165c7d;
    border-color: transparent;
    color: #fff;
}

.my-range-plans.pink .pagination > li:first-child > a:hover, 
.my-range-plans.pink .pagination > li:first-child > span:hover,
.my-range-plans.pink .pagination > li:last-child > a:hover, 
.my-range-plans.pink .pagination > li:last-child > span:hover {
    background-color: #DBB7BB;
}


.wrapper-body.orange .pagination > li:first-child > a:hover, 
.wrapper-body.orange .pagination > li:first-child > span:hover,
.wrapper-body.orange .pagination > li:last-child > a:hover, 
.wrapper-body.orange .pagination > li:last-child > span:hover {
    background-color: rgba(231,183,138, 0.9);
}

.pagination > .active > a, 
.pagination > .active > a:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span, 
.pagination > .active > span:hover, 
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #165c7d;
    border-color: transparent;
    cursor: default;
    border-radius: 0;
}

.my-range-plans.pink .pagination > .active > a, 
.my-range-plans.pink .pagination > .active > a:hover, 
.my-range-plans.pink .pagination > .active > a:focus, 
.my-range-plans.pink .pagination > .active > span, 
.my-range-plans.pink .pagination > .active > span:hover, 
.my-range-plans.pink .pagination > .active > span:focus {
    background-color: #DBB7BB;
}

.wrapper-body.orange .pagination > .active > a, 
.wrapper-body.orange .pagination > .active > a:hover, 
.wrapper-body.orange .pagination > .active > a:focus, 
.wrapper-body.orange .pagination > .active > span, 
.wrapper-body.orange .pagination > .active > span:hover, 
.wrapper-body.orange .pagination > .active > span:focus {
    background-color: #E7B78A;
}

.pagination>.disabled>span, 
.pagination>.disabled>span:hover, 
.pagination>.disabled>span:focus, 
.pagination>.disabled>a, 
.pagination>.disabled>a:hover, 
.pagination>.disabled>a:focus {
    background-color: rgba(22,92,125,0.1);
}


.cart-items .pagination > li > a, .pagination > li > span {
    background-color: rgba(133,176,154,0.1);
    color: #165c7d;
}

.cart-items .pagination > li > a:hover, 
.cart-items .pagination > li > a:focus, 
.cart-items .pagination > li > span:hover, 
.cart-items .pagination > li > span:focus {
    background-color: #85B09A;
    color: #fff;
}

.cart-items .pagination > li:first-child > a:hover, 
.cart-items .pagination > li:first-child > span:hover,
.cart-items .pagination > li:last-child > a:hover, 
.cart-items .pagination > li:last-child > span:hover {
    background-color: #85B09A;
    color: #fff;
}

.cart-items .pagination > .active > a, 
.cart-items .pagination > .active > a:hover, 
.cart-items .pagination > .active > a:focus, 
.cart-items .pagination > .active > span, 
.cart-items .pagination > .active > span:hover, 
.cart-items .pagination > .active > span:focus {
    color: #fff;
    background-color: #85B09A;
}

.cart-items .pagination>.disabled>span, 
.cart-items .pagination>.disabled>span:hover, 
.cart-items .pagination>.disabled>span:focus, 
.cart-items .pagination>.disabled>a, 
.cart-items .pagination>.disabled>a:hover, 
.cart-items .pagination>.disabled>a:focus {
    background-color: rgba(133,176,154,0.1);
}


.view-pagination {
    margin-bottom: 20px;
}

.navbar-static-top .dropdown-menu .divider {display: none !important;}
.view-pagination .pagination {
    background-color: #ffffff;
}
.choose-range-plan {
    width: 50vw;
    height: 80%;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1199px) { 
    .choose-range-plan {
        width: 92vw;
        height: 90%;
    }
}
.choose-range-plan .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}

.choose-range-plan .modal-dialog .modal-content {
    height: 100%;
}
.choose-range-plan .modal-dialog .modal-content .modal-body {
    height: calc(100% - 126px);
    overflow: auto;
}
.choose-range-plan .btn.btn-default.launchentitylookup,
.lookup-modal .btn.btn-default {
    background-color: #165C7D;
    border-color: #165C7D;
    height: 35px;
    color: #ffffff;
}
.choose-range-plan .btn.btn-default.launchentitylookup:hover,
.lookup-modal .btn.btn-default:hover {
    opacity: 0.8;
}
.choose-range-plan .modal-body .crmEntityFormView  .actions {
    display:none;
}

.choose-range-plan .modal-body .crmEntityFormView table {
    background-color: #ffffff;
}
.choose-range-plan .modal-body .crmEntityFormView table span[role=checkbox] {
    border-radius: 100%;
}
.toast {
  background-color: #3B3A3A !important;
}
.toast-success {
  background-color: #85B09A !important;
}
.toast-error {
  background-color: #bd362f !important;
}
.toast-info {
  background-color: #165C7D !important;
}
.toast-warning {
  background-color: #505759 !important;
}

#toast-container > .toast-success,
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > div {
  opacity: 0.95 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95) !important;
  filter: alpha(opacity=95) !important;
}

#toast-container > div:hover {
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  filter: alpha(opacity=100) !important;
}

.btn {
    text-transform: lowercase !important;
}

.save-range-plan-popup h4.popup-title {
    padding: 10px 28px;
}
button.close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.save-range-plan-popup-content {
    background-color: #fff;
    position: fixed;
    width: 500px;
    height: 680px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1050;
    border: 1px solid #f2f2f2;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.save-range-plan-popup-content #EntityFormPanel {
    overflow: auto;
    height: calc(680px - 64px);
}
.save-range-plan-popup-content #EntityFormPanel.crmEntityFormView .cell {
    padding: 0 28px 12px;
}
.save-range-plan-popup-content .modal {
    padding: 0 !important;
    overflow: hidden !important;
}
.save-range-plan-popup-content .modal-dialog {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 100% !important;
}
.save-range-plan-popup-content .modal-dialog .modal-content {
    height: 100% !important;
}
.save-range-plan-popup-content .btn.btn-default {
    background-color: #165C7D;
    border-color: #165C7D;
    height: 35px;
    color: #ffffff;
}
.save-range-plan-popup-content .btn.btn-default:hover {
    opacity: 0.8;
}
.save-range-plan-popup:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0.5;
}
.save-range-plan-popup .crmEntityFormView table {
    background-color:#ffffff;
}
.save-range-plan-popup .crmEntityFormView fieldset,
.save-range-plan-popup .crmEntityFormView .tab {
    margin-bottom: 0
}
.save-range-plan-popup .crmEntityFormView .cell .field-label {
    font-weight: 600;
    font-family: 'mothercare_2020thin';
    font-size: 15px;
    line-height: 1.42857;
    color: #000;
}
.save-range-plan-popup .crmEntityFormView .actions {
    padding: 0 28px;
    border: 0;
    margin-top: 10px;
}

@media screen and (max-width: 1199px) {
    .save-range-plan-popup-content {
        width: 92vw;
    }
    .save-range-plan-popup .crmEntityFormView .entity-form {
        padding: 0 28px;
    }
    .search-filters h3 .btn {
        margin-bottom: 10px;
        float:left !important;
    }
    .mobile-actions-wrap .btn {
        margin-bottom: 10px;
        float: left !important;
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
    .mobile-actions-wrap .btn.pull-right {
        float: left !important;
    }
}

.page-header h1 {
    text-transform: lowercase;
}

.breadcrumb > li a,
.breadcrumb > .active {
    text-transform: lowercase;
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #165C7D;
    font-weight: 600;
}
.breadcrumb > li:first-child a {
    padding-left: 0;
    margin-left: 0;
}
.breadcrumb > li a {
    color: #165C7D;
    font-weight: 600;
}
.breadcrumb > .active {
    color: #3B3A3A;
}

/*documents page modal styling*/
.upload-documents, .document-details { padding: 15px 0px; }
.upload-documents .crmEntityFormView table,
.document-details .crmEntityFormView table,
input[value="mgb_document"] ~ .tab table { background-color: transparent; }
.upload-documents .crmEntityFormView .tab,
.document-details .crmEntityFormView .tab,
input[value="mgb_document"] ~ .tab {margin-bottom: 0;}
.upload-documents .crmEntityFormView .cell,
.document-details .crmEntityFormView .cell,
input[value="mgb_document"] ~ .tab table .cell { padding: 0 0 0; }
.upload-documents .crmEntityFormView .cell.form-control-cell,
.upload-documents .crmEntityFormView .cell.picklist-cell,
.document-details .crmEntityFormView .cell.form-control-cell,
.document-details .crmEntityFormView .cell.picklist-cell,
input[value="mgb_document"] ~ .tab table .cell.form-control-cell,
input[value="mgb_document"] ~ .tab table .cell.picklist-cell,
input[value="mgb_document"] ~ .tab ~ div.tr .cell.file-cell { padding: 0 0 15px; }
.modal {z-index: 3000;}

.upload-documents .lookup input,
input[value="mgb_document"] ~ .tab table .lookup input {
    height: 34px;
}
.upload-documents .lookup .btn,
input[value="mgb_document"] ~ .tab table .lookup .btn {
    padding: 4px 12px;
    background-color: #165c7d;
    border-color: #165c7d;
}
.upload-documents .lookup .btn:hover,
input[value="mgb_document"] ~ .tab table .lookup .btn:hover {
    background-color: #165c7d;
    border-color: #165c7d;
}
.upload-documents .lookup .btn .fa-search,
.upload-documents .lookup .btn .fa-times,
input[value="mgb_document"] ~ .tab table .lookup .btn .fa-search,
input[value="mgb_document"] ~ .tab table .lookup .btn .fa-times { 
    color: #ffffff;
}
.upload-documents .crmEntityFormView .cell .info label,
input[value="mgb_document"] ~ .tab table .cell .info label {
    color: #165C7D;
    font-size: 14px;
}
.document-details .entity-notes .note .metadata,
input[value="mgb_document"] ~ .tab table .entity-notes .note .metadata {display: none;}

.document-details .entity-notes .note .col-sm-9.content,
input[value="mgb_document"] ~ .tab table .entity-notes .note .col-sm-9.content {
    text-align: left;
    padding: 0;
    width: 100%;
}

.document-details .entity-notes .attachment,
input[value="mgb_document"] ~ .tab table .entity-notes .attachment {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.document-details .btn,
#EntityFormControl_EntityFormView ~ .actions .btn {
    margin-top: 25px;
}
.document-details .entity-notes .attachment.alert,
input[value="mgb_document"] ~ .tab table .entity-notes .attachment.alert {
    padding: 15px 0;
}
#EntityFormControl_EntityFormView ~ .actions .btn-primary,
#EntityFormControl_EntityFormView ~ .actions .btn-primary:active, 
#EntityFormControl_EntityFormView ~ .actions .btn-primary:focus,
#EntityFormControl_EntityFormView ~ .actions .btn-primary.active.focus,
#EntityFormControl_EntityFormView ~ .actions .btn-primary:active:hover, 
#EntityFormControl_EntityFormView ~ .actions .btn-primary:active:focus, 
#EntityFormControl_EntityFormView ~ .actions .btn-primary:active.focus, 
#EntityFormControl_EntityFormView ~ .actions .btn-primary.active:hover, 
#EntityFormControl_EntityFormView ~ .actions .btn-primary.active:focus, 
#EntityFormControl_EntityFormView ~ .actions .btn-primary.active.focus{
    background-color: #165C7D;
    border-color: #165C7D;
    color: #fff;
}

#EntityFormControl_EntityFormView ~ .actions .btn-primary:hover,
#EntityFormControl_EntityFormView ~ .actions .btn-primary.active,
#EntityFormControl_EntityFormView ~ .actions .btn-primary.active:hover{
    background-color: rgba(22,92,125, 0.8);
    border-color: rgba(22,92,125, 0.8);
    color: #fff;
}

.filters-actions{
    font-size: 18px;
    color:#165C7D;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: 600;
}
.filters-actions span {
    cursor: pointer;
}
.filters-actions span .fa{
    font-size: 14px;
}
#filters-action {
    position: absolute;
    right: 30px;
    top: 65px;
}
.thumbnail-sortable .ui-sortable-handle .img-wrap {
    cursor: move;
}
.thumbnail-sortable .ui-sortable-helper {
    background-color: #ffffff;
    opacity: 0.5;
}

#back2Top {
    width: 40px;
    height: 40px;
    line-height: 1;
    padding: 8px 0;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #165C7D;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    text-decoration: none;
}
#back2Top .fa{
    top:0;
    right: 1px;
}
#back2Top:hover {
    background-color: rgba(22,92,125, 0.8);
    color: #ffffff;
}
/*cart page updated UI as per wireframe*/

/* Discrepancy Page */
table[data-name="Discrepancy Form"], table[data-name="DiscrepancyLogs"]{
    width: 100%;
}
/* Discrepancy Page */
.fpPartner {
    min-width: 250px;
}
.cart-page-title h3 {
    background-color: #165C7D;
    color: #fff;
    display: block;
    padding: 15px;
    margin: 0;
}
.cart-page-sub-title h4{
    color: #165C7D;
}
.cart-page-search .search-wrap .navbar-form {
    padding: 0;
}

.cart-page-search .search-wrap .navbar-form .input-group {
    width: 100%;
}
.cart-page-search .search-wrap .navbar-form .input-group .input-group-btn {
    width: 45px;
}
.cart-page-search .search-wrap .entitylist-search {
    float: right;
}
@media screen and (max-width: 767px) {
    .cart-page-search .search-wrap .entitylist-search {
        float: left;
        margin-top: 10px;
    }   
}
.cart-page-total-wrap .cart-page-total-heading h4 {
    color: #165C7D;
    margin: 5px 0 0;
    font-weight: 600;
}
.cart-page-total-wrap .cart-page-total-values .value-wrap {
    width: 50%;
    border: 0.5px solid #165C7D;
    color: #165C7D;
    font-style: italic;
    font-size: 13px;
    padding: 5px;
}
.cart-page-total-wrap .cart-page-total-values .value-wrap.noborder {
    border: none;
}

.requestmain .table tr th.qty-bg-color {
    background-color: #F2C75C;
    color: #165C7D;
    width: 100px;
}
.requestmain .table tr td.sizecurve {
    padding-right: 15px;
}
.requestmain .table tr td.qty #inputqty {
    width: 90px;
}
.requestmain .table tr th.remove-bg-color {
    background-color: #505759;
    color: #fff;
}

.requestmain.cart-details-sec .table tr th {
    border-bottom: none;
}
.d-inline-block {
    display: inline-block !important;
    width: auto !important;
}

#sortcartproducts_wrapper #sortcartproducts_length,
#sortcartproducts_wrapper #sortcartproducts_filter {
    display: none;
}
.cart-products-table-wrap {
    padding-bottom: 40px;
}
.cart-products-table-wrap #sortcartproducts_info{
    position: absolute;
    left: 0;
    top: 0;
}

table.dataTable#sortcartproducts thead>tr>th.sorting {
    padding-right: 15px;
}
table.dataTable#sortcartproducts thead .sorting:after {
    right: 1px;
    bottom: 13px;
}
table.dataTable#sortcartproducts .empty-row {
    position: relative;
}
table.dataTable#sortcartproducts .empty-row td{
    padding: 13px;
}

table.dataTable#sortcartproducts .empty-row td h4{
    position: absolute;
    top: 0;
    left: 5px;
    color: #165C7D;
}

#sortcartproducts_wrapper .pagination-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#sortcartproducts_wrapper .pagination-wrapper .dataTables_info {
    display: none;
}

#sortcartproducts_wrapper .pagination-wrapper .col-sm-5 {
    display: none;
}

#sortcartproducts_wrapper .pagination-wrapper .col-sm-7 {
    position: static;
    width: 100%;
    padding: 0;
}

@media(max-width:1023px) {
    .cart-page-search .search-wrap .navbar-form {
        width: 100%;
    }
    .cart-page-search .search-wrap .navbar-form .input-group {
        left: 15px;
    }
    .cart-page-search {
        margin-bottom: 15px;
    }
    .cart-page-sub-title {
        margin-bottom: 20px;
    }
    .cart-page-sub-title .d-inline-block{
        display: block !important;
        width: 100% !important;
    }
    .cart-page-total-wrap .cart-page-total-heading h4 {
        text-align: left;
        margin-bottom: 10px;
    }
}
@media(max-width:1199px) {
     .cart-page-search .search-wrap .navbar-form {
        width: 100%;
    }
    .cart-page-search .search-wrap .navbar-form .input-group {
        left: 15px;
    }
}
/*end cart page updated UI*/

.thankyou-wrap .fa, .thankyou-wrap h2 {
    color: #85B09A;
    font-size: 38px;
    line-height: 1.5;
}

.thankyou-wrap h5 {
    font-size: 20px;
}

.profile-page-wrap .page-heading {
    padding-top:0;
}

.profile-page-wrap .page-heading > .container{
    padding-top:20px;
  
}

.profile-page-wrap > .container {
    
}

.search-filters{
    border: solid 1px #eee;
    padding: 10px;	
}

.search-filters .tab-content{
    padding: 0;
    overflow: hidden;
    background-color: white;
    border:none;
}

.search-filters .tab-content .tab-pane {
    padding: 15px 0px;
    overflow: hidden;
    background-color: #F2F1ED;
    border:1px solid #165C7D;
}
.search-filters.pink .tab-content .tab-pane {
    border:1px solid #DBB7BB;
}

.search-filters.orange .tab-content .tab-pane {
    border:1px solid #E7B78A;
}

.search-filters .tab-content .tab-pane input[type="radio"], 
.search-filters .tab-content .tab-pane input[type="checkbox"] { 
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.search-filters .nav-tabs>li {
    margin-right: 5px;
}

.newproduc-layout .search-filters .nav-tabs>li>a {
    border: 1px solid #D9D9D6;
}

.newproduc-layout .search-filters .nav-tabs>li.active>a, 
.newproduc-layout .search-filters .nav-tabs>li.active>a:hover, 
.newproduc-layout .search-filters .nav-tabs>li.active>a:focus {
    border:1px solid #165C7D;
}

.newproduc-layout .search-filters.pink .nav-tabs>li.active>a, 
.newproduc-layout .search-filters.pink .nav-tabs>li.active>a:hover, 
.newproduc-layout .search-filters.pink .nav-tabs>li.active>a:focus {
    border:1px solid #DBB7BB;
    background-color: #DBB7BB;
}

.search-filters.pink .nav-tabs {
    border-bottom: 5px solid #DBB7BB;
}

.wrapper-body.orange .search-filters .nav-tabs>li.active>a, 
.wrapper-body.orange .search-filters .nav-tabs>li.active>a:hover, 
.wrapper-body.orange .search-filters .nav-tabs>li.active>a:focus {
    border:1px solid #E7B78A;
    background-color: #E7B78A;
}

.wrapper-body.orange .search-filters .nav-tabs {
    border-bottom: 5px solid #E7B78A;
}

.events-diable {
    pointer-events: none;
}

#products-grid .products-wrap .col-lg-3,
#products-grid .products-wrap .col-md-3 {
    margin-bottom: 15px;
} 


/*
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    #products-grid .products-wrap .col-lg-3:nth-child(2n+1),
    #products-grid .products-wrap .col-md-3:nth-child(2n+1) {
    clear: both;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #products-grid .products-wrap .col-lg-3:nth-child(3n+1),
    #products-grid .products-wrap .col-md-3:nth-child(3n+1) {
    clear: both;
}
}
@media(min-width:1200px) {
    #products-grid .products-wrap .col-lg-3:nth-child(4n+1),
    #products-grid .products-wrap .col-md-3:nth-child(4n+1) {
        clear: both;
    }
}*/

 @media only screen and (min-width: 768px) {
    #products-grid .products-wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    #products-grid .products-wrap .col-md-3 {
        float: none;
        height: 100%;
        display: flex;
    }
    #products-grid .products-wrap .col-md-3 .card-product {
        width: 100%;
    }
 }


.requestmain.cart-details-sec .table tr th.sizecurve {
    min-width: 150px;
}

@media(min-width:1367px) {
    .container {
        width: 1350px;
    }
}

.show-additional, .hide-additional{
    cursor: pointer;
}
.show-additional .fa, .hide-additional .fa{
    font-size: 16px;
}
b, strong {
    font-weight: 500;
    font-family: 'mothercare_2020regular';
}
.pink-text {
    color: #f37d8a;
}
.orange-text {
    color: #E7B78A;
}

/* these styles are for the demo, but are not required for the plugin */
.zoom {
    display:inline-block;
    position: relative;
}

/* magnifying glass icon */
.zoom:after {
    content:'';
    display:block; 
    width:33px; 
    height:33px; 
    position:absolute; 
    top:0;
    right:0;
    background:url(icon.png);
}

.zoom img {
    display: block;
}

.zoom img::selection { background-color: transparent; }
.green-bg {
    background-color: rgba(133, 176, 154, 1);
    color: #fff;
}
.blue-bg {
    background-color: #165C7D !important;
    color: #fff;
}
/**
 * EasyZoom core styles
 */
.easyzoom {
	 display: inline-block;
}

.easyzoom img {
	vertical-align: bottom;
}
.detail-prod-image {
    max-width: 100%;
}
.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

.outdated-row {
    background-color: #505759 !important;
}

.outdated-row td{
    color: #fff !important;
}

.outdated-row td a{
    color: #fff !important;
}
.outdated-row .size-curve-lines-edit-btn,
.outdated-row .delete-product {
    filter: invert(1) sepia(1) saturate(0) hue-rotate(175deg);
}

.yellow-row {
    background-color: #F2C75C !important;
}

.yellow-row td{
    color: #fff !important;
}

.yellow-row td a{
    color: #fff !important;
}

.pending-order-edit-modal .crmEntityFormView .cell {
    padding: 0 0 20px !important;
}
.pending-order-edit-modal .crmEntityFormView fieldset {
    margin-bottom: 0 !important;
}
.pending-order-edit-modal #EntityFormControl_EntityFormView ~ .actions .btn {
    margin-top: 0 !important;
}

.iframe-body.pending-order-modal-wrap {
    overflow: hidden;
}

.container .container {
    padding-left:0;
    padding-right:0;
}

.page-header-banner img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.my-range-plans.pink .page-header h1,
.newproduc-layout.pink .page-header h1 {
    color: #f37d8a;
}

.wrapper-body.orange .page-header h1 {
    color: #E7B78A;
}

.select-season-wrap {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: rgba(217, 217, 214, 15%);
}
.select-season-wrap label{
    color: #165C7D;
    font-size: 18px;
}

.select-season-wrap .slectseason {
    min-width: 200px;
}

.select-phase-wrap {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: rgba(217, 217, 214, 15%);
}
.select-phase-wrap label{
    color: #165C7D;
    font-size: 18px;
}

.select-phase-wrap .slectphase {
    min-width: 200px;
}

.wrapper-body.orange .btn-default.btn-entitylist-filter-submit,.wrapper-body.orange .btn-default.btn-entitylist-filter-submit:active, .wrapper-body.orange .btn-default.btn-entitylist-filter-submit:focus,.wrapper-body.orange .btn-default.btn-entitylist-filter-submit.active.focus,.wrapper-body.orange .btn-default.btn-entitylist-filter-submit:active:hover, .wrapper-body.orange .btn-default.btn-entitylist-filter-submit:active:focus, .wrapper-body.orange .btn-default.btn-entitylist-filter-submit:active.focus, .wrapper-body.orange .btn-default.btn-entitylist-filter-submit.active:hover, .wrapper-body.orange .btn-default.btn-entitylist-filter-submit.active:focus, .wrapper-body.orange .btn-default.btn-entitylist-filter-submit.active.focus{
    background-color: #E7B78A;
    border-color: #E7B78A;
    color: #fff;
}
.wrapper-body.orange .btn-default.btn-entitylist-filter-submit:hover,.wrapper-body.orange .btn-default.btn-entitylist-filter-submit.active,.wrapper-body.orange .btn-default.btn-entitylist-filter-submit.active:hover{
    background-color: rgba(231,183,138, 0.9);
    border-color: rgba(231,183,138, 0.9);
    color: #fff;
}

.btn {
    height: 34px;
}

.crmEntityFormView .validation-summary h2 {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.validation-summary a {
    font-size: 14px;
}

.save-range-plan-popup .lookup.form-control {
    text-transform: none;
}

#products-grid .tab-content>.active {
    overflow: hidden;
}

#products-grid .tab-content,
#products-grid .panel-body.mobile-actions-wrap {
    background-color: #F2F1ED;
}

#products-grid .tab-content {
    padding: 0;
}

#products-grid .tab-content .tab-pane {
    border: 1px solid #165C7D;
}

#products-grid .tab-content .tab-pane.active {
    display: flex;
    flex-wrap: wrap;
}

/* width */
.entity-grid .view-grid::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.entity-grid .view-grid::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.entity-grid .view-grid::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.entity-grid .view-grid::-webkit-scrollbar-thumb:hover {
  background: #555;
}