:root {
  --fontfamily_sailec: 'Sailec';
  --bodycolor: #f0f4f6;
  --whitecolor: #fff;
  --blackcolor: #1e272e;
  --bordercolor: #a2b1ba;
  --border1color: #F4F7F9;
  --bluecolor: #FBD447;
  --grey1color: #5C7082;
  --seacolor: #52afd0;
  --redcolor: #E85318;
  --greycolor: #e7ecef;
  --gradiantcolor: #26282a }

  .prdoptions .form-group{ float: left; width: 49%; padding: 0px 10px 0px 0px;}
  .fontsize14 p{ font-size: 14px;}
.fontfamily {
  font-family: 'Sailec'; }
.card .nav-link{color:#FBD447 !important;}
.bodybg {
  background-color: var(--bodycolorcolor) !important; }

.bodytext {
  color: var(--bodycolorcolor) !important; }

.whitebg {
  background-color: var(--whitecolor) !important; }

.whitetext {
  color: var(--whitecolor) !important; }

.grey1bg {
  background-color: var(--grey1color) !important; }

.grey1text {
  color: var(--grey1color) !important; }

.blackbg {
  background-color: var(--blackcolor) !important; }

.blacktext {
  color: var(--blackcolor) !important; }

.redcolorbg {
  background-color: var(--redcolorcolor) !important; }

.redcolortext {
  color: var(--redcolorcolor) !important; }

.borderbg {
  background-color: var(--bordercolor) !important; }

.bordertext {
  color: var(--bordercolor) !important; }

.border1bg {
  background-color: var(--border1color) !important; }

.border1text {
  color: var(--border1color) !important; }

.bluebg {
  background-color: var(--bluecolor) !important; }

.bluetext {
  color: var(--bluecolor) !important; }

.seabg {
  background-color: var(--seacolor) !important; }

.seatext {
  color: var(--seacolor) !important; }

.greybg {
  background-color: var(--greycolor) !important; }

.greytext {
  color: var(--greycolor) !important; }

.gradiantbg {
  background: var(--gradiantcolor) !important; }

html {
  min-height: 100%;
  position: relative;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: var(--fontfamily_sailec); }

body {
  color: var(--blackcolor);
  line-height: 24px;
  background: var(--bodycolor);
  font-family: --fontfamily_sailec; }

a {
  transition: 0.25s ease-in-out;
  text-decoration: none;
  outline: 0;
  font-family: var(--fontfamily_sailec); }

p {
  color: var(--blackcolor);
  font-size: 18px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: var(--fontfamily_sailec);
  letter-spacing: 0.1px; }

ol,
ul {
  list-style: none; }

table {
  border-spacing: 0; }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form-control:focus {
  box-shadow: none; }

.form-label,
.form-check-label {
  font-family: var(--fontfamily_sailec);
  font-size: 14px;
  margin: 0; }

ul,
ol,
li {
  margin: 0;
  padding: 0;
  font-family: var(--fontfamily_sailec); }

.btn:focus {
  box-shadow: none; }

img {
  border: 0;
  max-width: 100%; }

input,
select {
  vertical-align: middle; }

label {
  color: #000;
  font-size: 16px;
  margin-bottom: 4px;
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--blackcolor);
  margin-bottom: 0;
  margin-top: 0;
  font-family: var(--fontfamily_sailec); }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  color: var(--blackcolor);
  font-family: var(--fontfamily_sailec); }

/*-----------------------.btn_interfee----------------------*/
.btn_interfee {
  font-size: 14px;
  font-weight: 500;
  color: var(--whitecolor);
  padding: 5px 10px;
  background: var(--bluecolor); }
  .btn_interfee:hover, .btn_interfee:active, .btn_interfee:focus {
    color: var(--whitecolor); }

/*-----------------------car_table----------------------*/
.car_table .table {
  font-family: var(--fontfamily_sailec);
  margin: 0; }
  .car_table .table th {
    padding: 15px;
    border-bottom-color: var(--bodycolor) !important; }
  .car_table .table:not(:last-child) > :last-child > * {
    border-bottom-color: var(--bodycolor) !important; }
  .car_table .table td {
    padding: 10px;
    vertical-align: middle;
    border: none; }

