@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;
}

/* Drawer  */

.menu-button.navicon {
    color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    right: 7%;
    z-index: 100;
    background: none;
    border: none;
    top: -13px;
}

.menu-button.navicon:hover {
    cursor: default;
}

.menu-button.navicon:after {
    cursor: pointer;
    color: #000;
    content: "☰";
    font-size: 24px;
    margin: 0.5em;
    width: 1em;
    height: 1em;
    line-height: 1.7;
    display: block;
}

.menu-button.navicon.expanded:after {
    content: "✕";
}

.site-navigation {
    text-decoration: none;
    margin: 0.3em 0;
}

.site-navigation .menu-button {
    display: none;
}

.site-navigation ul {
    list-style: none;
    margin: 0;
    padding: 1em 1em 0 1em;
    text-align: right;
}

.site-navigation li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.site-navigation a {
    display: block;
    text-decoration: none;
    padding: 1em;
    color: #000;
}

.drawer-nav .site-navigation .menu-button {
    display: block;
}

.drawer-nav .site-navigation ul {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    background: #eee;
    color: #fff;
    text-align: center;
    z-index: 1;
    margin: -10px 0 0 0 !important;
}

.drawer-nav .site-navigation ul li {
    display: block;
    margin: 0;
}

.drawer-nav .site-navigation ul li:first-child {
    margin-top: 5.5em;
}

.drawer-nav .site-navigation ul a {
    color: #000;
    border-bottom: 1px solid red;
}

.drawer-nav .site-navigation ul a:hover {
    background: #fff;
    color: red;
}

.drawer-nav .site-navigation .menu-button+ul {
    width: 0;
    padding: 0;
    transition: all 0.2s ease;
    flex-direction: column;
    align-items: start !important;
}

.drawer-nav .site-navigation .menu-button.expanded+ul {
    width: 100%;
    padding: 0 0.5em;
}

.drawer-nav .site-navigation .menu-button.navicon.expanded:after {
    color: #000;
}

.drawer-nav .site-navigation {
    display: none;
}

.drawer-nav .site-navigation ul a {
    width: 100%;
    display: block !important;
}

.drawer-nav .site-navigation ul li {
    width: 100%;
    text-align: start;
}




/* ul.subdropdown>li a {
    color: #fff !important;
}

*/
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 {

    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;
}

.myadd-sec {
    min-height: 430px;
}

.product-detail-sec {
    min-height: 430px;
}

.tab-content {
    height: 400px;
    overflow: auto;
}

.mobile-view-text {
    display: none;
}



.drawer-nav .site-navigation .subdropdown {
    background: #fff !important;
    height: auto;
    margin-left: 30px !important;
    top: 54px;
    padding: 0 !important;
}

.drawer-nav .site-navigation .subdropdown>li a {
    color: #000 !important;
}

.drawer-nav .site-navigation .subdropdown:first-child {
    margin: 0 !important;
    padding: 0 !important;
}

.drawer-nav .site-navigation .subdropdown li:first-child {
    margin: 0 !important;
    padding: 0 !important;
}

.drawer-nav .site-navigation .subdropdown li:not(:last-child) {
    border: 0 !important;
}


ul.nav .has-submenu {
    padding: 0;
}

ul.nav .has-submenu ::after {
    top: 20px !important;
    right: 11px;
}

/* Responsive  */

@media only screen and (max-width: 1400px) {
    .header-img {
        width: 30px !important;
        height: 30px !important
    }

    .product-detail-sec .product-img {
        height: 330px
    }

    .banner h1 {
        font-size: 40px;
    }

    .banner h1:before {
        left: 0 !important;
    }

    .font-40 {
        font-size: 30px !important
    }

    .mt-3,
    .mt-4 {
        margin-top: 5px !important
    }

    .font-30 {
        font-size: 25px !important
    }

    .custom-next-arrow img,
    .custom-prev-arrow img {
        width: 50px;
        height: 50px
    }

    .custom-next-arrow {
        top: 28%
    }

    .custom-prev-arrow {
        top: 32%
    }

    .p-70 {
        padding: 55px
    }

    .font-32 {
        font-size: 25px !important
    }
}

@media only screen and (max-width: 1199px) {
    .lg-none {
        display: none !important
    }

    .p-70 {
        padding: 70px 30px !important
    }

    .font-30 {
        font-size: 20px !important
    }

    .menu-btn {
        display: block !important
    }

    .product-detail-sec .product-img {
        height: 310px
    }

    .font-30 {
        font-size: 25px !important
    }

    .product-item {
        padding: 0 !important;
    }

    .product-item .text-box .btn-theme {
        padding: 7px;
        font-size: 10px !important;
    }

    .font-20 {
        font-size: 16px !important;
    }

    .product-item .text-box .my-3 {
        margin: 5px 0 !important;
    }

    .share-bg {
        margin-top: 25px;
    }

    .drawer-nav .site-navigation {
        display: block;
    }

}

