@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Thin.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Light.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-UltraLight.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Black.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Bold';
    src: url('/assets/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'Gilroy';
    overflow-x: hidden;
}

section.banner {
    display: flex;
}

section.banner .col-md-6 {
    margin-top: auto;
    margin-bottom: auto;
}

h1 {
    font-size: 75px;
    /* font-weight: 600; */
    color: #1f1f1f;
    font-family: 'Gilroy' !important;
    font-weight: 600;
}
.slick-arrow{
    /* background-image: url('../images/left.png') !important; */
    width: 70px;
    height: 70px;
    z-index: 9999;
    font-size: 0 !important;
}
.slick-arrow  , .slick-arrow * {
    font-size: 0 !important;
}
.slick-next{
    /* background-image: url('../images/right.png') !important; */
}
.searchbox {
    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 50px;
    padding: 0px 10px;
    position: relative;
}

.searchbox input {
    border: 0;
    padding: 12px 10px;
    outline: none;
    width: 100%;
    background-color: transparent;
    padding-left: 37px;
}

img.filter-icon {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

img.magnifier {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
li.has-submenu > a:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url('../images/drop-icon.png');
    right: -5px;
    top: 2px;
}

li.has-submenu {
    padding-right: 20px;
    position: relative;
}
span.ant-avatar.ant-avatar-circle img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}
.client-slider .slick-slide {
    background-color: unset !important;
}

ul.rating i {
    color: #fadb14;
    font-size: 22px;
}
ul.rating li {
    display: inline-block;
}
.register-form span.ant-input-prefix {
    position: absolute;
    left: 15px;
    z-index: 9;
    color: #292d32;
    opacity: 0.3;
}

.register-form span.ant-input-affix-wrapper {
    position: relative;
}
ul.subdropdown {
    position: absolute;
    left: 0;
    width: 240px;
    background-color: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    padding: 6px !important;
    display: none;
    border-radius: 6px;
    top: 99%;
    z-index: 9;
}

.ant-space li {
    position: relative;
}

ul.subdropdown a {
    padding: 6px 10px !important;
    display: block;
}
ul.subdropdown li:hover a {
    color: #ff0037!important;
    background-color: rgba(0, 0, 0, 0.04);
}
.top-login-card {
    vertical-align: middle;
    position: relative;
}

.top-login-card > * {
    display: inline-block;
}

.top-login-card  .user-img {
    margin-right: 20px;
}
.top-login-card:hover ul.subdropdown {
    display: block;
}
span.ant-scroll-number-only-unit.current {
    background-color: #ff4d4f;
    padding: 5px;
    color: #fff;
    border-radius: 50px;
    width: 20px;
    /* display: inline-block; */
    height: 20px;
    text-align: center;
    line-height: 1;
    /* position: relative;
    left: 21px;
    top: -35px; */
}
li.has-submenu:hover ul {
    display: block;
}
.ant-input-affix-wrapper i {
    line-height: 1.4;
}
span.select2.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection {
    padding: 0 5px !important;
    height: unset !important;
    border-color: #d9d9d9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 7px;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
    z-index: 100;
    font-size: 2.5em;
    height: 80px;
    width: 53px;
    margin-top: 10px;
    color: #B7B7B7;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #000;
    opacity: 1;
    cursor: pointer;
  }
  .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    opacity: 1;
  }
  .slick-slider .slick-prev {
    left: -30px;
  }
  .slick-slider .slick-next {
    right: 0;
  }
  
  #detail .product-images {
    width: 100%;
    margin: 0 auto;
    border:1px solid #eee;
  }
  #detail .product-images li, #detail .product-images figure, #detail .product-images a, #detail .product-images img {
    display: block;
    outline: none;
    border: none;
  }
  #detail .product-images .main-img-slider figure {
    margin: 0 auto;
    padding: 0 2em;
  }
  #detail .product-images .main-img-slider figure a {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
  }
  #detail .product-images .main-img-slider figure a img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  #detail .product-images .thumb-nav {
    margin: 0 auto;
    padding:20px 10px;
    max-width: 600px;
  }
  #detail .product-images .thumb-nav.slick-slider .slick-prev, #detail .product-images .thumb-nav.slick-slider .slick-next {
    font-size: 1.2em;
    height: 20px;
    width: 26px;
    margin-top: -10px;
  }
  #detail .product-images .thumb-nav.slick-slider .slick-prev {
    margin-left: -30px;
  }
  #detail .product-images .thumb-nav.slick-slider .slick-next {
    margin-right: -30px;
  }
  #detail .product-images .thumb-nav li {
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  #detail .product-images .thumb-nav li img {
    display: block;
    width: 100%;
    max-width: 75px;
    margin: 0 auto;
    border: 2px solid transparent;
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
  }
  #detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
    border-color: #999;
  }
  #detail .product-images .thumb-nav li.slick-current img {
    border-color: #d12f81;
  }
  
  .product-detail-sec ul.thumb-nav img {
    height: 80% !important;
    width: 90%;
    object-fit: cover;
    border-radius: 10px;
    display: table;
    margin: 20px auto;
}
  
