body {
  font-family: 'Montserrat', sans-serif;
}
.section_2.ver_checkbox {
    padding-top: 40px;
    padding-bottom: 20px;
    background-image: url(https://www.kionetworks.com/hubfs/newhome2021/image_2022_01_10T12_18_52_151Z.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;   
    position: relative;
    z-index: 1;
}
.ver_checkbox .row {
    display: flex;
    flex-wrap: wrap;
}
.section_2.ver_checkbox .container {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 26px;
}
.col_40 {
  width: 40%;
  border-radius: 7px;
  box-shadow: 0 3px 60px 0 rgba(0, 0, 0, 0.22);
  padding: 50px 90px;
  height: 570px;
  background: #fff;
  position: relative;
  padding-left: 0;
}

.col_60 {
    width: 60%;
    padding-top: 50px;
    padding-left: 56px;
}
.col_40 h2 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
}
span.yel_txt {
    color: #fecc2f;
}
.col_40 p {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold;
    color: #646464;
    padding: 30px 0px;
    line-height: 1.44;
}
.ver_checkbox .container .col_40:before {
    content: "";
    position: absolute;
    background: #fff;
    right: 100%;
    top: 0;
    width: 500%;
    height: 100%;
    z-index: 0;
}
h3.los {
    font-weight: 500;
    font-size: 18px;
}
img.diagonal {
    position: absolute;
    width: 100%;
    top: 100%;
    left: -2px;
    z-index: 3;
}
.flowers {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
      padding-bottom: 40px;
    margin: 0 -15px;
}
.flowers .flower {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.flowers .flower-col {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 3px 60px 0 rgb(0 0 0 / 22%);
    position: relative;
    height: 100%;
}
.flowers .flower img {
    max-width: 100%;
    height: 195px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.flowers .con_sec {
    padding: 25px 25px 105px;
}
.flowers h1.img_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
}
.flowers .con_sec > p {
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #646464;
}
.flowers .ing {
    padding-top: 20px;
    position: absolute;
    left: 25px;
    width: auto;
    right: 25px;
    bottom: 25px;
}
.flowers button.ing_button {
    width: 100%;
    height: 60px;
    border-radius: 7px;
    background-color: black;
    color: #fecc2f;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    border: 0px;
    cursor: pointer;
}
.flowers-wrap form input {
    width: 26px;
    height: 24px;
    border-radius: 7px;
    border: 4px solid #000;
    appearance: none;
    margin-right: 25px;
}
.flowers-wrap form label {
    font-size: 20px;
    font-weight: 500;
}
.flowers-wrap form input:checked {
    background: rgb(0 117 255);
    background-image: url(https://www.kionetworks.com/hubfs/newhome2021/right.png);
    background-repeat: no-repeat;
    background-position: center;
    border-color: rgb(0 117 255);
}
.checbox-list {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
}
.flowers-caso {
    max-width: 650px;
}
.col_inner {
    max-width: 338px;
    margin-left: auto;
}

/* pagination css */
#filterPagination a, #pagination a{
    font-family: Montserrat;
    font-size: 20px;
    padding: 0px 12px;
    color: #000;
    font-weight: 600;
    position: relative;
}
#filterPagination a.active, #Pagination a.active{
    font-weight: 800!important;
}

#filterPagination .active:before, #pagination .active:before{
    content: "";
    background: #fecc2f;
    width: 18px;
    height: 4px;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

div#filterPagination, #pagination{
    padding-left: 25px;
}


@media (max-width: 980px) {
.section_2.ver_checkbox .col_40 {
    width: 100% !important;   
    padding: 50px 25px !important;
    height: auto !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}
.section_2.ver_checkbox .col_60 {
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px;
}
.section_2.ver_checkbox .container {
    width: 100% !important;
    padding: 0px 0px !important;
}
.flowers .flower {
    width: 50%;
    margin-bottom: 25px;
}
.flowers-caso {
    padding: 0 15px;
}
.flowers-caso {
    max-width: 100%;
}
.col_inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}
@media (max-width: 767px) {
 .section_2.ver_checkbox {
    margin-top: -388px;
   padding-top: 0px !important;
}
.section_2.ver_checkbox .col_40 {
    padding: 410px 25px 50px 25px !important;
}
.section_2.ver_checkbox .col_60 {
    padding-left: 25px !important;
    padding-right: 25px;
}
  div#filterPagination, #pagination {
    padding-left: 0;
}
}
@media (max-width: 580px) {
  .flowers .flower {
    width: 100%;
    margin-bottom: 25px;
}
  #filterPagination a, #pagination a {
    font-size: 16px;
    padding: 0px 8px;
}
}
