/* -------------------------------------------
[Table of contents]

[Color codes]
    Body Color: #848484
    Main color: #2BBEF9
    Blockquote color: #EDFAFF

[Typography]
    Body:   16/1.7 'Quicksand', sans-serif;
    Input:  16/40px
    Textarea:   16/26px

[Component module]

1.0 RESET BROWSER
	1.1 CUSTOM COLUMN
	1.2 WORDPRESS DATA SAMPLE
    1.3 ELEMENTOR
2.0 DEFAULT SETTING
    2.1 FORM THEME
    2.2 TABLE THEME
    2.3 CONTAINER THEME
    2.4 SLICK SLIDER
3.0 HEADER THEME
	3.1 HEADER TOP
    3.2 HEADER MENU
    3.3 BLOCK SEARCH
    3.4 HEADER CONTROL
    3.5 HEADER STICKY
    3.6 HEADER MIDDLE
    3.7 HEADER NAV
    3.8 HEADER STYLE
    3.9 HEADER MOBILE
    3.10 HEADER MOBILE MENU
4.0 BLOG THEME
	4.1 POST ITEM
	4.2 BLOG COMMENT
5.0 BANNER + BREADCRUMBS + WIDGET + PAGINATION
	5.1 BANNER AND TITLE PAGE
	5.2 BREADCRUMBS THEME
	5.3 WIDGET THEME
	5.4 PAGINATION THEME
6.0 SHOP THEME
    6.1 SHOP CONTROL
    6.2 PRODUCT ITEM
    6.3 SINGLE PRODUCT
7.0 OTHER PAGE
	7.1 CART PAGE
	7.2 CHECKOUT PAGE
	7.3 MY ACCOUNT PAGE
	7.4 WISHLIST PAGE
	7.5 TRACK YOUR ORDER
	7.6 PAGE 404
8.0 SHORTCODE
    8.1 BANNER
	8.2 DRALY BLOG
	8.3 DRALY CATEGORY
    8.4 COUPON BOX
    8.5 TAG
    8.6 CONTACT FORM 7
    8.7 DRALY COUNTDOWNDEAL
    8.8 DRALY PRODUCTS
    8.9 DRALY TABS
    8.10 SLIDER
    8.11 VERTICAL ACCORDION
/*==========================================================================
1.0 RESET BROWSER
========================================================================== */
:root {
    --draly-main-color: #2BBEF9;
    --draly-blockquote-color: #EDFAFF;
}

@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/quicksand-v36-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/quicksand-v36-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/quicksand-v36-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/quicksand-v36-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/gabarito-v8-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/gabarito-v8-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/gabarito-v8-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/gabarito-v8-latin-700.woff2') format('woff2');
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    margin: 0;
    padding-left: 23px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 20px;
}

i.fa,
span.fa {
    font-family: 'FontAwesome', 'sans-serif';
    font-weight: inherit;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.more-link {
    display: inline-block;
    margin-top: 15px;
}

.more-link::after {
    content: "\f178";
    font-family: 'FontAwesome', sans-serif;
    margin-left: 5px;
    vertical-align: middle;
}

.post-password-form input[type="submit"]:hover {
    background-color: var(--draly-main-color);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 15px 20px;
    margin: 0 0 30px;
    position: relative;
    background-color: #f3f3f3;
    color: #111111;
    border-top: 3px solid #2196F3;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before {
    content: '';
    display: table;
}

.woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
    clear: both;
}

.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    background-color: var(--draly-main-color);
    color: #fff;
    font-weight: 600;
}

.woocommerce-error {
    border-color: #f44336;
}

.woocommerce-info {
    border-color: #2196F3;
}

[data-width='0%'] {
    width: 0;
}

[data-width='1%'] {
    width: 1%;
}

[data-width='2%'] {
    width: 2%;
}

[data-width='3%'] {
    width: 3%;
}

[data-width='4%'] {
    width: 4%;
}

[data-width='5%'] {
    width: 5%;
}

[data-width='6%'] {
    width: 6%;
}

[data-width='7%'] {
    width: 7%;
}

[data-width='8%'] {
    width: 8%;
}

[data-width='9%'] {
    width: 9%;
}

[data-width='10%'] {
    width: 10%;
}

[data-width='11%'] {
    width: 11%;
}

[data-width='12%'] {
    width: 12%;
}

[data-width='13%'] {
    width: 13%;
}

[data-width='14%'] {
    width: 14%;
}

[data-width='15%'] {
    width: 15%;
}

[data-width='16%'] {
    width: 16%;
}

[data-width='17%'] {
    width: 17%;
}

[data-width='18%'] {
    width: 18%;
}

[data-width='19%'] {
    width: 19%;
}

[data-width='20%'] {
    width: 20%;
}

[data-width='21%'] {
    width: 21%;
}

[data-width='22%'] {
    width: 22%;
}

[data-width='23%'] {
    width: 23%;
}

[data-width='24%'] {
    width: 24%;
}

[data-width='25%'] {
    width: 25%;
}

[data-width='26%'] {
    width: 26%;
}

[data-width='27%'] {
    width: 27%;
}

[data-width='28%'] {
    width: 28%;
}

[data-width='29%'] {
    width: 29%;
}

[data-width='30%'] {
    width: 30%;
}

[data-width='31%'] {
    width: 31%;
}

[data-width='32%'] {
    width: 32%;
}

[data-width='33%'] {
    width: 33%;
}

[data-width='34%'] {
    width: 34%;
}

[data-width='35%'] {
    width: 35%;
}

[data-width='36%'] {
    width: 36%;
}

[data-width='37%'] {
    width: 37%;
}

[data-width='38%'] {
    width: 38%;
}

[data-width='39%'] {
    width: 39%;
}

[data-width='40%'] {
    width: 40%;
}

[data-width='41%'] {
    width: 41%;
}

[data-width='42%'] {
    width: 42%;
}

[data-width='43%'] {
    width: 43%;
}

[data-width='44%'] {
    width: 44%;
}

[data-width='45%'] {
    width: 45%;
}

[data-width='46%'] {
    width: 46%;
}

[data-width='47%'] {
    width: 47%;
}

[data-width='48%'] {
    width: 48%;
}

[data-width='49%'] {
    width: 49%;
}

[data-width='50%'] {
    width: 50%;
}

[data-width='51%'] {
    width: 51%;
}

[data-width='52%'] {
    width: 52%;
}

[data-width='53%'] {
    width: 53%;
}

[data-width='54%'] {
    width: 54%;
}

[data-width='55%'] {
    width: 55%;
}

[data-width='56%'] {
    width: 56%;
}

[data-width='57%'] {
    width: 57%;
}

[data-width='58%'] {
    width: 58%;
}

[data-width='59%'] {
    width: 59%;
}

[data-width='60%'] {
    width: 60%;
}

[data-width='61%'] {
    width: 61%;
}

[data-width='62%'] {
    width: 62%;
}

[data-width='63%'] {
    width: 63%;
}

[data-width='64%'] {
    width: 64%;
}

[data-width='65%'] {
    width: 65%;
}

[data-width='66%'] {
    width: 66%;
}

[data-width='67%'] {
    width: 67%;
}

[data-width='68%'] {
    width: 68%;
}

[data-width='69%'] {
    width: 69%;
}

[data-width='70%'] {
    width: 70%;
}

[data-width='71%'] {
    width: 71%;
}

[data-width='72%'] {
    width: 72%;
}

[data-width='73%'] {
    width: 73%;
}

[data-width='74%'] {
    width: 74%;
}

[data-width='75%'] {
    width: 75%;
}

[data-width='76%'] {
    width: 76%;
}

[data-width='77%'] {
    width: 77%;
}

[data-width='78%'] {
    width: 78%;
}

[data-width='79%'] {
    width: 79%;
}

[data-width='80%'] {
    width: 80%;
}

[data-width='81%'] {
    width: 81%;
}

[data-width='82%'] {
    width: 82%;
}

[data-width='83%'] {
    width: 83%;
}

[data-width='84%'] {
    width: 84%;
}

[data-width='85%'] {
    width: 85%;
}

[data-width='86%'] {
    width: 86%;
}

[data-width='87%'] {
    width: 87%;
}

[data-width='88%'] {
    width: 88%;
}

[data-width='89%'] {
    width: 89%;
}

[data-width='90%'] {
    width: 90%;
}

[data-width='91%'] {
    width: 91%;
}

[data-width='92%'] {
    width: 92%;
}

[data-width='93%'] {
    width: 93%;
}

[data-width='94%'] {
    width: 94%;
}

[data-width='95%'] {
    width: 95%;
}

[data-width='96%'] {
    width: 96%;
}

[data-width='97%'] {
    width: 97%;
}

[data-width='98%'] {
    width: 98%;
}

[data-width='99%'] {
    width: 99%;
}

[data-width='100%'] {
    width: 100%;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus, select:focus {
    outline: none;
}

:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-moz-placeholder { /* Firefox 18- */
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

::-moz-placeholder { /* Firefox 19+ */
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="submit"].disabled {
    opacity: 0.65 !important;
    cursor: not-allowed;
}

.mejs-button > button {
    border-radius: 0
}

.mc4wp-response .mc4wp-alert,
.return-message {
    line-height: 20px;
    padding: 10px;
    margin-top: 15px;
    text-align: left;
    background: #fff;
}

.mc4wp-response .mc4wp-alert.mc4wp-error {
    color: #DD2831;
    background-color: #FFEEEF;
}

.mc4wp-response .mc4wp-alert.mc4wp-success {
    color: #2b952f;
    background-color: #D3F4D4;
}

.mc4wp-response .mc4wp-alert p:last-child {
    margin-bottom: 0;
}

@keyframes dotPulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes dotPulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

/*-------------------------
ROWS SPACE
-----------------------------*/
.rows-space-0 {
    margin-bottom: 0;
}

.rows-space-10 {
    margin-bottom: 10px;
}

.rows-space-20 {
    margin-bottom: 20px;
}

.rows-space-30 {
    margin-bottom: 30px;
}

.rows-space-40 {
    margin-bottom: 40px;
}

.rows-space-50 {
    margin-bottom: 50px;
}

.rows-space-60 {
    margin-bottom: 60px;
}

.rows-space-70 {
    margin-bottom: 70px;
}

.rows-space-80 {
    margin-bottom: 80px;
}

.rows-space-90 {
    margin-bottom: 90px;
}

.rows-space-100 {
    margin-bottom: 100px;
}

@media (max-width: 1199px) {
    .rows-space-30,
    .rows-space-40,
    .rows-space-50,
    .rows-space-60,
    .rows-space-70,
    .rows-space-80,
    .rows-space-90,
    .rows-space-100 {
        margin-bottom: 20px;
    }
}

.owl-slick .row-item [class^="rows-space-"],
.owl-slick .row-item [class*=" rows-space-"] {
    vertical-align: top;
}

.owl-slick .row-item:last-child [class^="rows-space-"],
.owl-slick .row-item:last-child [class*=" rows-space-"] {
    margin-bottom: 0;
}

/*----------------------------
1.2 WORDPRESS DATA SAMPLE
--------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignnone {
    margin: 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #ffffff;
    max-width: 100%;
    padding: 5px 0;
    text-align: center;
    margin: 0;
}

.wp-caption.alignnone {
    margin: 0 20px 20px 0;
    clear: both;
}

.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

.wp-caption.aligncenter {
    margin: 0 auto;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    padding: 10px 4px 5px;
    margin: 0 !important;
}

iframe {
    max-width: 100% !important;
}

.wp-block-button {
    margin-top: 15px;
    margin-bottom: 15px;
}

.post-content .wp-block-cover {
    margin-bottom: 30px;
}

.post-content .wp-block-media-text.has-background,
.post-content .wp-block-calendar,
.post-content .wp-block-archives,
.post-content .wp-block-gallery {
    margin-bottom: 20px;
}

.post-content .wp-block-gallery {
    margin-top: 10px;
}

.post-content .wp-block-group.has-background {
    padding: 20px;
    margin-bottom: 20px;
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

.wp-block-social-links {
    list-style: none;
}

/*----------------------------
GALLERY
------------------------------*/
.gallery {
    margin-left: -10px;
    margin-right: -10px;
}

.gallery:after {
    display: table;
    content: '';
    clear: both;
}

.gallery-caption {
    color: #707070;
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 10px;
    font-style: italic;
    color: #666;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

@media (min-width: 1200px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
        clear: both;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .main-container:not(.no-sidebar) .gallery .gallery-item {
        min-width: 25%;
    }

    .main-container.no-sidebar .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container.no-sidebar .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container.no-sidebar .gallery-columns-4 .gallery-item:nth-child(4n+1), .main-container.no-sidebar .gallery-columns-5 .gallery-item:nth-child(5n+1), .main-container.no-sidebar .gallery-columns-6 .gallery-item:nth-child(6n+1), .main-container.no-sidebar .gallery-columns-7 .gallery-item:nth-child(7n+1), .main-container.no-sidebar .gallery-columns-8 .gallery-item:nth-child(8n+1), .main-container.no-sidebar .gallery-columns-9 .gallery-item:nth-child(9n+1), .main-container:not(.no-sidebar) .gallery-columns-2 .gallery-item:nth-child(2n+1), .main-container:not(.no-sidebar) .gallery-columns-3 .gallery-item:nth-child(3n+1), .main-container:not(.no-sidebar) .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
        clear: both;
    }
}

@media (max-width: 991px) {
    .gallery .gallery-item {
        min-width: 25%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery:not(.gallery-columns-2):not(.gallery-columns-3) .gallery-item:nth-child(4n+1) {
        clear: both;
    }
}

@media (max-width: 767px) {
    .gallery .gallery-item {
        min-width: 33.33%;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery:not(.gallery-columns-2) .gallery-item:nth-child(3n+1) {
        clear: both;
    }
}

@media (max-width: 575px) {
    .gallery .gallery-item {
        min-width: 50%;
    }

    .gallery .gallery-item:nth-child(2n+1) {
        clear: both;
    }
}

@media (max-width: 320px) {
    .gallery-columns-1 .gallery-caption,
    .gallery-columns-2 .gallery-caption,
    .gallery-columns-3 .gallery-caption,
    .gallery-columns-4 .gallery-caption,
    .gallery-columns-5 .gallery-caption {
        display: none;
    }
}

.bypostauthor {
    color: inherit;
}

.sticky {
    color: inherit;
}

article.sticky .post-title a::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f097";
    font-size: 30px;
    padding-right: 10px;
    color: var(--draly-main-color);
}

.post-title,
.widget {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.widget select {
    width: 100%;
}

.widget_rss cite {
    color: #000000;
}

.widget_rss .rss-date {
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #b7b7b7;
}

.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a {
    display: inline-block;
    margin: 0 12px 15px 0;
    padding: 7px 20px;
    font-size: 16px !important;
    line-height: 20px;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    color: #B5B5B5;
}

.widget_product_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover {
    border-color: var(--draly-main-color);
    background-color: var(--draly-main-color);
    color: #fff;
}

.widget_calendar .calendar_wrap tr,
.widget_calendar .calendar_wrap td {
    padding: 0;
    text-align: center;
}

.widget_calendar .calendar_wrap #today {
    color: #f44336;
}

.widget_tag_cloud a {
    font-size: 24px;
}

/*widget_shopping_cart*/
.widget_shopping_cart {
    position: relative;
}

.widget_shopping_cart.loading {
    pointer-events: none;
}

.widget_shopping_cart.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.widget_shopping_cart .product_list_widget {
    padding-left: 0;
    list-style: none;
}

.widget_shopping_cart .product_list_widget li .variation {
    display: none;
}

.widget_shopping_cart .product_list_widget li.mini_cart_item {
    padding: 0 40px 20px 0;
    overflow: hidden;
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
}

.widget_shopping_cart .product_list_widget li.mini_cart_item::before {
    content: '';
    border-bottom: 1px solid #D9D9D9;
    position: absolute;
    left: 0;
    width: calc(100% - 30px);
    bottom: 0;
}

.widget_shopping_cart .product_list_widget li.mini_cart_item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget_shopping_cart .product_list_widget li.mini_cart_item:last-child::before {
    display: none;
}

.widget_shopping_cart .product_list_widget li.mini_cart_item .blockOverlay {
    background-color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget_shopping_cart .product_list_widget li.mini_cart_item .blockOverlay::after {
    content: '';
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    background-color: currentColor;
    border-radius: 50%;
    -webkit-animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

.widget_shopping_cart .product_list_widget img {
    float: left;
    max-width: 80px;
    border-radius: 5px;
    margin-right: 10px;
}

.widget_shopping_cart .product_list_widget li .minicart-product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget_shopping_cart .product_list_widget li > a {
    display: block;
}

.widget_shopping_cart .product_list_widget li a:not(.remove) {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}

.widget_shopping_cart .product_list_widget li a:not(.remove):not(:hover) {
    color: #000000;
}

.widget_shopping_cart .product_list_widget li .quantity {
    font-size: 14px;
    line-height: 22px;
    color: #848484;
    display: inline-block;
}

.widget_shopping_cart .product_list_widget li div.quantity .control {
    width: 60px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
}

.widget_shopping_cart .product_list_widget li div.quantity .btn-number {
    width: 20px;
    height: 24px;
}

.widget_shopping_cart .product_list_widget li div.quantity .btn-number svg {
    width: 6px;
}

.widget_shopping_cart .product_list_widget li div.quantity .input-qty {
    width: 20px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
}

.widget_shopping_cart .product_list_widget li .mini-cart-price {
    padding-left: 7px;
    vertical-align: top;
}

.widget_shopping_cart .product_list_widget li .woocommerce-Price-amount {
    font-weight: 500;
    font-size: 20px;
    color: var(--draly-main-color);
}

.widget_shopping_cart .product_list_widget li .remove_from_cart_button {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 0;
    width: auto !important;
}

.widget_shopping_cart .product_list_widget li .remove_from_cart_button::before {
    content: url("../images/icons/product-remove.svg");
    font-size: 0;
}

.widget_shopping_cart .product_list_widget li .remove_from_cart_button:hover::before {
    content: url("../images/icons/product-remove-hover.svg");
}

/*=====*/
.widget_shopping_cart .woocommerce-mini-cart__total {
    margin-bottom: 0;
    padding: 20px 0 25px;
    color: #000000;
    overflow: hidden;
    line-height: 22px;
}

.widget_shopping_cart .woocommerce-mini-cart__total strong {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    float: left;
}

.widget_shopping_cart .woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-size: 18px;
    color: var(--draly-main-color);
    font-weight: 600;
    float: right;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons {
    margin-bottom: 0;
    padding: 0 0 30px;
    overflow: hidden;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    display: block;
    height: 40px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 20px;
    background-color: var(--draly-blockquote-color);
    color: var(--draly-main-color);
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
    margin-top: 15px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
    color: #fff;
    background-color: var(--draly-main-color);
    border-color: transparent;
}

/*.product_list_widget*/
.product_list_widget li > a {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.product_list_widget li > a img {
    max-width: 70px;
    float: left;
    margin-right: 10px;
}

.product_list_widget li .product-title {
    font-size: 15px;
    line-height: 22px;
}

/*widget_media_image*/
#widget-area .widget.widget_media_image {
    border: none;
    padding: 0;
}

#widget-area .widget_media_image {
    overflow: hidden;
    display: table;
    position: relative;
}

#widget-area .widget_media_image a {
    display: block;
}

#widget-area .widget_media_image a::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    top: 6px;
    bottom: 6px;
    -webkit-transition: left 0.25s, right 0.25s ease 0s;
    -moz-transition: left 0.25s, right 0.25s ease 0s;
    -o-transition: left 0.25s, right 0.25s ease 0s;
    transition: left 0.25s, right 0.25s ease 0s;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    z-index: 1;
}

#widget-area .widget_media_image:hover a::before {
    left: 10px;
    right: 10px;
}

#widget-area .widget_media_image a::after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 6px;
    right: 6px;
    z-index: 1;
    -webkit-transition: top 0.25s, bottom 0.25s ease 0s;
    -moz-transition: all 0.25s, bottom 0.25s ease 0s;
    -o-transition: all 0.25s, bottom 0.25s ease 0s;
    transition: all 0.25s, bottom 0.25s ease 0s;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}

#widget-area .widget_media_image:hover a::after {
    top: 6px;
    bottom: 6px;
}

/*.widget_media_gallery*/
.widget_media_gallery .gallery {
    margin-left: -5px;
    margin-right: -5px;
}

.widget_media_gallery .gallery-item {
    padding: 5px;
}

/*.product_list_widget*/
.product_list_widget {
    padding-left: 0;
    list-style: none;
}

.product_list_widget li:not(.mini_cart_item) {
    position: relative;
}

.product_list_widget li:not(.mini_cart_item) img {
    float: left;
    max-width: 81px;
    margin-right: 15px;
    border: 1px solid #dbdbdb;
}

.product_list_widget li > a {
    display: block;
}

.product_list_widget li:not(.mini_cart_item) > a:not(:hover) {
    color: #000000;
}

.product_list_widget li:not(.mini_cart_item) .product-title {
    display: block;
    margin-bottom: 5px;
}

.product_list_widget li:not(.mini_cart_item) del .woocommerce-Price-amount {
    vertical-align: middle;
}

/*woocommerce-widget-layered-nav-dropdown*/
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px;
}

#widget-area .widget .select2-container .select2-search--inline {
    padding: 0;
}

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    background-color: var(--draly-main-color);
    display: inline-block;
    width: auto;
}

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

/*woocommerce-widget-layered-nav*/
#widget-area .widget_categories > ul,
#widget-area .widget_product_categories .product-categories,
#widget-area .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
    margin-top: -8px;
    padding-bottom: 0 !important;
}

/*---------------------------
1.3 ELEMENTOR
-------------------------------*/
.elementor .elementor-widget-wrap.owl-slick {
    display: block;
}

.elementor-open-lightbox {
    position: relative;
}

/* ==========================================================================
2.0 DEFAULT SETTING
========================================================================== */
html, body {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #848484;
}

body {
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

body.loaded {
    opacity: 1;
}

label {
    font-weight: 500;
    color: #000000;
}

a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: var(--draly-main-color);
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    font-weight: 600;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 18px;
}

.elementor-icon-box-title {
    margin-top: 0;
}

.elementor-button-icon svg {
    width: auto !important;
}

.elementor-icon {
    vertical-align: top;
}

blockquote, q {
    color: #333;
    font-style: italic;
    font-size: 20px;
    line-height: 26px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    margin-top: 15px;
    margin-bottom: 25px;
    border: none;
    background: var(--draly-blockquote-color);
    display: block;
}

blockquote cite,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
    font-size: 12px;
    text-transform: uppercase !important;
    font-weight: 700;
    color: #000000;
}

dt, dd {
    line-height: 30px;
}

/* =========================================================================
2.1 FORM THEME
============================================================================ */
input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    border: 1px solid #E5E5E5;
    padding: 0 25px;
    max-width: 100%;
    font-size: 16px;
    border-radius: 6px;
    color: #848484;
    height: 40px;
    line-height: 40px;
}

textarea {
    display: block;
    line-height: 26px;
    padding: 15px 20px;
    height: auto;
    width: 100%;
}

select {
    padding: 0 33px 0 18px;
    background: url(../images/icons/select-arrow.svg) center right 18px no-repeat;
}

button, input[type="submit"], input[type="button"] {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: var(--draly-main-color);
    border: none;
    -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -moz-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    -o-transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
    transition: color 0.25s, border-color 0.25s, background-color 0.25s, opacity 0.25s, width 0.25s ease 0s;
}

/* ==========================================================================
2.2 TABLE THEME
============================================================================ */
table {
    border: 1px solid #ebebeb;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}

table thead {
    background-color: #f8f8f8;
}

th, td {
    border: 1px solid #ebebeb;
    padding: 10px;
}

@media (max-width: 991px) {
    th, td {
        padding: 5px;
    }
}

/* ==========================================================================
2.3 CONTAINER THEME
============================================================================ */
@media (max-width: 575px) {
    .col-15 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .col-sm-15 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-md-15 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-lg-15 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .col-xl-15 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-15 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.container {
    --bs-gutter-x: 40px;
    max-width: 1570px;
    width: 100%;
}

.row {
    --bs-gutter-x: 30px;
}

@media (max-width: 1199px) {
    .row {
        --bs-gutter-x: 20px;
    }
}

@media (max-width: 575px) {
    .row {
        --bs-gutter-x: 10px;
    }
}

.draly-products-wrap > ul.products {
    display: flex;
    flex-wrap: wrap;
    --bs-gutter-x: 30px;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.draly-products-wrap.grid > ul.products {
    gap: 50px 0;
}

.draly-products-wrap > ul.products > li {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.draly-products-wrap > ul.products li.product-category {
    width: 33.3333333%;
    margin-bottom: 30px;
}

.draly-products-wrap > ul.products li.product-category a .woocommerce-loop-category__title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0;
}

.draly-products-wrap > ul.products li.product-category a .woocommerce-loop-category__title mark {
    background-color: transparent;
    color: inherit;
    padding: 0;
}

@media (max-width: 1199px) {
    .draly-products-wrap > ul.products {
        --bs-gutter-x: 20px;
    }

    .draly-products-wrap.grid > ul.products {
        gap: 20px 0;
    }

    .draly-products-wrap > ul.products li.product-category {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .draly-products-wrap > ul.products {
        --bs-gutter-x: 10px;
    }

    .draly-products-wrap > ul.products li.product-category {
        margin-bottom: 10px;
        width: 50%;
    }
}

/* ==========================================================================
2.4 SLICK SLIDER
============================================================================ */
.slick-arrow {
    cursor: pointer;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 2;
}

/*center*/
.owl-slick .slick-arrow {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}

.owl-slick:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.owl-slick .slick-arrow:hover {
    color: var(--draly-main-color);
}

.owl-slick .slick-arrow.prev {
    left: -40px;
}

.owl-slick .slick-arrow.next {
    right: -40px;
}

/*top-right*/
.draly-products.style-04 .owl-slick .slick-arrow {
    color: var(--draly-main-color);
    position: absolute;
    top: -65px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 3;
    opacity: 1;
    visibility: visible;
    border: 1px solid;
    border-radius: 50%;
}

.draly-products.style-04 .owl-slick .slick-arrow:hover {
    background-color: var(--draly-main-color);
    border-color: var(--draly-main-color);
    color: #fff;
}

.draly-products.style-04 .owl-slick .slick-arrow.prev {
    right: 55px;
    left: auto;
}

.draly-products.style-04 .owl-slick .slick-arrow.next {
    right: 0;
}

/**/
.draly-products.style-06 .owl-slick .slick-arrow {
    text-align: center;
    font-size: 22px;
    color: #000;
    position: absolute;
    top: -58px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 3;
    opacity: 1;
    visibility: visible;
}

.draly-products.style-06 .owl-slick .slick-arrow:hover {
    color: var(--draly-main-color);
}

.draly-products.style-06 .owl-slick .slick-arrow.prev {
    right: 40px;
    left: auto;
}

.draly-products.style-06 .owl-slick .slick-arrow.next {
    right: 0;
}

/*center-left*/
.draly-products.style-03 .owl-slick .slick-arrow {
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
    background-color: #474747;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
}

.draly-products.style-03 .owl-slick .slick-arrow:hover {
    background-color: var(--draly-main-color);
    color: #fff;
}

.draly-products.style-03 .owl-slick .slick-arrow.prev {
    margin-top: -20px;
    right: -45px;
    left: auto;
}

.draly-products.style-03 .owl-slick .slick-arrow.next {
    margin-top: 20px;
    right: -45px;
}

/*.slick-dots*/
.slick-dots {
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-top: 20px;
    position: relative;
    line-height: 0;
}

.slick-dots:empty {
    display: none;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
}

.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    position: relative;
    background-color: #eeeeee;
    border-radius: 10px;
    vertical-align: top;
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color: var(--draly-main-color);
}

.dots-light .slick-dots li.slick-active button,
.dots-light .slick-dots li button:hover,
.dots-light .slick-dots li button {
    background-color: #fff;
}

.slick-vertical {
    padding-right: 45px;
}

.slick-vertical .slick-dots {
    margin-top: 0 !important;
    height: auto;
    position: absolute;
    right: 0;
    top: 15px;
}

.slick-vertical .slick-dots li {
    display: block;
}

@media (max-width: 1199px) {
    .slick-dots {
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    .owl-slick .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .slick-vertical {
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .slick-dots {
        margin-top: 15px;
    }
}

/* ==========================================================================
3.0 HEADER THEME
============================================================================ */
/* ==========================================================================
3.2 HEADER MENU
========================================================================== */
/*main menu*/
.box-header-nav .main-menu {
    padding: 0;
    list-style: none;
}

.box-header-nav .main-menu .menu-item {
    list-style: none;
    position: relative;
}

.box-header-nav .main-menu .menu-item:hover > a {
    color: var(--draly-main-color);
}

.box-header-nav .main-menu > .menu-item > a {
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

.box-header-nav .main-menu .menu-item .label-image {
    position: relative;
    top: -2px;
    margin-left: 10px;
}

/*sub menu*/
.box-header-nav .main-menu .menu-item .sub-menu {
    padding-left: 0;
    text-align: left;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-radius: 10px;
}

.box-header-nav .main-menu > .menu-item .sub-menu:not(.megamenu) {
    padding: 22px 0 24px;
}

.box-header-nav .main-menu > .menu-item .sub-menu:not(.megamenu) .menu-item a {
    display: block;
    white-space: nowrap;
    position: relative;
    padding: 8px 15px 7px 0;
    margin: 0 20px;
    font-size: 16px;
    line-height: 19px;
}

.box-header-nav .main-menu > .menu-item .sub-menu.megamenu {
    padding: 30px 20px;
}

.box-header-nav .main-menu > .menu-item .sub-menu .menu-item::before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: 100%;
    z-index: -1;
}

.box-header-nav .main-menu > .menu-item .sub-menu .menu-item:hover::before {
    display: block;
}

.box-header-nav .main-menu > .menu-item .sub-menu .menu-item a {
    line-height: 30px;
    display: inline-block;
    position: relative;
}

.box-header-nav .main-menu .menu-item .sub-menu .menu-item a {
    color: #000;
}

.box-header-nav .main-menu .menu-item .sub-menu .menu-item:hover > a {
    color: var(--draly-main-color);
}

.box-header-nav .main-menu .toggle-submenu {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3px;
    cursor: pointer;
    color: #000000;
}

.box-header-nav .main-menu .menu-item:hover > .toggle-submenu {
    color: var(--draly-main-color);
}

/*sup menu*/
.vertical-wrapper.block-nav-category + .box-header-nav .main-menu > .menu-item:first-child {
    margin-left: 30px;
}

.vertical-wrapper.block-nav-category + .box-header-nav .main-menu > .menu-item.menu-item-label {
    margin-right: 69px;
    margin-left: 60px;
}

.box-header-nav .main-menu > .menu-item {
    padding: 0 42px 0 0;
    display: inline-block;
    cursor: pointer;
}

.box-header-nav .main-menu > .menu-item:last-child {
    padding-right: 0;
}

.box-header-nav .main-menu > .menu-item.parent::before {
    display: none;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
}

.box-header-nav .main-menu > .menu-item.parent:hover::before {
    display: block;
}

/*sub menu*/
.box-header-nav .main-menu .menu-item .sub-menu {
    position: absolute;
    min-width: 210px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
}

.box-header-nav .main-menu .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.box-header-nav .main-menu > .menu-item > .sub-menu {
    top: 100%;
    left: -1px;
}

.box-header-nav .main-menu > .menu-item:hover > .sub-menu {
    margin-top: 0;
}

.box-header-nav .main-menu > .menu-item > .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

.box-header-nav .main-menu .sub-menu .menu-item:hover > .sub-menu {
    margin-top: 0;
}

/*.toggle-submenu*/
.box-header-nav .main-menu .menu-item-has-children > a::after {
    vertical-align: top;
    content: url("../images/icons/menu-arrow.svg");
    margin-left: 8px;
}

.box-header-nav .main-menu .sub-menu .menu-item-has-children > a::after {
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
    height: 20px;
}

.box-header-nav .main-menu > .menu-item.menu-item-right {
    float: right;
    padding-left: 35px;
}

.box-header-nav .main-menu > .menu-item.menu-item-right > a {
    color: #848484;
}

.box-header-nav .main-menu > .menu-item.menu-item-right:hover > a {
    color: var(--draly-main-color);
}

.box-header-nav .main-menu .menu-item.menu-item-right > a > span {
    font-size: 24px;
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1280px) {
    .box-header-nav .main-menu > .menu-item {
        padding: 0 24px 0 0;
    }

    .box-header-nav .main-menu > .menu-item > a {
        font-size: 14px;
    }

    .box-header-nav .main-menu .menu-item .label-image {
        margin-left: 5px;
    }
}

@media (max-width: 1024px) {
    .box-header-nav .main-menu {
        opacity: 0;
        visibility: hidden;
    }
}

/* ==========================================================================
3.3 BLOCK SEARCH
========================================================================== */
.header-search {
    display: inline-block;
    vertical-align: middle;
}

.block-search-form {
    display: table;
    position: relative;
    margin: 0;
    width: 100%;
}

.block-search-form::before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: -5px;
    border: 2px solid var(--draly-main-color);
    z-index: 1;
    pointer-events: none;
    border-radius: 30px;
}

.block-search-form > * {
    display: table-cell;
    vertical-align: middle;
}

.block-search .form-search .category select {
    display: none;
}

.block-search .form-search .category .chosen-container::before {
    content: '';
    position: absolute;
    border-right: 1px solid #848484;
    height: 19px;
    top: 8px;
    right: 0;
    z-index: 1;
}

.block-search-form input {
    border: none;
    height: 36px;
    line-height: 36px;
    width: 100%;
    color: #444;
}

.block-search-form .btn-submit {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    background-color: var(--draly-main-color);
    z-index: 1;
    overflow: hidden;
    font-weight: normal;
    margin-left: auto;
    border-radius: 30px;
    padding: 0 20px 0 22px;
    height: 36px;
    right: 5px;
    font-size: 0;
}

.block-search-form .btn-submit:hover {
    color: #000;
}

.search-submit {
    vertical-align: top;
}

.header-control .draly-dropdown .block-search {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    padding: 12px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    margin-top: 20px;
    text-align: right;
    border-radius: 30px;
    min-width: 300px;
}

.header-control .draly-dropdown.open .block-search {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-control .block-search .form-search .category {
    display: none;
}

/* CHOSEN */
.block-search .form-search .category {
    width: 176px;
    position: relative;
}

.chosen-results > .scroll-element,
.chosen-results > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.chosen-results > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.chosen-results > .scroll-element .scroll-element_track {
    display: none;
}

.chosen-results > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.chosen-results > .scroll-element .scroll-bar:hover {
    background-color: var(--draly-main-color);
}

.chosen-results:hover > .scroll-element .scroll-bar,
.chosen-results > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.chosen-results > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.chosen-results > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
}

/* scrollbar height/width & offset from container borders */
.chosen-results > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.chosen-results > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px;
    border-radius: 7px;
}

.chosen-results > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.chosen-results > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.chosen-results > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px;
}

.chosen-results > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.chosen-results > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.chosen-results > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

.category .chosen-container {
    margin-bottom: 0;
    text-align: left;
    width: 100% !important;
    position: relative;
}

.category .chosen-container-single .chosen-single {
    border: none;
    border-radius: 0;
    padding: 0 45px 0 20px;
    max-width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: transparent;
    height: 36px;
    line-height: 36px;
}

.category .chosen-container-single .chosen-single span {
    margin: 0;
    font-size: 16px;
    color: inherit;
}

.category .chosen-container-single .chosen-single div {
    width: 45px;
}

.category .chosen-container-single .chosen-single div b {
    background: none !important;
    position: relative;
}

.category .chosen-container-single .chosen-single div b::before {
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    border-width: 1px;
    border-style: solid;
    border-color: #848484 #848484 transparent transparent;
    position: absolute;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 25px;
    top: 11px;
}

.category .chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    background: #ffffff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.category .chosen-container .chosen-drop {
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #dedede;
    box-shadow: none;
    left: 0;
}

.category .chosen-container li {
    font-size: 15px;
    line-height: 28px;
    color: #888;
    padding: 2px 0 2px 17px;
    position: relative;
    -webkit-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
}

.category .chosen-container .chosen-results {
    padding: 0;
    margin: 0;
    max-height: 224px;
}

.category .chosen-container .chosen-results li.highlighted {
    background: #f6f6f6;
    color: #888;
}

.category .chosen-container-single .chosen-search {
    display: none;
}

/* ==========================================================================
3.4 HEADER CONTROL
========================================================================== */
.header-control {
    text-align: right;
}

.meta-woo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    margin-left: auto;
}