.product-detail-sec ul.thumb-nav li.slick-slide {
    overflow: hidden !important;
    height: 120px;
}

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    display: none !important;
}

.slick-slider ul.thumb-nav .slick-next {
    right: -20px !important;
}

.thumb-nav .slick-next {
    right: -20px !important;
}
.second-step textarea {
    width: 100%;
}
.additional-selectbox {
    min-width: 140px;
}
li.has-submenu .submenu {
    position: absolute;
    left: 150px;
    width: 130px;
    /* left: 150px;
    width: 130px; */
    background-color: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    padding: 6px !important;
    display: none;
    border-radius: 6px;
    top: 0%;
    z-index: 9;
}

li.has-submenu:hover .submenu {
    display: block;
}
li.has-submenu:hover ul.submenu li a {
    color: #000 !important;
    background: transparent !important;
}

li.has-submenu:hover ul.submenu li a:hover {
    color: #ff0037 !important;
}
.small_menu_box {
    width: 200px !important;
}

.error {
}
h2#swal2-title {
    font-size: 20px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
    padding: 7px 25px;
    /* margin: 8px 0; */

}
label.error {
    margin-top: -5px;
    margin-bottom: -5px;
    white-space: nowrap;
}
input[type="checkbox"] {
    accent-color: #ff0037;
}

.ml-2{ margin-left: 20px;}

.btn-theme.bordered {
    border: 2px solid red;
    background-color: unset;
    color: #ff0037;
    font-weight: 700;
}
.rating i.fa {
    color: #ffcb1f;
    margin-right: 2px;
}
html .select2-container .select2-selection--single {
    border-color: #d9d9d9;
}

html .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    border-color: #d9d9d9 !important;
}

