.wrapper-new .flip-container {perspective: 1000px; transform-style: preserve-3d;}
.wrapper-new .flip-container:hover .back {transform: rotateY(0deg);}
.wrapper-new .flip-container:hover .front {transform: rotateY(180deg);}
.wrapper-new .flip-container, .front, .back {
height: 120px;
min-height: 300px;
width: 100%;
}
.wrapper-new .flip-container .back .box2 {
padding: 20px;
}
.wrapper-new .flipper {transition: 0.6s; transform-style: preserve-3d;   position: relative;} .wrapper-new .front, .wrapper-new .back {
backface-visibility: hidden;
transition: 0.6s;
transform-style: preserve-3d;
position: absolute;
top: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: center;
background-size: cover;
background-position: center;
}
.wrapper-new .front {z-index: 2; transform: rotateY(0deg);}
.wrapper-new .back {
transform: rotateY(-180deg);
background-color: #ebebeb;
color: #000;
text-align: center;
line-height: 1.4em;
border-radius: 10px;
}
.wrapper-new .vertical.flip-container {position: relative;}
.wrapper-new .vertical .back {   transform: rotateX(180deg);}
.wrapper-new .vertical.flip-container:hover .back  {transform: rotateX(0deg);}
.wrapper-new .vertical.flip-container:hover .front {transform: rotateX(180deg);}
.wrapper-new .front {color:#fff; text-align:center; }
.wrapper-new .box1 img {
max-width: -webkit-fill-available;
}
.wrapper-new {
max-width: 100% !important;
}
.wrapper-new .flip-wrapper {
display: flex;
flex-wrap: wrap;
}
.wrapper-new .flip-wrapper .flip-container {
max-width: 25%;
width: 100%;
}
.wrapper-new .back .box2 p {
margin: 0;
font-size: 16px;
line-height: normal;
color: #333333;
font-family: Source Sans Pro,sans-serif;
}
.wrapper-new .back .box2 .inner-div {
margin: 20px 0;
}
.wrapper-new .back .box2  .button {
color: #fff;
border-color: #f7be68;
background-color: #f7be68;
font-size: 16px;
padding-top: 18px;
padding-bottom: 18px;
padding-left: 25px;
padding-right: 25px;
background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
background-repeat: repeat-x;
border-radius: 5px;
display: inline-block;
}
.wrapper-new h2.heading_brand {
font-family: Raleway;
font-weight: 400;
font-style: normal;
text-align: center;
font-size: 20px;
line-height: 1.1;
margin: 0;
}
.wrapper-new h2.heading_brand::before {
display: none;
}
.wrapper-new .flipper {
margin-right: 15px;
margin-left: 15px;
}
.wrapper-new .box1 img {
max-width: 100%;
width: 250px;
}
@media only screen and (min-width:992px) and (max-width:1140px) {
.wrapper-new .flip-wrapper .flip-container {
max-width: 33.33%;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
.wrapper-new .flip-wrapper .flip-container {
max-width: 50%;
}
}
@media only screen and (max-width:767px) {
.wrapper-new .flip-wrapper .flip-container {
max-width: 100%;
}
div#supplier-modal {
min-height: 300px !important;
overflow: auto;
}
} .containerssss{
display: none;
width: 100%;
height: 100vh;
position: fixed;
opacity: 0.9;
background: #222;
z-index: 40000;
top: 0;
left: 0;
overflow: hidden;
animation-name: fadeIn_Container;
animation-duration: 1s;
}
.modal{
display:none;
top: 0;
min-width: 250px;
width: 80%;
height: 400px;
margin: 0 auto;
position: fixed;
z-index: 40001;
background: #fff;
border-radius: 10px;
box-shadow: 0px 0px 10px #000;
margin-top: 30px;
margin-left: 10%;
animation-name: fadeIn_Modal;
animation-duration: 0.8s;
}
.header_model{
width: 100%;
height: 70px;
border-radius: 10px 10px 0px 0px;
border-bottom: 2px solid #ccc;
}
.header_model a{
text-decoration: none;
float: right;
line-height: 70px;
margin-right: 20px;
color: #aaa;
}
.content{
width: 100%;
height: 250px;
}
form{
margin-top: 20px;
}
form label{
display: block;
margin-left: 12%;
margin-top: 10px;
font-family: sans-serif;
font-size: 1rem;
}
form input{
display: block;
width: 75%;
margin-left: 12%;
margin-top: 10px;
border-radius: 3px;
font-family: sans-serif;
}
#first_label{
padding-top: 30px;
}
#second_label{
padding-top: 25px;
}
.footer{
width: 100%;
height: 80px;
border-radius: 0px 0px 10px 10px;
border-top: 2px solid #ccc;
}
.fotter button{
float: right;
margin-right: 10px;
margin-top: 18px;
text-decoration: none; 
} @media screen and (min-width: 600px){
.modal{
width: 500px;
height: 350px;
margin-left: calc(50vw - 250px);
margin-top: calc(50vh - 150px);
}
.header_model{
width: 100%;
height: 40px;
}
.header_model a{
line-height: 40px;
margin-right: 10px;
}
.content{
width: 100%;
height: auto;
}
form label{
margin-left: 10%;
margin-top: 10px;
}
form input{
width: 75%;
margin-left: 10%;
margin-top: 10px;
}
#first_label{
padding-top: 0px;
}
#second_label{
padding-top: 0px;
}
.footer{
width: 100%;
height: 70px;   
}
.footer button{
float: right;
margin-right: 10px;
margin-top: 10px;
}
} @media screen and (min-width: 1300px){
} @keyframes fadeIn_Modal {
from{
opacity: 0;
}
to{
opacity: 1;
}
}
@keyframes fadeIn_Container {
from{
opacity: 0;
}
to{
opacity: 0.9;
}
}
.accordion-container .accordion-title {
position: relative;
margin: 0;
font-size: 16px;
font-weight: normal;
color: #333;
cursor: pointer;
border-bottom: 1px solid #ccc;
padding-bottom: 6px;
}
.accordion-content {
border-bottom: none;
padding-left: 0px;
display: none;
}
.box2_acc p {
margin-bottom: 0;
}
.accordion-container .accordion-title::after {
content: "";
position: absolute;
top: 25px;
right: 25px;
width: 0;
height: 0;
border: 8px solid transparent;
border-top-color: #fff;
}
.accordion-container .accordion-title.open::after {
content: "";
position: absolute;
top: 15px;
border: 8px solid transparent;
border-bottom-color: #fff;
} .accordion-content {
padding-left: 2.3125em;
}
.accordion-content-data {
display: inline-block;
width: 100%;
margin-top: 20px;
}
.header_model {
border: none;
}
.accordion-content-data-acc {
margin-bottom: 20px;
}
.accordion-container { margin: 0 auto;
padding: 0 50px;
}
.flip-container .back button#open_custompopup {
border: none;
}
.flip-container .back button#open_custompopup:focus {
outline: none;
}
#b button.cancel {
padding: 10px 30px;
border-radius: 10px;
outline: none;
border: none;
font-size: 16px;
transition: all 0.3s;
}
#b button.cancel:hover {
background: #ee7c00;
color: #fff;
}
#b .footer {
width: 100%;
height: 70px;
padding: 0 20px;
border: none;
}
.head_accordion {
text-align: center;
}
.modal .accordion-content .box2_acc .button {
color: #fff;
border-color: #f7be68;
background-color: #f7be68;
font-size: 16px;
padding: 10px;
background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
background-repeat: repeat-x;
border-radius: 5px;
display: inline-block;
}
.modal .accordion-content {
padding: 10px 0;
}
.brand-custom-header {
z-index: 0 !important;
}
.accordion-content p {
margin: 0 !important;
}
#loader {
position: fixed;
text-align: center;
left: 44%;
top: 50%;
z-index:999;
}
.loader-overlay {
position: fixed;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
display: none;
justify-content: center;
align-items: center;
z-index: 111;
top: 0;
left: 0;
}
.loader {
border: 5px solid #f3f3f3;
border-top: 5px solid #3498db;
border-radius: 50%;
width: 50px;
height: 50px;
animation: spin 2s linear infinite;
display: none; z-index: 11;
}
div#supplier-modal {
height: max-content;
}
.accordion-content:first-child {
display: block !important;
}
a.brand_post_id_75013 {
margin-top: 10px;
}