.block-woo {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    position: relative;
    margin-left: auto;
}

.block-woo .block-link {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.block-woo .block-link .block-text {
    color: #444;
    font-size: 12px;
    line-height: 15px;
}

.block-woo .block-link .block-text > span {
    white-space: nowrap;
    display: block;
}

.block-woo .block-link .block-text strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 80px;
}

.block-woo .block-link .block-icon {
    position: relative;
    margin-right: 7px;
}

.block-woo .block-link .count {
    position: absolute;
    top: -5px;
    right: -3px;
    display: inline-block;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    padding: 0 4px;
    border-radius: 16px;
    background-color: var(--draly-main-color);
    font-size: 11px;
    color: #ffffff;
}

.block-woo:hover::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
}

.block-woo .sub-menu {
    list-style: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 220px;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    border-radius: 10px;
    -webkit-transition: margin-top 0.4s ease 0s;
    -moz-transition: margin-top 0.4s ease 0s;
    -o-transition: margin-top 0.4s ease 0s;
    transition: margin-top 0.4s ease 0s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 22px 0 24px;
}

.block-woo.open .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.block-woo .sub-menu li {
    margin: 0 20px;
    padding: 8px 0 7px;
}

.block-woo .sub-menu li a {
    display: block;
    font-size: 16px;
    line-height: 19px;
    white-space: nowrap;
}

.block-woo .sub-menu li a:not(:hover) {
    color: #464646;
}

/**/
.block-lang .block-link svg {
    margin-left: 5px;
}

/**/
.header .woo-multi-currency.wmc-shortcode.plain-vertical {
    margin-left: auto;
    position: relative;
}

.header .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
    padding: 7px 20px 8px 0;
    font-weight: 600;
    border: none;
    width: auto;
    background-color: transparent;
    color: #000;
    display: flex;
    cursor: pointer;
}

.header .woo-multi-currency.wmc-shortcode.plain-vertical.layout5 .wmc-currency-wrapper span.wmc-current-currency span {
    padding: 0 5px;
}

.header .woo-multi-currency.wmc-shortcode .wmc-currency-wrapper .wmc-current-currency-arrow::after {
    content: url("../images/icons/menu-arrow.svg");
    position: relative;
    top: -2px;
}

.header .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    min-width: 220px;
    border: none;
    text-align: left;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 17px 0 19px;
    z-index: 1;
    right: 0;
    left: auto;
    position: absolute;
    top: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    margin-top: 20px;
    -webkit-transition: margin-top .4s;
    -moz-transition: margin-top .4s;
    -o-transition: margin-top .4s;
    transition: margin-top .4s;
}

.header .woo-multi-currency.wmc-shortcode.plain-vertical.open .wmc-currency-wrapper .wmc-sub-currency {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.header .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover {
    font-weight: 400;
}

/**/
.header #wfspb-top-bar {
    position: static;
    transform: none;
}

.header #wfspb-progress {
    position: relative;
}

.header #wfspb-top-bar #wfspb-main-content {
    padding: 0;
}

/*MINICART*/
.block-minicart .cart_list > .scroll-element,
.block-minicart .cart_list > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.block-minicart .cart_list > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.block-minicart .cart_list > .scroll-element .scroll-element_track {
    display: none;
}

.block-minicart .cart_list > .scroll-element .scroll-bar {
    background-color: #D9D9D9;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.block-minicart .cart_list > .scroll-element .scroll-bar:hover {
    background-color: var(--draly-main-color);
}

.block-minicart .cart_list > .scroll-element .scroll-bar,
.block-minicart .cart_list > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.block-minicart .cart_list > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.block-minicart .cart_list > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
}

/* scrollbar height/width & offset from container borders */
.block-minicart .cart_list > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px;
}

.block-minicart .cart_list > .scroll-element.scroll-y .scroll-bar {
    left: -10px;
    min-height: 10px;
    width: 10px;
    border-radius: 10px;
}

.block-minicart .cart_list > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.block-minicart .cart_list > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.block-minicart .cart_list > .scroll-element.scroll-y .scroll-element_size {
    top: 0;
    left: -10px;
    min-height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #F5F5F5;
}

/* update scrollbar offset if both scrolls are visible */
.block-minicart .cart_list > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.block-minicart .cart_list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

.block-minicart {
    position: relative;
}

.block-minicart.minicart-dropdown .widget_shopping_cart .widgettitle {
    display: none;
}

.block-minicart.minicart-slideout .widget_shopping_cart .widgettitle {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding: 30px 30px 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.block-minicart .widget_shopping_cart .widget_shopping_cart_content {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.block-minicart.minicart-slideout .widget_shopping_cart .widget_shopping_cart_content {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.block-minicart.minicart-slideout .widget_shopping_cart .woocommerce-mini-cart__total {
    margin-top: auto;
}

.block-minicart .widget_shopping_cart .product_list_widget li .remove_from_cart_button {
    right: 17px;
    top: 30px;
}

.block-minicart.minicart-dropdown .cart_list {
    max-height: 360px !important;
}

.block-minicart.minicart-slideout .widget_shopping_cart_content .scroll-wrapper {
    height: calc(100% - 220px);
}

.block-minicart.minicart-slideout .widget_shopping_cart_content .scroll-content {
    height: 100%;
}

.woocommerce-mini-cart__empty-message {
    text-align: center;
    font-size: 16px;
    padding: 0 0 30px;
    margin-bottom: 0;
}

.block-minicart.minicart-dropdown .widget_shopping_cart {
    position: absolute;
    top: 100%;
    right: 0;
    width: 400px;
    z-index: 99;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    margin-top: 20px;
    -webkit-transition: margin-top 0.4s ease 0s;
    -moz-transition: margin-top 0.4s ease 0s;
    -o-transition: margin-top 0.4s ease 0s;
    transition: margin-top 0.4s ease 0s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: calc(100vw - 50px);
}

.block-minicart.minicart-dropdown.open .widget_shopping_cart {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.block-minicart.minicart-slideout .widget_shopping_cart {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin-right: -100%;
    width: 420px;
    max-width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: margin-right 0.4s ease 0s;
    -moz-transition: margin-right 0.4s ease 0s;
    -o-transition: margin-right 0.4s ease 0s;
    transition: margin-right 0.4s ease 0s;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.admin-bar .block-minicart.minicart-slideout .widget_shopping_cart {
    top: 32px;
}

.block-minicart.minicart-slideout.open .widget_shopping_cart {
    margin-right: 0;
}

@media (max-width: 767px) {
    .block-minicart.minicart-slideout .widget_shopping_cart .widgettitle,
    .block-minicart.minicart-slideout .widget_shopping_cart .widget_shopping_cart_content {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/**/
.header-desktop .header-contact {
    text-align: right;
    padding-left: 10px;
}

.header-desktop .header-contact .header-contact-inner {
    text-align: left;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.header-desktop .header-contact .header-contact-image {
    max-width: 30px;
}

.header-desktop .header-contact .header-contact-info {
    line-height: 0;
}

.header-desktop .header-contact .header-contact-info .header-contact-title {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #444;
}

.header-desktop .header-contact .header-contact-info .header-contact-phone {
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}


@media (max-width: 1280px) {
    .block-woo.block-user .block-link .block-text,
    .block-woo.block-minicart .block-link .block-text {
        display: none;
    }
}

/* ==========================================================================
3.5 HEADER STICKY
============================================================================ */
.header-position {
    transition: background-color 0.5s ease 0s, padding 0.5s linear;
    -o-transition: background-color 0.5s ease 0s, padding 0.5s linear;
    -webkit-transition: background-color 0.5s ease 0s, padding 0.5s linear;
}

.header-position.fixed {
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.admin-bar .header-position.fixed {
    top: 32px;
}

.header-position.fixed {
    padding: 0 !important;
}

/* ==========================================================================
3.6 HEADER MIDDLE
============================================================================ */
.header-middle-inner {
    display: table;
    width: 100%;
    position: relative;
}

.header-middle-inner > * {
    display: table-cell;
    vertical-align: middle;
}

.header-border {
    border-bottom: 1px solid #ebebeb;
}

@media (max-width: 1024px) {
    .header-border {
        display: none;
    }
}

/* ==========================================================================
3.7 HEADER NAV
============================================================================ */
.header-nav {
    position: relative;
}

.header-nav-inner {
    display: table;
    width: 100%;
}

.header-nav-inner > * {
    display: table-cell !important;
    vertical-align: middle;
}

.vertical-wrapper.block-nav-category {
    position: relative;
    width: 253px;
}

.vertical-wrapper.block-nav-category .block-title {
    padding: 0 15px 0 20px;
    cursor: pointer;
    background-color: var(--draly-main-color);
    color: #fff;
    position: relative;
    max-width: 253px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vertical-wrapper.block-nav-category .block-title .text-title {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

.vertical-wrapper.block-nav-category:not(.has-open) .block-content {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

.vertical-wrapper.block-nav-category .block-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-width: 253px;
    background-color: #fff;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    text-align: left;
    z-index: 99;
    border: 1px solid var(--draly-main-color);
    border-radius: 10px;
    padding: 5px 10px 5px 0;
    margin-top: 10px;
}

.vertical-wrapper .vertical-menu {
    max-height: 550px;
}

.vertical-wrapper .vertical-menu > .scroll-element,
.vertical-wrapper .vertical-menu > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.vertical-wrapper .vertical-menu > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.vertical-wrapper .vertical-menu > .scroll-element .scroll-element_track {
    display: none;
}

.vertical-wrapper .vertical-menu > .scroll-element .scroll-bar {
    background-color: #D9D9D9;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.vertical-wrapper .vertical-menu > .scroll-element .scroll-bar:hover {
    background-color: var(--draly-main-color);
}

.vertical-wrapper .vertical-menu > .scroll-element .scroll-bar,
.vertical-wrapper .vertical-menu > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.vertical-wrapper .vertical-menu > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
    display: none;
}

.vertical-wrapper .vertical-menu > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
}

/* scrollbar height/width & offset from container borders */
.vertical-wrapper .vertical-menu > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 4px;
    top: -9px;
}

.vertical-wrapper .vertical-menu > .scroll-element.scroll-y .scroll-bar {
    left: -10px;
    min-height: 10px;
    width: 4px;
    border-radius: 10px;
}

.vertical-wrapper .vertical-menu > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.vertical-wrapper .vertical-menu > .scroll-element.scroll-x .scroll-element_size {
    left: -4px;
}

.vertical-wrapper .vertical-menu > .scroll-element.scroll-y .scroll-element_size {
    top: 0;
    left: -10px;
    min-height: 10px;
    width: 4px;
    border-radius: 10px;
    background: #F5F5F5;
}

/* update scrollbar offset if both scrolls are visible */
.vertical-wrapper .vertical-menu > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.vertical-wrapper .vertical-menu > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

@media (min-width: 1200px) {
    .vertical-wrapper.block-nav-category.always-open .vertical-menu,
    .vertical-wrapper.block-nav-category.always-open .block-content {
        visibility: visible;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@media (max-width: 767px) {
    .vertical-wrapper.block-nav-category .block-title,
    .vertical-wrapper.block-nav-category .block-content {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .vertical-wrapper.block-nav-category {
        width: 100%;
        display: block;
    }
}

.vertical-wrapper.block-nav-category .vertical-menu {
    list-style: none;
    padding: 0;
    position: relative;
}

.vertical-wrapper.block-nav-category .vertical-menu .menu-item {
    position: relative;
    color: #464646;
    padding: 0 20px;
}

.vertical-wrapper.block-nav-category .vertical-menu .menu-item > a .label-image {
    margin-left: 10px;
}

.vertical-wrapper.block-nav-category .vertical-menu > .menu-item > a {
    color: inherit;
    font-size: 16px;
    line-height: 19px;
    display: block;
    padding: 14px 0 15px;
}

.vertical-wrapper.block-nav-category .vertical-menu > .menu-item:first-child > a {
    padding-top: 9px;
}

.vertical-wrapper.block-nav-category .vertical-menu > .menu-item:not(:first-child) > a {
    border-top: 1px solid #D9D9D9;
}

.vertical-wrapper.block-nav-category .vertical-menu .menu-item.parent > a::after {
    color: #bdbdbd;
}

.vertical-wrapper.block-nav-category .vertical-menu .menu-item.parent:hover > a::after,
.vertical-wrapper.block-nav-category .vertical-menu > .menu-item:hover > a,
.vertical-wrapper.block-nav-category .vertical-menu > .menu-item.show-submenu > a,
.vertical-wrapper.block-nav-category .vertical-menu > .menu-item.parent:hover > a::after,
.vertical-wrapper.block-nav-category .vertical-menu > .menu-item.show-submenu > a::after {
    color: var(--draly-main-color);
}

.vertical-wrapper.block-nav-category .vertical-menu .sub-menu {
    list-style: none;
}

.vertical-wrapper.block-nav-category .vertical-menu .sub-menu:not(.megamenu) .menu-item a {
    font-size: 16px;
    display: block;
    padding: 5px 10px 5px 30px;
}

.vertical-wrapper.block-nav-category .vertical-menu .sub-menu.megamenu > div {
    padding: 30px 15px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-size: cover;
}

.vertical-wrapper.block-nav-category .vertical-menu .menu-item.parent-megamenu {
    position: static;
}

.vertical-wrapper.block-nav-category .vertical-menu .menu-item:not(:hover) > .sub-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
}

.vertical-wrapper.block-nav-category .vertical-menu .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
    z-index: 9;
    min-width: 257px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
}

.vertical-wrapper.block-nav-category .vertical-menu .sub-menu .sub-menu {
    top: -2px;
}

.vertical-wrapper.block-nav-category .vertical-menu .sub-menu:not(.megamenu) {
    padding: 30px 0;
}

.vertical-wrapper.block-nav-category .vertical-menu .sub-menu.megamenu {
    overflow: hidden;
}

.vertical-wrapper.block-nav-category .vertical-menu .sub-menu.megamenu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    pointer-events: none;
}

.vertical-wrapper.block-nav-category .vertical-menu .menu-item.parent > a::after {
    font-size: 18px;
    content: '\f105';
    font-family: FontAwesome, sans-serif;
    display: inline-block;
    float: right;
}

/* ==========================================================================
3.8 HEADER STYLE
========================================================================== */
#wfspb-top-bar .wfspb-lining-layer {
    line-height: 23px;
    padding-top: 11px;
    padding-bottom: 11px;
}

#wfspb-top-bar #wfspb-main-content {
    font-weight: 400;
}

#wfspb-top-bar #wfspb-label {
    line-height: 20px;
}

#wfspb-top-bar #wfspb-label::before {
    content: url("../images/icons/shipping.svg");
    top: 2px;
}

.header.header-transparent {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

/*.header.style-01*/
.header.style-01 .header-middle {
    padding: 25px 0;
}

.header.style-01 .header-nav {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header.style-01 .block-woo.block-wishlist {
    text-align: right;
}

/*.header.style-02*/
.header.style-02 .header-middle {
    padding: 25px 0;
}

.header.style-02 .header-nav {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header.style-02 .block-search-form::before {
    border-radius: 10px;
    top: 0;
    bottom: 0;
}

.header.style-02 .block-search-form .btn-submit {
    padding: 0 37px;
    border-radius: 0 10px 10px 0;
    font-size: 16px;
    right: 0;
    height: 46px;
}

.header.style-02 .block-search-form .btn-submit svg {
    display: none;
}

.header.style-02 .block-woo.block-wishlist {
    text-align: right;
}

/*.header.style-03*/
.header.style-03 .header-middle {
    padding: 25px 0;
}

.header.style-03 .header-middle-inner {
    table-layout: fixed;
}

.header.style-03 .header-middle-inner .box-header-nav {
    width: calc(50% - 80px);
}

.header.style-03 .header-middle-inner .header-logo {
    width: 160px;
    text-align: center;
}

.header.style-03 .header-middle-inner .header-control {
    width: calc(50% - 80px);
}

.header.style-03 .box-header-nav .main-menu {
    text-align: left;
}

.header.style-03 .box-header-nav .main-menu .menu-item:hover > a {
    color: #000;
    text-decoration: underline;
}

.header.style-03 .block-woo .block-link .block-icon {
    margin-right: 0;
}

.header.style-03 .block-woo.block-user .block-link .block-text,
.header.style-03 .block-woo.block-minicart .block-link .block-text {
    display: none;
}

.header.style-03 .meta-woo {
    justify-content: end;
}

.header.style-03 .header-control .woo-multi-currency.wmc-shortcode.plain-vertical,
.header.style-03 .header-control .meta-woo .block-woo {
    margin-left: 20px;
}

.header.style-03 .header-control .header-search {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
    border-left: 1px solid #D9D9D9;
}

.header.style-03 .block-woo .block-link .count {
    color: #000000;
}

/*.header.style-04*/
.header.style-04 .header-middle {
    padding: 25px 0;
}

.header.style-04 .header-nav {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.header.style-04 .block-woo.block-wishlist {
    text-align: right;
}

.header.style-04 .vertical-wrapper.block-nav-category .block-title {
    border-radius: 5px 5px 0 0;
    padding: 0 20px 0 20px;
}

.header.style-04 .vertical-wrapper.block-nav-category .block-title .text-title {
    height: 50px;
    line-height: 50px;
    font-weight: 600;
}

.header.style-04 .vertical-wrapper.block-nav-category .block-content {
    margin-top: 0;
    border-color: #D9D9D9;
    border-radius: 0 0 10px 10px;
    padding-top: 7px;
    padding-bottom: 8px;
}

@media (min-width: 1200px) {
    .header.style-04 .vertical-wrapper.block-nav-category {
        width: 300px;
    }

    .header.style-04 .vertical-wrapper.block-nav-category .block-title {
        max-width: 300px;
    }

    .header.style-04 .vertical-wrapper.block-nav-category .block-content {
        max-width: 300px;
    }
}

/* ==========================================================================
3.9 HEADER MOBILE
========================================================================== */
.header-mobile-wrap {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    display: none;
    max-height: 60px;
}

.header-mobile {
    display: table;
    width: 100%;
    padding: 15px 0 14px;
}

.header-mobile .meta-woo {
    padding-left: 0;
    justify-content: end;
    display: inline-block;
}

.header-mobile .block-woo .block-link .block-icon {
    margin-right: 0;
}

.header-mobile > * {
    display: table-cell;
    vertical-align: middle;
    width: 33.333%;
}

.header-mobile-mid {
    text-align: center;
}

.header-mobile-right {
    text-align: right;
}

.header-mobile .meta-woo .block-woo {
    margin-left: 0;
}

.header-mobile .block-woo .block-link .block-text {
    display: none;
}

.header-mobile .draly-dropdown .block-search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: #fff;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    margin-top: 20px;
}

.header-mobile .draly-dropdown.open .block-search {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-mobile .form-search {
    width: 100%;
}

.header-mobile .block-search .form-search .category {
    display: none;
}

.header-mobile .header-search .link-dropdown > span {
    position: relative;
    display: block;
}

.header-mobile .block-menu-bar {
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 1280px) {
    .vertical-wrapper.block-nav-category + .box-header-nav .main-menu > .menu-item:first-child {
        margin-left: 20px;
    }

    .vertical-wrapper.block-nav-category + .box-header-nav .main-menu > .menu-item.menu-item-label {
        margin-right: 0;
        margin-left: 20px;
    }
}

@media (max-width: 1024px) {
    .header-mobile-wrap {
        display: block;
    }

    .header-desktop {
        display: none;
    }

    .header.header-transparent {
        position: relative;
    }
}

/* ==========================================================================
3.10 HEADER MOBILE MENU
========================================================================== */
.header-mobile-menu .mobile-menu-overlay {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: 99991;
    cursor: pointer;
}

.header-mobile-menu.open .mobile-menu-overlay {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.header-mobile-menu .mobile-sidebar-content {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99992;
    width: 440px;
    max-width: 100%;
    transform: translateX(-440px);
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}

.admin-bar .header-mobile-menu .mobile-sidebar-content {
    top: 30px;
}

.header-mobile-menu.open .mobile-sidebar-content {
    transform: translateX(0px);
    box-shadow: -3px 0 21px rgba(63, 63, 63, 0.15);
}

.header-mobile-menu .sidebar-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
}

.header-mobile-menu .tab-mobile-menu {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    background: #F6F6F6;
}

.header-mobile-menu .tab-mobile-menu li {
    list-style: none;
    position: relative;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    color: #000;
    cursor: pointer;
    margin-left: auto;
}

.header-mobile-menu .tab-mobile-menu li.active {
    background-color: #000;
    color: #fff;
}

.header-mobile-menu .tab-mobile-menu li.main-menu-tab {
    margin-left: 0;
}

.header-mobile-menu .tab-mobile-menu li.vertical-menu-tab {
    width: calc(100% - 120px)
}

.header-mobile-menu .mobile-menu-title {
    margin: 0;
    padding: 15px 20px 15px 40px;
    white-space: nowrap;
    font-size: 100%;
    font-weight: normal;
    line-height: 22px;
    display: none;
    border-bottom: 1px solid #D9D9D9;
    cursor: pointer;
}

.header-mobile-menu .mobile-menu-title.active {
    display: block;
}

.header-mobile-menu .mobile-menu-wrapper {
    height: 100%;
    display: none;
    flex-direction: column;
    overflow: hidden;
}

.header-mobile-menu .mobile-menu-wrapper.active {
    display: flex;;
}

.header-mobile-menu .mobile-menu-inner {
    position: relative;
    height: 100%;
    overflow-x: hidden;
}

.header-mobile-menu .draly-nav {
    padding: 0;
}

.header-mobile-menu .draly-nav .menu-item {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 20px;
    line-height: 22px;
}

.header-mobile-menu .draly-nav .menu-item .label-image {
    margin-left: 3px;
}

.header-mobile-menu .draly-nav .menu-item .caret {
    display: flex;
    width: 52px;
    align-items: center;
    margin-left: auto;
    justify-content: end;
    cursor: pointer;
}

.header-mobile-menu .draly-nav .menu-item .caret::before {
    content: url("../images/icons/mobile-menu-arrow.svg");
}

.header-mobile-menu .draly-nav .menu-item .caret.active {
    position: fixed;
    top: 75px;
    justify-content: start;
}

.header-mobile-menu .block-search ~ .mobile-menu-wrapper .draly-nav .menu-item .caret.active {
    top: 152px
}

.header-mobile-menu .draly-nav .menu-item.show-sub-menu .caret.active::before {
    transform: rotate(180deg);
}

.header-mobile-menu .draly-nav .menu-item .sub-menu {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 4;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
}

.header-mobile-menu .draly-nav .menu-item.show-sub-menu > .sub-menu {
    display: block;
}

.header-mobile-menu .draly-nav .menu-item .sub-menu.megamenu {
    width: 100% !important;
    padding: 20px;
}

.header-mobile-menu .draly-nav .menu-item .sub-menu.megamenu .e-con > .e-con-inner {
    margin: 0;
    flex-direction: column;
}

/**/
.header-mobile-menu .header-contact .header-contact-inner {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 60px;
}

.header-mobile-menu .header-contact .header-contact-image img {
    max-height: 30px;
    filter: invert(1);
}

.header-mobile-menu .header-contact .header-contact-info {
    line-height: 0;
}

.header-mobile-menu .header-contact .header-contact-info .header-contact-title {
    display: none;
}

.header-mobile-menu .header-contact .header-contact-info .header-contact-phone {
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

/**/
.header-mobile-menu .meta-bottom {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D9D9D9;
    padding: 0 20px;
}

.header-mobile-menu .meta-bottom .meta-bottom-left {
    display: flex;
    align-items: center;
    gap: 40px;
}

.header-mobile-menu .meta-bottom .meta-bottom-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-mobile-menu .block-woo .block-link .block-icon {
    margin-right: 0;
}

.header-mobile-menu .block-woo:hover::before {
    display: none;
}

.header .header-mobile-menu .woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
    top: auto;
    bottom: 100%;
    left: -20px;
    right: auto;
}

.header-mobile-menu .block-woo .sub-menu {
    top: auto;
    bottom: 100%;
    left: -20px;
    right: auto;
}

.header-mobile-menu .block-woo.block-user .sub-menu {
    top: auto;
    bottom: 100%;
    left: auto;
    right: -20px;
}

/**/
.header-mobile-menu .block-search {
    padding: 20px;
    border-bottom: 1px solid #D9D9D9;
}

.header-mobile-menu .block-search .form-search .category {
    display: none;
}

/* ==========================================================================
4.0 BLOG THEME
========================================================================== */
.blog-banner {
    margin-bottom: 41px;
}

/* ==========================================================================
4.1 POST ITEM
========================================================================== */
.post-thumb figure {
    margin-bottom: 0;
}

.post-thumb img {
    position: relative;
    z-index: 1;
}

.post-title {
    margin-top: 0;
}

.post-title a:not(:hover) {
    color: inherit !important;
}

.post-item .post-meta > div {
    display: inline-block;
    position: relative;
}

.post-item .post-meta svg {
    position: relative;
    top: -2px;
}

.post-item .post-meta .post-comment span {
    display: none;
}

.post-item .post-meta .post-author a {
    font-weight: 600;
}

.post-item .post-meta > div:not(:last-child) {
    padding-right: 20px;
}

.post-item .tags {
    float: left;
}

.post-item .tags a {
    display: inline-block;
    margin: 0 12px 15px 0;
    padding: 7px 20px;
    line-height: 20px;
    border: 1px solid #B5B5B5;
    text-align: center;
    color: #B5B5B5;
    border-radius: 5px;
}

.post-item .tags a:hover {
    border-color: var(--draly-main-color);
    background-color: var(--draly-main-color);
    color: #fff;
}

.page-main-content::before,
.page-main-content::after,
.post-content::before,
.post-content::after {
    content: '';
    display: table;
}

.page-main-content::after,
.post-content::after {
    clear: both;
}

.post-content p:last-child {
    margin-bottom: 0 !important;
}

.post-content > p:last-child {
    display: inline-block;
    width: 100%;
}

/*.post-single*/
.post-item.post-single .main-content .post-title {
    font-size: 28px;
    margin: -1px 0 15px 0;
}

.post-item.post-single .main-content .post-meta {
    margin-bottom: 20px;
}

.post-item.post-single .main-content .post-thumb {
    margin-bottom: 40px;
}

.post-item.post-single .main-content .categories {
    border: 2px solid var(--draly-main-color);
    padding: 12px 25px;
    margin-bottom: 20px;
    display: table;
}

.post-footer {
    display: inline-block;
    width: 100%;
    margin-top: 35px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e7e7e7;
}

.post-footer .draly-share-button {
    float: right;
    display: flex;
    gap: 10px;
}

/*blog standard*/
.blog-standard .post-item {
    padding-bottom: 55px;
    margin-bottom: 55px;
    border-bottom: 1px solid #ebebeb;
}

.blog-standard .post-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.post-standard .post-title {
    font-size: 28px;
    margin-bottom: 12px;
    margin-top: -5px;
}

.post-standard .post-thumb {
    margin-bottom: 37px;
}

.post-standard .post-meta {
    margin-bottom: 20px;
}

.post-item .readmore {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    line-height: 20px;
}

.post-item .readmore svg {
    vertical-align: middle;
    position: relative;
    top: 2px;
}

.post-item .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
    font-size: 21px;
    color: #000;
    position: absolute;
    bottom: 5px;
    top: auto;
    background-color: #fff;
    z-index: 3;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}

.post-item .slick-arrow:hover {
    background-color: var(--draly-main-color);
    color: #fff !important;
}

.post-item .slick-arrow.prev {
    left: auto;
    right: 50px;
}

.post-item .slick-arrow.next {
    right: 5px;
}

/*blog grid*/
.blog-grid {
    gap: 30px 0;
}

.post-thumb {
    position: relative;
    overflow: hidden;
}

.post-grid.post-inner {
    border: 1px solid #DADADA;
    border-radius: 10px;
    overflow: hidden;
}

.post-grid .post-info {
    padding: 15px;
}

.post-grid .post-thumb {
    overflow: hidden;
}

.post-grid .post-thumb img {
    width: 100%;
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
}

.post-grid .post-thumb:hover img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.post-grid .post-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-grid .post-title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-grid .post-meta {
    overflow: hidden;
    margin-bottom: 15px;
}

/*.blog-list*/
.blog-list .post-item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}

.post-list.post-inner {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.post-list .post-thumb {
    width: 360px;
}

.post-list .post-thumb a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.post-list .post-thumb a img {
    transition: all 0.25s ease 0s;
}

.post-list:hover .post-thumb a img {
    transform: scale(1.02);
}

.post-list .post-meta {
    padding-bottom: 15px;
}

.post-list .post-info {
    padding: 20px 20px 10px 30px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 360px);
}

.post-list .post-content {
    max-height: 54px;
    overflow: hidden;
}

.post-list .post-title {
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*draly-related-post*/
.draly-related-post .title {
    margin: 50px auto 30px;
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .post-footer .draly-share-button {
        float: none;
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .post-footer .draly-share-button ~ .categories {
        float: none;
        width: 100%;
    }

    .post-item.post-single .main-content .post-thumb,
    .post-standard .post-thumb {
        margin-bottom: 30px;
    }

    .post-item .slick-arrow {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .post-item .slick-arrow.prev {
        right: 40px;
    }

    .post-item .slick-arrow::before {
        width: 9px;
        height: 9px;
        top: -3px;
    }

    .post-item .slick-arrow.prev::after {
        height: 30px;
    }

    .post-standard .post-title,
    .post-item.post-single .main-content .post-title {
        font-size: 26px;
    }

    .post-list .post-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .post-standard .post-title,
    .post-item.post-single .main-content .post-title {
        font-size: 24px;
    }

    .post-list.post-inner {
        border: none;
        border-radius: 0;
    }

    .post-list .post-thumb {
        max-width: 100%;
    }

    .post-list .post-info {
        width: 100%;
        padding: 20px 0 0 0;
    }
}

@media (max-width: 575px) {
    .post-list .post-thumb img {
        width: 100%;
    }
}

/* ==========================================================================
4.2 BLOG COMMENT
========================================================================== */
/*.comments-area*/
.comments-area p {
    margin-bottom: 16px;
}

.comments-area {
    padding-top: 40px;
}

.comments-area .comments-title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}

.comments-area .commentlist,
.comments-area .commentlist .children {
    list-style: none;
}

.comments-area .no-comments {
    margin-top: 20px;
}

/*.commentlist*/
.commentlist {
    list-style: none;
    padding-left: 0;
}

.commentlist .review:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comment:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.commentlist .children {
    padding-left: 145px;
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid #dfdfdf;
}

.has-sidebar .commentlist .children {
    padding-left: 90px;
}

.comment_container {
    overflow: hidden;
}

.comment_container .avatar {
    float: left;
    max-width: 120px;
    margin-right: 25px;
    border-radius: 10px;
}

.comment-text {
    overflow: hidden;
    position: relative;
}

.comment-text .meta {
    margin-bottom: 5px;
}

.comment-text .draly-review__dash {
    display: none;
}

.comment-text .draly-review__author,
.comment-text .comment-author {
    display: block;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-top: -2px;
    margin-bottom: 2px;
}

.comment-text .draly-review__published-date,
.comment-text .comment-date {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 9px;
    padding-right: 80px;
}

.comment-text .draly-review__published-date,
.comment-text .comment-date:not(:hover) {
    color: #9da7b2;
}

.comment-text p:last-child {
    margin-bottom: 0;
}

.comment-text .comment-edit-link,
.comment-text .comment-reply-link {
    position: absolute;
    top: 0;
    font-size: 0;
}

.comment-text .comment-edit-link {
    right: 30px;
}

.comment-text .comment-reply-link {
    right: 0;
}

.comment-text .comment-edit-link::before {
    font-family: 'FontAwesome', sans-serif;
    content: "\f044";
    font-size: 14px;
}

.comment-text .comment-reply-link::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f112';
    font-size: 14px;
}

/*.pingback*/
.trackback,
.pingback {
    padding-bottom: 20px;
}

.pingback > p > a {
    padding-left: 5px;
}

.pingback .edit-link {
    display: inline-block;
}

.pingback .edit-link:before {
    content: "\002f";
    display: inline-block;
    padding: 0 5px;
}

/*.comment-respond*/
.woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 20px;
}

.single-product #reviews #review_form_wrapper .comment-respond #reply-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    margin: 15px 0;
    line-height: 20px;
}

.wcpr-form-description {
    margin-bottom: 15px;
}

.commentlist ~ .comment-respond,
.commentlist .comment-respond {
    border-top: 1px solid #dfdfdf;
    padding-top: 45px;
    margin-top: 50px;
}

.comment-respond .comment-reply-title {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 0;
}

.comment-respond span.comment-reply-title {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.comment-form-rating label {
    margin-right: 15px;
}

.required {
    color: #DD2831;
    font-weight: normal;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-reply-content {
    float: left;
    margin-bottom: 25px;
    width: calc(50% - 15px);
}

.comment-form .comment-form-cookies-consent {
    display: inline-block;
    width: 100%;
}

.comment-form .comment-form-cookies-consent label {
    font-weight: normal;
    color: inherit;
    font-size: 15px;
    font-style: italic;
    font-family: inherit;
    padding-left: 28px;
    position: relative;
}

.comment-form .comment-form-cookies-consent label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    vertical-align: middle;
    border: 1px solid #e4e4e4;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transition: background-color 0.25s ease 0s;
    -moz-transition: background-color 0.25s ease 0s;
    -o-transition: background-color 0.25s ease 0s;
    transition: background-color 0.25s ease 0s;
    text-align: center;
    color: #fff;
    font-size: 11px;
}

.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    display: none;
}

.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent:checked + label::before {
    color: var(--draly-main-color);
    content: '\f00c';
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
}

.comment-form .comment-form-author label,
.comment-form .comment-form-email label {
    display: block;
}

.comment-form .comment-form-email,
.comment-form .comment-reply-content + .comment-reply-content {
    float: right;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-reply-content input {
    width: 100%;
    height: 50px;
    padding: 4px 30px;
}

.comment-form .comment-form-comment {
    display: inline-block;
    width: 100%;
}

.comment-form .comment-form-comment textarea {
    height: 220px;
    padding: 15px 20px;
    margin-top: 10px;
}

.comment-form .comment-form-cookies-consent {
    display: inline-block;
    width: 100%;
}

.comment-form .form-submit {
    display: table;
    position: relative;
    margin-bottom: 0;
}

.comment-form .form-submit #submit {
    vertical-align: middle;
    min-width: 170px;
    color: #ffffff;
    background-color: #1b1b1b;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
}

.comment-form .form-submit #submit:hover {
    background-color: var(--draly-main-color);
}

.draly-Reviews-title {
    display: none;
}

@media (max-width: 1199px) {
    .has-sidebar .commentlist .children,
    .commentlist .children {
        padding-left: 50px;
    }

    .comment-form .form-submit {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    .comment-form .comment-form-author,
    .comment-form .comment-form-email,
    .comment-form .comment-reply-content {
        width: 100%;
        float: none !important;
    }

    .has-sidebar .commentlist .children,
    .commentlist .children {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .comment_container .avatar {
        float: none;
        max-width: 90px;
    }

    .comment-text {
        margin-top: 15px;
    }
}

/* ==========================================================================
5.0 BANNER + BREADCRUMBS + WIDGET +PAGINATION
========================================================================== */
/* ==========================================================================
5.1 BANNER AND TITLE PAGE
========================================================================== */
.main-container {
    padding-top: 40px;
    padding-bottom: 100px;
    position: relative;
}

.page-title {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin: 40px 0 0;
}

@media (max-width: 991px) {
    .main-container {
        padding-top: 30px;
    }
}

/* ==========================================================================
5.2 BREADCRUMBS THEME
========================================================================== */
.draly-breadcrumb {
    background-color: #F6F6F6;
    color: #444;
}

.draly-breadcrumb > * {
    padding: 11px 20px 12px;
    margin: 0 auto;
    max-width: 1570px;
    width: 100%;
}

.draly-breadcrumb > *::before {
    content: url("../images/icons/breadcrumb-home.svg");
    padding-right: 5px;
    position: relative;
    top: 3px;
}

.breadcrumbs .breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline;
}

.breadcrumbs .breadcrumb li {
    display: inline;
}

.breadcrumbs .breadcrumb li + li::before {
    content: url("../images/icons/breadcrumb-arrow.svg");
    padding: 0 10px;
}

.breadcrumbs .breadcrumb li a:not(:hover) {
    color: inherit;
}

.woocommerce-breadcrumb .breadcrumb-sep::before {
    content: url("../images/icons/breadcrumb-arrow.svg");
    padding: 0 10px;
}

.woocommerce-breadcrumb a:not(:hover) {
    color: inherit;
}

/* ==========================================================================
5.3  WIDGET THEME
========================================================================== */
@media (min-width: 992px) {
    .left-sidebar .main-content {
        order: 2;
    }

    .left-sidebar #widget-area.shop-sidebar {
        padding-right: 25px;
        border-right: 1px solid #E5E5E5;
    }

    .right-sidebar #widget-area.shop-sidebar {
        padding-left: 25px;
        border-left: 1px solid #E5E5E5;
    }

    body.single-product .right-sidebar #widget-area.shop-sidebar,
    body.single-product .left-sidebar #widget-area.shop-sidebar {
        padding: 15px 15px 25px 15px;
        border: 1px solid #E5E5E5;
        border-radius: 15px;
    }
}

#widget-area > .widget:not(:last-child) {
    margin-bottom: 30px;
}

#widget-area .widgettitle {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

body.single-product #widget-area .widget_media_image .widgettitle {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#widget-area .widgettitle a {
    color: inherit;
}