/*-----------------------.navbar----------------------*/
.navbar.header_navbar {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1); }
  .navbar.header_navbar .nav-link {
    font-size: 16px;
    font-weight: bold;
    color: #fc0;
  text-transform: uppercase; }
    .navbar.header_navbar .nav-link:hover {
      color: var(--whitecolor); }

/*-----------------------.breadcrumb----------------------*/
.breadcrumb .breadcrumb-item a {
  color: var(--blackcolor);
  font-size: 14px;
  padding: 0; }

/*-----------------------.testimonial_productpage----------------------*/
.testimonial_productpage .outbox {
  padding: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3); }
.testimonial_productpage .avatar {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

/*-----------------------.footer_form----------------------*/
footer .footer_form {
  border-radius: 6px;
  border: solid 1px #5b6771;
  padding: 5px; }
  footer .footer_form .form-control {
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #5b6771;
    height: 52px; }
    footer .footer_form .form-control:focus {
      box-shadow: none; }
  footer .footer_form .input-group-text {
    background: var(--bluecolor);
    border: none;
    color: var(--whitecolor);
    width: 100px;
    justify-content: center;
    font-family: var(--fontfamily_sailec);
    border-radius: 6px; }
    footer .footer_form .input-group-text:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
      border-radius: 6px; }

/*-----------------------.offcanvas-start----------------------*/
.offcanvas-start {
  width: 150px;
  border: none; }
  .offcanvas-start .nav-link {
    font-size: 12px;
    padding: 10px 0;
    color: var(--blackcolor);
    position: relative;
    border-bottom: solid 1px var(--bordercolor); }
    .offcanvas-start .nav-link::after {
      transition: 0.6s;
      position: absolute;
      top: 0;
      opacity: 0;
      left: 0px;
      height: 100%;
      width: 2px;
      content: '';
      background: var(--bluecolor); }
    .offcanvas-start .nav-link:hover, .offcanvas-start .nav-link:focus {
      color: var(--bluecolor); }
      .offcanvas-start .nav-link:hover::after, .offcanvas-start .nav-link:focus::after {
        opacity: 1;
        left: -5px; }

/*-----------------------cvv----------------------*/
.cvv .option {
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px 0 0;
  border-radius: 5px;
  cursor: pointer;
  font-family: var(--fontfamily_sailec);
  padding: 0 10px;
  font-size: 14px !important;
  border: none;
  transition: all 0.3s ease; }

.cvv input[type="radio"] {
  display: none; }

#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2 {
  border-color: var(--blackcolor);
  background: var(--blackcolor); }

#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot {
  background: #fff; }

#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before {
  opacity: 1;
  transform: scale(1); }

.cvv .option span {
  color: var(--blackcolor);
  width: 100px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center; }

#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span {
  color: #fff; }

/*-----------------------galler_row----------------------*/
.galler_row ul {
  height: 500px;
  overflow: auto; }
  .galler_row ul li {
    margin-bottom: 5px; }
    .galler_row ul li:last-child {
      margin-bottom: 0; }
    .galler_row ul li a.nav-link {
      background-color: var(--whitecolor);
      border-radius: 6px;
      height: 132px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 132px;
      border: 2px solid var(--whitecolor); }
      .galler_row ul li a.nav-link:focus, .galler_row ul li a.nav-link:hover {
        border-color: var(--bluecolor); }

/*-----------------------banner_heading----------------------*/
.banner_heading h4,
.banner_heading h5,
.banner_heading h6 {
  font-size: 36px;
  font-weight: bold;
  color: var(--blackcolor); }

/*-----------------------products----------------------*/
.products h4,
.products h5,
.products h6 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: var(--blackcolor); }

/*-----------------------storeproducts----------------------*/
.cursor-none {
  cursor: auto !important; }

.whishlist {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border: solid 2px transparent;
  background-color: var(--greycolor); }
  .whishlist:hover {
    border-color: var(--bluecolor); }

