body{font-family: 'Montserrat', sans-serif; font-size: 13px; line-height: 21.5833px; color: #333; background-color: #FFF3F3;}

h1{margin-top: 0; padding-bottom: 10px; padding-top: 0;}

a{color: #EC4878;}

form label{font-size: 14px;}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
}
.bold{font-weight: bold;}

.fs14{font-size: 14px;}
.fs15{font-size: 16px;}
.fs20{font-size: 20px;}
.fs25{font-size: 25px;}
.fs30{font-size: 30px;}

.pussy-block{border: 1px solid #E4E7ED; padding: 10px; background-color: #fff;}
.pussy-block:hover{
    border: 1px solid #E388BC;
}

.container-grey{}
.container-grey a{color: #fff;}
.container-grey{height: 50px; background-color: #000; color: #fff;}

.container-top{
    height: 50px; background-color: #000; color: #fff;
    position: fixed; top: 0; left: 0; z-index: 999; width: 100%;
}

.container-logo{
    background-color: #EC4878; padding: 15px 0 10px 0; border-bottom: 2px solid #EC4878; 
    position: fixed; top: 50px; left: 0; z-index: 999; width: 100%;
}
.container-admin{
    background-color: #EC4878; padding: 15px 0 10px 0; border-bottom: 2px solid #EC4878; 
    position: fixed; top: 0px; left: 0; z-index: 999; width: 100%;
}
.container-content{margin-top: 150px;}



#header_favorites{padding-top: 10px;}

.header_link{color: #3A3737; margin-top: 50px !important;}
.header_link:hover{color: #fff; text-decoration: none;}

.mt10{margin-top: 10px;}

@media (max-width: 480px) {
    .header_link{font-size: 11px;}
    .container-logo .btn{font-size: 11px;}
    .container-logo .mt10{margin-top: 0;}
    .container-content{margin-top: 120px;}
}


.pt5{padding-top: 5px;}
.pt13{padding-top: 13px;}

.text-danger{color: #CD0A0A;}
.text-success{color: #5cb85c;}
.text-warning{color: #ED7500;}
.text-black{color: #000;}
.text-orange{color: #EC4878;}
.text-pink{color: #EC4878;}
.text-white{color: #fff;}

.input {
    height: 40px;
    padding: 0px 15px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    width: 100%;
}

.red_circle{position: absolute; top: -5px; right: 60px; background-color: #fff; border-radius: 100px; width: 22px; height: 22px; line-height: 22px; color: #000; font-size: 10px;}

.greyborder{border: 1px solid #E4E7ED;}
.filterheader{font-size: 17px; font-weight: bold; margin-top: 0; padding-top: 0;}
.p10{padding: 10px;}

.checkbox-filter .input-radio label, .checkbox-filter .input-checkbox label {
    font-size: 12px;
}

.checkbox-filter .input-radio label small, .checkbox-filter .input-checkbox label small {
    color: #8D99AE;
}

.input-radio, .input-checkbox {
    position: relative;

}

.input-radio input[type="radio"]:not(:checked), .input-radio input[type="radio"]:checked, .input-checkbox input[type="checkbox"]:not(:checked), .input-checkbox input[type="checkbox"]:checked {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.input-radio label, .input-checkbox label {
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
}

.input-checkbox-subcategory
{
    margin-left: 24px;
    font-weight: 400;
}

.input-radio input[type="radio"]+label span, .input-checkbox input[type="checkbox"]+label span {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 14px;
    height: 14px;
    border: 2px solid #E4E7ED;
    background: #FFF;
}

.input-radio input[type="radio"]+label span {
    border-radius: 50%;
}

.input-radio input[type="radio"]+label span:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    background-color: #FFF;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.input-checkbox input[type="checkbox"]+label span:after {
    content: '✔';
    position: absolute;
    top: -5px;
    left: 1px;
    font-size: 10px;
    color: #FFF;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.input-radio input[type="radio"]:checked+label span, .input-checkbox input[type="checkbox"]:checked+label span {
    background-color: #EC4878;
    border-color: #EC4878;
}

.input-radio input[type="radio"]:checked+label span:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.input-checkbox input[type="checkbox"]:checked+label span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.input-radio .caption, .input-checkbox .caption {
    margin-top: 5px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.3s max-height;
    transition: 0.3s max-height;
}

.input-radio input[type="radio"]:checked~.caption, .input-checkbox input[type="checkbox"]:checked~.caption {
    max-height: 800px;
}

.checkbox-filter .input-radio label, .checkbox-filter .input-checkbox label {
    font-size: 12px;
}

.checkbox-filter .input-radio label small, .checkbox-filter .input-checkbox label small {
    color: #8D99AE;
}

.mt5{margin-top: 5px;}

#newsletter.section 
{
    border-bottom: 3px solid #EC4878;
    margin-top: 30px;
}

.newsletter {
    text-align: left;
}

.newsletter p {
    font-size: 24px;
}

.newsletter form {
    position: relative;
    max-width: 520px;
    margin: 30px auto;
}

.newsletter form:after {
    content: "\f003";
    font-family: FontAwesome;
    position: absolute;
    font-size: 160px;
    color: #E4E7ED;
    top: 15px;
    -webkit-transform: translateY(-50%) rotate(15deg);
    -ms-transform: translateY(-50%) rotate(15deg);
    transform: translateY(-50%) rotate(15deg);
    z-index: -1;
    left: -90px;
}

.newsletter form .input {
    width: calc(100% - 160px);
    margin-right: -4px;
    border-radius: 40px 0px 0px 40px;
}

.newsletter form .newsletter-btn {
    width: 160px;
    height: 40px;
    font-weight: 700;
    background: #EC4878;
    color: #FFF;
    border: none;
    border-radius: 0px 40px 40px 0px;
}
.roundbutton{
    width: 50px;
    height: 40px;
    background: #EC4878;
    color: #fff;
    border: none;
    line-height: 1px;
    border-radius: 0px 40px 40px 0px;
}

.newsletter .newsletter-follow {
    text-align: center;
}

.newsletter .newsletter-follow li {
    display: inline-block;
    margin-right: 5px;
}

.newsletter .newsletter-follow li:last-child {
    margin-right: 0px;
}

.newsletter .newsletter-follow li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #E4E7ED;
    background-color: #FFF;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.newsletter .newsletter-follow li a:hover, .newsletter .newsletter-follow li a:focus {
    background-color: #E4E7ED;
    color: #D10024;
}

.doubleborder{border-width: 2px; border-color: #E4E7ED;}
.pt13{padding-top: 13px;}

.jumbotron-yellow{background-color: #EC4878; margin-bottom: 0; color: #fff;}
.jumbotron-yellow h2{margin-top: 0; padding-top: 0; font-size: 17px; font-weight: bold;}
.jumbotron-yellow hr{width: 50%; float: left; margin-top: 0; border-color: #fff;}
.jumbotron-yellow a{color: #fff;}

.errorfield{background-color: #fdd1d1 !important; border: 1px solid #CD0A0A;}

.btn-cancel{
    background-color: #E6E6E6; 
    color: #333333; 
    font-weight: normal; 
    font-size: 14px; 
    border-radius: 0;    
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    border-radius: .125rem;
    border: 1px solid #ADADAD;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.btn-new-primary{
    background-color: #447DCC; 
    color: #fff; 
    font-weight: normal; 
    font-size: 14px; 
    border-radius: 0;    
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    border-radius: .125rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.btn-pink{
    background-color: #EC4878; 
    color: #fff; 
    font-weight: normal; 
    font-size: 14px; 
    border-radius: 0;    
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    border-radius: .125rem;
    border: 1px solid #EC4878;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

.cp{cursor: pointer;}

.arrow_box 
{
    position: absolute;
    background: #fff;
    border: 2px solid #EC4878;
    top: 80px;
    width: 200px;
    border-radius: 5px;
    right: 0px;
    text-align: center;
    color: #EC4878;
    z-index: 9999;
}
.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 102, 204, 0);
    border-bottom-color: #FFf;
    border-width: 20px;
    margin-left: -20px;
}
.arrow_box:before {
    border-color: rgba(255, 102, 204, 0);
    border-bottom-color: #EC4878;
    border-width: 23px;
    margin-left: -23px;
}

.bb0{border-bottom: 0;}
.hrpink{border-top: 1px solid #EC4878; margin-top: 5px;}