#widget-area .widget ul,
#widget-area .widget ol {
    padding: 0 0 8px 0;
    list-style: none;
}

#widget-area .widget ul ul,
#widget-area .widget ul ol,
#widget-area .widget ol ol,
#widget-area .widget ol ul {
    padding: 0 0 0 18px;
    margin-top: 8px;
    border-bottom: none;
}

#widget-area .widget ul li {
    list-style: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

#widget-area .widget ul li:last-child {
    padding-bottom: 0;
}

#widget-area .widget p:last-child {
    margin-bottom: 0;
}

#widget-area .widget label:not(.screen-reader-text) {
    width: 100%;
    margin: 15px 0;
}

#widget-area .widget > h1,
#widget-area .widget > h2,
#widget-area .widget > h3,
#widget-area .widget > h4,
#widget-area .widget > h5,
#widget-area .widget > h6 {
    margin-top: 0;
}

/*general*/
#widget-area .wp-block-social-links .wp-block-social-link.wp-social-link {
    padding-top: 0;
    padding-bottom: 0;
}

#widget-area .widget-villa-iconbox .widgettitle {
    color: #fff;
    background-color: var(--draly-main-color);
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 30px;
    font-size: 16px;
    text-transform: capitalize;
}

#widget-area .widget-villa-iconbox .widgettitle::before {
    content: url('../images/icons/iconbox.svg');
    background-color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    line-height: 0;
    vertical-align: middle;
    margin-right: 20px;
    border-radius: 6px;
}

#widget-area .widget-villa-iconbox .iconbox-list .iconbox-item {
    position: relative;
    margin-bottom: 30px;
}

#widget-area .widget-villa-iconbox .iconbox-list .iconbox-item:empty {
    display: none;
}

#widget-area .widget-villa-iconbox .iconbox-list .iconbox-item:last-child {
    margin-bottom: 0;
}

#widget-area .widget-villa-iconbox .iconbox-list .iconbox-item .iconbox-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#widget-area .widget-villa-iconbox .iconbox-list .iconbox-item .iconbox-name {
    padding-left: 60px;
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding-top: 4px;
}

#widget-area .widget-villa-iconbox .iconbox-list .iconbox-item .iconbox-desc {
    padding-left: 60px;
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 5px;
}

/**/
#widget-area .widget_categories select,
#widget-area .widget_archive select,
#widget-area .select2 {
    margin-top: 10px;
}

.woocommerce-widget-layered-nav-list li.chosen a,
.widget_pages .page_item.current_page_item > a,
.widget_product_categories .cat-item.current-cat > a {
    color: var(--draly-main-color);
}

.widget_categories .cat-item .children {
    padding-left: 25px;
}

.widget_categories .cat-item > a::before {
    position: relative;
    top: 4px;
    margin-right: 5px;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #949494;
    border-radius: 2px;
    padding: 0 3px;
    line-height: 20px;
    vertical-align: top;
}

.widget_categories .cat-item.current-cat > a::before {
    content: url("../images/icons/check-white.svg");
    background-color: var(--draly-main-color);
    border-color: var(--draly-main-color);
}

/*widget_search*/
.widget_product_search .woocommerce-product-search,
.widget_search .search-form {
    position: relative;
}

.widget_product_search .woocommerce-product-search .search-field,
.widget_search .search-form input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 75px;
    color: #D9D9D9;
}

.widget_product_search .woocommerce-product-search button[type="submit"],
.widget_search .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background-color: transparent;
    color: #000;
    padding: 0 10px;
    display: none;
}

.widget_product_search .woocommerce-product-search button[type="submit"]:hover,
.widget_search .search-form button:hover {
    color: var(--draly-main-color);
}

/*widget-villa-post*/
.widget-villa-post article:not(:last-child) {
    margin-bottom: 15px;
}

.widget-villa-post .post-item-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.widget-villa-post .post-thumb {
    border-radius: 6px;
    position: relative;
    width: 80px;
    overflow: hidden;
}

.widget-villa-post .post-thumb img {
    transition: all 0.25s ease 0s;
}

.widget-villa-post .post-thumb:hover img {
    transform: scale(1.02);
}

.widget-villa-post .post-info {
    width: calc(100% - 90px);
}

.widget-villa-post .post-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.widget-villa-post .date {
    font-size: 14px;
    line-height: 18px;
}

.widget-villa-post .date::before {
    content: url("../images/icons/date.svg");
    vertical-align: middle;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

/*widget-villa-social*/
.widget-villa-social .social-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}

.widget-villa-social .social-list .social-item {
    display: flex;
    min-width: calc(50% - 8px);
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    gap: 5px;
    padding: 10px 15px;
    background-color: var(--draly-blockquote-color);
    border-radius: 5px;
    color: var(--draly-main-color);
}

/*.widget .widget_shopping_cart*/
#widget-area .widget_shopping_cart .product_list_widget li.mini_cart_item {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    overflow: visible;
}

#widget-area .widget_shopping_cart .woocommerce-mini-cart__total {
    padding: 0 0 10px 0;
}

#widget-area .widget_shopping_cart .woocommerce-mini-cart__buttons {
    padding: 0;
}

/*.widget .product_list_widget*/
#widget-area .widget .product_list_widget li:not(.mini_cart_item) {
    border-bottom: none;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
}

.product_list_widget li:not(.mini_cart_item):not(:last-child)::before {
    display: block;
    content: '';
    border-bottom: 1px solid #ebebeb;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.product_list_widget .rating-wrapper .review {
    display: none;
}

/*wc-layered-nav-rating*/
.wc-layered-nav-rating {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.wc-layered-nav-rating a {
    color: #848484;
}

.wc-layered-nav-rating a:hover,
.wc-layered-nav-rating.chosen a {
    color: var(--draly-main-color);
}

.wc-layered-nav-rating .star-rating {
    white-space: nowrap;
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 90px;
    letter-spacing: 5px;
    vertical-align: top;
}

.wc-layered-nav-rating .star-rating::before,
.wc-layered-nav-rating .star-rating span::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    font-size: 15px;
    vertical-align: top;
}

.wc-layered-nav-rating .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.wc-layered-nav-rating .star-rating::before {
    content: "\f005\f005\f005\f005\f005";
    color: #D9D9D9;
}

.wc-layered-nav-rating .star-rating > span::before {
    content: "\f005\f005\f005\f005\f005";
    color: #F7931E;
}

/*woocommerce-widget-layered-nav-dropdown*/
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 5px;
}

#widget-area .widget .select2-container .select2-search--inline {
    padding: 0;
}

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    color: #fff;
    background-color: var(--draly-main-color);
}

#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit {
    width: 100%;
    max-width: 270px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    background-color: var(--draly-main-color);
    margin-top: 20px;
}

.woocommerce-widget-layered-nav-dropdown .woocommerce-widget-layered-nav-dropdown__submit:hover {
    opacity: 0.8;
}

/*.widget_price_filter*/
.widget_price_filter .price_slider_wrapper {
    padding-top: 45px;
    padding-bottom: 40px;
    position: relative;
}

.widget_price_filter .price_slider_amount {
    overflow: hidden;
    margin-top: 25px;
}

.widget_price_filter .price_label {
    font-weight: 500;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.widget_price_filter .price_label span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}

.widget_price_filter .price_label span:last-child {
    float: right;
}

.widget_price_filter .button {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 24px;
    background-color: var(--draly-main-color);
}

.widget_price_filter .price_slider {
    position: relative;
    height: 4px;
    border-radius: 2px 0 0 2px;
    background-color: #eeeeee;
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
}

.widget_price_filter .price_slider::before {
    content: '';
    display: block;
    height: 4px;
    border-radius: 0 2px 2px 0;
    width: 15px;
    background-color: #E5E5E5;
    position: absolute;
    left: 100%;
    top: 0;
}

.widget_price_filter .ui-slider-range {
    height: 4px;
    background-color: var(--draly-main-color);
    position: absolute;
    top: 0;
}

.widget_price_filter .ui-slider-range::before {
    content: '';
    display: block;
    height: 4px;
    border-radius: 0 2px 2px 0;
    width: 15px;
    background-color: var(--draly-main-color);
    position: absolute;
    left: 100%;
    top: 0;
}

.widget_price_filter .ui-slider-handle {
    display: inline-block;
    position: absolute;
    height: 15px;
    width: 15px;
    background-color: var(--draly-main-color);
    border-radius: 15px;
    top: -5px;

}

/*draly_widget_layered_nav*/
.draly_widget_layered_nav .color-group::before,
.draly_widget_layered_nav .color-group::after {
    content: '';
    display: table;
}

.draly_widget_layered_nav .color-group::after {
    clear: both;
}

.draly_widget_layered_nav .color-group {
    margin-top: -5px;
}

.draly_widget_layered_nav .color-group .term-color {
    float: left;
    margin: 10px 15px 5px 0;
    position: relative;
}

.draly_widget_layered_nav .color-group .term-color i {
    display: inline-block;
    padding: 0 5px;
    min-width: 38px;
    line-height: 38px;
    min-height: 38px;
    border-radius: 0;
    text-align: center;
    font-size: 14px;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    background-color: currentColor;
    vertical-align: top;
}

.draly_widget_layered_nav .color-group .term-color:hover i::before,
.draly_widget_layered_nav .color-group .term-color.selected i::before {
    position: absolute;
    content: '';
    display: block;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.draly_widget_layered_nav .color-group .term-color:hover i::after,
.draly_widget_layered_nav .color-group .term-color.selected i::after {
    position: absolute;
    font-family: 'FontAwesome', sans-serif;
    content: '\f00c';
    font-weight: normal;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.draly_widget_layered_nav .color-group .term-color .count {
    color: #848484;
    vertical-align: top;
    display: none;
}

.draly_widget_layered_nav .color-group .term-color .term-name {
    position: absolute;
    z-index: 1070;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    opacity: 0;
    visibility: hidden;
    padding: 0 7px;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: opacity 0.25s ease 0s;
    -moz-transition: opacity 0.25s ease 0s;
    -o-transition: opacity 0.25s ease 0s;
    transition: opacity 0.25s ease 0s;
}

.draly_widget_layered_nav .color-group .term-color:hover .term-name {
    opacity: 1;
    visibility: visible;
}

.draly_widget_layered_nav .color-group .term-color .term-name::before {
    content: '';
    border: 4px solid;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.draly_widget_layered_nav .inline-group a {
    display: inline-block;
    text-align: center;
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin: 6px 12px 6px 0;
    font-size: 13px;
    font-weight: 600;
}

.draly_widget_layered_nav .inline-group a:last-child {
    margin-right: 0;
}

.draly_widget_layered_nav .inline-group a:hover,
.draly_widget_layered_nav .inline-group a.selected {
    border-color: #000;
    background-color: #000;
    color: #fff
}

/**/
.viwcpf_wrap_filter-content:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.viwcpf_filter-wrap-items {
    vertical-align: top;
}

.viwcpf_wrap_filter-content .viwcpf_filter-title {
    font-size: 16px;
    font-weight: 600;
    color: #848484;
}

.has-sidebar .viwcpf_wrap_filter-content:first-child .viwcpf_filter-title {
    margin-top: 0;
    padding-top: 0;
}

.viwcpf_wrap_filter-content .viwcpf_filter.viwcpf_search_field .viwcpf_text_search {
    padding-left: 10px;
    border-radius: 6px;
    color: #D9D9D9;
}

.viwcpf_wrap_filter-content .viwcpf_filter.viwcpf_range_slider .irs-handle {
    border-color: var(--draly-main-color);
    background-color: var(--draly-main-color);
    box-shadow: none;
}

.viwcpf_wrap_filter-content .viwcpf_filter.viwcpf_range_slider .irs--round .irs-bar {
    background-color: var(--draly-main-color);
}

.viwcpf_wrap_filter-content .viwcpf_filter.viwcpf_range_slider .irs--round .irs-single,
.viwcpf_wrap_filter-content .viwcpf_filter.viwcpf_range_slider .irs--round .irs-from,
.viwcpf_wrap_filter-content .viwcpf_filter.viwcpf_range_slider .irs--round .irs-to {
    background-color: var(--draly-main-color);
}

.viwcpf_wrap_filter-content .viwcpf_filter.viwcpf_range_slider .irs--round .irs-from::before,
.viwcpf_wrap_filter-content .viwcpf_filter.viwcpf_range_slider .irs--round .irs-to::before,
.viwcpf_wrap_filter-content .viwcpf_filter.viwcpf_range_slider .irs--round .irs-single::before {
    border-top-color: var(--draly-main-color);
}

.viwcpf_wrap_filter-content .viwcpf_filter-items .viwcpf_filter-item a.viwcpf_chosen::after {
    background-color: transparent;
}

.custom_style .viwcpf_wrap_filter-content .viwcpf_filter-items:not(.with-images) .viwcpf_filter-item {
    padding: 0 !important;
}

.custom_style .viwcpf_wrap_filter-content .viwcpf_filter-items .viwcpf_filter-item.viwcpf_label a {
    border-radius: 5px;
    border-color: #B5B5B5;
    color: #B5B5B5;
    margin-left: 0;
}

.custom_style .viwcpf_wrap_filter-content .viwcpf_star-rating span::before {
    color: #F7931E;
}

.custom_style .viwcpf_star-rating {
    font-size: 20px;
}

.custom_style .viwcpf_wrap_filter-content .viwcpf_filter-items .viwcpf_filter-item.viwcpf_label {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#widget-area .viwcpf_wrap_filter-content .viwcpf_images {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 15px;
    margin-bottom: 15px;
}

.viwcpf_wrap_filter-content .viwcpf_filter-items .viwcpf_filter-item.viwcpf_images a {
    padding: 0;
}

/**/
.custom_style .viwcpf_wrap_filter-content[data-filter_type="rating_filter"] .viwcpf_filter-items.vertical .viwcpf_filter-item.viwcpf_label a {
    border: none;
    padding: 0;
    margin: 0;
    background: none;
}

.custom_style .viwcpf_wrap_filter-content[data-filter_type="rating_filter"] .viwcpf_filter-items.vertical .viwcpf_filter-item .viwcpf_star-rating {
    margin: 0;
    line-height: 1.1;
}

.custom_style .viwcpf_wrap_filter-content[data-filter_type="rating_filter"] .viwcpf_filter-items.vertical .viwcpf_filter-item.viwcpf_label .viwcpf-tooltip {
    display: none !important;
}

.viwcpf_wrap_filter-content[data-filter_type="rating_filter"] .viwcpf_filter-items.vertical {
    flex-direction: column-reverse;
}

.viwcpf_wrap_filter-content[data-filter_type="rating_filter"] .viwcpf_filter-items.vertical .viwcpf_filter-item.viwcpf_label a.viwcpf_chosen {
    padding: 0 30px 0 0 !important;
}

@media (max-width: 991px) {
    #widget-area {
        padding-top: 40px;
    }
}

/* ==========================================================================
5.4 PAGINATION THEME
========================================================================== */
.page-links {
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.page-links > span.page-links-title {
    line-height: 40px;
}

.comments-pagination,
.post-pagination,
.pagination {
    display: inline-block;
    width: 100%;
}

.comments-pagination {
    padding-top: 45px;
}

.blog-standard ~ .pagination {
    padding-top: 70px;
    text-align: center;
}

.blog-list ~ .pagination,
.blog-grid ~ .pagination {
    text-align: center;
    padding-top: 70px;
}

.post-pagination {
    margin-top: 15px;
}

.woocommerce-pagination ul {
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.comments-pagination .nav-links,
.woocommerce-pagination .page-numbers,
.woocommerce-pagination li,
.pagination .nav-links {
    display: inline-block;
}

.page-links > a,
.page-links > span:not(.page-links-title),
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers,
.woocommerce-pagination li .page-numbers,
.comments-pagination .page-numbers,
.post-pagination > span:not(.title),
.post-pagination a span,
.pagination .page-numbers {
    color: #848484;
    display: inline-block;
    min-width: 40px;
    padding: 0 3px;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    position: relative;
    line-height: 38px;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    background-color: #fff;
    margin: 10px 8px 0 0;
}

.page-links > a,
.page-links > span:not(.page-links-title) {
    margin: 0;
}

.post-pagination a span {
    font-weight: normal;
}

.page-links > span:not(.page-links-title):hover,
.page-links > a:hover,
.woocommerce-pagination span.page-numbers.current,
.woocommerce-pagination span.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination a.page-numbers:hover,
.woocommerce-pagination li .page-numbers.current,
.woocommerce-pagination li .page-numbers:hover,
.comments-pagination .page-numbers.current,
.comments-pagination a.page-numbers:hover,
.post-pagination > span:not(.title),
.post-pagination a span:hover,
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    color: #fff;
    border-color: transparent;
    background-color: var(--draly-main-color);
}

.post-pagination > span.title {
    line-height: 44px;
    padding-right: 10px;
}

.woocommerce-pagination svg,
.comments-pagination svg,
.post-pagination svg,
.pagination svg {
    position: relative;
    top: -2px;
}

.draly-woocommerce-loadmore a {
    padding: 0 30px;
    line-height: 38px;
    text-transform: capitalize;
    color: #848484;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    display: inline-block;
}

.draly-woocommerce-loadmore a:hover {
    color: #fff;
    border-color: transparent;
    background-color: var(--draly-main-color);
}

.main-container.loading {
    pointer-events: none;
}

.main-container.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
}

.main-container.loading .draly-woocommerce-loadmore a::before {
    content: '';
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    background-color: currentColor;
    border-radius: 50%;
    -webkit-animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
    margin-right: 5px;
}

/* ==========================================================================
6.0 SHOP THEME
========================================================================== */
/* ==========================================================================
6.1 SHOP CONTROL
========================================================================== */
.shop-before-control::before,
.shop-before-control::after {
    content: '';
    display: table;
}

.shop-before-control::after {
    clear: both;
}

.grid-view-mode {
    display: inline-block;
    margin-right: 2px;
}

.grid-view-mode > form {
    display: inline-block;
}

.grid-view-mode .modes-mode {
    color: #000;
    line-height: 35px;
    margin-right: 7px;
    vertical-align: top;
    padding: 0;
    height: auto;
    background: none;
    font-size: 0;
}

.grid-view-mode .modes-mode:hover,
.grid-view-mode .modes-mode:focus,
.grid-view-mode .modes-mode:active,
.grid-view-mode .modes-mode.active {
    color: var(--draly-main-color);
}

.woocommerce-result-count {
    margin: 0 20px 0 auto;
    line-height: 20px;
}

.woocommerce-ordering,
.per-page-form {
    vertical-align: top;
    text-align: left;
    display: inline-block;
}

.woocommerce-ordering ~ .per-page-form {
    padding-left: 9px;
}

.woocommerce-ordering select,
.per-page-form select {
    background-color: #fff;
    height: 35px;
    line-height: 33px;
    padding-left: 18px;
    color: #000;
}

.per-page-form select {
    margin-right: 5px;
}

.per-page-form label {
    margin-bottom: 0;
    color: #848484;
}

.per-page-form label .per-page-title {
    margin-right: 5px;
}

.per-page-form label:nth-child(2) {
    display: none;
}

.shop-before-control {
    margin-bottom: 30px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px 0;
    width: 100%;
    position: relative;
    vertical-align: top;
    align-items: center;
}

.draly-filter-button-wrap {
    display: none;
    margin: 0 20px 0 auto;
    font-size: 0;
}

.draly-filter-button-wrap .draly-filter-button {
    display: block;
}

.filter-heading {
    display: none;
    padding: 15px 15px 15px 20px;
    background-color: #F6F6F6;
    align-items: center;
    justify-content: space-between;
}

.filter-heading h2 {
    font-size: 16px;
    margin: 0;
}

.filter-heading svg {
    vertical-align: top;
}

.filter-dropdown .draly-filter-button-wrap {
    display: inline-block;
}

.filter-dropdown .woocommerce-result-count {
    margin-left: 0;
}

.filter-slideout .draly-filter-button-wrap {
    display: inline-block;
}

.filter-slideout .woocommerce-result-count {
    margin-left: 0;
}

.filter-slideout .shop-before-control .shop-sidebar-filter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 440px;
    max-width: 100%;
    z-index: 999;
    background-color: #fff;
    padding: 0 20px 20px;
    margin-left: -100%;
    transition: margin-left 0.4s ease 0s;
    overflow-y: auto;
}

.admin-bar .filter-slideout .shop-before-control .shop-sidebar-filter {
    top: 32px;
}

.filter-slideout.open .shop-sidebar-filter {
    margin-left: 0;
}

.filter-slideout .shop-before-control .shop-sidebar-filter .filter-heading {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
}

.shop-after-control {
    width: 100%;
    overflow: hidden;
    padding-top: 70px;
    text-align: center;
}

.shop-after-control:empty {
    display: none;
}

@media (min-width: 992px) {
    .filter-dropdown .shop-before-control .shop-sidebar-filter {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 9;
        background-color: #fff;
        padding: 10px 0 0;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s ease 0s;
    }

    .filter-dropdown.open .shop-sidebar-filter {
        opacity: 1;
        visibility: visible;
    }

    .filter-dropdown .shop-before-control .shop-sidebar-filter .viwcpf_form_filter {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 0 30px;
    }

    .filter-dropdown .shop-before-control .shop-sidebar-filter .viwcpf_wrap_filter-content {
        margin-bottom: 0;
        border-bottom: none;
    }
}

@media (max-width: 991px) {
    .filter-dropdown .shop-before-control .shop-sidebar-filter .viwcpf_form_filter {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .filter-dropdown .shop-before-control .shop-sidebar-filter {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 440px;
        max-width: 100%;
        z-index: 999;
        background-color: #fff;
        padding: 0 20px 20px;
        margin-left: -100%;
        transition: margin-left 0.4s ease 0s;
        overflow-y: auto;
    }

    .admin-bar .filter-dropdown .shop-before-control .shop-sidebar-filter {
        top: 32px;
    }

    .filter-dropdown.open .shop-sidebar-filter {
        margin-left: 0;
    }

    .filter-dropdown .shop-before-control .shop-sidebar-filter .filter-heading {
        margin-left: -20px;
        margin-right: -20px;
        display: flex;
    }

    .per-page-form label .per-page-title,
    .woocommerce-result-count {
        display: none;
    }

    .woocommerce-ordering {
        margin-left: auto;
    }

    .woocommerce-ordering select, .per-page-form select {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 22px;
        background-position: center right 7px;
    }

    .draly-filter-button-wrap {
        position: fixed;
        right: 20px;
        bottom: 30px;
        z-index: 9;
        margin: 0;
    }

    .draly-filter-button-wrap .draly-filter-button {
        color: #fff;
        background-color: var(--draly-main-color);
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
    }

    .draly-filter-button-wrap svg {
        transform: rotate(90deg);
    }

    .has-sidebar .draly-filter-button-wrap {
        display: block;
    }

    .shop-page .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 440px;
        max-width: 100%;
        z-index: 999;
        background-color: #fff;
        padding: 0 20px 20px;
        margin-left: -100%;
        transition: margin-left 0.4s ease 0s;
        overflow-y: auto;
    }

    .admin-bar .shop-page .sidebar {
        top: 32px;
    }

    .shop-page.open .sidebar {
        margin-left: 0;
    }

    .shop-page .sidebar #widget-area {
        padding-top: 0;
    }

    .shop-page .sidebar .filter-heading {
        margin-left: -20px;
        margin-right: -20px;
        display: flex;
    }
}