.storeproducts .card {
  background-color: var(--whitecolor);
  border: none;
  transition: .6s;
  cursor: pointer;
  border-radius: 10px; }
  .storeproducts .card .card-header {
    display: flex;
    align-items: center;
    background-color: var(--whitecolor);
    border: none;
    padding: 15px;
    border-radius: 10px 10px 0 0; }
    .storeproducts .card .card-header.header_card {
      position: relative; }
      .storeproducts .card .card-header.header_card h4,
      .storeproducts .card .card-header.header_card h5,
      .storeproducts .card .card-header.header_card h6 {
        font-size: 22px;
        color: var(--blackcolor);
        font-weight: bold; }
      .storeproducts .card .card-header.header_card::after {
        position: absolute;
        content: '';
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
        background-color: var(--bordercolor); }
      .storeproducts .card .card-header.header_card::before {
        position: absolute;
        content: '';
        height: 2px;
        width: 10%;
        left: 0;
        z-index: 2;
        bottom: 0;
        background-color: var(--bluecolor); }
  .storeproducts .card:hover, .storeproducts .card:focus {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175); }
    .storeproducts .card:hover .whishlist:hover, .storeproducts .card:focus .whishlist:hover {
      border-color: var(--bluecolor); }
  .storeproducts .card .btn:focus {
    box-shadow: none;
    background-color: var(--bluecolor);
    color: var(--whitecolor); }
  .storeproducts .card .btn:hover {
    background-color: var(--bluecolor); }
  .storeproducts .card .form-check-input {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-image: none;
    cursor: pointer; }
    .storeproducts .card .form-check-input:focus {
      box-shadow: none;
      outline: none; }
    .storeproducts .card .form-check-input:checked:nth-child(1) {
      background: var(--blackcolor);
      border-color: var(--blackcolor); }
  .storeproducts .card .accordion .accordion-item {
    border-left: none;
    border-right: none;
    border-top: none; }
    .storeproducts .card .accordion .accordion-item .accordion-button {
      padding: 10px 0;
      font-size: 18px;
      color: var(--blackcolor);
      font-weight: bold; }
      .storeproducts .card .accordion .accordion-item .accordion-button:focus {
        box-shadow: none;
        outline: none; }
      .storeproducts .card .accordion .accordion-item .accordion-button:not(.collapsed) {
        background: var(--whitecolor);
        color: var(--bluecolor);
        box-shadow: none; }
      .storeproducts .card .accordion .accordion-item .accordion-button:not(:disabled),
      .storeproducts .card .accordion .accordion-item .accordion-button [type=button]:not(:disabled),
      .storeproducts .card .accordion .accordion-item .accordion-button [type=reset]:not(:disabled),
      .storeproducts .card .accordion .accordion-item .accordion-button [type=submit]:not(:disabled) {
        color: var(--blackcolor); }

/*-----------------------btn_nav----------------------*/
.btn_nav {
  line-height: 40px;
  width: 40px;
  color: var(--blackcolor);
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 0 0 0 0;
  background-color: var(--whitecolor);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center; }

/*-----------------------signin_links----------------------*/
.signin_links .nav-link {
  padding: 0 10px;
  color: var(--whitecolor);
  position: relative; }
  .signin_links .nav-link::after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 1px;
    transition: .6s;
    left: 0;
    width: 50%;
    right: 0;
    margin: 0 auto;
    background: var(--whitecolor);
    opacity: 0; }
  .signin_links .nav-link.after_none::after {
    display: none; }
  .signin_links .nav-link .numbericon {
    position: absolute;
    padding: 0px;
    height: 20px;
    width: 20px;
    right: -10px;
    top: -10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--redcolor); }
  .signin_links .nav-link:hover::after, .signin_links .nav-link:focus::after {
    opacity: 1;
    bottom: -5px; }
.signin_links .dropdown-menu {
  width: 475px;
  border-radius: 6px;
  border: none; }
  .signin_links .dropdown-menu .form-control {
    height: 40px;
    border-top: none;
    border-radius: 0;
    font-size: 14px;
    color: var(--greycolor);
    border-left: none;
    border-right: none; }
    .signin_links .dropdown-menu .form-control:focus {
      box-shadow: none;
      outline: none; }
  .signin_links .dropdown-menu .btn_interfee {
    width: 200px;
    font-size: 16px;
    font-weight: 500; }

/*-----------------------page_tabs----------------------*/
.page_tabs .card {
  border: none; }
.page_tabs .nav-tabs {
  border-bottom: solid 1px var(--bordercolor); }
  .page_tabs .nav-tabs .nav-link {
    font-weight: bold;
    color: var(--blackcolor);
    background: #e1e7ea;
    margin-right: 10px;
    margin-bottom: -2px;
    text-align: center; }
    .page_tabs .nav-tabs .nav-link.active, .page_tabs .nav-tabs .nav-link:hover {
      border-color: var(--bordercolor);
      background: var(--whitecolor);
      border-bottom: none; }