@media only screen and (max-width: 991px) {
    .share-bg .mobile-img {
        display: none
    }

    .font-30 {
        font-size: 20px !important
    }

    .category-img img {
        margin-bottom: 15px
    }

    .border-line {
        display: none
    }

    .w-58 {
        width: 58%
    }

    .share-bg {
        margin-top: 10px !important
    }

    .pb-70 {
        padding-bottom: 25px !important
    }

    .font-40 {
        font-size: 30px !important
    }

    .font-24 {
        font-size: 20px !important
    }

    .font-18 {
        font-size: 16px !important
    }

    .my-4 {
        margin: 10px 0 !important
    }

    .copyright-box {
        flex-direction: column !important
    }

    .rating-user {
        flex-direction: column !important;
        align-items: start !important
    }

    .rating-user p {
        display: none
    }

    .font-32 {
        font-size: 28px !important
    }

    .add-payment {
        min-height: 100px;
        margin: 10px !important
    }

    .add-payment img {
        width: 34px
    }

    .my-text .user-message p {
        padding: 9px;
        font-size: 12px
    }

    .my-text p {
        font-size: 11px;
        padding-bottom: 10px
    }

    .chat-user-profile {
        padding: 3px !important
    }

    .font-16 {
        font-size: 14px !important
    }

    .banner h1 {
        font-size: 28px;
    }

    .banner {
        padding: 50px 0;
    }

    .banner h1:before {
        width: 65px;
        height: 65px;
    }

    .menu-button.navicon {
        right: 0;
    }

    .top-login-card {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .w-58 {
        width: auto
    }

    .qr-box {
        flex-direction: column !important
    }

    .mb-0 {
        margin-bottom: 10px !important
    }

    .rating-user {
        flex-direction: row !important;
        align-items: center !important
    }

    .product-detail-sec .product-img {
        height: 290px
    }

    .pt-70 {
        padding-top: 10px !important
    }

    .font-32 {
        font-size: 26px !important
    }

    .chats-users {
        min-height: 100px !important;
        max-height: 248px !important
    }

    .mt-5 {
        margin-top: 10px !important
    }

    .p-70 {
        padding: 30px 0 !important
    }

    .logo {
        position: relative
    }

    .logo .my-logo {
        position: absolute;
        top: -37px;
        width: 50px;

    }

    .searchbox {
        margin-bottom: 15px;
    }

    .share-bg p {
        margin: 0 !important;
        line-height: 1.6;
    }

    .ant-qrcode {
        margin: 10px 0;
    }

    .mb-4 {
        margin-bottom: 10px !important;
    }



    .logo+p {
        margin-bottom: 10px !important;
    }

    .contact-sec .btn-theme {
        margin-bottom: 20px;
    }

    .mb-5 {
        margin-bottom: 10px !important;
    }

    .register-form.p-70 {
        padding: 30px !important;
    }

    header {
        margin-bottom: 30px;
    }

    :where(.css-yp8pcc).ant-form-item {
        margin-bottom: 14px;
    }

    .btn-theme {
        padding: 5px 20px;
        font-size: 12px;
    }

    .my-earning {
        box-shadow: none;
    }

    .contact-sec>div>div {
        flex-direction: column;
        align-items: start !important;
    }

    .font-14 {
        font-size: 12px !important;
    }

    .mobile-view-text {
        display: block;
        margin-top: 20px !important;
    }

    .menu-button.navicon {
        right: 7%;
        top: 46px;
    }

    .drawer-nav .navicon.expanded:after {
        position: absolute;
        right: -43px;
        top: -49px;


    }

    .auth-btn {
        margin-right: 70px;
    }

    .md-d-none {
        display: none;
    }

    .drawer-nav .site-navigation .subdropdown {
        width: 80% !important;
    }
}

@media only screen and (max-width: 575px) {
    .product-item .img-box img {
        width: 100%;
        border-radius: 20px !important
    }

    .product-item .img-box .rating {
        border-radius: 10px
    }

    .font-40 {
        font-size: 22px !important
    }

    .font-24 {
        font-size: 18px !important
    }

    .copyright-box p {
        font-size: 12px !important
    }

    .copyright-box .d-flex {
        flex-direction: column !important
    }

    .copyright-box .app-icon {
        flex-direction: row !important
    }

    .rating-user {
        flex-direction: column !important;
        align-items: start !important
    }

    .product-detail-sec .product-img {
        height: 240px
    }

    .font-32 {
        font-size: 20px !important
    }

    .my-tab .rental-tabs span {
        display: none
    }

    .font-18 {
        font-size: 14px !important
    }

    .payment-sec .mt-5,
    .payment-sec .mb-5 {
        margin: 17px 0 0 !important
    }

    .up-license .ant-upload-select {
        width: 110px !important
    }

    .user-detail p {
        display: none
    }

    .top-login-card p {
        display: none;
    }

    ul.subdropdown.small_menu_box {

        left: -130px !important;
    }

    .font-14 {
        font-size: 10px !important;
    }

    .modal-dialog {
        min-width: 600px;
    }

    .modal-body {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 375px) {

    .modal-dialog {
        min-width: 560px;
    }
}

button.close {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
    padding-top: 3px !important;
}

/* .subdropdown {
    display: none;
}

.show {
    display: block !important;
}

*/
.top-login-card ul.subdropdown>li a {
    color: #000 !important;
}

.top-login-card ul.subdropdown>li a:hover {
    color: #ff0037 !important;
}

.top-login-card ul.subdropdown>li .color-red {
    color: #ff0037 !important;
}

.auth-logo {
    margin: 0 auto !important;
}