/* ==========================================================================
6.2 PRODUCT ITEM
========================================================================== */
.product-inner,
.product-thumb,
.thumb-link {
    position: relative;
}

.product-thumb img {
    margin: 0 auto;
    width: 100%;
}

.product-item .woocommerce-loop-product__title,
.product-thumb > .onsale,
.product-thumb > .onnew,
.product-thumb > img {
    display: none;
}

.product-inner .second-image {
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
}

.product-inner:hover .second-image {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1199px) {
    .product-thumb img {
        width: 100%;
    }
}

/*quickview*/
.yith-wcqv-button {
    font-size: 0;
    display: inline-flex;
    vertical-align: top;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.yith-wcqv-button::before {
    content: url("../images/icons/quickview.svg");
}

.yith-wcqv-button:not(:hover) {
    color: inherit;
}

body.admin-bar #yith-quick-view-modal {
    top: 32px;
}

html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
    overflow: hidden;
}

#yith-quick-view-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#yith-quick-view-modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

#yith-quick-view-modal .yith-quick-view-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(51, 51, 51, .55);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    text-align: left;
    width: calc(100% - 50px) !important;
    height: auto !important;
    max-width: 1100px;
}

#yith-quick-view-modal .yith-wcqv-main {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
    max-height: calc(100vh - 80px);
}

#yith-quick-view-modal.open, #yith-quick-view-modal.open .yith-wcqv-wrapper {
    visibility: visible;
    opacity: 1;
}

#yith-quick-view-modal #yith-quick-view-content {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
}

#yith-quick-view-modal .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}

#yith-quick-view-modal .yith-wcqv-main:after, #yith-quick-view-modal .yith-wcqv-main:before {
    content: '';
    display: table;
    clear: both;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 100%;
    position: relative;
    box-shadow: none;
}

#yith-quick-view-modal.open .yith-wcqv-main::before,
#yith-quick-view-modal.open .yith-wcqv-main::after {
    content: '';
    display: table;
}

#yith-quick-view-modal.open .yith-wcqv-main::after {
    clear: both;
}

#yith-quick-view-modal .woocommerce-product-gallery {
    float: none !important;
    margin-bottom: 0;
}

.yith-quick-view-close {
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 11;
    font-size: 0;
}

.yith-quick-view-close:not(:hover) {
    color: #fff;
}

.yith-quick-view-close svg {
    display: none;
}

.yith-quick-view-close::before,
.yith-quick-view-close::after {
    border-bottom: 2px solid;
    content: '';
    position: absolute;
    left: 9px;
    top: 19px;
    width: 22px;
}

.yith-quick-view-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.yith-quick-view-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#yith-quick-view-content div.images {
    width: 49%;
    float: left !important;
    opacity: 1 !important;
}

#yith-quick-view-content div.images img {
    border-radius: 10px;
    width: 100%;
}

#yith-quick-view-modal div.entry-summary .yith-wcwl-add-to-wishlist,
#yith-quick-view-modal div.entry-summary .yith-add-to-wishlist-button-block,
#yith-quick-view-modal div.entry-summary button.woo-compare-btn,
#yith-quick-view-modal div.entry-summary .product-share-button {
    display: none;
}

#yith-quick-view-modal div.entry-summary {
    height: auto;
    width: 51%;
    float: left;
}

#yith-quick-view-modal div.entry-summary .summary-content {
    padding: 0 0 0 30px;
}

body.admin-bar #yith-quick-view-modal {
    top: 32px;
}

#yith-quick-view-content .onsale {
    display: none;
}

#yith-quick-view-content .entry-summary .woocommerce-product-details__short-description,
#yith-quick-view-content div.woocommerce-product-rating {
    padding-bottom: 0;
    border-bottom: none;
}

#yith-quick-view-content .entry-summary .woocommerce-product-rating .sku_wrapper {
    display: none;
}

#yith-quick-view-content .entry-summary .cart .single_add_to_cart_button {
    width: calc(100% - 135px);
}

#yith-quick-view-content .entry-summary .cart .product-buy-now {
    display: none;
}

#yith-quick-view-content .entry-summary .entry-title {
    font-size: 20px;
    line-height: 1.5;
}

#yith-quick-view-content .entry-summary .quantity .qty-label {
    display: none;
}

#yith-quick-view-content .entry-summary .woo_sc_frontend_btn {
    display: none !important;
}

@media (max-width: 1199px) {
    #yith-quick-view-modal .yith-wcqv-main {
        padding: 20px;
    }

    #yith-quick-view-modal div.entry-summary .summary-content {
        padding: 0 0 0 20px;
    }
}

@media (max-width: 767px) {
    #yith-quick-view-content div.images {
        width: 100%;
    }

    #yith-quick-view-modal div.entry-summary {
        width: 100%;
    }

    #yith-quick-view-modal div.entry-summary .summary-content {
        padding: 20px 0 0 0;
    }
}

/*=========*/
.product-item .flash {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.onnew, .onsale {
    color: #fff;
    display: table;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    border-radius: 6px;
}

.onnew span, .onsale span {
    height: 21px;
    line-height: 21px;
    display: block;
}

.onnew {
    background-color: #000000;
}

.onsale {
    background-color: var(--draly-main-color);
}

.product-name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}

.product-name a:not(:hover) {
    color: inherit;
}

span.price {
    display: inline-block;
    font-size: 20px;
    color: #DD2831;
    font-weight: 600;
    line-height: 1.2;
}

span.woocommerce-Price-amount {
    font-weight: 600;
}

.price del {
    color: #666;
}

.price ins {
    color: #DD2831;
    text-decoration: none;
}

/*group-button*/
.group-button a {
    display: inline-block;
}

/*addto cart*/
.add-to-cart-wrap {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.add-to-cart-wrap .yith-wcqv-button {
    width: 100% !important;
    position: absolute;
    font-size: 0 !important;
    opacity: 0;
    top: 0;
    left: 0;
}

.add-to-cart-wrap .ajax_add_to_cart ~ .yith-wcqv-button,
.add-to-cart-wrap .yith-wcqv-button::before {
    display: none !important;
}

.add-to-cart-wrap a {
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: inherit;
}

.add-to-cart-wrap .cart-icon {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.add-to-cart-wrap .cart-svg,
.add-to-cart-wrap .check-svg {
    display: none;
}

.add_to_cart_button.loading {
    pointer-events: none;
}

.add_to_cart_button.loading::before {
    content: '';
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    background-color: currentColor;
    border-radius: 50%;
    -webkit-animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

.add_to_cart_button.ajax_add_to_cart ~ .option-svg {
    display: none;
}

.add_to_cart_button.ajax_add_to_cart.loading ~ .cart-svg {
    display: none;
}

.add_to_cart_button.ajax_add_to_cart ~ .cart-svg {
    display: block;
}

.add-to-cart-wrap a.added_to_cart ~ .cart-svg {
    display: none;
}

.add-to-cart-wrap a.added {
    display: none;
}

.add-to-cart-wrap a.added_to_cart ~ .check-svg {
    display: block;
}

/*wishlist*/
#yith-wcwl-popup-message {
    display: none !important;
}

.product-item .yith-wcwl-add-to-wishlist a:hover,
.product-item .yith-add-to-wishlist-button-block a:hover {
    color: inherit;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg,
.yith-wcwl-add-to-wishlist .ajax-loading,
.yith-add-to-wishlist-button-block .ajax-loading,
.yith-add-to-wishlist-button-block .feedback,
.yith-wcwl-add-to-wishlist .feedback,
.yith-add-to-wishlist-button-block .yith-wcwl-icon-svg__wrapper,
.yith-add-to-wishlist-button-block .yith-wcwl-icon,
.yith-add-to-wishlist-button-block:empty,
.yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label {
    display: none !important;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    gap: 0;
    justify-content: center;
    width: 100%;
}

.yith-wcwl-add-to-wishlist,
.yith-add-to-wishlist-button-block {
    position: relative;
    margin-top: 0;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    border-radius: inherit;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: inherit;
}

.yith-wcwl-add-to-wishlist a,
.yith-add-to-wishlist-button-block a {
    font-size: 0;
    display: flex !important;
    height: 40px;
    align-items: center;
    justify-content: center;
    color: inherit;
    width: 100%;
    opacity: 1 !important;
}

.yith-wcwl-add-to-wishlist a,
.yith-add-to-wishlist-button-block button.yith-wcwl-add-to-wishlist-button {
    background-color: inherit;
    border-radius: inherit;
    color: inherit;
    height: inherit;
    line-height: inherit;
}

.add_to_wishlist::before,
.yith-wcwl-add-to-wishlist-button::before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f08a';
    font-weight: normal;
    font-size: 18px;
}

.yith-wcwl-wishlistaddedbrowse a::before,
.yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-add-to-wishlist-button--added::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    content: "\f004";
    font-size: 16px;
}

.add_to_wishlist.loading,
.yith-wcwl-add-to-wishlist-button--loading {
    pointer-events: none;
}

.yith-wcwl-add-to-wishlist .blockOverlay,
.yith-add-to-wishlist-button-block .blockOverlay,
.yith-wcqv-button .blockOverlay {
    background: inherit !important;
    opacity: 1 !important;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yith-wcwl-add-to-wishlist .blockOverlay::after,
.yith-add-to-wishlist-button-block .blockOverlay::after,
.yith-wcqv-button .blockOverlay::before,
.add_to_wishlist.loading::before,
.yith-wcwl-add-to-wishlist-button--loading::before {
    content: '';
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    background-color: currentColor;
    border-radius: 50%;
    -webkit-animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

/*compare*/
.woo-compare-floating-icon-wrap {
    background-color: var(--draly-main-color) !important;
}

.product-item button.woo-compare-btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    font-size: 0;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #000;
}

.product-item button.woo-compare-btn i {
    display: none !important;
}

.product-item button.woo-compare-btn::before {
    display: flex;
    content: url("../images/icons/compare.svg");
    line-height: 0;
}

.product-item button.woo-compare-btn.loading::before {
    content: '';
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    background-color: currentColor;
    border-radius: 50%;
    -webkit-animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

.DTFC_LeftBodyLiner {
    overflow: hidden !important;
}

#yith-woocompare table.dataTable.compare-list tbody tr:first-child th,
#yith-woocompare table.dataTable.compare-list tbody tr:first-child td {
    border-top: 1px solid #e7e7e7;
}

/*.star-rating*/
.rating-wrapper {
    line-height: 20px;
    font-size: 0;
    display: flex;
    align-items: center;
}

.rating-wrapper .star-rating {
    white-space: nowrap;
    display: block;
    position: relative;
    overflow: hidden;
    width: 90px;
    letter-spacing: 5px;
}

.rating-wrapper .star-rating::before,
.rating-wrapper .star-rating span::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    font-size: 15px;
    vertical-align: top;
}

.rating-wrapper .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
}

.rating-wrapper .star-rating::before {
    content: "\f005\f005\f005\f005\f005";
    color: #D9D9D9 !important;
}

.wcpr-stars-count {
    padding-left: 0;
}

.wcpr-grid-item {
    background-color: #f9f9f9;
}

.wcpr-content .review-content-container .star-rating::before,
.wcpr-stars-count .star-rating::before,
.wcpr-modal-wrap .wcpr-modal-content .star-rating::before {
    opacity: 1 !important;
}

.product .woocommerce-product-rating .star-rating::before,
.wcpr-stars-count .wcpr-row .wcpr-col-star .star-rating::before {
    opacity: 1 !important;
}

.wcpr-col-star .star-rating::before,
.wcpr-col-star .star-rating span::before,
.wcpr-overall-rating-right-star .star-rating::before,
.wcpr-overall-rating-right-star .star-rating span::before {
    letter-spacing: 2px !important;
}

.rating-wrapper .star-rating > span::before {
    content: "\f005\f005\f005\f005\f005" !important;
    color: #F7931E !important;
}

.rating-wrapper .total-review-wrapper {
    font-size: 16px;
    margin-left: 10px;
}

.wcpr-overall-rating-and-rating-count .rating-wrapper .total-star-rating,
.wcpr-overall-rating-and-rating-count .rating-wrapper .total-review-wrapper {
    display: none;
}

.rating-wrapper .total-review-wrapper::before {
    content: '(';
}

.rating-wrapper .total-review-wrapper::after {
    content: ')';
}

.rate-percent {
    background-color: #f7931e !important;
}

.entry-summary .rating-wrapper.style-02 .star-rating > span::before,
.entry-summary .rating-wrapper.style-02 .star-rating::before,
.product-item .rating-wrapper.style-02 .star-rating > span::before,
.product-item .rating-wrapper.style-02 .star-rating::before {
    display: none;
}

.entry-summary .rating-wrapper.style-02 .star-rating,
.product-item .rating-wrapper.style-02 .star-rating {
    font-size: 0;
    width: auto;
    letter-spacing: 0;
}

.entry-summary .rating-wrapper.style-02 .star-rating > span,
.product-item .rating-wrapper.style-02 .star-rating > span {
    width: auto !important;
    float: none;
    position: static;
}

.entry-summary .rating-wrapper.style-02 .star-rating strong.rating,
.product-item .rating-wrapper.style-02 .star-rating strong.rating {
    padding: 6px 15px;
    border-radius: 30px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 600;
    color: #F7931E;
    background-color: #FFF1CF;
    display: inline-block;
    vertical-align: top;
}

.entry-summary .rating-wrapper.style-02 .star-rating strong.rating::before,
.product-item .rating-wrapper.style-02 .star-rating strong.rating::before {
    content: "\f005";
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    font-size: 15px;
    padding-right: 5px;
}

.entry-summary .rating-wrapper.style-02 .total-review-wrapper,
.product-item .rating-wrapper.style-02 .total-review-wrapper {
    line-height: 18px;
    font-size: 14px;
    margin-left: 10px;
    padding: 2px 0 2px 10px;
    border-left: 1px solid #AFAFAF;
    color: #444;
}

/**/
.process-valiable {
    margin-bottom: 30px;
}

.process-valiable .valiable-title {
    color: #000000;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.process-valiable .valiable-title svg {
    color: var(--draly-main-color);
    position: relative;
    top: -2px;
}

.process-valiable .valiable-text {
    line-height: 20px;
    margin-top: 10px;
}

.process-valiable .valiable-total {
    height: 8px;
    position: relative;
    display: block;
    background-color: #F2F2F2;
    border-radius: 8px;
}

.process-valiable .valiable-total .process {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 8px;
    display: block;
    background-color: var(--draly-main-color);
}

