@font-face {
    font-family: SVN-Brandon-Grotesque;
    src: url('font/SVN-Brandon-Grotesque/TTF/SVN-BrandonGrotesque-Regular.ttf');
}
@font-face {
    font-family: SVN-Brandon-Grotesque-Bold;
    src: url('font/SVN-Brandon-Grotesque/TTF/SVN-BrandonGrotesque-Bold.ttf');
}

body {
    font-family: 'SVN-Brandon-Grotesque';
}

.box {
    animation: animName 5s linear infinite;
    /*width:50px;*/
    /*height:50px;*/
    /*background:#0091EA;*/
    /*margin:20px;*/
}

@keyframes animName {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.form-control {
    border-radius: 26px;
    font-size: 16px;
    padding: 12px 18px;
}

.form-group {
    margin-bottom: 1.2rem;
}

.shake {
    animation: shake 2s linear infinite;
    -moz-animation: shake 2s linear infinite;
    -webkit-animation: shake 2s linear infinite;
    -o-animation: shake 2s linear infinite;
}

@keyframes shake {
    0% {
        transform: translate(3px, 0);
    }
    /*50% {*/
    /*    transform: translate(-3px, 0);*/
    /*}*/
    100% {
        transform: translate(0, 0);
    }
}

@-moz-keyframes shake {
    0% {
        -moz-transform: translate(3px, 0);
    }
    50% {
        -moz-transform: translate(-3px, 0);
    }
    100% {
        -moz-transform: translate(0, 0);
    }
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(3px, 0);
    }
    50% {
        -webkit-transform: translate(-3px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-ms-keyframes shake {
    0% {
        -ms-transform: translate(3px, 0);
    }
    50% {
        -ms-transform: translate(-3px, 0);
    }
    100% {
        -ms-transform: translate(0, 0);
    }
}

@-o-keyframes shake {
    0% {
        -o-transform: translate(3px, 0);
    }
    50% {
        -o-transform: translate(-3px, 0);
    }
    100% {
        -o-transform: translate(0, 0);
    }
}


/*.shake1 {*/
/*     -webkit-animation-name:              shakee;*/
/*     -webkit-animation-duration:          0.8s;*/
/*     -webkit-animation-iteration-count:   infinite;*/
/*     -webkit-animation-timing-function:   linear;*/
/*     -webkit-transform-origin:            50% 100%;*/
/*}*/

/*@-webkit-keyframes shake {*/
/*    0%  { -webkit-transform:     translate(2px, 1px) rotate(0deg); }*/
/*    10% { -webkit-transform:     translate(-1px, -2px) rotate(-2deg); }*/
/*    20% { -webkit-transform:     translate(-3px, 0px) rotate(3deg); }*/
/*    30% { -webkit-transform:     translate(0px, 2px) rotate(0deg); }*/
/*    40% { -webkit-transform:     translate(1px, -1px) rotate(1deg); }*/
/*    50% { -webkit-transform:     translate(-1px, 2px) rotate(-1deg); }*/
/*    60% { -webkit-transform:     translate(-3px, 1px) rotate(0deg); }*/
/*    70% { -webkit-transform:     translate(2px, 1px) rotate(-2deg); }*/
/*    80% { -webkit-transform:     translate(-1px, -1px) rotate(4deg); }*/
/*    90% { -webkit-transform:     translate(2px, 2px) rotate(0deg); }*/
/*    100%{ -webkit-transform:     translate(1px, -2px) rotate(-1deg); }*/
/*}*/
.zoom-in-zoom-out {
    /*margin: 24px;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*background: green;*/
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.1, 1.1);
    }
    100% {
        transform: scale(1, 1);
    }
}

.zoom-in-zoom-out2 {
    /*margin: 24px;*/
    /*width: 50px;*/
    /*height: 50px;*/
    /*background: green;*/
    animation: zoom-in-zoom-out2 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out2 {
    0% {
        transform: scale(1.1, 1.1);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.1, 1.1);
    }
}

@media only screen and (max-width: 1250px) {
    .bannerMobile {
        flex-direction: column;
    }
}

.__animate {
    position: absolute;
    top: 55%;
    left: -8%;
}

@media only screen and (max-width: 1250px) {
    .__animate {
        position: absolute;
        top: 59%;
        left: 35%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 985px) {
    .__animate {
        position: absolute;
        top: 62%;
        left: 39%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 985px) {
    .__animate {
        position: absolute;
        top: 60%;
        left: 36%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 820px) {
    .__animate {
        position: absolute;
        top: 58%;
        left: 33%;
        transform: translateX(-50%);
    }
}

@media only screen and (max-width: 565px) {
    .__animate {
        position: absolute;
        top: 57%;
        left: 33%;
        transform: translateX(-50%);
    }
}

.__zoom-in {
    width: 350px;
}

@media only screen and (max-width: 820px) {
    .__zoom-in {
        width: 250px;
    }
}

@media only screen and (max-width: 565px) {
    .__zoom-in {
        width: 180px;
    }
}

@media only screen and (max-width: 1250px) {
    .__imgMobile {
        text-align: center;
        width: 800px;
        margin: auto;
    }
}

@media only screen and (max-width: 820px) {
    .__imgMobile {
        text-align: center;
        width: 550px;
        margin: auto;
    }
}

@media only screen and (max-width: 565px) {
    .__imgMobile {
        text-align: center;
        width: 400px;
        margin: auto;
    }
}

@media only screen and (max-width: 565px) {
    .__selectCT {
        flex-direction: column;
    }
}

@media only screen and (max-width: 565px) {
    .__svgMB svg {
        width: 130px !important;
    }
}

@media only screen and (max-width: 900px) {
    .__footer {
        flex-direction: column;
        gap: 50px;
    }
}

.__button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 50px;
    cursor: pointer;
    background-image: -webkit-linear-gradient(left, #c99840, #f9e5a4, #ca9841);
    background-image: linear-gradient(to right, #c99840, #f9e5a4, #ca9841);
    border-radius: 100px !important;
    border: solid 4px #e6c67c !important;
    box-shadow: 0 0 15px rgb(202 152 65 / 50%);
    font-size: 20px;
    color: #470A68;
}

.tdm-social-itemct {
    padding: 11px 14px;
    background: #1CC2EB;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.tdm-social-itemct i {
    color: white;
}

#kt_filter_new {
}

.dropdown-toggle {
    border-radius: 26px !important;
    font-size: 16px !important;
    padding: 12px 18px !important;
    border: 1px solid #ced4da !important;
    flex: 0 0 49% !important;
    background: transparent !important;
    color: #6c757d !important;
}

.filter-option-inner-inner {
    line-height: 1.5;
}

li {
    font-size: 14px !important;
}

.bs-searchbox .form-control {
    padding: 5px !important;
}

.bootstrap-select {
    width: 100% !important;
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1700px;
    }
}
@media only screen and (min-width: 1200px) {
    .container-cuttom {
        max-width: 1070px;
    }
}
@media only screen and (max-width: 991px) {
    .container-cuttom-flex {
        flex-direction: column;
        align-items: center;
    }
}
.container-cuttom{
    margin-top: 50px;
}
.box-fomula-mom{
    position: relative;
    padding: 72px 0 126px;
    overflow: hidden;
    background: rgb(0,52,74);
    background: -webkit-gradient(linear,left top,left bottom,from(rgb(0,52,74)),color-stop(53%,rgb(0,79,113)),to(rgb(38,128,167)));
    background: linear-gradient(to bottom,rgb(0,52,74) 0%,rgb(0,79,113) 53%,rgb(38,128,167) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00344a",endColorstr="#2680a7",GradientType=0);
}
.cl-orange {
    color: #EEB33B!important;
}
.__title{
    font-size: 40px;
    text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
    .__title{
        font-size: 24px;
    }
}
.group-fomula {
    width: 100%;
    max-width: 300px;
}
.caption {
    padding: 48px 24px 24px;
    background: rgb(243,199,74);
    background: -webkit-gradient(linear,left top,right top,from(rgb(243,199,74)),color-stop(30%,rgb(246,232,128)),color-stop(55%,rgb(243,202,79)),color-stop(76%,rgb(253,241,151)),to(rgb(254,236,148)));
    background: linear-gradient(to right,rgb(243,199,74) 0%,rgb(246,232,128) 30%,rgb(243,202,79) 55%,rgb(253,241,151) 76%,rgb(254,236,148) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3c74a",endColorstr="#feec94",GradientType=1);
    -webkit-box-shadow: inset 0px 0px 10px #eeb33b;
    box-shadow: inset 0px 0px 10px #eeb33b;
    border-radius: 20px;
    color: #064E85;
}
.cl-blue-light-medium{
    color: #03B7DB;
}
.group-fomula .f-item{
    margin-bottom: 24px;
}
.group-fomula .icon{
    margin-bottom: -40px;
}
.__imgSLick{
    background: #fff4c4;
    width: 40px;
    height: 40px;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
}
.prod-type {
    font-size: 10px;
    line-height: 12px;
    width: 100%;
    max-width: 160px;
    margin: auto;
    color: white;
    padding: 20px 0;
}
.imgPosition{
    position: relative;
}
.imgPosition:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    pointer-events: none;
    background: url(/similac/image/drop-white-1.png) center center/contain no-repeat;
}
.imgPosition .__imgCustom {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.__opaciti{
    opacity: 0.3;
}
.caption .text-uppercase{
    font-family: 'SVN-Brandon-Grotesque-Bold';
}