html .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.6;
}@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Thin.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Light.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-UltraLight.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Black.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy Bold';
    src: url('/assets/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('/assets/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body{
    font-family: 'Gilroy';
    overflow-x: hidden;
}

section.banner {
    display: flex;
}

section.banner .col-md-6 {
    margin-top: auto;
    margin-bottom: auto;
}

h1 {
    font-size: 75px;
    /* font-weight: 600; */
    color: #1f1f1f;
    font-family: 'Gilroy' !important;
    font-weight: 600;
}
.slick-arrow{
    /* background-image: url('../images/left.png') !important; */
    width: 70px;
    height: 70px;
    z-index: 9999;
    font-size: 0 !important;
}
.slick-arrow  , .slick-arrow * {
    font-size: 0 !important;
}
.slick-next{
    /* background-image: url('../images/right.png') !important; */
}
.searchbox {
    width: 100%;
    border: 1px solid #c4c4c4;
    border-radius: 50px;
    padding: 0px 10px;
    position: relative;
}

.searchbox input {
    border: 0;
    padding: 12px 10px;
    outline: none;
    width: 100%;
    background-color: transparent;
    padding-left: 37px;
}

img.filter-icon {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

img.magnifier {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
li.has-submenu > a:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url('../images/drop-icon.png');
    right: -5px;
    top: 2px;
}

li.has-submenu {
    padding-right: 20px;
    position: relative;
}
span.ant-avatar.ant-avatar-circle img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}
.client-slider .slick-slide {
    background-color: unset !important;
}

ul.rating i {
    color: #fadb14;
    font-size: 22px;
}
ul.rating li {
    display: inline-block;
}
.register-form span.ant-input-prefix {
    position: absolute;
    left: 15px;
    z-index: 9;
    color: #292d32;
    opacity: 0.3;
}

.register-form span.ant-input-affix-wrapper {
    position: relative;
}
ul.subdropdown {
    position: absolute;
    left: 0;
    width: 240px;
    background-color: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    padding: 6px !important;
    display: none;
    border-radius: 6px;
    top: 99%;
    z-index: 9;
}

.ant-space li {
    position: relative;
}

ul.subdropdown a {
    padding: 6px 10px !important;
    display: block;
}
ul.subdropdown li:hover a {
    color: #ff0037!important;
    background-color: rgba(0, 0, 0, 0.04);
}
.top-login-card {
    vertical-align: middle;
    position: relative;
}

.top-login-card > * {
    display: inline-block;
}

.top-login-card  .user-img {
    margin-right: 20px;
}
.top-login-card:hover ul.subdropdown {
    display: block;
}
span.ant-scroll-number-only-unit.current {
    background-color: #ff4d4f;
    padding: 5px;
    color: #fff;
    border-radius: 50px;
    width: 20px;
    display: inline-block;
    height: 20px;
    text-align: center;
    line-height: 1;
    position: absolute;
    left: 25px;
    top: -29px
}
li.has-submenu:hover ul {
    display: block;
}
.ant-input-affix-wrapper i {
    line-height: 1.4;
}
span.select2.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection {
    padding: 0 5px !important;
    height: unset !important;
    border-color: #d9d9d9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    margin-top: 7px;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
    z-index: 100;
    font-size: 2.5em;
    height: 80px;
    width: 53px;
    margin-top: 10px;
    color: #B7B7B7;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #000;
    opacity: 1;
    cursor: pointer;
  }
  .slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    opacity: 1;
  }
  .slick-slider .slick-prev {
    left: -30px;
  }
  .slick-slider .slick-next {
    right: 0;
  }
  
  #detail .product-images {
    width: 100%;
    margin: 0 auto;
    border:1px solid #eee;
  }
  #detail .product-images li, #detail .product-images figure, #detail .product-images a, #detail .product-images img {
    display: block;
    outline: none;
    border: none;
  }
  #detail .product-images .main-img-slider figure {
    margin: 0 auto;
    padding: 0 2em;
  }
  #detail .product-images .main-img-slider figure a {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
  }
  #detail .product-images .main-img-slider figure a img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  #detail .product-images .thumb-nav {
    margin: 0 auto;
    padding:20px 10px;
    max-width: 600px;
  }
  #detail .product-images .thumb-nav.slick-slider .slick-prev, #detail .product-images .thumb-nav.slick-slider .slick-next {
    font-size: 1.2em;
    height: 20px;
    width: 26px;
    margin-top: -10px;
  }
  #detail .product-images .thumb-nav.slick-slider .slick-prev {
    margin-left: -30px;
  }
  #detail .product-images .thumb-nav.slick-slider .slick-next {
    margin-right: -30px;
  }
  #detail .product-images .thumb-nav li {
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  #detail .product-images .thumb-nav li img {
    display: block;
    width: 100%;
    max-width: 75px;
    margin: 0 auto;
    border: 2px solid transparent;
    -webkit-transition: border-color .25s;
    -ms-transition: border-color .25s;
    -moz-transition: border-color .25s;
    transition: border-color .25s;
  }
  #detail .product-images .thumb-nav li:hover, #detail .product-images .thumb-nav li:focus {
    border-color: #999;
  }
  #detail .product-images .thumb-nav li.slick-current img {
    border-color: #d12f81;
  }
  
  .product-detail-sec ul.thumb-nav img {
    height: 80% !important;
    width: 90%;
    object-fit: cover;
    border-radius: 10px;
    display: table;
    margin: 20px auto;
}
  
.product-detail-sec ul.thumb-nav li.slick-slide {
    overflow: hidden !important;
    height: 120px;
}

.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    display: none !important;
}

.slick-slider ul.thumb-nav .slick-next {
    right: -20px !important;
}

.thumb-nav .slick-next {
    right: -20px !important;
}
.second-step textarea {
    width: 100%;
}
.additional-selectbox {
    min-width: 140px;
}
li.has-submenu .submenu {
    position: absolute;
    left: 150px;
    width: 130px;
    /* left: 150px;
    width: 130px; */
    background-color: #fff;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    padding: 6px !important;
    display: none;
    border-radius: 6px;
    top: 0%;
    z-index: 9;
}

li.has-submenu:hover .submenu {
    display: block;
}
li.has-submenu:hover ul.submenu li a {
    color: #000 !important;
    background: transparent !important;
}

li.has-submenu:hover ul.submenu li a:hover {
    color: #ff0037 !important;
}
.small_menu_box {
    width: 200px !important;
}