/*.countdown-product*/
.draly-countdown {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.draly-countdown > span {
    display: inline-block;
    border-radius: 10px;
    min-width: 50px;
    height: 50px;
    border: 1px solid;
    color: var(--draly-main-color);
    padding: 3px 3px 0;
    text-align: center;
}

.draly-countdown > span .number {
    display: block;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
}

.draly-countdown > span .text {
    display: block;
    font-size: 11px;
    line-height: 13px;
}

.product-item .woo-sctr-progress-bar-wrap-container,
.product-item .woo-sctr-shortcode-countdown-wrap {
    text-align: left;
}

.product-item .woo-sctr-shortcode-wrap {
    padding: 15px 0 0;
}

.product-item.list .woo-sctr-shortcode-wrap {
    padding: 0 0 15px;
}

.product-item .woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-text-before {
    padding-bottom: 10px;
    line-height: 20px;
    color: #666;
    font-weight: 500;
}

.product-item .woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-text-bottom {
    display: none;
}

.product-item .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 {
    background: none;
}

/*.product-item*/
.product-item .product-name a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-item .product-first-category {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.product-item .product-first-category a:not(:hover) {
    color: #666;
}

/*.product-item.style-01*/
.product-item.style-01 .product-inner {
    height: 100%;
}

.product-item.style-01 .product-thumb {
    margin-bottom: 10px;
    overflow: hidden;
}

.product-item.style-01 .product-thumb img {
    border-radius: 10px;
}

.product-item.style-01 .product-thumb > .thumb-link {
    display: block;
}

.product-item.style-01 .group-button {
    position: absolute;
    right: 7px;
    top: 7px;
}

.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-01 .group-button .yith-add-to-wishlist-button-block,
.product-item.style-01 .group-button button.woo-compare-btn,
.product-item.style-01 .group-button .yith-wcqv-button {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff !important;
    color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    margin: 8px;
}

.product-item.style-01 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-01 .group-button .yith-add-to-wishlist-button-block {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-item.style-01 .group-button .yith-wcqv-button {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-item.style-01 .group-button button.woo-compare-btn {
    -webkit-transition: all 0.55s ease 0s;
    -moz-transition: all 0.55s ease 0s;
    -o-transition: all 0.55s ease 0s;
    transition: all 0.55s ease 0s;
}

.product-item.style-01 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-01 .product-inner:hover .group-button .yith-add-to-wishlist-button-block,
.product-item.style-01 .product-inner:hover .group-button button.woo-compare-btn,
.product-item.style-01 .product-inner:hover .group-button .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item.style-01 .add-to-cart-wrap {
    position: absolute;
    right: 5px;
    bottom: 5px;
    color: var(--draly-main-color);
    background-color: var(--draly-blockquote-color);
    border: 1px solid var(--draly-main-color);
    border-radius: 50%;
    transition: all 0.25s ease 0s;
}

.product-item.style-01 .add-to-cart-wrap:hover {
    background-color: var(--draly-main-color);
    color: #fff;
}

.product-item.style-01 .rating-wrapper {
    margin-bottom: 10px;
}

/*.product-item.style-02*/
.product-item.style-02 .product-inner {
    height: 100%;
}

.product-item.style-02 .product-thumb {
    margin-bottom: 10px;
    overflow: hidden;
}

.product-item.style-02 .product-thumb img {
    border-radius: 10px;
}

.product-item.style-02 .product-thumb > .thumb-link {
    display: block;
}

.product-item.style-02 .group-button {
    position: absolute;
    right: 7px;
    top: 7px;
}

.product-item.style-02 .group-button .add-to-cart-wrap,
.product-item.style-02 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-02 .group-button .yith-add-to-wishlist-button-block,
.product-item.style-02 .group-button button.woo-compare-btn,
.product-item.style-02 .group-button .yith-wcqv-button {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff !important;
    color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    margin: 8px;
}

.product-item.style-02 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-02 .group-button .yith-add-to-wishlist-button-block {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-item.style-02 .group-button .add-to-cart-wrap {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-item.style-02 .group-button .yith-wcqv-button {
    -webkit-transition: all 0.55s ease 0s;
    -moz-transition: all 0.55s ease 0s;
    -o-transition: all 0.55s ease 0s;
    transition: all 0.55s ease 0s;
}

.product-item.style-02 .group-button button.woo-compare-btn {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

.product-item.style-02 .product-inner:hover .group-button .add-to-cart-wrap,
.product-item.style-02 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-02 .product-inner:hover .group-button .yith-add-to-wishlist-button-block,
.product-item.style-02 .product-inner:hover .group-button button.woo-compare-btn,
.product-item.style-02 .product-inner:hover .group-button .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item.style-02 .rating-wrapper {
    margin-bottom: 10px;
}

/*.product-item.style-03*/
.product-item.style-03 .product-inner {
    padding: 15px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-item.style-03 .product-thumb {
    width: 45.6521739%;
}

.product-item.style-03 .product-thumb img {
    border-radius: 10px;
}

.product-item.style-03 .product-info {
    position: relative;
    width: 54.3478261%;
    padding-left: 15px;
}

.product-item.style-03 .rating-wrapper {
    margin-bottom: 12px;
}

.product-item.style-03 .price {
    margin-bottom: 20px;
}

.product-item.style-03 .add-to-cart-wrap {
    min-width: 0;
    width: 100% !important;
    display: table;
}

.product-item.style-03 .add-to-cart-wrap a {
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
    text-transform: capitalize;
    color: var(--draly-main-color);
    border: 1px solid var(--draly-main-color);
    border-radius: 10px;
}

.product-item.style-03 .add-to-cart-wrap a:hover {
    background-color: var(--draly-main-color);
    color: #fff;
}

.product-item.style-03 .add-to-cart-wrap a::before {
    vertical-align: middle;
    margin-right: 7px;
    font-weight: normal;
    position: relative;
    top: -2px;
}

/*.product-item.style-04*/
.product-item.style-04 .product-inner {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.product-item.style-04 .product-inner:hover {
    border-color: var(--draly-main-color);
}

.product-item.style-04 .product-thumb {
    overflow: hidden;
    border-radius: 10px;
}

.product-item.style-04 .product-thumb > .thumb-link {
    display: block;
}

.product-item.style-04 .product-thumb img {
    border-radius: 10px;
}

.product-item.style-04 .group-button {
    position: absolute;
    right: 7px;
    top: 7px;
}

.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-04 .group-button .yith-add-to-wishlist-button-block,
.product-item.style-04 .group-button button.woo-compare-btn,
.product-item.style-04 .group-button .yith-wcqv-button {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff !important;
    color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    margin: 8px;
}

.product-item.style-04 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-04 .group-button .yith-add-to-wishlist-button-block {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-item.style-04 .group-button .yith-wcqv-button {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-item.style-04 .group-button button.woo-compare-btn {
    -webkit-transition: all 0.55s ease 0s;
    -moz-transition: all 0.55s ease 0s;
    -o-transition: all 0.55s ease 0s;
    transition: all 0.55s ease 0s;
}

.product-item.style-04 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-04 .product-inner:hover .group-button .yith-add-to-wishlist-button-block,
.product-item.style-04 .product-inner:hover .group-button button.woo-compare-btn,
.product-item.style-04 .product-inner:hover .group-button .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item.style-04 .add-to-cart-wrap {
    position: absolute;
    bottom: 20px;
    right: 15px;
    background-color: var(--draly-blockquote-color);
    color: var(--draly-main-color);
    border-radius: 50%;
    transition: all 0.25s ease 0s;
}

.product-item.style-04 .add-to-cart-wrap:hover {
    background-color: var(--draly-main-color);
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.product-item.style-04 .add-to-cart-wrap:hover a {
    color: #fff;
}

.product-item.style-04 .product-info {
    padding: 10px 15px 25px;
    display: flex;
    flex-direction: column;
}

.product-item.style-04 .rating-wrapper {
    order: 3;
    margin-top: 20px;
}

/*.product-item.style-05*/
.product-item.style-05 .product-thumb {
    overflow: hidden;
    margin-bottom: 18px;
}

.product-item.style-05 .product-thumb > .thumb-link {
    display: block;
}

.product-item.style-05 .product-thumb img {
    border-radius: 10px;
}

.product-item.style-05 .group-button {
    position: absolute;
    right: 5px;
    top: 5px;
}

.product-item.style-05 .group-button .add-to-cart-wrap,
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-05 .group-button .yith-add-to-wishlist-button-block {
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 50%;
    margin: 10px;
    width: 45px;
    height: 45px;
}

.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    background-color: transparent;
}

.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist a,
.product-item.style-05 .group-button .yith-add-to-wishlist-button-block a {
    height: 45px;
    background-color: transparent;
}

.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist .blockOverlay,
.product-item.style-05 .group-button .yith-add-to-wishlist-button-block .blockOverlay {
    background: #000 !important;
}

.product-item.style-05 .group-button .add-to-cart-wrap a {
    width: 45px;
    height: 45px;
}

.product-item.style-05 .group-button .add-to-cart-wrap:hover,
.product-item.style-05 .group-button .yith-wcwl-add-to-wishlist:hover,
.product-item.style-05 .group-button .yith-add-to-wishlist-button-block:hover {
    background-color: #000;
}

.product-item.style-05 .group-button-hover {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    display: flex;
    transition: opacity 0.4s ease 0s;
    overflow: hidden;
}

.product-item.style-05 .group-button-hover > * + * {
    border-left: 1px solid #DDDDDD;
    border-radius: 0;
}

.product-item.style-05 .product-inner:hover .group-button-hover {
    opacity: 1;
    visibility: visible;
}

.product-item.style-05 .group-button-hover .yith-wcqv-button,
.product-item.style-05 .group-button-hover button.woo-compare-btn {
    width: 59px;
    height: 43px;
    background-color: #fff;
}

.product-item.style-05 .group-button-hover:empty {
    display: none;
}

.product-item.style-05 .product-name {
    font-size: 18px;
}

.product-item.style-05 .rating-wrapper.style-02 {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 5px;
}

.product-item.style-05 .rating-wrapper.style-02 .total-review-wrapper {
    display: none;
}

.product-item.style-05 span.price {
    vertical-align: middle;
}

/*.product-item.style-06*/
.product-item.style-06 .product-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-item.style-06 .product-thumb {
    width: 120px;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    border-radius: 10px;
}

.product-item.style-06 .flash {
    display: none;
}

.product-item.style-06 .product-info {
    padding-left: 10px;
    width: calc(100% - 120px);
}

.product-item.style-06 .rating-wrapper {
    margin-bottom: 10px;
}

/*.product-item.style-07*/
.product-gallery {
    overflow: hidden;
}

.product-gallery figure {
    margin: 0;
}

.product-gallery .product-gallery-slick {
    float: right;
    width: calc(100% - 17.7%);
    padding-left: 10px;
    white-space: nowrap;
}

.product-gallery .product-gallery-slick .product-gallery-image {
    display: inline-block;
}

.product-gallery .product-gallery-slick img {
    border-radius: 10px;
}

.product-gallery .gallery-dots {
    float: left;
    width: 17.7%;
    padding: 0;
}

.product-gallery .gallery-dots .slick-arrow {
    font-size: 20px;
    color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.product-gallery .gallery-dots .slick-arrow.next {
    top: auto;
    bottom: 0;
}

.product-gallery .gallery-dots .slick-arrow:hover {
    color: var(--draly-main-color);
}

.product-gallery .gallery-dots img {
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 1px 0;
}

.product-gallery .gallery-dots .slick-current img {
    border-color: #000;
}

.product-item.style-07 .product-inner {
    overflow: hidden;
    border: 1px solid #D9D9D9;
    padding: 20px;
    border-radius: 15px;
}

.product-item.style-07 .product-thumb {
    float: left;
    width: 47.8873239%;
    overflow: hidden;
}

.product-item.style-07 .flash {
    left: 80px
}

.product-item.style-07 .product-info {
    float: left;
    width: 52.1126761%;
    padding-left: 15px;
}

.product-item.style-07 .product-name {
    margin-bottom: 15px;
}

.product-item.style-07 .rating-wrapper.style-02 {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 5px;
}

.product-item.style-07 .rating-wrapper.style-02 .total-review-wrapper {
    display: none;
}

.product-item.style-07 .price {
    vertical-align: middle;
}

.product-item.style-07 .countdown-product {
    margin-top: 15px;
}

.product-item.style-07 .deals-title {
    line-height: 20px;
    margin-bottom: 10px;
}


.product-item.style-07 .group-button {
    position: absolute;
    right: 7px;
    top: 7px;
}

.product-item.style-07 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-07 .group-button .yith-add-to-wishlist-button-block,
.product-item.style-07 .group-button button.woo-compare-btn,
.product-item.style-07 .group-button .yith-wcqv-button {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff !important;
    color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    margin: 8px;
}

.product-item.style-07 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-07 .group-button .yith-add-to-wishlist-button-block {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-item.style-07 .group-button .yith-wcqv-button {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-item.style-07 .group-button button.woo-compare-btn {
    -webkit-transition: all 0.55s ease 0s;
    -moz-transition: all 0.55s ease 0s;
    -o-transition: all 0.55s ease 0s;
    transition: all 0.55s ease 0s;
}

.product-item.style-07 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-07 .product-inner:hover .group-button .yith-add-to-wishlist-button-block,
.product-item.style-07 .product-inner:hover .group-button button.woo-compare-btn,
.product-item.style-07 .product-inner:hover .group-button .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item.style-07 .add-to-cart-wrap {
    width: auto;
    margin-top: 17px;
}

.product-item.style-07 .add-to-cart-wrap a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 30px;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-radius: 10px;
    width: auto;
    background-color: #000;
    color: #fff;
}

.product-item.style-07 .add-to-cart-wrap a:hover {
    background-color: var(--draly-main-color);
    color: #fff;
}

.product-item.style-07 .add-to-cart-wrap a::before {
    vertical-align: middle;
    margin-right: 7px;
    font-weight: normal;
    position: relative;
    top: 0;
}

/*.product-item.style-08*/
.product-item.style-08 .product-inner {
    padding: 15px;
    overflow: hidden;
    border-radius: 15px;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-item.style-08 .product-thumb {
    width: 150px;
}

.product-item.style-08 .product-thumb img {
    border-radius: 10px;
}

.product-item.style-08 .flash {
    display: none;
}

.product-item.style-08 .product-info {
    position: relative;
    width: calc(100% - 150px);
    padding-left: 15px;
    padding-right: 40px;
}

.product-item.style-08 .rating-wrapper.style-02 {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 5px;
}

.product-item.style-08 .rating-wrapper.style-02 .total-review-wrapper {
    display: none
}

.product-item.style-08 .price {
    vertical-align: middle;
}

.product-item.style-08 .price del {
    font-size: 70%;
}

.product-item.style-08 .add-to-cart-wrap {
    position: absolute;
    bottom: -5px;
    right: 0;
    background-color: var(--draly-blockquote-color);
    color: var(--draly-main-color);
    border-radius: 50%;
    transition: all 0.25s ease 0s;
}

.product-item.style-08 .add-to-cart-wrap:hover {
    background-color: var(--draly-main-color);
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

/*.product-item.style-09*/
.product-item.style-09 .product-thumb img {
    border-radius: 10px;
}

.product-item.style-09 .product-info {
    position: absolute;
    padding: 12px 15px 14px;
    left: 20px;
    bottom: 20px;
    right: 20px;
}

.product-item.style-09 .product-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.product-item.style-09 .product-info > * {
    position: relative;
}

.product-item.style-09 .product-name {
    -webkit-line-clamp: 1;
    font-weight: 400;
    margin-bottom: 6px;
}

.product-item.style-09 .product-first-category,
.product-item.style-09 .rating-wrapper {
    display: none;
}

.product-item.style-09 span.price {
    font-weight: 400;
    font-size: 18px;
}

/*.product-item.style-10*/
.product-item.style-10 .product-inner {
    overflow: hidden;
    border: 1px solid #D9D9D9;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
}

.product-item.style-10 .product-thumb {
    width: 34.7368421%;
}

.product-item.style-10 .product-thumb img {
    border-radius: 10px;
}

.product-item.style-10 .product-info {
    width: 65.2631579%;
    padding-left: 25px;
}

.product-item.style-10 .product-name {
    margin-bottom: 11px;
}

.product-item.style-10 .rating-wrapper.style-01 {
    margin-bottom: 10px;
}

.product-item.style-10 .countdown-product {
    margin-top: 15px;
}

.product-item.style-10 .deals-title {
    line-height: 20px;
    margin-bottom: 10px;
}


.product-item.style-10 .group-button {
    position: absolute;
    right: 7px;
    top: 7px;
}

.product-item.style-10 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-10 .group-button .yith-add-to-wishlist-button-block,
.product-item.style-10 .group-button button.woo-compare-btn,
.product-item.style-10 .group-button .yith-wcqv-button {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff !important;
    color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    margin: 8px;
}

.product-item.style-10 .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-10 .group-button .yith-add-to-wishlist-button-block {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-item.style-10 .group-button .yith-wcqv-button {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-item.style-10 .group-button button.woo-compare-btn {
    -webkit-transition: all 0.55s ease 0s;
    -moz-transition: all 0.55s ease 0s;
    -o-transition: all 0.55s ease 0s;
    transition: all 0.55s ease 0s;
}

.product-item.style-10 .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.style-10 .product-inner:hover .group-button .yith-add-to-wishlist-button-block,
.product-item.style-10 .product-inner:hover .group-button button.woo-compare-btn,
.product-item.style-10 .product-inner:hover .group-button .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item.style-10 .add-to-cart-wrap {
    width: auto;
    margin-top: 17px;
}

.product-item.style-10 .add-to-cart-wrap a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 30px;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-radius: 10px;
    width: auto;
    background-color: #000;
    color: #fff;
}

.product-item.style-10 .add-to-cart-wrap a:hover {
    background-color: var(--draly-main-color);
    color: #fff;
}

.product-item.style-10 .add-to-cart-wrap a::before {
    vertical-align: middle;
    margin-right: 7px;
    font-weight: normal;
    position: relative;
    top: 0;
}

/*.product-item.list*/
.product-item.list .product-inner {
    overflow: hidden;
    background-color: transparent;
    display: table;
    width: 100%;
}

.product-item.list:not(:last-child) .product-inner {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}

.product-item.list .product-thumb {
    width: 23%;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 15px;
}

.product-item.list .product-thumb img {
    width: 100%;
}

.product-item.list .product-info {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
}

.product-item.list .product-name {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.product-item.list .rating-wrapper {
    margin-bottom: 15px;
}

.product-item.list .price {
    margin-bottom: 15px;
}

.product-item.list .group-button {
    position: absolute;
    right: 5px;
    top: 5px;
}

.product-item.list .group-button .yith-wcwl-add-to-wishlist,
.product-item.list .group-button .yith-add-to-wishlist-button-block,
.product-item.list .group-button button.woo-compare-btn,
.product-item.list .group-button .yith-wcqv-button {
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff !important;
    color: #000;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(60px);
    -moz-transform: translateX(60px);
    -ms-transform: translateX(60px);
    -o-transform: translateX(60px);
    transform: translateX(60px);
    margin: 10px;
}

.product-item.list .group-button .yith-wcwl-add-to-wishlist,
.product-item.list .group-button .yith-add-to-wishlist-button-block {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-item.list .group-button button.woo-compare-btn {
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.product-item.list .group-button .yith-wcqv-button {
    -webkit-transition: all 0.55s ease 0s;
    -moz-transition: all 0.55s ease 0s;
    -o-transition: all 0.55s ease 0s;
    transition: all 0.55s ease 0s;
}

.product-item.list .product-inner:hover .group-button .yith-wcwl-add-to-wishlist,
.product-item.list .product-inner:hover .group-button .yith-add-to-wishlist-button-block,
.product-item.list .product-inner:hover .group-button button.woo-compare-btn,
.product-item.list .product-inner:hover .group-button .yith-wcqv-button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product-item.list .add-to-cart-wrap {
    width: auto !important;
    display: table;
}

.product-item.list .add-to-cart-wrap a {
    font-size: 16px;
    color: var(--draly-main-color);
    min-width: 230px;
    border: 1px solid var(--draly-main-color);
    border-radius: 6px;
    width: auto;
    padding: 0 20px;
}

.product-item.list .add-to-cart-wrap a:hover {
    background-color: var(--draly-main-color);
    color: #fff;
}

.product-item.list .add-to-cart-wrap a::before {
    vertical-align: middle;
    margin-right: 7px;
    font-weight: normal;
    position: relative;
    top: -2px;
}

/*woocommerce-boost-sales*/
body .woocommerce-boost-sales {
    font-family: inherit;
}

body .woocommerce-boost-sales .wbs-close {
    background: none;
    border: none;
    color: #fff;
    position: absolute;
    top: -30px;
    right: -30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

body .woocommerce-boost-sales .wbs-close:hover {
    color: var(--draly-main-color);
}

body .woocommerce-boost-sales .wbs-close span {
    display: none;
}

body .woocommerce-boost-sales .wbs-close::before,
body .woocommerce-boost-sales .wbs-close::after {
    border-bottom: 2px solid;
    content: '';
    position: absolute;
    left: 9px;
    top: 19px;
    width: 22px;
}

body .woocommerce-boost-sales .wbs-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

body .woocommerce-boost-sales .wbs-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

body .woocommerce-boost-sales .wbs-content .wbs-content-inner {
    width: 1097px;
    border-radius: 15px;
    padding: 40px;
    max-width: 80vw;
}

body .wbs-content-inner .wbs-bottom {
    padding: 30px 0 0;
}

body .wbs-content-inner .wbs-bottom .upsell-title {
    font-family: inherit;
    font-size: 22px;
    font-weight: 500;
    color: #464646;
    margin: 0 0 10px;
    padding: 0;
}

body .wbs-content-inner .wbs-bottom > hr {
    display: none;
}

body .woocommerce-boost-sales .wbs-breadcrum {
    background-color: #E5FFF2;
    color: #2b952f;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

body .woocommerce-boost-sales .wbs-breadcrum .wbs-header-right {
    order: 2;
    text-align: left;
    padding-left: 135px;
    margin-top: -20px;
}

body .woocommerce-boost-sales .wbs-breadcrum .wbs-header-right a {
    background: none;
    color: #2b952f;
    text-decoration: underline;
    margin: -19px 20px 0 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    font-family: inherit;
}

body .woocommerce-boost-sales .wbs-breadcrum .wbs-header-right a:hover {
    color: #2b952f;
    text-decoration: none;
}

body .woocommerce-boost-sales .wbs-breadcrum .wbs-header-right a::before {
    display: none;
}

body .woocommerce-boost-sales .wbs-breadcrum p.wbs-notify_added {
    display: none;
}

body .woocommerce-boost-sales .wbs-breadcrum .wbs-p-image img {
    max-width: 116px;
    max-height: 116px;
    border-radius: 6px;
}

body .woocommerce-boost-sales .wbs-breadcrum .wbs-p-title {
    vertical-align: top;
    color: #2b952f;
    font-size: 18px;
    margin-top: 18px;
}

body .woocommerce-boost-sales .wbs-breadcrum .wbs-p-title a {
    color: inherit;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25;
}

body .woocommerce-boost-sales .wbs-breadcrum .wbs-p-price {
    font-size: 18px;
    text-align: right;
    line-height: 22px;
    margin-top: 31px;
}

body .woocommerce-boost-sales .wbs-breadcrum .wbs-p-price::before {
    display: none;
}

body .woocommerce-boost-sales .wbs-breadcrum .wbs-p-price .wbs-p-quantity-number {
    font-weight: 700;
}

body .woocommerce-boost-sales .wbs-breadcrum .wbs-price-total {
    margin-top: 11px;
}

body .woocommerce-boost-sales .wbs-breadcrum .wbs-total-price .wbs-money {
    margin-left: 0;
    color: inherit;
    font-weight: 700;
}

body .woocommerce-boost-sales .wbs-upsells .product-desc .price {
    margin: 0 !important;
}

@media (max-width: 1199px) {
    .product-item.list .product-thumb {
        width: 262px;
    }

    .product-item.list .add-to-cart-wrap a {
        min-width: 0;
    }

    .product-item.style-03 .product-inner {
        padding: 10px;
    }

    .draly-countdown {
        gap: 5px;
    }

    .draly-countdown > span {
        min-width: 38px;
        height: 38px;
        padding: 3px 3px 0;
        text-align: center;
    }

    .draly-countdown > span:last-child {
        margin-right: 0;
    }

    .draly-countdown > span .number {
        font-size: 15px;
    }

    .draly-countdown > span .text {
        font-size: 9px;
    }

    .product-item.style-07 .product-inner {
        padding: 10px;
    }

    .product-item.style-10 .product-inner {
        padding: 10px;
    }

    .product-item.style-08 .product-inner {
        padding: 10px;
    }

    .product-item.style-10 .product-thumb {
        width: 50%;
    }

    .product-item.style-10 .product-info {
        width: 50%;
        padding-left: 10px;
    }
}

@media (max-width: 1024px) {
    .product-item .add_to_wishlist::before,
    .product-item .yith-wcwl-add-to-wishlist-button::before {
        font-size: 16px;
    }

    .product-item .add-to-cart-wrap a,
    .product-item .add-to-cart-wrap,
    .product-item button.woo-compare-btn,
    .product-item .yith-wcqv-button,
    .product-item .yith-wcwl-add-to-wishlist,
    .product-item .yith-add-to-wishlist-button-block {
        width: 35px;
        height: 35px;
    }

    .product-item.style-05 .group-button .add-to-cart-wrap,
    .product-item.style-05 .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-05 .group-button .yith-add-to-wishlist-button-block {
        width: 35px;
        height: 35px;
    }

    .product-item.style-05 .group-button .yith-wcwl-add-to-wishlist a,
    .product-item.style-05 .group-button .yith-add-to-wishlist-button-block a {
        height: 35px;
    }

    .product-item.style-05 .group-button .add-to-cart-wrap a {
        width: 35px;
        height: 35px;
    }

    .product-item.style-01 .group-button .add-to-cart-wrap,
    .product-item.style-01 .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-01 .group-button .yith-add-to-wishlist-button-block,
    .product-item.style-01 .group-button button.woo-compare-btn,
    .product-item.style-01 .group-button .yith-wcqv-button {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .product-item.style-02 .group-button .add-to-cart-wrap,
    .product-item.style-02 .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-02 .group-button .yith-add-to-wishlist-button-block,
    .product-item.style-02 .group-button button.woo-compare-btn,
    .product-item.style-02 .group-button .yith-wcqv-button {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .product-item.style-04 .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-04 .group-button .yith-add-to-wishlist-button-block,
    .product-item.style-04 .group-button button.woo-compare-btn,
    .product-item.style-04 .group-button .yith-wcqv-button {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .product-item.style-05 .group-button-hover {
        opacity: 1;
        visibility: visible;
    }

    .product-item.style-07 .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-07 .group-button .yith-add-to-wishlist-button-block,
    .product-item.style-07 .group-button button.woo-compare-btn,
    .product-item.style-07 .group-button .yith-wcqv-button {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .product-item.style-10 .group-button .yith-wcwl-add-to-wishlist,
    .product-item.style-10 .group-button .yith-add-to-wishlist-button-block,
    .product-item.style-10 .group-button button.woo-compare-btn,
    .product-item.style-10 .group-button .yith-wcqv-button {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 991px) {
    .product-item.list .product-info,
    .product-item.list .product-thumb {
        width: 50%;
    }

    .product-item.list .product-thumb {
        margin-right: 0;
    }

    .product-item.style-03 .product-thumb {
        width: 100%;
    }

    .product-item.style-03 .product-info {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }

    .product-gallery .product-gallery-slick {
        width: 100%;
        padding-left: 0;
        padding-bottom: 10px;
    }

    .product-gallery .gallery-dots {
        width: auto;
        display: flex;
    }

    .product-gallery .gallery-dots .slick-list {
        width: 206px;
        display: inline-block;
        vertical-align: middle;
    }

    .product-gallery .gallery-dots .slick-arrow {
        left: 0;
        transform: translateY(-50%);
        top: 50%;
    }

    .product-gallery .gallery-dots .slick-arrow.next {
        top: 50%;
        bottom: auto;
        left: auto;
        right: 0;
    }

    .product-item.style-07 .flash {
        left: 10px;
    }
}

@media (max-width: 767px) {
    span.price {
        font-size: 14px;
    }

    .onnew, .onsale {
        font-size: 10px;
    }

    .product-item .rating-wrapper.style-02 .total-review-wrapper,
    .rating-wrapper.style-01 .total-review-wrapper {
        display: none;
    }

    .product-item .flash {
        top: 5px;
        left: 5px;
    }

    .product-item.list .product-info {
        padding-left: 10px;
    }

    .product-item.style-06 .product-thumb {
        width: 90px;
    }

    .product-item.style-06 .product-info {
        width: calc(100% - 90px);
    }

    .product-item.style-06 .rating-wrapper {
        margin-bottom: 0;
    }

    .product-item.style-07 .product-info {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }

    .product-item.style-07 .product-thumb {
        width: 100%;
    }

    .product-item.style-10 .product-inner {
        display: block;
    }

    .product-item.style-10 .product-info {
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
    }

    .product-item.style-10 .product-thumb {
        width: 100%;
    }

    .product-item.style-08 .product-thumb {
        width: 90px;
    }

    .product-item.style-08 .product-info {
        width: calc(100% - 90px);
    }

    body .woocommerce-boost-sales .wbs-content .wbs-content-inner {
        padding: 20px;
    }

    body .woocommerce-boost-sales .wbs-breadcrum {
        padding: 15px 5px;
    }

    body .woocommerce-boost-sales .wbs-breadcrum .wbs-header-right {
        order: 0;
        text-align: center;
        padding-left: 0;
        margin-top: 0;
    }

    body .woocommerce-boost-sales .wbs-breadcrum .wbs-header-right a {
        margin: 0 10px;
    }

    body .woocommerce-boost-sales .wbs-product {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .product-item.list .product-inner,
    .product-item.list .product-info,
    .product-item.list .product-thumb {
        display: block;
        width: 100%;
    }

    .product-item.list .product-info {
        padding: 15px 0 0 0;
    }
}

/* ==========================================================================
6.3 SINGLE PRODUCT
========================================================================== */
.contain-left {
    position: relative;
}

.contain-left::before,
.contain-left::after {
    content: '';
    display: table;
}

.contain-left::after {
    clear: both;
}

.product_meta .wcml-dropdown,
.main-contain-summary .wcml-dropdown {
    display: none;
}

/*threed 360deg*/
.product-360-view-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.product-360-view-wrapper .mfp-close {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.spinner {
    color: #ffffff;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}

.draly-threed-view {
    cursor: ew-resize;
    overflow: hidden;
    position: relative;
    height: 80% !important;
    max-width: 600px;
    z-index: 9999;
    background-color: #fff;
}

.draly-threed-view::after {
    border-color: rgba(175, 175, 175, 0.05) rgba(175, 175, 175, 0.1) rgba(175, 175, 175, 0.15);
    border-radius: 50%;
    border-style: solid;
    border-width: 2px 2px 5px;
    bottom: 15px;
    content: '';
    height: 50%;
    left: 15px;
    position: absolute;
    right: 15px;
    z-index: 10;
}

.draly-threed-view .previous-image {
    opacity: 0;
    visibility: hidden;
}

.draly-threed-view .threed-view-images {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.draly-threed-view .threed-view-images img.current-image {
    visibility: visible;
    z-index: 9;
}

.draly-threed-view .threed-view-images img {
    height: auto;
    position: absolute;
    top: 0;
    width: 100%;
}

.draly-threed-view .nav_bar {
    bottom: 40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    left: 50%;
    background: #fff;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}

.draly-threed-view .nav_bar a {
    display: inline-block;
    text-decoration: none;
    width: 40px;
    font-size: 0;
    text-align: center;
    position: relative;
    top: 1px;
}

.draly-threed-view .nav_bar a:hover {
    background-color: #f9f9f9;
}

.draly-threed-view .nav_bar a::after {
    font-family: "FontAwesome", sans-serif;
    font-size: 14px;
}

.draly-threed-view .nav_bar a.nav_bar_play::after {
    content: "\f04b";
}

.draly-threed-view .nav_bar a.nav_bar_stop::after {
    content: "\f04d";
}

.draly-threed-view .nav_bar a.nav_bar_previous::after {
    content: "\f048";
}

.draly-threed-view .nav_bar a.nav_bar_next::after {
    content: "\f051";
}

.mfp-iframe-holder .mfp-close:hover {
    background: none;
}

.product-360-button,
.single-left .product-video-button {
    position: absolute;
    z-index: 8;
    top: 20px;
    right: 20px;
}

.product-360-button a,
.single-left .product-video-button a {
    height: 40px;
    line-height: 40px;
    background-color: var(--draly-main-color);
    color: #fff;
    padding: 0 15px;
    border-radius: 40px;
    display: block;
    font-size: 14px;
}

.product-360-button span,
.single-left .product-video-button span {
    font-size: 30px;
    margin-right: 7px;
    position: relative;
    top: 4px;
    vertical-align: top;
}

.single-left .product-video-button span {
    font-size: 22px;
    top: 2px;
}

.contain-left .flash {
    margin-bottom: 10px;
}

.contain-left .flash > * {
    display: inline-block;
}

.contain-left.no-gallery .woocommerce-product-gallery {
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
}

.contain-left .single-left {
    position: relative;
    float: left;
    width: 40.5%;
    margin-right: 30px;
    margin-bottom: 27px;
}

.contain-left .entry-summary {
    float: left;
    width: calc(59.5% - 30px);
    margin-bottom: 30px;
}

/*.woocommerce-product-gallery*/
.woocommerce-product-gallery {
    position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: block;
    font-size: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #000;
    -webkit-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    z-index: 1;
    color: #fff;
    display: none;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    background-color: #000;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    content: "\f00e";
    font-size: 18px;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image.flex-active-slide {
    cursor: zoom-in;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image.vargal-video {
    text-align: center;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image.vargal-video video {
    vertical-align: top;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a img {
    width: 100%;
    vertical-align: top;
}

.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    padding: 0;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
    list-style: none;
    border: none;
    position: relative;
    max-width: 100% !important;
    max-height: 100% !important;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li .vargal-thumb-video {
    padding-bottom: 100%;
    width: 100%;
    vertical-align: top;
    border-radius: 15px;
    overflow: hidden;
    max-height: 100% !important;
    max-width: 100% !important;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li .vargal-thumb-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
    width: calc(100% - 1px);
    border: 1px solid #D9D9D9;
    border-radius: 15px;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
    border-color: #000000;
}

.contain-left .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
    position: absolute;
    left: 0;
    width: 20px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: 0;
    background-color: var(--draly-main-color);
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
    left: auto;
    right: 0;
}

.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

/*.entry-summary*/
.entry-summary .countdown-product {
    background-color: var(--draly-blockquote-color);
    border-radius: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    color: var(--draly-main-color);
    display: flex;
    align-items: center;
    padding: 23px 30px 24px 30px;
    gap: 15px;
}

.woo-sctr-single-product-container,
.woo-sctr-shortcode-countdown-wrap,
.woo-sctr-shortcode-wrap,
.woo-sctr-shortcode-wrap .woo-sctr-shortcode-countdown {
    display: block !important;
}

.entry-summary .woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-text-before,
.entry-summary .woo-sctr-shortcode-wrap {
    padding: 0;
}

.admin-bar .entry-summary .woo-sctr-sticky-top {
    top: 32px;
}

.entry-summary .woo-sctr-shortcode-wrap .woo-sctr-shortcode-countdown-1 {
    display: flex;
    align-items: center;
    padding: 23px 30px 24px 30px;
    gap: 8px 20px;
    margin-bottom: 30px;
    font-size: 18px;
}

.entry-summary .woo-sctr-sticky-top .woo-sctr-shortcode-wrap .woo-sctr-shortcode-countdown-1 {
    margin-bottom: 0;
    justify-content: center;
}

.woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-unit {
    padding: 10px 3px 0;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    border: 1px solid;
}

.woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-value {
    line-height: 1.25px;
    font-weight: 600;
    padding: 0 !important;
}

.woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-text {
    line-height: 13px;
    text-transform: capitalize;
}

.woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-2 {
    gap: 15px;
}

.woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-unit-wrap {
    padding: 0 !important;
    margin: 0 !important;
}

.woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-time-separator {
    display: none;
}

@media (max-width: 600px) {
    .woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-unit {
        height: 28.125px;
        width: 28.125px;
    }

    .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-value,
    .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-value-container {
        font-size: 11.25px !important;
    }

    .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-text {
        font-size: 8px !important;
    }
}

.entry-summary .woo-sctr-progress-bar-wrap-container {
    margin: 0 0 30px;
}

.entry-summary .woo-sctr-progress-bar-wrap-container .woo-sctr-progress-bar-message {
    text-align: left;
    line-height: 20px;
    margin-top: 10px;
    color: #444;
}

.entry-summary .entry-title {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    font-weight: 600;
    display: block;
}

.entry-summary .price {
    display: inline-block;
    font-size: 32px;
    line-height: 1.25;
    margin-bottom: 30px;
    font-weight: 600;
    vertical-align: top;
    color: #DD2831;
}

.entry-summary .price + .stock {
    position: relative;
    top: 7px;
    margin-left: 10px;
}

.entry-summary .price del {
    font-size: 68.75%
}

.entry-summary .price:empty {
    display: none;
}

.entry-summary .woocommerce-product-rating {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.entry-summary .woocommerce-product-rating .sku_wrapper {
    position: relative;
}

.entry-summary .woocommerce-product-rating .sku_wrapper .sku {
    color: #000;
    font-weight: 600;
}

.entry-summary .woocommerce-product-rating .woocommerce-review-link ~ .sku_wrapper {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
    color: #444;
}

.entry-summary .woocommerce-product-rating .woocommerce-review-link ~ .sku_wrapper::before {
    content: '';
    border-left: 1px solid #000;
    height: 23px;
    position: absolute;
    left: 0;
    top: -2px;
}

.entry-summary .woocommerce-product-rating .star-rating {
    display: inline-block;
    vertical-align: top;
}

.entry-summary .woocommerce-product-rating .review {
    display: inline-block;
    vertical-align: top;
}

.entry-summary .woocommerce-product-rating .rating-wrapper {
    padding-right: 10px;
}

.entry-summary .total-review-wrapper {
    display: none;
}

.entry-summary .woocommerce-product-rating .woocommerce-review-link {
    color: #444;
    vertical-align: top;
}

.entry-summary .woocommerce-product-rating .woocommerce-review-link:hover {
    text-decoration: underline;
}

.entry-summary .woocommerce-product-rating .rating-wrapper.style-01 .total-star-rating {
    color: #000000;
    font-size: 16px;
    padding-left: 15px;
}

.entry-summary .woocommerce-product-rating .rating-wrapper.style-01 ~ .woocommerce-review-link {
    font-size: 0;
    display: inherit;
}

.entry-summary .woocommerce-product-rating .rating-wrapper.style-01 ~ .woocommerce-review-link .count {
    font-size: 16px;
}

.entry-summary .woocommerce-product-rating .rating-wrapper.style-01 ~ .woocommerce-review-link .count::before {
    content: '(';
}

.entry-summary .woocommerce-product-rating .rating-wrapper.style-01 ~ .woocommerce-review-link .count::after {
    content: ')';
}

p.stock,
span.stock {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 16px;
    border-radius: 10px;
    background-color: #D3F4D4;
    color: #2b952f;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}

.stock ~ .stock {
    display: none !important;
}

p.out-of-stock,
span.out-of-stock {
    background-color: #FFEEEF;
    color: #DD2831;
}

.entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 30px;
    line-height: 20px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
    color: #444;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 6px;
}

.woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

/*form single product*/
.entry-summary form.cart {
    position: relative;
}

.entry-summary form.cart.variations_form .variations {
    padding-bottom: 20px;
    position: relative;
    border: none;
}

.entry-summary form.cart.variations_form .variations .vi-wpvs-variation-style {
    display: block !important;
}

.entry-summary form.cart.variations_form .variations .vi-wpvs-variation-style:last-child {
    margin-bottom: 0;
}

.entry-summary form.cart.variations_form .variations tbody {
    display: block;
}

.entry-summary form.cart.variations_form .variations .reset_variations {
    background-color: #000;
    color: #fff;
    border-color: transparent;
    display: block;
    border-radius: 26px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 13px;
    height: 24px;
    line-height: 22px;
    margin-top: 5px;
    width: 70px;
    text-align: center;
}

.entry-summary form.cart.variations_form .variations .reset_variations[style="visibility: hidden;"] {
    display: none;
}

.entry-summary form.cart.variations_form .variations .reset_variations:hover {
    background-color: var(--draly-main-color);
}

.entry-summary form.cart.variations_form .variations td.value,
.entry-summary form.cart.variations_form .variations th.label {
    display: block;
    border: none;
    padding: 0;
}

.entry-summary form.cart.variations_form .variations td.value {
    margin-bottom: 20px;
}

.entry-summary form.cart.variations_form .variations tr:last-child td.value {
    margin-bottom: 0;
}

.entry-summary form.cart.variations_form .variations th.label {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.woo_sc_call_popup:hover {
    transform: none;
    box-shadow: none;
}

.woo_sc_price_btn_popup {
    height: auto;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
}

.woo_sc_pa_size {
    display: none;
}

.entry-summary form.cart.variations_form .variations th.label .woo_sc_pa_size {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.entry-summary form.cart.variations_form .variations th.label .woo_sc_pa_size .woo_sc_price_btn_popup {
    margin: 0;
}

.entry-summary .woo_sc_price_btn_popup .woo_sc_text_icon::before {
    line-height: 1;
}

.entry-summary .cart .single_add_to_cart_button {
    vertical-align: bottom;
    height: 40px;
    line-height: 40px;
    min-width: 205px;
    width: calc(100% - 530px);
    color: #ffffff;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    background-color: var(--draly-main-color);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-right: 7px;
}

.entry-summary .cart .single_add_to_cart_button:hover {
    background-color: #000;
}

.entry-summary .cart .single_add_to_cart_button.loading {
    cursor: none;
}

.entry-summary .cart .single_add_to_cart_button.loading::before {
    content: '';
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    background-color: currentColor;
    border-radius: 50%;
    -webkit-animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

.entry-summary .cart .single_add_to_cart_button span,
.entry-summary .cart .added_to_cart {
    display: none;
}

.entry-summary .cart .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.entry-summary .cart .product-buy-now {
    vertical-align: bottom;
    border: 1px solid var(--draly-main-color);
    color: var(--draly-main-color);
    background-color: #fff;
    margin-bottom: 10px;
    min-width: 205px;
    height: 40px;
    line-height: 38px;
    margin-right: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
}

.entry-summary .cart .product-buy-now:hover {
    color: #fff;
    background-color: var(--draly-main-color);
}

.entry-summary div.quantity {
    vertical-align: top;
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px;
}

.entry-summary .grouped_form .quantity .qty-label,
.quantity .qty-label {
    display: none;
}

.entry-summary .quantity .qty-label {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #000;
}

.entry-summary .cart .single_variation_wrap div.quantity .quantity-title,
.entry-summary .cart > div.quantity .quantity-title {
    display: inline-block;
    vertical-align: middle;
    min-width: 78px;
    padding-right: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

div.quantity .control {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 115px;
    height: 40px;
    line-height: 40px;
    background-color: #F1F1F1;
    border-radius: 10px;
}

div.quantity .quantity-title {
    display: none;
}

div.quantity .input-qty {
    color: #000000;
    width: 55px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    border: none;
    font-size: 18px;
    background-color: transparent;
    padding: 0;
}

div.quantity .btn-number {
    width: 30px;
    height: 40px;
    text-align: center;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0 !important;
}

.entry-summary p.cart {
    margin-bottom: 0;
}

.entry-summary .yith-wcwl-add-to-wishlist + .clear,
.entry-summary .yith-add-to-wishlist-button-block + .clear {
    display: none;
}

.entry-summary .yith-wcwl-add-to-wishlist,
.entry-summary .yith-add-to-wishlist-button-block,
.entry-summary .compare {
    vertical-align: bottom;
    margin-bottom: 10px;
}

.entry-summary .yith-wcwl-add-to-wishlist,
.entry-summary .yith-add-to-wishlist-button-block {
    margin-right: 5px;
}

.entry-summary .yith-wcwl-add-to-wishlist a,
.entry-summary .yith-add-to-wishlist-button-block a {
    border-radius: 50%;
    background-color: var(--draly-blockquote-color);
    justify-content: center !important;
    gap: 0 !important;
}

.entry-summary .yith-wcwl-add-to-wishlist a::before,
.entry-summary .yith-add-to-wishlist-button-block a::before {
    vertical-align: top;
    font-size: 17px;
    color: var(--draly-main-color);
}

.entry-summary .yith-wcwl-add-to-wishlist a:not(:hover),
.entry-summary .yith-add-to-wishlist-button-block a:not(:hover) {
    color: inherit;
}

.entry-summary .yith-wcwl-wishlistaddedbrowse a::before,
.entry-summary .yith-wcwl-wishlistexistsbrowse a::before {
    font-size: 16px;
}

.entry-summary button.woo-compare-btn {
    display: none;
}

.entry-summary form.cart button.woo-compare-btn {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--draly-blockquote-color);
    color: var(--draly-main-color);
    margin-right: 5px;
    font-size: 0 !important;
    padding: 0;
    vertical-align: bottom;
    margin-bottom: 10px;
    align-content: center;
    justify-content: center;
}

.entry-summary form.cart button.woo-compare-btn::before {
    font-size: 20px;
}

.entry-summary form.cart button.woo-compare-btn i {
    display: none !important;
}

.entry-summary .draly-we-accept {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.entry-summary .draly-we-accept .we-accept-title {
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}

.entry-summary .product_meta {
    display: inline-block;
    width: 100%;
}

.entry-summary .product_meta > span {
    display: block;
    font-weight: 600;
    margin-top: 15px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.entry-summary .product_meta > span a:last-child::after {
    display: none;
}

.entry-summary .product_meta > span a:not(:hover) {
    color: #444;
}

body.single-product .no-sidebar .entry-summary .product-share-button {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 10px;
}

body.single-product .no-sidebar .entry-summary .product-share-button > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--draly-blockquote-color);
    color: var(--draly-main-color);
}

body.single-product .no-sidebar .entry-summary .product-share-button .social-label {
    display: none;
}

body.single-product .no-sidebar .entry-summary .draly-share-button {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.25s ease 0s;
    background-color: var(--draly-blockquote-color);
    padding: 6px 25px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 20px;
    display: flex;
    gap: 0 23px;
    white-space: nowrap;
}

body.single-product .no-sidebar .entry-summary .draly-share-button::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -25px;
    height: 30px
}

body.single-product .no-sidebar .entry-summary .draly-share-button::after {
    content: '';
    border-width: 19px 12px 0 12px;
    border-style: solid;
    border-color: var(--draly-blockquote-color) transparent transparent transparent;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

body.single-product .no-sidebar .entry-summary .draly-share-button a {
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--draly-main-color);
    color: #fff;
    gap: 0 23px;
}

body.single-product .has-sidebar .entry-summary .draly-countdown + div {
    display: none;
}

body.single-product .has-sidebar .entry-summary .woo-sctr-shortcode-wrap .woo-sctr-shortcode-countdown-text-bottom {
    display: none;
}

body.single-product .has-sidebar .entry-summary .draly-we-accept {
    display: none;
}

body.single-product .has-sidebar .entry-summary .cart .product-buy-now {
    margin-right: 0;
    min-width: 155px;
}

body.single-product .has-sidebar .entry-summary .cart .single_add_to_cart_button {
    width: calc(100% - 295px);
}

body.single-product .has-sidebar .entry-summary .yith-wcwl-add-to-wishlist,
body.single-product .has-sidebar .entry-summary .yith-add-to-wishlist-button-block {
    width: auto;
    margin-right: 50px;
    background-color: #fff;
}

body.single-product .has-sidebar .entry-summary .yith-wcwl-add-to-wishlist a,
body.single-product .has-sidebar .entry-summary .yith-add-to-wishlist-button-block a {
    color: #000;
    background: #fff;
    width: auto;
    border-radius: 0;
}

body.single-product .has-sidebar .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist-button__label,
body.single-product .has-sidebar .entry-summary .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label {
    display: inline-block;
    font-size: 16px;
}

body.single-product .has-sidebar .entry-summary .yith-wcwl-add-to-wishlist a::before,
body.single-product .has-sidebar .entry-summary .yith-add-to-wishlist-button-block a::before {
    color: #000;
    margin-right: 7px;
}

body.single-product .has-sidebar .entry-summary form.cart .yith-wcwl-add-to-wishlist a {
    font-size: inherit;
}

body.single-product .has-sidebar .entry-summary form.cart button.woo-compare-btn {
    width: auto;
    background: none;
    font-size: 16px !important;
    color: #000;
    font-weight: normal;
}

body.single-product .has-sidebar .entry-summary form.cart button.woo-compare-btn::before {
    margin-right: 7px;
    content: url("../images/icons/compare.svg");
}

body.single-product .has-sidebar .entry-summary form.cart button.woo-compare-btn.loading::before {
    content: '';
    line-height: 0;
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    background-color: currentColor;
    border-radius: 50%;
    -webkit-animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
    animation: dotPulse .65s 0s infinite cubic-bezier(.21, .53, .56, .8);
}

body.single-product .has-sidebar .entry-summary .product-share-button {
    display: flex;
    float: right;
    gap: 16px;
    margin-top: 6px;
}

body.single-product .has-sidebar .entry-summary .product-share-button > a svg {
    display: none;
}

body.single-product .has-sidebar .entry-summary .draly-share-button {
    display: flex;
    gap: 5px;
}

body.single-product .has-sidebar .entry-summary .draly-share-button a {
    display: inline-block;
    min-width: 20px;
}

@media (max-width: 1366px) {
    .entry-summary .woo-sctr-shortcode-wrap .woo-sctr-shortcode-countdown-1 {
        font-size: 16px;
        padding: 20px;
    }

    .entry-summary .cart .product-buy-now {
        margin-right: 10px;
    }
}

@media (min-width: 1025px) {
    body.single-product .no-sidebar .entry-summary .product-share-button:hover .draly-share-button {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 1024px) {
    body.single-product .no-sidebar .entry-summary .product-share-button.open .draly-share-button {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    .entry-summary .cart .single_add_to_cart_button,
    body.single-product .has-sidebar .entry-summary .cart .single_add_to_cart_button {
        width: calc(100% - 126px);
        min-width: 0;
        margin-right: 0;
    }

    .entry-summary .cart .product-buy-now,
    body.single-product .has-sidebar .entry-summary .cart .product-buy-now {
        width: 100%;
        margin-right: 0;
    }

    body.single-product .has-sidebar .entry-summary .yith-wcwl-add-to-wishlist,
    body.single-product .has-sidebar .entry-summary .yith-add-to-wishlist-button-block {
        margin-right: 30px;
    }

    body.single-product .has-sidebar .entry-summary .product-share-button {
        float: none;
    }
}

/*.downloadable */
form.cart table.thwepo-extra-options {
    border: none;
}

form.cart table.thwepo-extra-options abbr.required {
    border-bottom: none;
}

table.thwepo-extra-options tr {
    padding-bottom: 20px;
    display: block;
}

table.thwepo-extra-options tr:last-child {
    padding-bottom: 0;
}

table.thwepo-extra-options td {
    padding: 0;
    display: block;
}

table.thwepo-extra-options td.value {
    padding-top: 5px;
    width: 175px;
    max-width: 100%;
}

/*.product-type-variable*/
.product-type-variable .woocommerce-variation-price .price {
    font-size: 20px;
}

/*.product-type-external*/
/*.product-type-grouped*/
.product-type-grouped .entry-summary .cart .group_table tr:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}

.product-type-grouped .entry-summary .cart .group_table,
.product-type-grouped .entry-summary .cart .group_table td {
    border: none;
}

.product-type-grouped .entry-summary .cart .group_table td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-type-grouped .entry-summary .cart .group_table tr:first-child td {
    padding-top: 0;
}

.product-type-grouped .entry-summary .cart .group_table td:first-child {
    padding-left: 0;
}

.product-type-grouped .entry-summary .cart .group_table td:last-child {
    padding-right: 0;
}

.product-type-grouped .entry-summary .cart .group_table td.label,
.product-type-grouped .entry-summary .cart .group_table td.price {
    text-align: inherit;
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
    white-space: normal;
}

.product-type-grouped .entry-summary .cart .group_table label {
    margin-bottom: 0;
}

.product-type-grouped .entry-summary .cart .group_table label a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-type-grouped .entry-summary .cart .group_table .button {
    font-size: 15px;
    line-height: 26px;
}

.product-type-grouped .entry-summary .cart .group_table .price ins {
    padding-left: 0;
}

.product-type-grouped .entry-summary .cart .group_table p.stock {
    margin-bottom: 0;
    display: block;
}

.product-type-grouped .entry-summary .cart .group_table .quantity {
    margin-bottom: 0;
}

@media (max-width: 1280px) {
    .entry-summary .entry-title {
        font-size: 22px;
    }

    .entry-summary .price {
        font-size: 24px;
    }

    .contain-left .single-left {
        width: 50%;
        margin-right: 30px;
    }

    .contain-left .entry-summary {
        width: calc(50% - 30px);
    }

    .entry-summary .countdown-product {
        flex-direction: column;
        align-items: start;
        padding: 20px;
    }

    .entry-summary .woo-sctr-shortcode-wrap .woo-sctr-shortcode-countdown-1 {
        flex-direction: column;
        align-items: start;
        padding: 10px 20px;
        font-size: 14px;
    }

    .woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-2 {
        gap: 5px;
    }

    .woo-sctr-shortcode-countdown-unit-wrap {
        margin: 0 !important;
    }
}

@media (min-width: 992px) {
    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        width: 108px;
        position: absolute;
        top: 0;
        left: -128px;
    }

    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow {
        position: absolute;
        height: 20px;
        cursor: pointer;
        z-index: 9;
        width: 100%;
        top: 0;
    }

    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next {
        margin-bottom: 0;
        bottom: 0;
        top: auto;
    }

    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev::before {
        content: "\f106";
    }

    .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.next::before {
        content: "\f107";
    }

    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs,
    .contain-left.sticky_detail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
        display: none;
    }

    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-viewport,
    .contain-left.sticky_detail .woocommerce-product-gallery .flex-viewport {
        height: auto !important;
    }

    .contain-left.gallery_thumbnail .woocommerce-product-gallery .zoomImg,
    .contain-left.sticky_detail .woocommerce-product-gallery .zoomImg {
        display: none !important;
    }

    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-viewport,
    .contain-left.sticky_detail .woocommerce-product-gallery .flex-viewport {
        cursor: inherit;
    }

    .contain-left.sticky_detail .woocommerce-product-gallery .flex-viewport {
        border-radius: 0;
        border: none;
        overflow: visible !important;
    }

    .contain-left.sticky_detail .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
        float: none !important;
        border-radius: 15px;
        border: 1px solid #D9D9D9;
        overflow: hidden;
    }

    .contain-left.sticky_detail .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image:not(:last-child) {
        margin-bottom: 20px;
    }

    .contain-left.sticky_detail .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none;
    }

    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
        margin-left: -7px;
        margin-right: -7px;
        -webkit-transform: none !important;
        -moz-transform: none !important;;
        -ms-transform: none !important;;
        -o-transform: none !important;;
        transform: none !important;;
        width: auto !important;
    }

    .contain-left.gallery_thumbnail .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
        width: 50% !important;
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 14px;
    }

    .contain-left.gallery_thumbnail .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none;
    }

    .contain-left.vertical_thumbnail.has-gallery .single-left {
        width: calc(48.9% - 128px);
        margin-left: 128px;
    }

    .contain-left.vertical_thumbnail.has-gallery .entry-summary {
        width: calc(51.1% - 30px);
    }
}

@media (max-width: 991px) {
    .entry-summary .single-product-enquiry-wrap .modal-content {
        padding: 40px
    }

    .contain-left.vertical_thumbnail .slick-list {
        margin-left: -7px;
        margin-right: -7px;
    }

    .contain-left.vertical_thumbnail .slick-slide {
        padding-left: 7px;
        padding-right: 7px;
    }

    .contain-left .single-left,
    .contain-left .entry-summary {
        width: 100%;
    }

    .contain-left .single-left {
        margin-right: 0;
    }

    .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none;
    }

}

@media (max-width: 767px) {
    .entry-summary .single-product-enquiry-wrap .modal-content {
        padding: 30px;
    }
}

/*buy together*/
.yith-wfbt-section {
    border: 1px solid #e8e8e8;
    overflow: hidden;
    padding: 35px 10px 30px 30px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.yith-wfbt-section::before {
    content: '';
    position: absolute;
    left: 75%;
    top: 0;
    height: 100%;
    border-left: 1px solid #e8e8e8;
}

.yith-wfbt-section h3 {
    margin-top: 0;
    width: calc(75% - 30px);
    font-size: 20px;
}

.yith-wfbt-form {
    display: flex;
    flex-wrap: wrap;
}

.yith-wfbt-section .yith-wfbt-items {
    width: 100%;
    list-style: none;
    margin-left: 12px;
}

.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item {
    position: relative;
}

.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item::before {
    content: '';
    position: absolute;
    top: 15px;
    left: -12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #999;
}

.yith-wfbt-section .yith-wfbt-items .yith-wfbt-item .product-name {
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 14px;
}

.yith-wfbt-section .yith-wfbt-form .yith-wfbt-images {
    margin: 0;
    width: calc(75% - 30px);
}

.yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
    width: calc(25% + 30px);
    text-align: center;
    padding-left: 50px;
}

.yith-wfbt-section .yith-wfbt-submit-block .price_text .total_price {
    color: var(--draly-main-color);
    font-weight: 500;
    font-size: 18px;
}

.yith-wfbt-section .yith-wfbt-submit-block .yith-wfbt-submit-button {
    background-color: #000;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 180px;
    margin-top: 20px;
}

.yith-wfbt-section .yith-wfbt-submit-block .yith-wfbt-submit-button:hover {
    background-color: var(--draly-main-color);
}

.yith-wfbt-section .yith-wfbt-form .yith-wfbt-items {
    width: 75%;
    margin-left: 0;
    padding-left: 15px;
}

.yith-wfbt-section .yith-wfbt-images td img {
    width: 210px;
}

.yith-wfbt-section .yith-wfbt-images .image_plus {
    font-size: 24px;
}

@media (max-width: 991px) {
    .yith-wfbt-section::before {
        display: none;
    }

    .yith-wfbt-section h3 {
        width: 100%;
        margin-bottom: 5px;
    }

    .yith-wfbt-section .yith-wfbt-form .yith-wfbt-images {
        width: 100%;
        order: 1;
    }

    .yith-wfbt-section .yith-wfbt-form .yith-wfbt-items {
        width: 100%;
        order: 2;
    }

    .yith-wfbt-section .yith-wfbt-form .yith-wfbt-submit-block {
        width: 100%;
        order: 3;
        padding-left: 0;
        padding-top: 10px;
        text-align: left;
    }

    .yith-wfbt-section {
        padding: 25px 15px;
    }

    .yith-wfbt-section .yith-wfbt-submit-block .yith-wfbt-submit-button {
        margin-top: 10px;
    }
}

/*woocommerce-tabs*/
.woocommerce-tabs {
    position: relative;
    background-color: #fff;
    margin-top: 10px;
    padding: 25px;
    border: 1px solid #E5E5E5;
    border-radius: 15px;
    line-height: 20px;
}

/*.wc-tabs*/
.wc-tabs {
    list-style: none;
    padding-left: 0;
}

.wc-tabs li {
    display: inline-block;
    padding: 0 22px 0 0;
    vertical-align: bottom;
    margin-bottom: 25px;
}

.wc-tabs li a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--draly-main-color);
    position: relative;
    padding: 10px 30px;
    background-color: #F6F6F6;
    border-radius: 10px;
}

.wc-tabs li a:hover,
.wc-tabs li.active a {
    color: #fff;
    background-color: var(--draly-main-color);
}

@media (max-width: 991px) {
    .woocommerce-tabs {
        padding: 20px 15px;
    }

    .wc-tabs li {
        margin: 0 0 10px;
        padding: 0;
    }
}

/*.woocommerce-Tabs-panel*/
.woocommerce-Tabs-panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    margin: -1px auto 0;
    overflow: hidden;
    color: #444;
}

.woocommerce-Tabs-panel > h2 {
    display: none;
}

.woocommerce-Tabs-panel .woocommerce-noreviews {
    padding-bottom: 10px;
}

.woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0;
}

.woocommerce-Tabs-panel table {
    margin-bottom: 0;
}

.woocommerce-Tabs-panel th,
.woocommerce-Tabs-panel td {
    font-weight: 600;
    padding: 10px;
}

.woocommerce-Tabs-panel td p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .wc-tabs li {
        margin: 0 auto 8px;
        padding: 0;
    }

}

/*comment star*/
p.stars {
    line-height: 18px;
    display: inline-block;
}

p.stars a {
    font-size: 0;
    color: #ccc;
    display: inline-block;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 13px;
    height: 13px;
}

p.stars a:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

p.stars a.active {
    color: #F7931E;
}

p.stars a::before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 13px;
    display: inline-block;
}

p.stars a.star-1::before {
    content: "\f005";
}

p.stars a.star-2::before {
    content: "\f005\f005";
}

p.stars a.star-3::before {
    content: "\f005\f005\f005";
}

p.stars a.star-4::before {
    content: "\f005\f005\f005\f005";
}

p.stars a.star-5::before {
    content: "\f005\f005\f005\f005\f005";
}

.woo_related-product {
    order: 3;
}

.block-title .product-grid-title {
    margin: 50px auto 30px;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}

/*photo review*/
@media (max-width: 575px) {
    .wcpr-grid, .wcpr-grid.wcpr-masonry-3-col, .wcpr-grid.wcpr-masonry-4-col, .wcpr-grid.wcpr-masonry-5-col {
        column-count: 1;
    }
}

/* ==========================================================================
7.0 OTHER PAGE
========================================================================== */
/* ==========================================================================
7.1 CART PAGE
========================================================================== */
table.wc-block-cart-items thead {
    background-color: transparent;
}

#shipping_method {
    padding-left: 0;
    list-style: none;
}

#shipping_method li {
    margin-bottom: 15px;
}

#shipping_method li:last-child {
    margin-bottom: 0;
}

#shipping_method input[type="radio"] {
    display: none;
}

#shipping_method label {
    position: relative;
    padding-left: 23px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
}

#shipping_method input[type="radio"] + label::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#shipping_method input[type="radio"]:checked + label::before {
    border-color: #2879FE;
}

#shipping_method input[type="radio"]:checked + label::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #2879FE;
    position: absolute;
    left: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

body.woocommerce-cart .wp-block-woocommerce-cart table thead {
    background: none;
}

body.woocommerce-cart .cart-empty {
    font-size: 38px;
    line-height: 1.2;
    background-color: #fff;
    padding: 90px 15px 25px;
    text-align: center;
    margin-bottom: 0;
    border: none;
}

body.woocommerce-cart .return-to-shop {
    text-align: center;
    padding: 0 15px 90px;
    background-color: #fff;
}

body.woocommerce-cart .return-to-shop a {
    padding: 0 30px;
    text-align: center;
    background-color: var(--draly-main-color);
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    border-radius: 6px;
}

body.woocommerce-cart .return-to-shop a:hover {
    background-color: #000;
}

.cart-collaterals {
    display: inline-block;
    width: 100%;
    padding-top: 40px;
}

.cart-collaterals .cross-sells {
    padding-bottom: 40px;
}

.cross-sells > h2 {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-top: 0;
    margin-bottom: 35px;
}

.shop_table .variation,
.shop_table .variation dd,
.shop_table .variation p:last-child {
    margin-bottom: 0;
}

.shop_table thead tr th {
    border-bottom: 0;
    border-top: 0;
}

.shop_table tr td.product-remove,
.shop_table tr th.product-remove {
    border-right: 0;
    border-top: 0;
    border-left: 0;
}

.shop_table tr td.product-thumbnail,
.shop_table tr th.product-thumbnail {
    border-right: 0;
    border-left: 0;
}

body.woocommerce-cart .shop_table tr td.product-name,
body.woocommerce-cart .shop_table tr th.product-name {
    border-left: 0;
    border-right: 0;
}

body.woocommerce-cart .shop_table tr td.product-subtotal,
body.woocommerce-cart .shop_table tr th.product-subtotal {
    border-right: 0;
    padding-right: 50px;
}

.shop_table tr:first-child td,
.shop_table tr:first-child th {
    border-top: 0;
}

.shop_table .product-remove {
    text-align: center;
}

.shop_table .product-remove .remove {
    font-size: 0;
}

.shop_table .product-remove .remove::before {
    content: url("../images/icons/product-remove.svg");
}

.shop_table .product-remove .remove:hover::before {
    content: url("../images/icons/product-remove-hover.svg");
}

.shop_table .product-name {
    color: #000;
}

.shop_table .product-thumbnail {
    width: 120px;
}

.shop_table .product-thumbnail img {
    max-width: 100px;
    min-width: 60px;
    border-radius: 10px;
}

.shop_table .product-name a:not(.button) {
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: normal;
    color: #000;
}

.shop_table .product-name a:not(.button):hover {
    color: var(--draly-main-color);
}

.woocommerce-cart-form .shop_table {
    margin-bottom: 0;
    border: none;
}

.woocommerce-cart-form .shop_table thead {
    background-color: transparent;
    position: relative;
}

.woocommerce-cart-form .shop_table thead::before {
    content: '';
    background-color: var(--draly-blockquote-color);
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.woocommerce-cart-form .shop_table thead th {
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 19px;
    text-transform: capitalize;
    font-weight: 600;
    border: none;
}

.woocommerce-cart-form .shop_table thead th.product-name {
    text-align: left;
}

.woocommerce-cart-form .shop_table tr {
    position: relative;
}

.woocommerce-cart-form .shop_table td {
    padding-top: 30px;
    padding-bottom: 30px;
    border-left: none;
    border-right: none;
    border-color: #D9D9D9;
}

.woocommerce-cart-form .shop_table .product-remove {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-cart-form .shop_table .product-thumbnail {
    padding-left: 0;
}

.woocommerce-cart-form .shop_table td.product-quantity,
.woocommerce-cart-form .shop_table td.product-price,
.woocommerce-cart-form .shop_table td.product-subtotal {
    font-size: 16px;
    color: #000000;
}

.woocommerce-cart-form .shop_table td.product-subtotal {
    font-weight: 500;

}

.woocommerce-cart-form .shop_table .actions {
    padding: 30px 0 0;
    overflow: hidden;
    border: 0;
}

.woocommerce-cart-form .shop_table .actions label {
    display: none;
}

.woocommerce-cart-form .shop_table .actions .coupon {
    position: relative;
    max-width: 100%;
    width: 512px;
    float: left;
    margin-bottom: 15px;
}

.woocommerce-cart-form .shop_table .actions #coupon_code {
    width: 100%;
    color: #B5B5B5;
    border-color: #D9D9D9;
    height: 46px;
    line-height: 46px;
}

.woocommerce-cart-form .shop_table .actions button.button {
    display: inline-block;
    padding: 0 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
}

.woocommerce-cart-form .shop_table .actions button.button.empty-cart {
    line-height: 44px;
    border: 1px solid var(--draly-main-color);
    color: var(--draly-main-color);
    background-color: transparent;
    margin-right: 15px;
    margin-bottom: 15px;
}

.woocommerce-cart-form .shop_table .actions button.button.empty-cart:hover {
    color: #fff;
    background-color: var(--draly-main-color);
}

.woocommerce-cart-form .shop_table .actions .coupon button.button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: var(--draly-main-color);
    width: auto;
}

.woocommerce-cart-form .shop_table .actions > button.button {
    float: right;
    margin-bottom: 15px;
}

.cart_totals {
    position: relative;
    border: 1px solid var(--draly-main-color);
    border-radius: 15px;
    padding: 20px;
}

.cart_totals > h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 25px;
}

.cart_totals .shop_table {
    border: none;
    margin-bottom: 0;
    line-height: 20px;
    background-color: #F8F8F8;
    border-radius: 10px;
}

.cart_totals .shop_table tr th,
.cart_totals .shop_table tr td {
    border: 0;
    padding: 17px 15px;
}

.cart_totals .shop_table tr:first-child th,
.cart_totals .shop_table tr:first-child td {
    padding-top: 25px;
}

.cart_totals .shop_table tr:last-child th,
.cart_totals .shop_table tr:last-child td {
    padding-bottom: 25px;
}

.cart_totals .shop_table tr th {
    width: 35%;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border-right: 0;
}

.cart_totals .shop_table tr td {
    vertical-align: top;
    font-size: 16px;
    color: #000000;
    border-left: 0;
    text-align: right;
}

.cart_totals .shop_table tr.order-total th {
    font-size: 16px;
}

.cart_totals .shop_table tr.order-total strong {
    font-weight: normal;
}

.woocommerce-shipping-calculator > p {
    margin-bottom: 0;
}

.woocommerce-shipping-calculator > .shipping-calculator-form {
    margin-top: 26px;
}

.woocommerce-shipping-destination {
    font-weight: 600;
    margin-bottom: 10px;
}

.woocommerce-shipping-destination strong {
    font-weight: 600;
}

.shipping-calculator-button {
    color: #DD2831;
    font-weight: 600;
}

.shipping-calculator-form {
    text-align: left;
}

.shipping-calculator-form .select2-container {
    font-size: 14px;
}

.shipping-calculator-form input {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

.shipping-calculator-form .form-row > label {
    font-size: 14px;
}

body .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 23px;
}

body .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 23px;
}

body .shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    right: 10px;
}

.shipping-calculator-form .button {
    display: inline-block;
    min-width: 160px;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    text-align: center;
}

.wc-proceed-to-checkout {
    text-align: center;
}

.wc-proceed-to-checkout .checkout-button {
    display: block;
    background-color: var(--draly-main-color);
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    margin-top: 30px;
}

.wc-proceed-to-checkout .checkout-button:hover {
    background-color: #000000;
}

body.woocommerce-cart .no-sidebar .woocommerce-cart-form {
    float: left;
    display: inline-block;
    width: calc(100% - 390px)
}

body.woocommerce-cart .no-sidebar .cart-collaterals {
    display: inline-block;
    width: 390px;
    padding-left: 30px;
    padding-top: 0;
}

@media (max-width: 1199px) {
    body.woocommerce-cart .no-sidebar .woocommerce-cart-form {
        width: 100%;
        float: none;
    }

    body.woocommerce-cart .no-sidebar .cart-collaterals {
        width: 100%;
        padding-left: 0;
        float: none;
        margin-top: 25px;
    }

    .shop_table td,
    .shop_table th {
        border-color: #ebebeb;
        padding: 15px;
    }

    .woocommerce-cart-form {
        width: 100%;
    }

    .cart-collaterals {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
}

@media (max-width: 991px) {
    body.woocommerce-cart .cart-title {
        border-bottom: 1px solid #ebebeb;
        padding: 20px 15px;
        letter-spacing: 0.1em;
    }

    .woocommerce-cart-form .shop_table {
        display: block;
    }

    .woocommerce-cart-form .shop_table tbody,
    .woocommerce-cart-form .shop_table tr,
    .woocommerce-cart-form .shop_table tr td,
    .woocommerce-cart-form .shop_table tr th {
        display: inline-block;
        width: 100%;
        border-left: 0;
        border-right: 0;
        border-top: 0;
    }

    .woocommerce-cart-form .shop_table tr:not(:last-child) {
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 0 15px;
    }

    .woocommerce-cart-form .shop_table thead {
        display: none;
    }

    .woocommerce-cart-form .shop_table tr:first-child td,
    .woocommerce-cart-form .shop_table tr:first-child th,
    .cart_totals .shop_table tr:first-child td,
    .cart_totals .shop_table tr:first-child th {
        padding-top: 15px;
    }

    .woocommerce-cart-form .shop_table .product-name {
        margin-bottom: 0;
        padding: 15px 22px 15px 120px;
        min-height: 130px;
    }

    .woocommerce-cart-form .shop_table .product-thumbnail {
        border: none;
        padding: 0 !important;
        position: absolute;
        top: 20px;
        width: auto !important;
    }

    .woocommerce-cart-form .shop_table .product-remove {
        border: none;
        padding: 0 !important;
        height: auto;
        width: auto !important;
        top: 15px;
        right: 15px;
    }

    .woocommerce-cart-form .shop_table .product-price {
        padding: 15px 0;
    }

    .woocommerce-cart-form .shop_table .product-price::before {
        content: attr(data-title);
    }

    .woocommerce-cart-form .shop_table .product-price .amount {
        float: right;
    }

    .woocommerce-cart-form .shop_table .product-quantity {
        padding: 15px 0;
    }

    .woocommerce-cart-form .shop_table .product-quantity::before {
        content: attr(data-title);
    }

    .woocommerce-cart-form .shop_table .product-quantity div.quantity {
        float: right;
    }

    .woocommerce-cart-form .shop_table .product-quantity div.quantity .control {
        width: 88px;
        height: 30px;
        line-height: 30px;
    }

    .woocommerce-cart-form .shop_table .product-quantity div.quantity .btn-number {
        width: 30px;
        height: 30px;
    }

    .woocommerce-cart-form .shop_table .product-quantity div.quantity .input-qty {
        width: 28px;
        height: 30px;
        line-height: 30px;
    }

    .woocommerce-cart-form .shop_table .product-subtotal {
        border-bottom: none;
        padding: 15px 0;
    }

    .woocommerce-cart-form .shop_table .product-subtotal::before {
        content: attr(data-title);
    }

    .woocommerce-cart-form .shop_table .product-subtotal .amount {
        float: right;
    }

    .woocommerce-cart-form .shop_table .actions {
        padding-top: 25px;
        display: flex;
        flex-direction: column;
    }

    .woocommerce-cart-form .shop_table .actions .coupon,
    .woocommerce-cart-form .shop_table .actions button.button {
        float: none;
        width: 100%;
    }

    .woocommerce-cart-form .shop_table .actions .coupon button.button,
    .woocommerce-cart-form .shop_table .actions #coupon_code {
        padding: 0 15px
    }

    .woocommerce-cart-form .shop_table .actions button.button:not(.empty-cart) {
        order: 2;
    }

    .woocommerce-cart-form .shop_table tr td,
    .cart_totals .shop_table tr th {
        border-top: 0;
    }

    .woocommerce-cart-form .shop_table .actions button.button.empty-cart {
        margin-right: 0;
    }

    body.woocommerce-cart .cart-empty {
        font-size: 26px;
    }

    body.woocommerce-cart .shop_table tr td.product-subtotal,
    body.woocommerce-cart .shop_table tr th.product-subtotal {
        padding-right: 15px;
    }

    .cart_totals {
        padding: 20px 15px;
    }
}

/* ==========================================================================
7.2 CHECKOUT PAGE
========================================================================== */
.woocommerce-form__label-for-checkbox > span {
    position: relative;
    font-size: 16px;
    padding-left: 30px;
}

.woocommerce-form__label-for-checkbox > span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #D9D9D9;
    background-color: #fff;
    border-radius: 5px;
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    display: none;
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked + span::after {
    content: "\f00c";
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--draly-main-color);
    font-size: 13px;
    line-height: 20px;
    width: 20px;
    text-align: center;
}

#payment ul {
    padding: 30px 0 35px;
    list-style: none;
}

#payment .input-radio {
    display: none;
}

#payment .input-radio ~ label {
    position: relative;
    padding-left: 23px;
    color: #000000;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-family: inherit;
}

#payment .input-radio ~ label::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #D9D9D9;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #fff;
    border-radius: 50%;
}

#payment .input-radio:checked + label::before {
    border-color: #2879FE;
}

#payment .input-radio:checked + label::after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    position: absolute;
    left: 3px;
    top: 5px;
    background-color: #2879FE;
    border-radius: 50%;
}

/*SELECT2 RESET*/
body .select2-container {
    width: 100% !important;
}

body .select2-dropdown {
    border: 1px solid #ebebeb;
}

body .select2-container--default .select2-selection--single {
    height: 50px;
    line-height: 50px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    border-radius: 6px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #666666;
    line-height: 50px;
    padding-left: 25px;
    padding-right: 40px;
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 26px;
    font-weight: 400;
    position: relative;
    top: -3px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    width: 50px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: static;
    border: none;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b::before {
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    border-width: 1px;
    border-style: solid;
    border-color: #848484 #848484 transparent transparent;
    position: absolute;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 21px;
    top: 16px;
}

body .select2-container .select2-choice .select2-arrow b:after {
    border: none;
    font-family: 'FontAwesome', sans-serif;
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -15px;
}

body .select2-dropdown {
    border-radius: 0;
}

body .select2-dropdown .select2-search .select2-search__field {
    background-color: #ffffff;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #e6e6e6;
}

body .select2-results__option {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}

body .select2-dropdown .select2-result {
    color: #888888;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #f0f2f5;
    color: #000000;
}

body .select2-container--default .select2-results__option[aria-selected="true"],
body .select2-container--default .select2-results__option[data-selected="true"] {
    color: #000000;
}

.draly-checkout-login .woocommerce-info,
.draly-checkout-coupon .woocommerce-info {
    padding: 14px 30px 13px;
    background-color: var(--draly-blockquote-color);
    border-radius: 10px;
    border: none;
    font-size: 14px;
    line-height: 18px;
    color: #848484;
}

.draly-checkout-login .woocommerce-info a,
.draly-checkout-coupon .woocommerce-info a {
    text-decoration: underline;
}

.checkout_coupon {
    overflow: hidden;
    padding: 30px 30px 5px 30px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    border-radius: 15px;
}

.checkout_coupon .button {
    background-color: var(--draly-main-color);
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 30px;
    font-weight: 400;
}

.checkout_coupon .button:hover {
    background-color: #000;
}

.draly-checkout-login .woocommerce-form-login {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    margin-bottom: 30px;
}

form.woocommerce-checkout {
    position: relative;
}

form.woocommerce-checkout::before,
form.woocommerce-checkout::after {
    content: '';
    display: table;
}

form.woocommerce-checkout::after {
    clear: both;
}

.validate-required label .required {
    display: none;
}

.validate-required label::after {
    content: '*';
    color: #DD2831;
}

/*.woocommerce-billing-fields*/
.woocommerce-billing-fields > h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px;
    line-height: 30px;
}

.woocommerce-billing-fields__field-wrapper::before,
.woocommerce-billing-fields__field-wrapper::after {
    content: '';
    display: table;
}

.woocommerce-billing-fields__field-wrapper::after {
    clear: both;
}

/*woocommerce-account-fields*/
.woocommerce-account-fields > p {
    margin-bottom: 10px;
}

.woocommerce-account-fields #account_password_field {
    margin-bottom: 0;
}

.form-row {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.form-row:last-child {
    margin-bottom: 0;
}

.form-row > label {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.woocommerce-input-wrapper > input,
.form-row .password-input input,
.form-row > input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-color: #ebebeb;
}

.form-row-first {
    float: left;
    width: calc(50% - 15px);
}

.form-row-last {
    float: right;
    width: calc(50% - 15px);
}

/*.woocommerce-shipping-fields*/
#customer_details .col-1 {
    position: relative;
    width: 100%;
}

#customer_details .col-2 {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
}

.woocommerce-shipping-fields #ship-to-different-address {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 30px;
}

.woocommerce-shipping-fields #ship-to-different-address label {
    color: inherit;
    margin: 0;
}

.woocommerce-shipping-fields .shipping_address {
    padding-top: 20px;
}

#order_comments {
    height: 250px;
    padding: 15px 25px;
}

/*#order_review*/
#order_review_heading {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}

#order_review .shop_table {
    margin-bottom: 0;
    border: none;
    line-height: 20px;
    color: #000;
}

#order_review .shop_table tr th,
#order_review .shop_table tr td {
    border-left: 0;
    border-right: 0;
    padding: 15px 0;
    font-size: 16px;
}

#order_review .shop_table tr th {
    vertical-align: top;
    width: 30%;
}