.page_tabs .tab-content {
  border: solid 1px var(--bordercolor);
  border-top: none; }

@media (min-width: 1440px) {
  .page_tabs .nav-tabs .nav-link {
    width: 200px; } }
/*-----------------------form-check----------------------*/
.form-check {
  display: flex;
  align-items: center; }

.form-check-input {
  width: 20px;
  height: 20px; }
  .form-check-input:checked {
    background-color: var(--bluecolor);
    border-color: var(--bluecolor); }
  .form-check-input:focus {
    box-shadow: none; }

.form-check-label {
  margin-left: 10px;
  position: relative;
  top: 3px;
  font-family: var(--fontfamily_sailec); }
  .form-check-label a {
    font-size: 14px;
    font-weight: 500;
    color: var(--blackcolor);
    text-decoration: none; }

/*-----------------------list-group-disc----------------------*/
.list-group-disc li {
  list-style: disc; }

/*-----------------------checkout_tabs----------------------*/
.checkout_tabs .form-control,
.checkout_tabs .form-select {
  height: 45px;
  padding: 10px;
  font-size: 14px;
  color: var(--bordercolor);
  background-color: transparent;
  -webkit-box-shadow: none;
  border: solid 1px var(--bordercolor);
  box-shadow: none;
  border-radius: 5px; }
  .checkout_tabs .form-control::-webkit-input-placeholder,
  .checkout_tabs .form-select::-webkit-input-placeholder {
    color: var(--whitecolor);
    opacity: 1; }
  .checkout_tabs .form-control::-moz-placeholder,
  .checkout_tabs .form-select::-moz-placeholder {
    color: var(--whitecolor);
    opacity: 1; }
  .checkout_tabs .form-control:-ms-input-placeholder,
  .checkout_tabs .form-select:-ms-input-placeholder {
    color: var(--whitecolor);
    opacity: 1; }
  .checkout_tabs .form-control::-ms-input-placeholder,
  .checkout_tabs .form-select::-ms-input-placeholder {
    color: var(--whitecolor);
    opacity: 1; }
  .checkout_tabs .form-control::placeholder,
  .checkout_tabs .form-select::placeholder {
    color: var(--bordercolor);
    opacity: 1; }
  .checkout_tabs .form-control:focus,
  .checkout_tabs .form-select:focus {
    outline: none;
    box-shadow: none;
    color: var(--bordercolor);
    opacity: 1;
    background: transparent;
    transition: all .6s; }
    .checkout_tabs .form-control:focus::placeholder,
    .checkout_tabs .form-select:focus::placeholder {
      color: var(--bordercolor);
      opacity: 1; }
.checkout_tabs .input-group .form-control {
  border-right: none; }
.checkout_tabs .input-group .input-group-text {
  background: #fff;
  border: solid 1px var(--bordercolor); }

/*-----------------------carousel----------------------*/
.carousel-control-prev,
.carousel-control-next {
  top: calc(100% - 60%);
  width: 60px;
  height: 60px;
  background: var(--blackcolor);
  border-radius: 100px; }

.carousel-control-prev {
  left: 30px; }

.carousel-control-next {
  right: 30px; }

.carousel-indicators [data-bs-target] {
  height: 10px; }

/*-----------------------header_form----------------------*/
.header_form .form-control {
  height: 53px;
  border-radius: 6px;
  overflow: hidden;
  font-size: 14px;
  border: none;
  color: var(--bordercolor); }
  .header_form .form-control:focus {
    box-shadow: none;
    outline: none; }
.header_form .input-group-text {
  background: var(--blackcolor);
  border: none;
  width: 75px; }

/*-----------------------top_links----------------------*/
.top_links li {
  border-right: solid 1px var(--greycolor); }
  .top_links li:last-child {
    border-right: none; }
  .top_links li .nav-link {
    font-size: 14px;
    color: var(--blackcolor);
    position: relative; }
    .top_links li .nav-link::after {
      transition: 0.6s;
      position: absolute;
      top: -5px;
      opacity: 0;
      left: 0;
      margin: 0 auto;
      right: 0;
      height: 2px;
      width: 100%;
      content: '';
      background: var(--bluecolor); }
    .top_links li .nav-link:hover, .top_links li .nav-link:focus {
      color: var(--bluecolor); }
      .top_links li .nav-link:hover::after, .top_links li .nav-link:focus::after {
        opacity: 1;
        top: 0; }