label.error {
    color: red !important;
    line-height: 1.2;
    font-size: 14px;
}
h2#swal2-title {
    font-size: 20px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
label.error {
    margin-bottom: -5px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: -14px;
}
input[type="checkbox"] {
    accent-color: #ff0037;
}

.ml-2{ margin-left: 20px;}

.btn-theme.bordered {
    border: 2px solid red;
    background-color: unset;
    color: #ff0037;
    font-weight: 700;
}
.rating i.fa {
    color: #ffcb1f;
    margin-right: 2px;
}
html .select2-container .select2-selection--single {
    border-color: #d9d9d9;
}

html .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    border-color: #d9d9d9 !important;
}

html .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.6;
}
input.error {
    background-color: #fff;
}
.ant-input-affix-wrapper {
    position: relative;
}

label.ant-checkbox-wrapper {
    position: relative;
}
div.modal[role="dialog"] {
    background-color: #0000003b;
}
.product-img img{
    border-radius: 20px !important;

}

.pr-3 {
    padding-right: 3rem;
}
/* .user-img1 img{
        width: 76%;
        height: 50%;
        border-radius: 50%;
        object-fit: cover;
        margin-left: 10px;
        margin-top: 20px;
    
} */
/* .currency-wrap{
    position:relative;
}

.currency-code{
    position:absolute;
    left:8px;
    top:10px;
}

.text-currency{
    padding:10px 20px;
    border:solid 1px #ccc;
    border-radius:5px;
} */
.test {
    position: relative;
    background-color: #dedede;
    display: inline;
}

.test:before {
    content: '$';
    position: absolute;
    top: 7px;
    left: 10px;
    z-index: 1;
}
.round {
    position: relative;
  }
  
  .round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
  }
  
  .round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
  }
  
  .round input[type="checkbox"] {
    visibility: hidden;
  }
  
  .round input[type="checkbox"]:checked + label {
    background-color: #48c610;
    border-color: #48c610;
  }
  
  .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }
  
  
  #filtermodal .modal-content {
    padding: 25px;
}

#filtermodal .modal-content h3 {
    margin-bottom: 30px;
    text-align: center;
}

#filtermodal .modal-content button.btn-theme {
    display: table;
    margin: 0 auto;
}

#filtermodal button.btn.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px solid #7e7e7e;
    border-radius: 50px;
    font-size: 13px;
    padding: 7px;
}
.review-info-row {
    display: flex;
    /* flex-direction: column; */
    margin-bottom: 20px;
}

.review-info-thumbnail {
    width: 65px;
    height: 65px;
    overflow: hidden;
    border-radius: 80px;
}

.review-info-thumbnail img {
    width: 100%; /* Allow the image to retain its original width */
    height: 100%; /* Increase the height to display half of the image */
     /* Position the image within the circle */
     /* Move the image up by half its height */
     /* Ensures the image fills the circle */
     /* Maintains aspect ratio */
    object-fit: cover;
}

.review-info-row > * {display: flex;align-items: center;margin-right: 20px;}

.review-info-row ul.review-info-rating i {
    color: #ffc107;
    font-size: 18px;
    line-height: 3;
    margin-right: 5px;
}

.review-row {
    margin-bottom: 34px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
}

.review-row:last-child {
    border: 0;
}
.reviews-all {
    max-height: 330px;
    overflow-y: auto;
}
.home-products-slider {
     display: flex;
  flex-wrap: wrap;
}
.home-products-slider > div {
    width: calc(25% - 20px);
    margin-bottom: 15px;
}
.bo1{
    height: 300px;
    overflow-x: scroll;
}
.tex1{
    display: flex;
    flex-direction: row;
    gap: 50px;
}
input::file-selector-button{
    font-size: 14px;
    padding: 8px 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 0;
    border-radius: 34px;
    background-color: #ff0037;
    color: #fff;
    font-family: Gilroy !important;
}
button.delete-image1 {
    position: absolute;
    margin-top: 50px;
    margin-left: -33px;
    background-color: #ff0037;
    color: white;
    border: none;
    border-radius: 50px;
}
.reviewslide {
    position: fixed;
    top: 0;
    height: 100%;
    width: 300px;
    background-color: #f9f9f9;
    right: -500px;
    transition: 0.5s linear 0s;
    box-shadow: 0px 0px 20px #00000029;
	padding: 15px;
}

.reviewslide.active {
    right: 0;
}