#order_review .shop_table tbody tr td {
    border-color: transparent;
}

#order_review .shop_table tr.order-total td,
#order_review .shop_table tr.shipping td {
    border-color: #ebebeb;
}

#order_review .shop_table tr.shipping td,
#order_review .shop_table tr.cart-subtotal td,
#order_review .shop_table tr.order-total td,
#order_review .shop_table tr .product-total {
    text-align: right;
}

#order_review .shop_table tfoot {
    position: relative;
}

#order_review .shop_table thead tr th,
#order_review .shop_table thead tr td,
#order_review .shop_table tfoot tr th,
#order_review .shop_table tfoot tr td {
    padding: 30px 0;
}

#order_review .shop_table tfoot::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #ebebeb;
}

#order_review .shop_table tfoot tr.shipping p:last-child {
    margin-bottom: 0;
}

#order_review .shop_table tfoot tr.order-total th,
#order_review .shop_table tfoot tr.order-total td {
    padding: 30px 0;
}

#order_review .shop_table tbody tr:first-child td,
#order_review .shop_table tbody tr:first-child th {
    padding-top: 30px;
}

#order_review .shop_table tbody tr:last-child td,
#order_review .shop_table tbody tr:last-child th {
    padding-bottom: 30px;
}

#order_review .shop_table thead {
    background-color: transparent;
    border-bottom: 1px solid #EBEBEB;
}