@media (max-width: 1199px) {
  .top_links li {
    border-right: none; }
    .top_links li .nav-link {
      font-size: 12px; } }
/*-----------------------scrollbar----------------------*/
::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

::-webkit-scrollbar-button {
  background-color: #ccc;
  height: 0; }

::-webkit-scrollbar-track {
  background-color: #efefef; }

::-webkit-scrollbar-track-piece {
  background-color: #efefef; }

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #ccc;
  border-radius: 7px; }

::-webkit-scrollbar-corner {
  background-color: #ccc; }

::-webkit-resizer {
  background-color: #ccc; }

/*-----------------------font face----------------------*/
.h-10px {
  height: 10px !important; }

.h-15px {
  height: 15px !important; }

.h-20px {
  height: 20px !important; }

.h-25px {
  height: 25px !important; }

.h-30px {
  height: 30px !important; }

.h-35px {
  height: 35px !important; }

.h-40px {
  height: 40px !important; }

.h-45px {
  height: 45px !important; }

.h-50px {
  height: 50px !important; }

.h-55px {
  height: 55px !important; }

.h-60px {
  height: 60px !important; }

.h-65px {
  height: 65px !important; }

.h-70px {
  height: 70px !important; }

.h-75px {
  height: 75px !important; }

.h-80px {
  height: 80px !important; }

.h-85px {
  height: 85px !important; }

.h-90px {
  height: 90px !important; }

.h-95px {
  height: 95px !important; }

.h-100px {
  height: 100px !important; }

.w-10px {
  width: 10px !important; }

.w-15px {
  width: 15px !important; }

.w-20px {
  width: 20px !important; }

.w-25px {
  width: 25px !important; }

.w-30px {
  width: 30px !important; }

.w-35px {
  width: 35px !important; }

.w-40px {
  width: 40px !important; }

.w-45px {
  width: 45px !important; }

.w-50px {
  width: 50px !important; }

.w-55px {
  width: 55px !important; }

.w-60px {
  width: 60px !important; }

.w-65px {
  width: 65px !important; }

.w-70px {
  width: 70px !important; }

.w-75px {
  width: 75px !important; }

.w-80px {
  width: 80px !important; }

.w-85px {
  width: 85px !important; }

.w-90px {
  width: 90px !important; }

.w-95px {
  width: 95px !important; }

.w-100px {
  width: 100px !important; }

.w-170px {
  width: 170px !important; }

.w-220px {
  width: 220px !important; }

.fontweightregular {
  font-weight: 400 !important; }

.fontweightmeduim {
  font-weight: 500 !important; }

.fontweightbold {
  font-weight: 600 !important; }

.fontsize10 {
  font-size: 10px !important; }

.fontsize12 {
  font-size: 12px !important; }

.fontsize14 {
  font-size: 14px !important; }

.fontsize16 {
  font-size: 16px !important; }

.fontsize18 {
  font-size: 18px !important; }

.fontsize20 {
  font-size: 20px !important; }

.fontsize22 {
  font-size: 22px !important; }

.fontsize24 {
  font-size: 24px !important; }

.fontsize26 {
  font-size: 26px !important; }

.fontsize28 {
  font-size: 28px !important; }

.fontsize30 {
  font-size: 30px !important; }

.fontsize32 {
  font-size: 32px !important; }

.fontsize34 {
  font-size: 34px !important; }

.fontsize36 {
  font-size: 36px !important; }

.fontsize38 {
  font-size: 38px !important; }

.fontsize40 {
  font-size: 40px !important; }

.fontsize42 {
  font-size: 42px !important; }

.fontsize44 {
  font-size: 44px !important; }

.fontsize46 {
  font-size: 46px !important; }

.fontsize48 {
  font-size: 48px !important; }

.fontsize50 {
  font-size: 50px !important; }

.fontsize52 {
  font-size: 52px !important; }

.fontsize54 {
  font-size: 54px !important; }

.fontsize56 {
  font-size: 56px !important; }

.fontsize58 {
  font-size: 58px !important; }

.fontsize60 {
  font-size: 60px !important; }

.fontsize62 {
  font-size: 62px !important; }

@media (max-width: 575px) {
    
  .fontsize36 {
    font-size: 30px !important; }

  .fontsize38 {
    font-size: 28px !important; }

  .fontsize40 {
    font-size: 26px !important; }

  .fontsize42 {
    font-size: 24px !important; }

  .fontsize44 {
    font-size: 22px !important; }

  .fontsize46 {
    font-size: 20px !important; }

  .fontsize48 {
    font-size: 18px !important; }

  .fontsize50 {
    font-size: 32px !important; }

  .fontsize52 {
    font-size: 30px !important; }

  .fontsize54 {
    font-size: 28px !important; }

  .fontsize56 {
    font-size: 26px !important; }

  .fontsize58 {
    font-size: 24px !important; }

  .fontsize60 {
    font-size: 22px !important; }

  .fontsize96 {
    font-size: 36px !important; } }
/*-----------------------border radius----------------------*/
.border-none {
  border: none; }

.border_radius_0 {
  border-radius: 0px !important; }

.border_radius_5 {
  border-radius: 5px !important; }

.border_radius_10 {
  border-radius: 10px !important; }

.border_radius_15 {
  border-radius: 15px !important; }

.border_radius_20 {
  border-radius: 20px !important; }

.border_radius_25 {
  border-radius: 25px !important; }

.border_radius_30 {
  border-radius: 30px !important; }

.border_radius_35 {
  border-radius: 35px !important; }

.border_radius_40 {
  border-radius: 40px !important; }

.border_radius_45 {
  border-radius: 45px !important; }

.border_radius_50 {
  border-radius: 50px !important; }

.border_radius_60 {
  border-radius: 60px !important; }

.border_radius_65 {
  border-radius: 65px !important; }

.border_radius_70 {
  border-radius: 70px !important; }

.border_radius_75 {
  border-radius: 75px !important; }

.border_radius_80 {
  border-radius: 80px !important; }

.border_radius_85 {
  border-radius: 85px !important; }

.border_radius_90 {
  border-radius: 90px !important; }

.border_radius_95 {
  border-radius: 95px !important; }

.border_radius_100 {
  border-radius: 100px !important; }

/*-----------------------font face----------------------*/
@font-face {
  font-family: 'Sailec';
  src: url("./fonts/Sailec-LightItalic.woff2") format("woff2"), url("./fonts/Sailec-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Sailec';
  src: url("./fonts/Sailec-Thin.woff2") format("woff2"), url("./fonts/Sailec-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Sailec';
  src: url("./fonts/Sailec-Light.woff2") format("woff2"), url("./fonts/Sailec-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Sailec';
  src: url("./fonts/Sailec.woff2") format("woff2"), url("./fonts/Sailec.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sailec';
  src: url("./fonts/Sailec-BoldItalic.woff2") format("woff2"), url("./fonts/Sailec-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Sailec';
  src: url("./fonts/Sailec-ThinItalic.woff2") format("woff2"), url("./fonts/Sailec-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'Sailec';
  src: url("./fonts/Sailec-Medium.woff2") format("woff2"), url("./fonts/Sailec-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Sailec Hairline';
  src: url("./fonts/SailecHairline-Italic.woff2") format("woff2"), url("./fonts/SailecHairline-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Sailec';
  src: url("./fonts/Sailec-BlackItalic.woff2") format("woff2"), url("./fonts/Sailec-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'Sailec Regular';
  src: url("./fonts/Sailec-Italic.woff2") format("woff2"), url("./fonts/Sailec-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Sailec';
  src: url("./fonts/Sailec-MediumItalic.woff2") format("woff2"), url("./fonts/Sailec-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Sailec Hairline';
  src: url("./fonts/SailecHairline.woff2") format("woff2"), url("./fonts/SailecHairline.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sailec';
  src: url("./fonts/Sailec-Black.woff2") format("woff2"), url("./fonts/Sailec-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Sailec';
  src: url("./fonts/Sailec-Bold.woff2") format("woff2"), url("./fonts/Sailec-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
.gallery {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  width: 100%;
  border-radius: 5px; }

.gallery input[name$="control"] {
  display: none; }

.gallery .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  width: 100%; }

.gallery .wrap {
  height: 100%;
  position: static;
  margin: 0 auto;
  overflow: hidden;
  display: inline-flex;
  margin-right: 0; }

.gallery .wrap figure {
  padding: 10px;
  height: 100%;
  min-width: 100%;
  -webkit-transition: opacity 0.25s ease-in-out 0.05s;
  transition: opacity 0.25s ease-in-out 0.05s;
  position: relative;
  left: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1; }

.gallery .wrap figure label {
  cursor: zoom-in;
  height: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  display: block; }

.gallery .wrap figure img {
  cursor: inherit;
  max-width: 100%;
  max-height: 100%;
  border-radius: 3px;
  margin: 0 auto;
  object-fit: cover;
  position: relative; }

.gallery .thumbnails {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 60px;
  text-align: center;
  max-height: 100%;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
  z-index: 20; }

@media (max-width: 1199px) {
  .gallery .thumbnails {
    display: block;
    white-space: normal; } }
.gallery .thumbnails .thumb {
  min-width: 132px;
  height: 132px;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  opacity: 0.7;
  margin: 5px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  left: 0;
  border-radius: 3px;
  border: solid 1px var(--bordercolor);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat; }
  .gallery .thumbnails .thumb:hover, .gallery .thumbnails .thumb:focus {
    border-color: var(--bluecolor); }

.gallery input#fullscreen:checked ~ .wrap figure {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100vw;
  padding: 0;
  top: 0%;
  right: 0;
  left: 0%; }

.gallery input#fullscreen:checked ~ .wrap figure label {
  cursor: zoom-out; }

.gallery input#image1:checked ~ .wrap figure {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.gallery input#image1:checked ~ .wrap figure:not(:nth-of-type(1)) {
  opacity: 0; }

.gallery input#image1:checked ~ .thumbnails .slider {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.gallery input#image1:checked ~ .thumbnails .thumb:nth-of-type(1) {
  opacity: 1;
  cursor: default; }

.gallery input#image2:checked ~ .wrap figure {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.gallery input#image2:checked ~ .wrap figure:not(:nth-of-type(2)) {
  opacity: 0; }

.gallery input#image2:checked ~ .thumbnails .slider {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.gallery input#image2:checked ~ .thumbnails .thumb:nth-of-type(2) {
  opacity: 1;
  cursor: default; }

.gallery input#image3:checked ~ .wrap figure {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%); }

.gallery input#image3:checked ~ .wrap figure:not(:nth-of-type(3)) {
  opacity: 0; }

.gallery input#image3:checked ~ .thumbnails .slider {
  -webkit-transform: translateY(200%);
  transform: translateY(200%); }

.gallery input#image3:checked ~ .thumbnails .thumb:nth-of-type(3) {
  opacity: 1;
  cursor: default; }

.gallery input#image4:checked ~ .wrap figure {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%); }

.gallery input#image4:checked ~ .wrap figure:not(:nth-of-type(4)) {
  opacity: 0; }

.gallery input#image4:checked ~ .thumbnails .slider {
  -webkit-transform: translateY(300%);
  transform: translateY(300%); }

.gallery input#image4:checked ~ .thumbnails .thumb:nth-of-type(4) {
  opacity: 1;
  cursor: default; }

@-webkit-keyframes full {
  from {
    -webkit-transform: translate(0, 0) scale(0.8);
    transform: translate(0, 0) scale(0.8); }
  to {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1); } }
@keyframes full {
  from {
    -webkit-transform: translate(0, 0) scale(0.8);
    transform: translate(0, 0) scale(0.8); }
  to {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1); } }
@-webkit-keyframes shadow {
  from {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0), 0 0 10vmin rgba(13, 21, 31, 0); }
  to {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0.6), 0 0 10vmin rgba(13, 21, 31, 0.6); } }
@keyframes shadow {
  from {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0), 0 0 10vmin rgba(13, 21, 31, 0); }
  to {
    box-shadow: 0 0 0 100vmin rgba(24, 33, 45, 0.6), 0 0 10vmin rgba(13, 21, 31, 0.6); } }
    
    @media (max-width: 768px) and (min-width: 320px) {
        .gallery .carousel{display: block !important;}
        .card .card-header .fontsize14{ font-size: 10px !important;
  padding: 3px !important;}
  .card .card-header .whishlist{width: 25px;  height: 25px;}
  .card .card-body .fontsize16 {font-size: 13px !important;}
  .card .card-body .h-40px img{ display:none !important;}
  .h-40px {
      height: auto !important;
  padding: 4px;
  text-align: center;
  margin: 0px auto !important;
  font-size: 12px;
  }
    }

/*# sourceMappingURL=theme-style.css.map */