#order_review .shop_table thead tr th {
    color: #000000;
    font-weight: 600;
}

#order_review .shop_table .product-name {
    text-transform: inherit;
}

#order_review .shop_table td.product-name {
    color: inherit;
    font-weight: 400;
    overflow: hidden;
    margin-bottom: 0;
}

#order_review .shop_table td.product-name img {
    margin-right: 15px;
    border-radius: 5px;
    float: left;
}

#order_review .shop_table td.product-name .product-quantity {
    font-weight: 400;
}

#order_review .shop_table tfoot {
    font-size: 16px;
    color: #000000;
}

#order_review .shop_table tfoot th {
    font-weight: 400;
}

#order_review .shop_table,
#order_review .shop_table thead,
#order_review .shop_table tbody,
#order_review .shop_table tfoot {
    display: block;
}

#order_review .shop_table {
    border-bottom: 1px solid #EBEBEB;
}

#order_review .shop_table tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#order_review .shop_table thead tr:not(:last-child),
#order_review .shop_table tfoot tr:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
}

#order_review .shop_table td,
#order_review .shop_table th {
    border: none;
}

#order_review .shop_table td.product-name {
    padding-right: 10px;
}

.place-order .woocommerce-terms-and-conditions-wrapper {
    padding: 0 0 5px;
}

#place_order {
    width: 100%;
    background-color: var(--draly-main-color);
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#place_order:hover {
    background-color: #000000;
}

.wc_payment_method:not(:last-child) {
    padding-bottom: 15px;
}

.payment_box {
    background-color: #eee;
    position: relative;
    padding: 15px;
    margin-top: 18px;
    line-height: 20px;
}

.payment_box p:last-child {
    margin-bottom: 0;
}

.payment_box::before {
    content: '';
    border-width: 0 9px 10px 9px;
    border-style: solid;
    border-color: transparent transparent #eee transparent;
    position: absolute;
    top: -10px;
    left: 25px;
}

.no-sidebar form.woocommerce-checkout {
    overflow: hidden;
}

.no-sidebar #customer_details {
    float: left;
    width: calc(100% - 520px);
}

.draly-order-review {
    border: 1px solid var(--draly-main-color);
    border-radius: 15px;
    padding: 35px;
}

.no-sidebar .draly-order-review {
    float: right;
    width: 490px;
    margin-left: 30px;
}

.woocommerce-order .woocommerce-notice {
    font-size: 16px;
    color: var(--draly-main-color);
    background-color: var(--draly-blockquote-color);
    padding: 14px 30px 13px;
    border-radius: 10px;
}

.woocommerce-order .woocommerce-order-overview {
    margin-bottom: 15px;
}

.woocommerce-order .woocommerce-order-details {
    border: 1px solid var(--draly-main-color);
    border-radius: 15px;
    padding: 35px;
    margin-bottom: 30px;
}

.woocommerce-order .woocommerce-order-details .shop_table {
    border: none;
    margin-bottom: 0;
}

.woocommerce-order .woocommerce-order-details .shop_table thead {
    background-color: #e9e9e9;
}

.woocommerce-order .woocommerce-order-details .shop_table tbody tr:first-child td,
.woocommerce-order .woocommerce-order-details .shop_table tbody tr:first-child th,
.woocommerce-order .woocommerce-order-details .shop_table tfoot tr:first-child td,
.woocommerce-order .woocommerce-order-details .shop_table tfoot tr:first-child th {
    border-top: 0;
}

.woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child td,
.woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child th {
    border-bottom: 0;
}

.woocommerce-order .woocommerce-order-details .shop_table thead {
    position: relative;
    background-color: transparent;
}

.woocommerce-order .woocommerce-order-details .shop_table thead::before {
    content: '';
    background-color: var(--draly-blockquote-color);
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.woocommerce-order .woocommerce-order-details .shop_table tr th.product-name {
    font-weight: 600;
}

.woocommerce-order .woocommerce-order-details .shop_table tr th,
.woocommerce-order .woocommerce-order-details .shop_table tr td {
    border-left: 0;
    border-right: 0;
    padding: 17px 25px;
    color: #000000;
}

.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
}

.woocommerce-order .woocommerce-customer-details {
    border: 1px solid var(--draly-main-color);
    border-radius: 15px;
    padding: 35px 35px 20px;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-columns {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce-order .woocommerce-customer-details .col-2,
.woocommerce-order .woocommerce-customer-details .col-1 {
    width: 50%;
}

.woocommerce-order .woocommerce-customer-details .woocommerce-column__title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px;
}

.woocommerce-order .woocommerce-customer-details address p {
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .no-sidebar #customer_details {
        float: none;
        width: 100%;
    }

    .no-sidebar .draly-order-review {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .checkout_coupon {
        padding: 20px 15px 0 15px;
    }

    #customer_details {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .draly-order-review {
        width: 100%;
    }

    .woocommerce-order .woocommerce-order-details .shop_table tr th,
    .woocommerce-order .woocommerce-order-details .shop_table tr td {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .form-row-first,
    .form-row-last {
        width: 100%;
        float: none;
    }

    .draly-order-review {
        padding-left: 15px;
        padding-right: 15px;
    }

    .woocommerce-order .woocommerce-order-details {
        padding: 30px 15px 15px;
    }

    .woocommerce-order .woocommerce-order-details .shop_table thead {
        display: none;
    }

    .woocommerce-order .woocommerce-order-details .shop_table tfoot tr:last-child th {
        border-bottom: 1px solid #ebebeb;
    }

    #customer_details .col-2 {
        margin-top: 30px;
    }

    .woocommerce-account-fields > p {
        margin-top: 20px;
    }

    .woocommerce-order .woocommerce-customer-details {
        padding: 30px 15px 10px;
    }

    .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
        text-align: center;
    }

    .woocommerce-billing-fields #billing_state_field,
    .woocommerce-billing-fields #billing_postcode_field,
    .woocommerce-billing-fields #billing_phone_field,
    .woocommerce-billing-fields #billing_email_field {
        width: 100%;
    }

    .woocommerce-billing-fields #billing_state_field,
    .woocommerce-billing-fields #billing_phone_field {
        margin-right: 0;
    }

    .woocommerce-order .woocommerce-customer-details .col-2,
    .woocommerce-order .woocommerce-customer-details .col-1 {
        width: 100%;
    }

    .woocommerce-order .woocommerce-customer-details .col-1 {
        margin-bottom: 15px;
    }

    #order_review .shop_table td.product-name img {
        display: none;
    }
}

/**/
.woocommerce-order-received .banner-wrapper {
    display: none;
}

.woocommerce-thank-you-page-container__block {
    padding: 0;
}

.woocommerce-thank-you-page-container .woocommerce-thank-you-page-item__container {
    margin: 0 0 30px;
}

.woocommerce-thank-you-page-container__block span.woocommerce-Price-amount {
    color: #DD2831;
    font-weight: normal;
}

.woocommerce-thank-you-page-container__block .woocommerce-thank-you-page-order_confirmation__container span.woocommerce-Price-amount {
    color: #000;
}

.woocommerce-thank-you-page-container__block .product-quantity {
    font-weight: normal;
}

/**/
.woocommerce-thank-you-page-thank_you_message__container {
    padding-left: 25px;
    padding-right: 25px;
    background-color: var(--draly-blockquote-color);
    border-radius: 5px;
    line-height: 24px;
}

.woocommerce-thank-you-page-thank_you_message__container .woocommerce-thank-you-page-check::before {
    color: #2b952f;
    font-size: 36px;
}

/**/
.woocommerce-thank-you-page-coupon__container .woocommerce-thank-you-page-coupon__code .woocommerce-thank-you-page-coupon-code .woocommerce-thank-you-page-coupon__code-wrap {
    padding: 0;
}

.woocommerce-thank-you-page-coupon__container .woocommerce-thank-you-page-coupon__code .woocommerce-thank-you-page-coupon-code .woocommerce-thank-you-page-coupon__code-wrap::before {
    content: url("../images/icons/scissors.svg");
    left: 10px;
}

.woocommerce-thank-you-page-coupon__container .woocommerce-thank-you-page-coupon__code .woocommerce-thank-you-page-coupon-code .woocommerce-thank-you-page-coupon__code-wrap .woocommerce-thank-you-page-coupon__code-code {
    width: 296px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 44px;
}

/**/
.woocommerce-thank-you-page-container .woocommerce-thank-you-page-order_confirmation__container {
    display: flex;
}

.woocommerce-thank-you-page-order_confirmation__container .woocommerce-thank-you-page-order_confirmation__detail {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-right: 1px dashed var(--draly-main-color);
}

.woocommerce-thank-you-page-order_confirmation__container .woocommerce-thank-you-page-order_confirmation__detail:last-child {
    border-right: none;
}

.woocommerce-thank-you-page-order_confirmation__container .woocommerce-thank-you-page-order_confirmation__detail.woocommerce-thank-you-page-order_confirmation__header {
    display: none;
}

.woocommerce-thank-you-page-order_confirmation__container .woocommerce-thank-you-page-order_confirmation__detail .woocommerce-thank-you-page-order_confirmation-title, .woocommerce-thank-you-page-order_confirmation__container .woocommerce-thank-you-page-order_confirmation__detail .woocommerce-thank-you-page-order_confirmation-value {
    width: 100%;
    line-height: 19px;
}

.woocommerce-thank-you-page-order_confirmation__container .woocommerce-thank-you-page-order_confirmation__detail .woocommerce-thank-you-page-order_confirmation-title div, .woocommerce-thank-you-page-order_confirmation__container .woocommerce-thank-you-page-order_confirmation__detail .woocommerce-thank-you-page-order_confirmation-value div {
    padding: 5px 0;
}

/**/
.woocommerce-thank-you-page-container .woocommerce-thank-you-page-container__row.woocommerce-thank-you-page-2-column .woocommerce-thank-you-page-container__block {
    width: 48% !important;
}

.woocommerce-thank-you-page-customer_information__shipping_address-header,
.woocommerce-thank-you-page-order_details__header {
    text-transform: uppercase;
}

.woocommerce-thank-you-page-customer_information__container .woocommerce-thank-you-page-customer_information__header,
.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-header {
    padding: 0 0 15px 0;
    text-transform: uppercase;
}

.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title,
.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-value {
    padding: 0;
}

.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title a.woocommerce-thank-you-page-order-item-image-wrap {
    width: 100px;
    margin-left: 0;
}

.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__detail .woocommerce-thank-you-page-order_details-title a.woocommerce-thank-you-page-order-item-image-wrap img {
    border-radius: 5px;
}

.woocommerce-thank-you-page-customer_information__container .woocommerce-thank-you-page-customer_information__address .woocommerce-thank-you-page-customer_information__shipping_address, .woocommerce-thank-you-page-customer_information__container .woocommerce-thank-you-page-customer_information__address .woocommerce-thank-you-page-customer_information__billing_address {
    padding: 0;
}

.woocommerce-thank-you-page-customer_information__container .woocommerce-thank-you-page-customer_information__address .woocommerce-thank-you-page-customer_information__billing_address-header, .woocommerce-thank-you-page-customer_information__container .woocommerce-thank-you-page-customer_information__address .woocommerce-thank-you-page-customer_information__shipping_address-header {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__product .woocommerce-thank-you-page-order_details-title {
    flex-wrap: wrap;
    width: 100%;
}

.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__product .woocommerce-thank-you-page-order_details-title > div:first-child {
    width: 110px;
}

.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__product .woocommerce-thank-you-page-order_details-title > div:nth-child(2) {
    width: calc(100% - 110px);
}

.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__product .woocommerce-thank-you-page-order_details-title .wc-item-meta {
    width: 100%;
    padding-left: 110px;
    list-style: none;
    padding-bottom: 15px;
    margin-top: -10px;
}

.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__product .woocommerce-thank-you-page-order_details-title .wc-item-meta strong {
    font-weight: normal;
}

.woocommerce-thank-you-page-order_details__container .woocommerce-thank-you-page-order_details__product .woocommerce-thank-you-page-order_details-title .wc-item-meta p {
    margin-bottom: 0;
    display: inline;
    color: #848484;
}

/**/
.woocommerce-thank-you-page-social_icons__container .woocommerce-thank-you-page-social_icons__header {
    border-top: 1px solid #e3e3e3;
    padding: 15px 0 5px;
}

.woocommerce-thank-you-page-social_icons__container .wtyp-list-socials {
    padding: 0;
}

.woocommerce-thank-you-page-social_icons__container .wtyp-facebook .wtyp-social-icon::before {
    content: url("../images/icons/facebook.svg");
}

.woocommerce-thank-you-page-social_icons__container .wtyp-twitter .wtyp-social-icon::before {
    content: url("../images/icons/twitter.svg");
}

.woocommerce-thank-you-page-social_icons__container .wtyp-instagram .wtyp-social-icon::before {
    content: url("../images/icons/instagram.svg");
}

/**/
.order-again {
    margin-bottom: 0;
}

.order-again .button {
    line-height: 20px;
    padding: 10px 20px;
    background-color: var(--draly-main-color);
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    text-transform: capitalize;
}

.order-again .button:hover {
    color: #fff;
    background-color: #000;
}

@media (max-width: 991px) {
    .woocommerce-thank-you-page-container .woocommerce-thank-you-page-order_confirmation__container {
        flex-wrap: wrap;
    }

    .woocommerce-thank-you-page-container .woocommerce-thank-you-page-container__row.woocommerce-thank-you-page-2-column .woocommerce-thank-you-page-container__block {
        width: 100% !important;
    }

    .woocommerce-thank-you-page-coupon__container .woocommerce-thank-you-page-coupon__code .woocommerce-thank-you-page-coupon-code .woocommerce-thank-you-page-coupon__code-wrap .woocommerce-thank-you-page-coupon__code-code {
        height: 32px;
        width: 210px;
    }
}

/* ==========================================================================
7.3 MY ACCOUNT PAGE
========================================================================== */
body .user-role .radio {
    display: inline-block;
    padding: 0 20px
}

body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
    content: '';
    display: table;
}

body.woocommerce-account .woocommerce::after {
    clear: both;
}

/*LOGOUT*/
body.woocommerce-account .woocommerce-notices-wrapper ~ h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    padding: 30px 0 30px 30px;
    font-weight: 600;
    border: 1px solid #EBEBEB;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}

body.woocommerce-account .woocommerce-notices-wrapper ~ .woocommerce-form-login {
    padding: 0 30px 30px 30px;
    border: 1px solid #EBEBEB;
    border-top: none;
    border-radius: 0 0 15px 15px;
}

/*LOGIN*/
.woocommerce-privacy-policy-text {
    max-width: 569px;
    line-height: 20px;
    margin-bottom: 30px;
}

.woocommerce-privacy-policy-text a {
    color: #2879FE;
}

#customer_login {
    overflow: hidden;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#customer_login .col-1,
#customer_login .col-2 {
    width: calc(50% - 15px);
    min-height: 413px;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
}

#customer_login > div > .woocommerce-form {
    padding: 0 30px 30px;
}

#customer_login > div > h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    padding: 30px;
    font-weight: 600;
}

form.woocommerce-form-login .form-row:not(.form-row-wide),
form.register .form-row:not(.form-row-wide) {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

form.woocommerce-form-login .button,
form.register .button {
    float: left;
    background-color: var(--draly-main-color);
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
}

form.woocommerce-form-login .button:hover,
form.register .button:hover {
    background-color: #1b1b1b;
}

form.woocommerce-form-login .woocommerce-form__label {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 20px;
}

.password-input {
    position: relative;
    display: block;
}

.password-input .show-password-input {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 50px;
    height: 50px;
}

.password-input .show-password-input::before {
    content: url('../images/icons/eye-password-show.svg');
    position: relative;
    top: 3px;
}

.password-input .show-password-input.display-password::before {
    content: url('../images/icons/eye-password-hide.svg');
}

form.woocommerce-form-login .lost_password {
    margin-bottom: 0;
    margin-top: -15px;
    line-height: 20px;
}

form.woocommerce-form-login .lost_password a {
    color: var(--draly-main-color);
    vertical-align: top;
}

.woocommerce-account.logged-in .page-main-content > .woocommerce {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #EBEBEB;
    border-radius: 15px;
}

.woocommerce-MyAccount-navigation {
    width: 17%;
    padding: 30px 10px 30px 30px;
    border-right: 1px solid #EBEBEB;
}

.woocommerce-MyAccount-content {
    width: 83%;
    padding: 40px 30px 30px 30px;
}

.woocommerce-MyAccount-navigation > ul {
    list-style: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation > ul li {
    margin-bottom: 15px;
}

.woocommerce-MyAccount-navigation > ul li:last-child {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation > ul li a {
    font-weight: 600;
    padding: 10px 20px;
    line-height: 20px;
    border-radius: 10px;
    display: inline-block;
}

.woocommerce-MyAccount-navigation > ul li.is-active a {
    color: #fff;
    background-color: var(--draly-main-color);
}

.woocommerce-MyAccount-content {
    color: #000;
}

.woocommerce-MyAccount-content p {
    line-height: 20px;
}

.woocommerce-dashboard .woocommerce-MyAccount-content p {
    max-width: 871px;
}

.woocommerce-MyAccount-content .form-row label {
    display: block;
}

.woocommerce-MyAccount-content fieldset {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-content fieldset legend {
    color: #000000;
    display: block;
    border-bottom: none;
}

.woocommerce-MyAccount-content fieldset ~ p .woocommerce-Button:hover {
    background-color: var(--draly-main-color);
}

.woocommerce-MyAccount-content .form-row input {
    width: 100%;
}

.woocommerce-MyAccount-content h3 {
    margin: 0 0 20px;
}

#account_display_name_description {
    margin-top: 10px;
    display: block;
}

.woocommerce-Address {
    margin-bottom: 30px;
    padding: 25px 15px;
    border: 1px solid #E5E5E5;
    margin-top: 30px;
    position: relative;
    width: 100%;
}

.woocommerce-Address .woocommerce-Address-title > h3 {
    font-size: 18px;
}

/*.woocommerce-password*/
.woocommerce-password-strength {
    margin-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.woocommerce-password-strength::before {
    content: '';
    display: block;
    height: 4px;
    width: 100%;
    background-color: #c2c2c2;
    position: absolute;
    left: 0;
    bottom: 0;
}

.woocommerce-password-strength::after {
    content: '';
    display: block;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.woocommerce-password-strength.short::after {
    background-color: #f44336;
    width: 25%;
}

.woocommerce-password-strength.bad::after {
    background-color: #ff9800;
    width: 50%;
}

.woocommerce-password-strength.good::after {
    background-color: #2196F3;
    width: 75%;
}

.woocommerce-password-strength.strong::after {
    background-color: #2b952f;
    width: 100%;
}

.woocommerce-ResetPassword .form-row .woocommerce-Button {
    height: 54px;
    line-height: 54px;

    min-width: 150px;
}

.woocommerce-ResetPassword .form-row .woocommerce-Button:hover {
    background-color: var(--draly-main-color);
}

.woocommerce-ResetPassword .form-row {
    float: none;
}

@media (max-width: 1199px) {
    .draly-checkout-login .woocommerce-form-login,
    body.woocommerce-account .woocommerce-notices-wrapper ~ h2,
    body.woocommerce-account .woocommerce-notices-wrapper ~ h2,
    body.woocommerce-account .woocommerce-notices-wrapper ~ .woocommerce-form-login,
    .checkout_coupon,
    #customer_login > div > .woocommerce-form,
    #customer_login > div > h2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    #customer_login .col-1,
    #customer_login .col-2 {
        width: 100%;
        min-height: 0;
    }

    .woocommerce-MyAccount-navigation {
        width: 100%;
        padding: 30px 15px;
        border-right: none;
    }

    .woocommerce-MyAccount-content {
        width: 100%;
        padding: 0 15px 20px 15px;
    }

}

@media (max-width: 479px) {
    #customer_login .woocommerce-form__label {
        float: none;
    }

    #customer_login .woocommerce-Button {
        float: none;
    }

}

/* ==========================================================================
7.4 WISHLIST PAGE
========================================================================== */
.woocommerce .wishlist-title-container {
    display: none;
}

.woocommerce .wishlist-title {
    margin-bottom: 0;
}

.wishlist-title {
    display: block;
}

.wishlist-title a.show-title-form {
    display: none;
}

.wishlist-title h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 !important;
    padding: 20px 25px 19px;
    background-color: var(--draly-blockquote-color);
    display: block;
    line-height: 23px;
    border-radius: 15px;
}

.wishlist-title-container .hidden-title-form {
    margin: 0;
    width: 100%;
}

.wishlist-title-container .hidden-title-form input {
    font-size: 18px;
    font-weight: 600;
    padding: 20px 25px 19px;
    background-color: var(--draly-blockquote-color);
    display: block;
    border: none;
    height: 62px;
    line-height: 62px;
    width: 100%;
}

.woocommerce table.wishlist_table {
    background-color: #fff;
    border: none;
}

.woocommerce table.wishlist_table thead {
    background-color: transparent;
    position: relative;
}

.woocommerce table.wishlist_table thead::before {
    content: '';
    background-color: var(--draly-blockquote-color);
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.woocommerce .wishlist_table thead tr {
    position: relative;
}

.woocommerce .wishlist_table thead tr th {
    background-color: transparent;
    text-align: left;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    border: none;
}

.woocommerce table.wishlist_table tr td {
    text-align: left;
    border: none;
}

.woocommerce table.wishlist_table tbody tr td {
    padding: 30px 15px;
    border-bottom: 1px solid #ebebeb;
    background-color: transparent !important;
}

.woocommerce table.wishlist_table tbody tr td.product-add-to-cart {
    padding-right: 50px;
}

.woocommerce table.wishlist_table tbody tr td.product-price {
    font-size: 18px;
    color: #DD2831;
}

.woocommerce table.wishlist_table tbody tr td.product-price del {
    color: #848484;
}

.woocommerce table.wishlist_table tbody tr td.product-price ins {
    color: #DD2831;
}

.woocommerce table.wishlist_table tbody tr td.product-thumbnail {
    padding-left: 0;
}

.woocommerce table.wishlist_table tr td.product-thumbnail a {
    display: inline-block;
    max-width: 89px;
}

.woocommerce table.wishlist_table tr .product-remove {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: auto;
    background-color: transparent !important;
    border: none;
}

.woocommerce table.wishlist_table .yith-wcqv-button {
    display: none;
}

.woocommerce table.wishlist_table tbody tr td.wishlist-empty {
    font-size: 26px;
    line-height: 1.2;
    padding: 60px 15px;
    color: #999;
    border: none;
}

.woocommerce table.wishlist_table .wishlist-out-of-stock,
.woocommerce table.wishlist_table .wishlist-in-stock {
    display: inline-block;
    text-align: center;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
    color: #2b952f;
    background-color: #D3F4D4;
}

.woocommerce table.wishlist_table .wishlist-out-of-stock {
    color: #DD2831;
    background-color: #FFEEEF;
}

.woocommerce table.wishlist_table td.product-add-to-cart a {
    display: inline-block !important;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    border: 1px solid var(--draly-main-color);
    border-radius: 10px;
    color: var(--draly-main-color);
    padding: 0 20px;
    text-align: center;
    margin-bottom: 0 !important;
    white-space: nowrap;
}

.woocommerce table.wishlist_table td.product-add-to-cart a .cart-svg,
.woocommerce table.wishlist_table td.product-add-to-cart a .check-svg {
    display: none;
}

.woocommerce table.wishlist_table td.product-add-to-cart a:hover {
    background-color: var(--draly-main-color);
    color: #fff;
}

.woocommerce table.wishlist_table tfoot td {
    padding: 0;
    border: 0;
}

.woocommerce table.wishlist_table .yith-wcwl-share {
    margin-bottom: 10px;
    padding: 15px 25px;
}

.woocommerce table.wishlist_table .yith-wcwl-share h4.yith-wcwl-share-title {
    font-size: 16px;
}

.wishlist_table.mobile {
    padding-left: 0;
    text-align: center;
}

.wishlist_table.mobile li {
    margin-bottom: 0;
    padding: 20px 0;
    border: 1px solid #ebebeb;
}

.wishlist_table.mobile li:not(:first-child) {
    border-top: none;
}

.wishlist_table.mobile li .item-wrapper {
    width: 100%;
    margin-bottom: 0;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
}

.wishlist_table.mobile li .item-wrapper .item-details {
    width: 100%;
}

.wishlist_table.mobile li .item-details table.item-details-table {
    width: 100%;
}

.wishlist_table.mobile li .item-details table.item-details-table td.label {
    display: none;
}

.wishlist_table.mobile li .item-details table.item-details-table td.value {
    text-align: center;
    font-size: 16px;
    color: #000000;
}

.wishlist_table.mobile li table.additional-info {
    width: 100%;
}

.wishlist_table.mobile li table.additional-info td.label {
    display: none;
}

.wishlist_table.mobile li table.additional-info td.value {
    text-align: center;
}

.wishlist_table.mobile li table.additional-info td.value .wishlist-out-of-stock,
.wishlist_table.mobile li table.additional-info td.value .wishlist-in-stock {
    display: inline-block;
    text-align: center;
    padding: 5px 16px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
    color: #2b952f;
    background-color: #D3F4D4;
}

.wishlist_table.mobile li table.additional-info td.value .wishlist-out-of-stock {
    color: #DD2831;
    background-color: #FFEEEF;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    margin-bottom: 0;
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 1px solid var(--draly-main-color);
    font-size: 16px;
    color: var(--draly-main-color);
    padding: 0 25px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 6px;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: center;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove a:not(:hover) {
    color: #bdbdbd;;
}

@media (max-width: 1199px) {
    .woocommerce table.wishlist_table tbody tr td.product-remove,
    .woocommerce table.wishlist_table tbody tr td {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .woocommerce table.wishlist_table thead {
        display: none;
    }

    .woocommerce table.wishlist_table tbody tr:first-child td {
        padding-top: 15px;
    }

    .woocommerce table.wishlist_table tbody tr td.product-thumbnail {
        padding-left: 15px;
    }

    .wishlist-title h2 {
        text-align: center;
    }

    .woocommerce table.wishlist_table tr .product-remove {
        position: static;
    }

    .woocommerce table.wishlist_table tr {
        border: 1px solid #ebebeb;
    }
}

/* ==========================================================================
7.5 TRACK YOUR ORDER
========================================================================== */
.track_order {
    border: 1px solid #ebebeb;
    padding: 35px 30px 40px 30px;
    border-radius: 15px;
}

.track_order .form-row {
    margin-bottom: 0;
    margin-top: 30px;
    float: none;
}

.track_order p:first-child {
    margin-bottom: 0;
}

.track_order .form-row-first,
.track_order .form-row-last {
    width: 100%;
}

.track_order .button {
    padding: 0 30px;
}

.track_order .button:hover {
    background-color: var(--draly-main-color);
}

/* ==========================================================================
7.6 PAGE 404
========================================================================== */
body.error404 .header {
    position: static;
}

.main-container.error-404 .subtitle {
    margin-bottom: 25px;
}

.main-container.error-404 .search-form {
    width: 320px;
    max-width: 100%;
    position: relative;
}

.main-container.error-404 .search-form .search-field {
    width: 100%;
    padding-right: 100px;
}

.main-container.error-404 .search-form .search-submit {
    vertical-align: top;
    background-color: var(--draly-main-color);
    position: absolute;
    top: 0;
    right: 0;
}

/*===============================================================
8.0 SHORTCODE
===============================================================*/
/*===============================================================
8.1 BANNER
===============================================================*/
.banner-zoom::before {
    transition: 0.25s ease 0s;
}

.banner-zoom:hover::before {
    transform: scale(1.02);
}

.backdrop-filter-blur-5::before {
    backdrop-filter: blur(5px);
}

/*===============================================================
8.2 DRALY BLOG
===============================================================*/
.draly-blog.style-02 .post-item .post-inner {
    padding: 25px;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.draly-blog.style-02 .post-item .post-thumb {
    border-radius: 15px;
    overflow: hidden;
    width: 44.2857143%;
}

.draly-blog.style-02 .post-item .post-thumb img {
    width: 100%;
    -webkit-transition: transform 0.25s ease 0s;
    -moz-transition: transform 0.25s ease 0s;
    -o-transition: transform 0.25s ease 0s;
    transition: transform 0.25s ease 0s;
}

.draly-blog.style-02 .post-item .post-thumb:hover img {
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02);
}

.draly-blog.style-02 .post-item .post-info {
    width: 55.7142857%;
    padding-left: 20px;
}

.draly-blog.style-02 .post-item .post-title {
    font-size: 18px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.draly-blog.style-02 .post-item .post-content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.draly-blog.style-02 .post-item .post-meta {
    margin-bottom: 15px;
    color: #000;
}

.draly-blog.style-02 .post-item .post-meta > div:not(:last-child) {
    padding-right: 10px;
}

.draly-blog.style-02 .post-item .post-meta .post-author svg {
    display: none;
}

.draly-blog.style-02 .post-item .readmore {
    color: var(--draly-main-color);
    margin-top: 20px;
}

.draly-blog.style-02 .post-item .readmore:hover {
    color: #000;
}

@media (max-width: 1199px) {
    .draly-blog.style-02 .post-item .post-inner {
        padding: 20px;
    }

    .draly-blog.style-02 .post-item .post-thumb {
        width: 100%;
    }

    .draly-blog.style-02 .post-item .post-info {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
}

/*===============================================================
8.3 DRALY CATEGORY
===============================================================*/
.draly-category .category-thumb img {
    width: 100%;
}

.draly-category .category-inner {
    position: relative;
    transition: all 0.25s ease 0s;
    padding-top: 5px;
}

.draly-category .category-item {
    display: inline-block;
    vertical-align: top;
}

.draly-category .category-item:hover .category-inner {
    transform: translateY(-5px);
}

/*.draly-category.style-01*/
.draly-category.style-01 .category-info {
    position: absolute;
    left: 55%;
    top: 60%;
    transform: translateY(-50%);
}

.draly-category.style-01 .category-info .title {
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 3px;
}

.draly-category.style-01 .category-info .desc {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

/*.draly-category.style-02*/
.draly-category.style-02 .category-thumb {
    max-width: 135px;
    margin-left: auto;
    margin-right: auto;
}

.draly-category.style-02 .category-thumb img {
    border-radius: 50%;
}

.draly-category.style-02 .category-inner {
    text-align: center;
}

.draly-category.style-02 .category-info .title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.draly-category.style-02 .category-info .desc {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #949494;
}

.draly-category.style-03 .category-info {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    padding: 6px 15px 5px;
    text-align: center;
}

.draly-category.style-03 .category-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    backdrop-filter: blur(10px);
}

.draly-category.style-03 .category-info .title {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

.draly-category.style-03 .category-info .desc {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    color: #8F8F8F;
    position: relative;
}

.draly-category.style-03 .category-thumb img {
    border-radius: 10px;
}

.draly-category.style-03 .owl-slick .slick-arrow {
    color: #000;
    position: absolute;
    top: -65px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 3;
    opacity: 1;
    visibility: visible;
    border: 1px solid;
    border-radius: 50%;
}

.draly-category.style-03 .owl-slick .slick-arrow.prev {
    right: 55px;
    left: auto;
}

.draly-category.style-03 .owl-slick .slick-arrow.next {
    right: 0;
}

.draly-category.style-03 .owl-slick .slick-arrow:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

@media (max-width: 767px) {
    .draly-category.style-01 .category-info {
        left: 50%;
    }

    .draly-category.style-01 .category-info .title {
        font-size: 14px;
        line-height: 20px;
    }

    .draly-category.style-01 .category-info .desc {
        font-size: 12px;
    }

    .draly-category.style-02 .category-info .title {
        font-size: 14px;
        line-height: 20px;
    }

    .draly-category.style-02 .category-info .desc {
        font-size: 11px;
    }

    .draly-category.style-03 .category-info .title {
        font-size: 14px;
        line-height: 20px;
    }

    .draly-category.style-03 .category-info .desc {
        font-size: 11px;
    }
}

/*===============================================================
8.4 COUPON BOX
===============================================================*/
body .wcb-md-modal {
    max-width: 680px;
}

body .wcb-coupon-box .wcb-md-content .wcb-modal-header {
    line-height: 1.3555556;
}

body .wcb-coupon-box .wcb-modal-body {
    padding-top: 45px;
    padding-bottom: 35px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

body .wcb-coupon-box .wcb-md-content .wcb-modal-body .wcb-coupon-message {
    line-height: 1.35;
}

body .wcb-coupon-box .wcb-md-content .wcb-text-title {
    margin: 25px 0 13px;
    line-height: 22px;
}

body .wcb-coupon-box ul.wcb-list-socials {
    padding-left: 0;
    margin-bottom: 15px;
}

body .wcb-coupon-box .wcb-gdpr-field {
    display: table;
    width: auto;
    float: none;
    margin: 25px auto 10px;
    font-size: 14px;
}

body .wcb-coupon-box .wcb-modal-body .wcb-coupon-box-newsletter .wcb-newsletter-form {
    margin-bottom: 25px;
}

body .wcb-coupon-box .wcb-modal-body .wcb-coupon-box-newsletter .wcb-newsletter-form input {
    height: 46px;
    color: #444;
}

body .wcb-coupon-box .wcb-newsletter-form .wcb-input-group .wcb-input-group-btn .wcb-button {
    height: 46px;
}

body .woo-coupon-box-widget {
    max-width: 100%;
    padding: 0;
}

body .woo-coupon-box-widget .wcbwidget-coupon-box-newsletter {
    text-align: center;
}

body .woo-coupon-box-widget .wcbwidget-coupon-box-newsletter .wcbwidget-gdpr-field {
    display: none;
}

body .woo-coupon-box-widget .wcbwidget-coupon-box-newsletter .wcbwidget-newsletter-form .wcbwidget-input-group {
    padding: 0;
    position: relative;
}

body .woo-coupon-box-widget .wcbwidget-coupon-box-newsletter .wcbwidget-newsletter-form input {
    margin: 0;
    height: 50px;
    background-color: #fff;
    border-color: transparent;
    border-radius: 10px;
    font-size: 16px;
    color: #444;
}

body .woo-coupon-box-widget .wcbwidget-newsletter-form .wcbwidget-input-group .wcbwidget-input-group-btn .wcbwidget-button {
    background-color: #121535;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    margin: 0;
    border-radius: 0 10px 10px 0;
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 600;
    min-width: 168px;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
}

body .woo-coupon-box-widget .wcbwidget-newsletter-form .wcbwidget-input-group .wcbwidget-input-group-btn .wcbwidget-button:first-letter {
    text-transform: uppercase;
}

body .woo-coupon-box-widget .wcbwidget-warning-message:empty {
    display: none;
}

body .draly-newsletter.style-01 .woo-coupon-box-widget .wcbwidget-coupon-box-newsletter .wcbwidget-newsletter-form input {
    background-color: #F6F6F6;
}

body .draly-newsletter.style-01 .woo-coupon-box-widget .wcbwidget-newsletter-form .wcbwidget-input-group .wcbwidget-input-group-btn .wcbwidget-button {
    line-height: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    body .woo-coupon-box-widget .wcbwidget-coupon-box-newsletter .wcbwidget-newsletter-form input {
        font-size: 14px;
        padding-left: 12px;
    }

    body .woo-coupon-box-widget .wcbwidget-newsletter-form .wcbwidget-input-group .wcbwidget-input-group-btn .wcbwidget-button {
        min-width: 0;
        font-size: 14px;
        padding: 0 12px;
    }

    body #vi-md_wcb.wcb-coupon-box .wcb-content-wrap {
        margin: 20px;
    }
}

@media (max-width: 640px) {
    body #vi-md_wcb.wcb-coupon-box .wcb-content-wrap {
        margin: 0;
    }
}

#message-purchased {
    z-index: 99;
}

#message-purchased #notify-close::before,
#message-purchased #notify-close::after {
    content: '';
    border-bottom: 1px solid #000;
    position: absolute;
    left: 3px;
    top: 10px;
    width: 16px;
    height: 0;
}

#message-purchased #notify-close::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#message-purchased #notify-close::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*===============================================================
8.5 TAG
===============================================================*/
footer .tag-cloud-link {
    line-height: 18px;
    color: #464646;
    border: 1px solid;
    border-radius: 5px;
    padding: 6px 18px;
    margin-right: 12px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
}

footer .tag-cloud-link:hover {
    color: #fff;
    background-color: var(--draly-main-color);
    border-color: var(--draly-main-color);
}

/*===============================================================
8.6 CONTACT FORM 7
===============================================================*/
.wpcf7-form {
    line-height: 20px;
}

.wpcf7-form .col-contact {
    vertical-align: top;
    display: inline-block;
    width: 100%
}

.wpcf7-form .col-contact.col-haft {
    width: calc(50% - 15px);
}

.wpcf7-form .col-contact.col-haft + .col-contact.col-haft {
    float: right;
}

.wpcf7-form label {
    width: 100%;
    font-weight: 400;
}

.wpcf7-form br {
    display: none;
}

.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-text,
.wpcf7-form textarea {
    width: 100%;
}

.wpcf7-form .wpcf7-text {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
}

.wpcf7-form textarea {
    height: 250px;
    margin-top: 10px;
    padding: 15px 25px;
    margin-bottom: 10px;
}

.wpcf7-form .wpcf7-submit {
    margin-top: 10px;
    background-color: var(--draly-main-color);
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: #000000;
}

.wpcf7-form .wpcf7-spinner {
    top: 6px;
}

@media (max-width: 767px) {
    .wpcf7-form .col-contact.col-haft {
        width: 100%;
    }
}

/*===============================================================
8.7 DRALY COUNTDOWNDEAL
===============================================================*/
@media (min-width: 1200px) {
    .draly-countdowndeal.style-02 .draly-countdown > span {
        min-width: 75px;
        height: 75px;
        padding: 10px 3px 0;
    }

    .draly-countdowndeal.style-02 .draly-countdown > span .number {
        font-size: 25px;
        line-height: 1.36;
    }

    .draly-countdowndeal.style-02 .draly-countdown > span .text {
        font-size: 14px;
        line-height: 19px;
    }
}

/*===============================================================
8.8 DRALY PRODUCTS
===============================================================*/
.products {
    list-style: none;
}

ul.products {
    padding-left: 0;
}

.draly-products ul.products::after {
    clear: both;
}

.draly-products .title {
    margin-top: 0;
}

.product-list-scroll {
    overflow-x: auto;
    display: flex;
    gap: 30px;
}

.product-list-scroll .product-item {
    min-width: 322px;
    width: 322px;
    padding-bottom: 25px;
}

.product-list-scroll > .scroll-element,
.product-list-scroll > .scroll-element div {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.product-list-scroll > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.product-list-scroll > .scroll-element .scroll-element_track {
    display: none;
}

.product-list-scroll > .scroll-element .scroll-bar {
    background-color: var(--draly-main-color);
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.product-list-scroll > .scroll-element .scroll-bar:hover {
    background-color: var(--draly-main-color);
}

.product-list-scroll > .scroll-element .scroll-bar,
.product-list-scroll > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.product-list-scroll > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.product-list-scroll > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0;
}

/* scrollbar height/width & offset from container borders */
.product-list-scroll > .scroll-element.scroll-x .scroll-bar {
    height: 5px;
    min-width: 10px;
    top: -5px;
    border-radius: 5px;
}

.product-list-scroll > .scroll-element.scroll-y .scroll-bar {
    left: -10px;
    min-height: 10px;
    width: 10px;
    border-radius: 10px;
}

.product-list-scroll > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px;
}

.product-list-scroll > .scroll-element.scroll-x .scroll-element_size {
    height: 5px;
    min-width: 10px;
    top: -5px;
    border-radius: 5px;
    background: #F6F6F6;
}

.product-list-scroll > .scroll-element.scroll-y .scroll-element_size {
    top: 0;
    left: -10px;
    min-height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #F5F5F5;
}

/* update scrollbar offset if both scrolls are visible */
.product-list-scroll > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px;
}

.product-list-scroll > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px;
}

/*===============================================================
8.9 DRALY TABS
===============================================================*/
.tab-container {
    position: relative;
}

.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}

.tab-container .tab-panel.active {
    opacity: 1;
    visibility: visible;
    position: static;
    height: auto;
    overflow: inherit;
}

.draly-tabs {
    position: relative;
    z-index: 1;
}

.draly-tabs.loading {
    pointer-events: none;
}

.draly-tabs.loading .tab-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

.draly-tabs .tab-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.draly-tabs .tab-head .main-title {
    margin: 0;
    font-size: 28px;
}

.draly-tabs .tab-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    padding: 6px;
    border: 1px solid #000000;
    border-radius: 23px;
}

.draly-tabs .tab-link {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.draly-tabs .tab-link li a {
    border-radius: 16px;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 6px 24px;
}

.draly-tabs .tab-link li.active a {
    color: #fff;
    background-color: #000;
}

.draly-tabs .tab-right .linkmore {
    padding: 6px 24px;
    line-height: 20px;
}

.draly-tabs .tab-right .linkmore svg {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

@media (max-width: 767px) {
    .draly-tabs .tab-head .main-title {
        font-size: 20px;
    }

    .draly-tabs .tab-right {
        font-size: 13px;
    }

    .draly-tabs .tab-link {
        display: none;
    }

    .draly-tabs .tab-link li a,
    .draly-tabs .tab-right .linkmore {
        padding: 3px 10px;
    }
}

/* ==========================================================================
8.10 SLIDER
========================================================================== */
.draly-slider .owl-slick {
    white-space: nowrap;
    overflow: hidden;
}

.draly-slider .owl-slick .slider-item {
    display: inline-block;
    vertical-align: top;
}

.draly-slider .slider-inner {
    position: relative;
    overflow: hidden;
}

.draly-slider .slider-inner picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.draly-slider .desc p {
    margin-bottom: 15px;
}

.draly-slider .desc p:last-child {
    margin-bottom: 0;
}

.draly-slider .subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--draly-main-color);
    font-size: 20px;
    margin-bottom: 15px;
    white-space: normal;
}


.draly-slider .owl-slick .slick-arrow svg {
    width: 20px;
    height: 37px;
}

.draly-slider .owl-slick .slick-arrow.prev {
    left: 15px;
}

.draly-slider .owl-slick .slick-arrow.next {
    right: 15px;
}

/*.draly-slider.style-01*/
.draly-slider.style-01 .slider-inner {
    border-radius: 10px;
}

.draly-slider.style-01 .slider-info {
    position: absolute;
    top: 100px;
    left: 45px;
    right: 20px;
}

.draly-slider.style-01 .title {
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    margin: 0 0 25px;
    max-width: 480px;
    white-space: normal;
}

.draly-slider.style-01 .desc {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 25px;
    white-space: normal;
    max-width: 585px;
}

.draly-slider.style-01 .slider-button {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 35px 11px 35px;
    color: #fff;
    border-radius: 10px;
    background-color: #000;
}

.draly-slider.style-01 .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    z-index: 1;
}

.draly-slider.style-01 .slick-dots li button {
    background-color: #fff;
}

.draly-slider.style-01 .slick-dots li.slick-active button {
    background-color: var(--draly-main-color);
}

/*.draly-slider.style-02*/
.draly-slider.style-02 .slider-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1570px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
}

.draly-slider.style-02 .title {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    margin: 0 0 30px;
    max-width: 45%;
    white-space: normal;
}

.draly-slider.style-02 .desc {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.375;
    white-space: normal;
    max-width: 43%;
}

.draly-slider.style-02 .slider-button {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 9px 18px;
    color: #fff;
    border-radius: 15px;
    background-color: #000;
}

.draly-slider.style-02 .slider-button::after {
    padding-left: 9px;
    content: url("../images/icons/slide-arrow.svg");
}

.draly-slider.style-02 .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    z-index: 1;
    padding: 5px 10px;
}

.draly-slider.style-02 .slick-dots::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    border-radius: 15px;
}

.draly-slider.style-02 .slick-dots li button {
    background-color: #EEEEEE;
}

.draly-slider.style-02 .slick-dots li.slick-active button {
    background-color: #000;
}

/*.draly-slider.style-03*/
.draly-slider.style-03 .slider-info {
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1570px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-50%);
}

.draly-slider.style-03 .title {
    font-size: 80px;
    line-height: 1.25;
    font-weight: 700;
    white-space: normal;
    margin: 0 0 10px;
}

.draly-slider.style-03 .desc {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.25;
    white-space: normal;
    max-width: 580px;
}

.draly-slider.style-03 .slider-button {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 24px;
    color: #fff;
    border-radius: 10px;
    background-color: #000;
}

/*.draly-slider.style-04*/
.draly-slider.style-04 .slider-inner {
    border-radius: 15px;
}

.draly-slider.style-04 .slider-info {
    position: absolute;
    top: 101px;
    left: 47px;
    right: 20px;
}

.draly-slider.style-04 .title {
    font-size: 38px;
    line-height: 1.3157895;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 15px;
    max-width: 530px;
    white-space: normal;
}

.draly-slider.style-04 .desc {
    line-height: 19px;
    white-space: normal;
    max-width: 585px;
}

.draly-slider.style-04 .desc ul li {
    padding-bottom: 15px;
}

.draly-slider.style-04 .slider-button {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    padding: 14px 30px;
    color: #fff;
    border-radius: 10px;
    margin-top: 5px;
    background-color: var(--draly-main-color);
}

.draly-slider.style-04 .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    z-index: 1;
}

.draly-slider.style-04 .slick-dots li button {
    background-color: #fff;
}

.draly-slider.style-04 .slick-dots li.slick-active button {
    background-color: var(--draly-main-color);
}

/*.draly-slider.style-05*/
.draly-slider.style-05 .slider-inner {
    border-radius: 10px;
}

.draly-slider.style-05 .slider-info {
    position: absolute;
    top: 115px;
    left: 49px;
    right: 20px;
}

.draly-slider.style-05 .title {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 15px;
    max-width: 730px;
    white-space: normal;
}

.draly-slider.style-05 .desc {
    font-size: 18px;
    line-height: 23px;
    white-space: normal;
    max-width: 585px;
    margin-bottom: 25px;
}

.draly-slider.style-05 .desc strong {
    font-size: 155.5555556%;
}

.draly-slider.style-05 .slider-button {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 18px;
    color: #fff;
    border-radius: 10px;
    background-color: var(--draly-main-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.draly-slider.style-05 .slider-button::after {
    padding-left: 9px;
    content: url("../images/icons/slide-arrow2.svg");
}

.draly-slider.style-05 .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 1;
}

.draly-slider.style-05 .slick-dots li button {
    background-color: #fff;
}

.draly-slider.style-05 .slick-dots li.slick-active button {
    background-color: var(--draly-main-color);
}

@media (max-width: 1199px) {
    .draly-slider .subtitle {
        font-size: 16px;
    }

    .draly-slider.style-01 .title {
        font-size: 26px;
        line-height: 1.25;
        max-width: 440px
    }

    .draly-slider.style-01 .desc {
        font-size: 16px;
    }

    .draly-slider.style-02 .title {
        font-size: 26px;
        line-height: 1.25;
        margin-bottom: 20px;
    }

    .draly-slider.style-02 .desc {
        font-size: 16px;
    }

    .draly-slider.style-03 .title {
        font-size: 60px;
    }

    .draly-slider.style-03 .desc {
        font-size: 16px;
        max-width: 430px;
    }

    .draly-slider.style-04 .title {
        font-size: 26px;
        max-width: 440px
    }

    .draly-slider.style-05 .title {
        font-size: 26px;
        max-width: 440px
    }

    .draly-slider.style-05 .desc {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .draly-slider.style-01 .slider-info {
        top: 50px;
        left: 20px;
    }

    .draly-slider.style-01 .title {
        font-size: 20px;
        margin-bottom: 15px;
        max-width: 340px;
    }

    .draly-slider.style-01 .desc {
        font-size: 14px;
        margin-bottom: 20px;
        max-width: 260px;
    }

    .draly-slider.style-01 .slider-button {
        padding: 10px 24px 11px 24px;
    }

    .draly-slider.style-02 .title {
        font-size: 20px;
        margin-bottom: 10px;
        max-width: 250px;
    }

    .draly-slider.style-02 .desc {
        font-size: 14px;
        margin-bottom: 20px;
        max-width: 220px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .draly-slider.style-02 .slick-dots {
        bottom: 10px;
    }

    .draly-slider.style-03 .title {
        font-size: 30px;
    }

    .draly-slider.style-03 .desc {
        font-size: 12px;
        max-width: 190px;
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .draly-slider.style-03 .slider-button {
        font-size: 14px;
        padding: 8px 15px;
    }

    .draly-slider.style-04 .slider-info {
        top: 50px;
        left: 20px;
    }

    .draly-slider.style-04 .title {
        font-size: 20px;
        max-width: 340px;
    }

    .draly-slider.style-04 .desc {
        font-size: 14px;
    }

    .draly-slider.style-04 .desc ul li {
        padding-bottom: 5px;
    }

    .draly-slider.style-05 .slider-info {
        top: 50px;
        left: 20px;
    }

    .draly-slider.style-05 .title {
        font-size: 20px;
        max-width: 340px;
    }

    .draly-slider.style-05 .desc {
        font-size: 14px;
        margin-bottom: 20px;
        max-width: 260px;
    }
}

@media (max-width: 480.98px) {
    .draly-slider.style-02 .slider-info,
    .draly-slider.style-03 .slider-info {
        top: 25%;
    }
}

/* ==========================================================================
8.11 VERTICAL ACCORDION
========================================================================== */
.draly-verticalaccordion {
    width: 100%;
    display: flex;
    gap: 20px;
}

.draly-verticalaccordion .verticalaccordion-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
    transition: width 0.4s ease 0s;
    background-size: cover;
    background-position: center;
}

.draly-verticalaccordion .verticalaccordion-item:first-child {
    width: 174%;
}

.draly-verticalaccordion:hover .verticalaccordion-item {
    width: 100%;
}

.draly-verticalaccordion:hover .verticalaccordion-item:hover {
    width: 174%;
}

.draly-verticalaccordion .verticalaccordion-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.draly-verticalaccordion .verticalaccordion-item > img {
    object-fit: cover;
}

.draly-verticalaccordion .verticalaccordion-info {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 2;
}

.draly-verticalaccordion .subtitle {
    font-size: 14px;
    line-height: 19px;
    padding: 5px 20px;
    background-color: #DD2831;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.draly-verticalaccordion .title {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    line-height: 1.375;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.draly-verticalaccordion .verticalaccordion-button {
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
    padding: 9px 25px;
    line-height: 22px;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
}

.draly-verticalaccordion .verticalaccordion-button svg {
    position: relative;
    top: -2px;
}

.draly-verticalaccordion .verticalaccordion-button span {
    display: none;
    padding-right: 16px;
}

.draly-verticalaccordion .verticalaccordion-item:first-child .verticalaccordion-button span {
    display: inline;
}

.draly-verticalaccordion:hover .verticalaccordion-item .verticalaccordion-button span {
    display: none;
}

.draly-verticalaccordion:hover .verticalaccordion-item:hover .verticalaccordion-button span {
    display: inline;
}

@media (max-width: 1199px) {
    .draly-verticalaccordion {
        flex-wrap: wrap;
    }

    .draly-verticalaccordion .verticalaccordion-item {
        width: 100% !important;
    }

    .draly-verticalaccordion .verticalaccordion-item .verticalaccordion-button span {
        display: inline !important;
    }

    .draly-verticalaccordion .verticalaccordion-info {
        left: 15px;
        right: 15px;
    }
}

/**/
.product-banner .product-banner-inner {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    height: 100%;
    padding: 65px 15px 30px 40px;
}

.product-banner .product-banner-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-banner .product-banner-inner .subtitle {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 19px;
    color: #DD2831;
}

.product-banner .product-banner-inner .title {
    position: relative;
    z-index: 1;
    font-size: 38px;
    line-height: 1.2105263;
    margin: 8px 0 10px;
    color: #DD2831;
}

.product-banner .product-banner-inner .desc {
    position: relative;
    z-index: 1;
    font-size: 20px;
    line-height: 1.2;
    color: #464646;
    margin-bottom: 20px;
}

.product-banner .product-banner-inner .button {
    position: relative;
    z-index: 1;
    color: #2879FE;
}

.product-banner .product-banner-inner .button span {
    text-decoration: underline;
}

.product-banner .product-banner-inner .button svg {
    margin-left: 5px;
}

@media (min-width: 1400px) {
    .product-banner {
        width: 40%;
    }
}

@media (max-width: 1199px) {
    .product-banner .product-banner-inner {
        padding: 40px 15px 195px 15px;
    }

    .product-banner .product-banner-inner .title {
        font-size: 26px;
    }

    .product-banner .product-banner-inner .desc {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .product-banner .product-banner-inner .title {
        font-size: 20px;
    }
}