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

[Color codes]
    Body Color: #4B5563
    Main color: #2D5F3F
    Blockquote color: #EDFAFF

[Typography]
    Body:   16/1.7 'Instrument Sans', 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 MENU
    3.2 BLOCK SEARCH
    3.3 HEADER CONTROL
    3.4 HEADER STICKY
    3.5 HEADER MIDDLE
    3.6 HEADER NAV
    3.7 HEADER STYLE
    3.8 HEADER MOBILE
    3.9 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 TRACK YOUR ORDER
	7.5 PAGE 404
8.0 SHORTCODE
    8.1 BANNER
	8.2 DROPY BLOG
	8.3 DROPY CATEGORY
    8.4 TAG
    8.5 DROPY COUNTDOWNDEAL
    8.6 DROPY PRODUCTS
    8.7 DROPY TABS
    8.8 DROPY SLIDER
    8.9 DROPY IMAGE COMPARE
/*==========================================================================
1.0 RESET BROWSER
========================================================================== */
:root {
  --dropy-primary-color: #2D5F3F;
  --dropy-secondary-color: #E8EEE7;
  --dropy-accent-color: #F5F1E8; }

@font-face {
  font-display: swap;
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/instrument-sans-v4-latin-400.woff2) format("woff2"); }
@font-face {
  font-display: swap;
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/instrument-sans-v4-latin-500.woff2) format("woff2"); }
@font-face {
  font-display: swap;
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/instrument-sans-v4-latin-600.woff2) format("woff2"); }
@font-face {
  font-display: swap;
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/instrument-sans-v4-latin-700.woff2) format("woff2"); }
@font-face {
  font-display: swap;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/playfair-display-v40-latin-400.woff2) format("woff2"); }
@font-face {
  font-display: swap;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/playfair-display-v40-latin-500.woff2) format("woff2"); }
@font-face {
  font-display: swap;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/playfair-display-v40-latin-600.woff2) format("woff2"); }
@font-face {
  font-display: swap;
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/playfair-display-v40-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(--dropy-primary-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:before, .woocommerce-error:after,
  .woocommerce-info:before,
  .woocommerce-info:after,
  .woocommerce-message:before,
  .woocommerce-message:after {
    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(--dropy-primary-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,
input[type="submit"].disabled {
  opacity: 0.65 !important;
  cursor: not-allowed; }

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

@keyframes dotPulse {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.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(0.1);
    transform: scale(0.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; }
  .wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0; }

.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-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: 26px;
  padding-right: 10px;
  font-weight: 400;
  color: var(--dropy-primary-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(--dropy-primary-color);
    background-color: var(--dropy-primary-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.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 .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 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
          animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }
      .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 .variation {
      display: none; }
    .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: #4B5563;
      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(--dropy-primary-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 .product_list_widget img {
      float: left;
      max-width: 80px;
      border-radius: 5px;
      margin-right: 10px; }

/*=====*/
.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(--dropy-primary-color);
    font-weight: 600;
    float: right; }
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  padding: 0 0 30px;
  display: flex;
  flex-direction: column;
  gap: 10px 0; }
  .widget_shopping_cart .woocommerce-mini-cart__buttons .button {
    display: block;
    height: 40px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 20px;
    background-color: var(--dropy-secondary-color);
    color: var(--dropy-primary-color);
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px; }
    .widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
      color: #fff;
      background-color: var(--dropy-primary-color);
      border-color: transparent; }
  .widget_shopping_cart .woocommerce-mini-cart__buttons.checkout {
    margin-top: 15px; }

/*.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 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::before {
    left: 10px;
    right: 10px; }
  #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: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; }
  .product_list_widget li > a {
    display: block; }

/*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--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  color: #fff;
  background-color: var(--dropy-primary-color);
  display: inline-block;
  width: auto; }
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff; }
#widget-area .widget .select2-container .select2-search--inline {
  padding: 0; }

/*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: 'Instrument Sans', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #4B5563; }

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(--dropy-primary-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(--dropy-accent-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: #4B5563;
  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(--dropy-primary-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: 1450px;
  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; } }
.dropy-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)); }
  .dropy-products-wrap > ul.products > li {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5); }
  .dropy-products-wrap > ul.products li.product-category {
    width: 33.3333333%;
    margin-bottom: 30px; }
    .dropy-products-wrap > ul.products li.product-category a .woocommerce-loop-category__title {
      font-size: 18px;
      font-weight: 500;
      margin-top: 15px;
      margin-bottom: 0; }
    .dropy-products-wrap > ul.products li.product-category a .woocommerce-loop-category__title mark {
      background-color: transparent;
      color: inherit;
      padding: 0; }
.dropy-products-wrap.grid > ul.products {
  gap: 50px 0; }

@media (max-width: 1199px) {
  .dropy-products-wrap > ul.products {
    --bs-gutter-x: 20px; }
    .dropy-products-wrap > ul.products li.product-category {
      margin-bottom: 20px; }
  .dropy-products-wrap.grid > ul.products {
    gap: 20px 0; } }
@media (max-width: 575px) {
  .dropy-products-wrap > ul.products {
    --bs-gutter-x: 10px; }
    .dropy-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:hover .slick-arrow:hover {
    color: var(--dropy-primary-color); }
  .owl-slick:hover .slick-arrow.prev {
    left: -40px; }
  .owl-slick:hover .slick-arrow.next {
    right: -40px; }

/*top-right*/
.dropy-products.style-04 .owl-slick .slick-arrow {
  color: var(--dropy-primary-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%; }
  .dropy-products.style-04 .owl-slick .slick-arrow:hover {
    background-color: var(--dropy-primary-color);
    border-color: var(--dropy-primary-color);
    color: #fff; }
  .dropy-products.style-04 .owl-slick .slick-arrow.prev {
    right: 55px;
    left: auto; }
  .dropy-products.style-04 .owl-slick .slick-arrow.next {
    right: 0; }
.dropy-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; }
  .dropy-products.style-06 .owl-slick .slick-arrow:hover {
    color: var(--dropy-primary-color); }
  .dropy-products.style-06 .owl-slick .slick-arrow.prev {
    right: 40px;
    left: auto; }
  .dropy-products.style-06 .owl-slick .slick-arrow.next {
    right: 0; }
.dropy-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; }
  .dropy-products.style-03 .owl-slick .slick-arrow:hover {
    background-color: var(--dropy-primary-color);
    color: #fff; }
  .dropy-products.style-03 .owl-slick .slick-arrow.prev {
    margin-top: -20px;
    right: -45px;
    left: auto; }
  .dropy-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: 4px; }
    .slick-dots li button {
      font-size: 0;
      width: 12px;
      height: 12px;
      padding: 0;
      position: relative;
      background-color: var(--dropy-primary-color);
      opacity: 0.4;
      border-radius: 10px;
      vertical-align: top; }
    .slick-dots li.slick-active button {
      width: 24px;
      opacity: 1; }

.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
============================================================================ */
.header-top {
  border-bottom: 1px solid #E5E7EB;
  line-height: 20px;
  color: #000; }
  .header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-top .header-top-left {
    display: flex;
    align-items: center; }
  .header-top .header-top-center {
    padding: 15px 0; }
  .header-top .header-top-right {
    display: flex;
    align-items: center; }
  .header-top .header-top-social {
    display: flex;
    align-items: center;
    gap: 10px; }

/* ==========================================================================
3.1 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(--dropy-primary-color); }
    .box-header-nav .main-menu .menu-item .label-image {
      position: relative;
      top: -2px;
      margin-left: 10px; }
  .box-header-nav .main-menu > .menu-item > a {
    font-size: 16px;
    line-height: 60px;
    color: #fff;
    vertical-align: middle;
    position: relative;
    display: inline-block; }
  .box-header-nav .main-menu > .menu-item:hover > a {
    color: #fff; }

/*sub menu*/
.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 .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; }
  .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(--dropy-primary-color); }
.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 a {
  line-height: 30px;
  display: inline-block;
  position: relative; }
.box-header-nav .main-menu > .menu-item .sub-menu .menu-item:hover::before {
  display: block; }

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

.box-header-nav .main-menu > .menu-item {
  padding: 0 47px 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; }

/**/
.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;
  margin-top: 0; }
.box-header-nav .main-menu > .menu-item > .sub-menu {
  top: 100%;
  left: -1px; }
  .box-header-nav .main-menu > .menu-item > .sub-menu .sub-menu {
    top: -22px;
    left: 100%; }

/**/
.box-header-nav .main-menu .menu-item-has-children > a::after {
  content: '\f107';
  font-family: 'FontAwesome', sans-serif;
  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; }

@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.2 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 #E5E7EB;
    background-color: #fff;
    pointer-events: none;
    border-radius: 30px; }
  .block-search-form > * {
    display: table-cell;
    vertical-align: middle; }
  .block-search-form .btn-submit {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    background-color: var(--dropy-primary-color);
    z-index: 1;
    overflow: hidden;
    font-weight: normal;
    margin-left: auto;
    border-radius: 50%;
    padding: 0 8px;
    height: 36px;
    right: 5px;
    font-size: 0; }
    .block-search-form .btn-submit:hover {
      background-color: var(--dropy-secondary-color);
      color: #000; }

.block-search .form-search .category {
  width: 176px;
  position: relative; }
  .block-search .form-search .category select {
    display: none; }
  .block-search .form-search .category .chosen-container::before {
    content: '';
    position: absolute;
    border-right: 1px solid #4B5563;
    height: 19px;
    top: 8px;
    right: 0;
    z-index: 1; }
.block-search input {
  border: none;
  height: 36px;
  line-height: 36px;
  width: 100%;
  color: #9CA3AF;
  background: none;
  position: relative; }

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

.header-control .dropy-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 .dropy-dropdown.open .block-search {
  opacity: 1;
  visibility: visible;
  margin-top: 0; }
.header-control .block-search .form-search .category {
  display: none; }

/* CHOSEN */
.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.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; }
.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(--dropy-primary-color); }
.chosen-results:hover > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

/* 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-x .scroll-element_outer {
  left: 2px; }
.chosen-results > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }
.chosen-results > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }
.chosen-results > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
  border-radius: 7px; }
.chosen-results > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px; }
.chosen-results > .scroll-element.scroll-y .scroll-element_size {
  top: -4px; }
.chosen-results > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

.category .chosen-container-single .chosen-search {
  display: none; }
.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: #4B5563 #4B5563 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 {
  margin-bottom: 0;
  text-align: left;
  width: 100% !important;
  position: relative; }
  .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; }

/* ==========================================================================
3.3 HEADER CONTROL
========================================================================== */
.header-control {
  text-align: right; }
  .header-control .header-control-inner {
    display: flex;
    align-items: center; }

.meta-woo {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 15px; }

.block-woo {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  position: relative; }
  .block-woo .block-link {
    display: inline-flex;
    align-items: center;
    position: relative; }
    .block-woo .block-link .block-icon {
      position: relative;
      margin-right: 3px; }
      .block-woo .block-link .block-icon .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(--dropy-primary-color);
        font-size: 11px;
        color: #ffffff; }
  .block-woo.block-user .block-link {
    display: inline-flex;
    align-items: center;
    position: relative; }
    .block-woo.block-user .block-link .block-text {
      color: #FFFFFF;
      font-size: 12px;
      line-height: 15px; }
      .block-woo.block-user .block-link .block-text > span {
        white-space: nowrap;
        display: block; }
      .block-woo.block-user .block-link .block-text strong {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 80px; }
  .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;
    -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: 10px 0 10px; }
    .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-woo.open .sub-menu {
    margin-top: 7px;
    opacity: 1;
    visibility: visible; }

/**/
.block-lang .block-link svg {
  margin-left: 5px; }
.block-lang .block-link .block-text strong {
  font-weight: 400; }
  .block-lang .block-link .block-text strong::after {
    content: '\f107';
    font-family: 'FontAwesome', sans-serif;
    padding-left: 5px;
    font-size: 20px; }

.woo-multi-currency.wmc-shortcode.plain-vertical ~ .block-lang {
  padding-left: 20px;
  border-left: 1px solid; }

/*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(--dropy-primary-color); }
.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-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-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }
.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-y .scroll-element_size {
  top: 0;
  left: -10px;
  min-height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #F5F5F5; }
.block-minicart .cart_list > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

.block-minicart {
  position: relative; }
  .block-minicart .widget_shopping_cart .widget_shopping_cart_content {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px; }
  .block-minicart .widget_shopping_cart .product_list_widget li .remove_from_cart_button {
    right: 17px;
    top: 30px; }
  .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;
    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 .widget_shopping_cart .widgettitle {
      display: none; }
  .block-minicart.minicart-dropdown .cart_list {
    max-height: 360px !important; }
  .block-minicart.minicart-dropdown.open .widget_shopping_cart {
    margin-top: 7px;
    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: 999;
    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; }
    .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.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.minicart-slideout .widget_shopping_cart_content .cart_list {
    height: calc(100vh - 300px); }
  .block-minicart.minicart-slideout.open .widget_shopping_cart {
    margin-right: 0; }

.admin-bar .block-minicart.minicart-slideout .widget_shopping_cart_content .cart_list {
  height: calc(100vh - 340px); }
.admin-bar .block-minicart.minicart-slideout .widget_shopping_cart {
  top: 32px; }

.woocommerce-mini-cart__empty-message {
  text-align: center;
  font-size: 16px;
  padding: 0 0 30px;
  margin-bottom: 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; } }
/*Fly to cart*/
.dropy-sidebar-cart-icon-wrap {
  z-index: 99;
  opacity: 1;
  position: fixed;
  line-height: 1.6;
  font-size: 13px;
  width: 44px;
  height: 44px;
  text-align: center;
  cursor: pointer;
  bottom: 40px;
  right: 20px;
  transition: all .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  .dropy-sidebar-cart-icon-wrap .block-link .count {
    right: -8px; }
  .dropy-sidebar-cart-icon-wrap .block-link .block-icon {
    margin-right: 0; }
  .dropy-sidebar-cart-icon-wrap svg {
    width: 24px; }

.dropy-img-flying {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 31px -1px rgba(0, 0, 0, 0.15);
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999999; }
  .dropy-img-flying img {
    width: 100%;
    height: 100%; }

/**/
.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.4 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: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    padding: 0 !important; }

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

/* ==========================================================================
3.5 HEADER MIDDLE
============================================================================ */
.header-middle-inner {
  display: table;
  width: 100%;
  position: relative; }
  .header-middle-inner > * {
    display: table-cell;
    vertical-align: middle; }

.header-phone {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  line-height: 20px;
  margin-left: auto; }
  .header-phone .phone-image {
    width: 36px;
    height: 36px;
    padding: 8px;
    color: #000;
    background-color: var(--dropy-secondary-color);
    border-radius: 50%; }
    .header-phone .phone-image svg {
      vertical-align: top; }
  .header-phone .phone-info .phone-title {
    font-size: 12px;
    line-height: 15px;
    color: #4B5563;
    display: block; }
  .header-phone .phone-info a {
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap; }

.header-border {
  border-bottom: 1px solid #ebebeb; }
  @media (max-width: 1024px) {
    .header-border {
      display: none; } }

/* ==========================================================================
3.6 HEADER NAV
============================================================================ */
.header-nav {
  position: relative;
  background-color: var(--dropy-primary-color); }

.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: 246px; }
  .vertical-wrapper.block-nav-category .block-title {
    padding: 0 15px 0 20px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    position: relative;
    max-width: 246px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .vertical-wrapper.block-nav-category .block-title .text-title {
      font-size: 16px;
      text-transform: uppercase;
      height: 60px;
      line-height: 60px;
      display: inline-block;
      vertical-align: middle; }
      .vertical-wrapper.block-nav-category .block-title .text-title::after {
        content: '\f107';
        font-family: 'FontAwesome', sans-serif;
        margin-left: 8px; }
  .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(--dropy-primary-color);
    border-radius: 10px;
    padding: 5px 10px 5px 0;
    margin-top: 10px; }
  .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 .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(--dropy-primary-color); }
    .vertical-wrapper .vertical-menu > .scroll-element .scroll-bar.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-x .scroll-bar {
      height: 7px;
      min-width: 4px;
      top: -9px; }
    .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-x.scroll-scrolly_visible .scroll-element_size {
      left: -11px; }
  .vertical-wrapper .vertical-menu > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0; }
    .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-y .scroll-element_size {
      top: 0;
      left: -10px;
      min-height: 10px;
      width: 4px;
      border-radius: 10px;
      background: #F5F5F5; }
    .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.parent > a::after {
      color: #bdbdbd;
      font-size: 18px;
      content: '\f105';
      font-family: FontAwesome, sans-serif;
      display: inline-block;
      float: right; }
    .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 > .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: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(--dropy-primary-color); }
  .vertical-wrapper.block-nav-category .vertical-menu .sub-menu {
    list-style: none;
    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: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 {
      overflow: hidden; }
      .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 .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 .sub-menu:not(.megamenu) {
      padding: 30px 0; }
    .vertical-wrapper.block-nav-category .vertical-menu .sub-menu .sub-menu {
      top: -2px; }

/* ==========================================================================
3.7 HEADER STYLE
========================================================================== */
.header.style-01 .header-middle {
  padding: 20px 0; }
.header.style-01 .box-header-nav .main-menu > .menu-item > a {
  text-transform: uppercase; }
.header.style-01 .block-search .form-search .category {
  display: none; }
.header.style-01 .block-woo.block-user .block-link .block-text {
  display: none; }
.header.style-02 .header-top {
  padding: 10px 0;
  color: #fff;
  line-height: 20px;
  background-color: var(--dropy-primary-color); }
  .header.style-02 .header-top .container {
    justify-content: center; }
.header.style-02 .header-middle {
  padding: 20px 0; }
.header.style-02 .box-header-nav .main-menu {
  text-align: center; }
  .header.style-02 .box-header-nav .main-menu > .menu-item > a {
    text-transform: uppercase; }
  .header.style-02 .box-header-nav .main-menu .menu-item > a {
    color: #000; }
  .header.style-02 .box-header-nav .main-menu .menu-item:hover > a {
    color: var(--dropy-primary-color);
    text-decoration: underline; }
.header.style-02 .header-desktop .block-woo .block-link .block-icon {
  margin-right: 0; }
.header.style-02 .header-desktop .block-woo.block-user .block-link .block-text, .header.style-02 .header-desktop .block-woo.block-minicart .block-link .block-text {
  display: none; }
.header.style-02 .header-desktop .meta-woo {
  justify-content: end; }
.header.style-03 .header-middle {
  padding: 30px 0;
  background-color: var(--dropy-secondary-color); }
.header.style-03 .block-search-form::before {
  border-color: #fff;
  border-radius: 10px; }
.header.style-03 .block-search-form .btn-submit {
  border-radius: 8px; }
.header.style-03 .header-desktop .block-woo .block-link {
  gap: 10px; }
  .header.style-03 .header-desktop .block-woo .block-link .block-icon {
    padding: 8px;
    border-radius: 50%;
    background-color: #213176;
    color: #fff;
    line-height: 1; }
    .header.style-03 .header-desktop .block-woo .block-link .block-icon svg {
      width: 24px;
      height: 24px; }
    .header.style-03 .header-desktop .block-woo .block-link .block-icon .count {
      background-color: #EAB308;
      color: #000; }
.header.style-03 .header-desktop .header-phone {
  justify-content: end; }
  .header.style-03 .header-desktop .header-phone .phone-image {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.195); }
  .header.style-03 .header-desktop .header-phone .phone-info .phone-title {
    color: #fff; }
  .header.style-03 .header-desktop .header-phone .phone-info a {
    color: #fff; }
.header.style-03 .vertical-wrapper.block-nav-category .block-title {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px; }
  .header.style-03 .vertical-wrapper.block-nav-category .block-title .text-title {
    text-transform: capitalize; }
.header.style-04 {
  background-color: var(--dropy-accent-color); }
  .header.style-04 .header-top {
    color: #fff; }
    .header.style-04 .header-top .header-top-left {
      display: flex;
      align-items: center;
      line-height: 20px; }
      .header.style-04 .header-top .header-top-left a {
        color: #fff;
        display: flex;
        gap: 5px;
        align-items: center; }
        .header.style-04 .header-top .header-top-left a ~ a {
          padding-left: 20px;
          border-left: 1px solid #fff;
          margin-left: 20px; }
        .header.style-04 .header-top .header-top-left a:hover {
          color: var(--dropy-primary-color); }
  .header.style-04 .header-middle {
    padding: 25px 0;
    background-color: var(--dropy-accent-color); }
  .header.style-04 .header-desktop .block-woo .block-link {
    gap: 10px; }
    .header.style-04 .header-desktop .block-woo .block-link .block-icon {
      padding: 8px;
      border-radius: 50%;
      background-color: #213176;
      color: #fff;
      line-height: 1; }
      .header.style-04 .header-desktop .block-woo .block-link .block-icon svg {
        width: 24px;
        height: 24px; }
      .header.style-04 .header-desktop .block-woo .block-link .block-icon .count {
        color: #000; }
  .header.style-04 .header-nav {
    background-color: var(--dropy-secondary-color);
    padding: 15px 0; }
  .header.style-04 .block-search-form::before {
    border-color: #fff;
    border-radius: 10px; }
  .header.style-04 .block-search-form .btn-submit {
    border-radius: 8px; }
  .header.style-04 .trust-badge {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    color: #fff;
    padding-left: 10px;
    white-space: nowrap; }
    @media (max-width: 1199px) {
      .header.style-04 .trust-badge {
        font-size: 14px; } }

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

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

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

.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 .meta-woo .block-woo {
      margin-left: 0; }
  .header-mobile .block-woo .block-link .block-icon {
    margin-right: 0; }
  .header-mobile .block-woo .block-link .block-text {
    display: none; }
  .header-mobile > * {
    display: table-cell;
    vertical-align: middle;
    width: 33.333%; }
  .header-mobile .dropy-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 .dropy-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-label {
    margin-right: 0;
    margin-left: 20px; } }
@media (max-width: 1024px) {
  .header-mobile-wrap {
    display: block; }

  .header-desktop {
    display: none; } }
/* ==========================================================================
3.9 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 .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; }
.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 .dropy-nav {
  padding: 0; }
  .header-mobile-menu .dropy-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 .dropy-nav .menu-item .label-image {
      margin-left: 3px; }
    .header-mobile-menu .dropy-nav .menu-item .caret {
      display: flex;
      width: 52px;
      align-items: center;
      margin-left: auto;
      justify-content: end;
      cursor: pointer; }
      .header-mobile-menu .dropy-nav .menu-item .caret::before {
        content: '\f105';
        font-family: 'FontAwesome', sans-serif; }
      .header-mobile-menu .dropy-nav .menu-item .caret.active {
        position: fixed;
        top: 76px;
        justify-content: start; }
    .header-mobile-menu .dropy-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 .dropy-nav .menu-item .sub-menu.megamenu {
        width: 100% !important;
        padding: 20px; }
        .header-mobile-menu .dropy-nav .menu-item .sub-menu.megamenu .e-con > .e-con-inner {
          margin: 0;
          flex-direction: column; }
    .header-mobile-menu .dropy-nav .menu-item.show-sub-menu .caret.active::before {
      transform: rotate(180deg); }
    .header-mobile-menu .dropy-nav .menu-item.show-sub-menu > .sub-menu {
      display: block; }
.header-mobile-menu .block-search {
  padding: 20px;
  border-bottom: 1px solid #D9D9D9; }
  .header-mobile-menu .block-search ~ .mobile-menu-wrapper .dropy-nav .menu-item .caret.active {
    top: 152px; }
  .header-mobile-menu .block-search .form-search .category {
    display: none; }
.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.open .mobile-sidebar-content {
  transform: translateX(0px);
  box-shadow: -3px 0 21px rgba(63, 63, 63, 0.15); }
.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-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; }

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

/* ==========================================================================
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 {
  display: flex;
  align-items: center;
  gap: 20px; }
  .post-item .post-meta > div {
    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 {
    display: inline-flex;
    align-items: center; }
    .post-item .post-meta .post-author img {
      border-radius: 50%;
      margin-right: 5px; }
.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(--dropy-primary-color);
      background-color: var(--dropy-primary-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(--dropy-primary-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 .dropy-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 .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(--dropy-primary-color);
    color: #fff !important; }
  .post-item .slick-arrow.prev {
    left: auto !important;
    right: 50px; }
  .post-item .slick-arrow.next {
    right: 5px !important; }

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

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

.post-grid .post-thumb {
  overflow: hidden;
  border-radius: 10px; }
  .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-info {
  padding: 12px 0 0; }
.post-grid .categories {
  margin-bottom: 12px;
  line-height: 20px; }
.post-grid .categories a:not(:hover) {
  color: #4B5563; }
.post-grid .post-title {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.post-grid .post-meta {
  display: flex;
  justify-content: space-between; }

/*.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; }

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

@media (max-width: 1199px) {
  .post-footer .dropy-share-button {
    float: none;
    text-align: left;
    width: 100%;
    margin-bottom: 10px; }
    .post-footer .dropy-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.prev::after {
        height: 30px; }
    .post-item .slick-arrow::before {
      width: 9px;
      height: 9px;
      top: -3px; }

  .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 {
  padding-top: 40px; }
  .comments-area p {
    margin-bottom: 16px; }
  .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; }
  .commentlist .children {
    padding-left: 145px;
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid #dfdfdf; }

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

.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 .dropy-review__dash {
    display: none; }
  .comment-text .dropy-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 .dropy-review__published-date,
  .comment-text .comment-date {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 9px;
    padding-right: 80px; }
  .comment-text .dropy-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-edit-link::before {
      font-family: 'FontAwesome', sans-serif;
      content: "\f044";
      font-size: 14px; }
  .comment-text .comment-reply-link {
    right: 0; }
    .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; }

.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-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-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(--dropy-primary-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-comment {
  display: inline-block;
  width: 100%; }
  .comment-form .comment-form-comment textarea {
    height: 220px;
    padding: 15px 20px;
    margin-top: 10px; }
.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(--dropy-primary-color); }

.logged-in .comment-form .comment-reply-content {
  width: 100%; }

.dropy-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; }
  @media (max-width: 991px) {
    .main-container {
      padding-top: 30px; } }

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

/* ==========================================================================
5.2 BREADCRUMBS THEME
========================================================================== */
.dropy-breadcrumb {
  background-color: var(--dropy-accent-color);
  color: #4B5563;
  padding: 11px 0; }
  .dropy-breadcrumb .container > *::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;
      position: relative;
      top: 3px; }
    .breadcrumbs .breadcrumb li a:not(:hover) {
      color: inherit; }

.woocommerce-breadcrumb .breadcrumb-sep::before {
  content: url("../images/icons/breadcrumb-arrow.svg");
  padding: 0 10px;
  position: relative;
  top: 3px; }
.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 ol,
#widget-area .widget ul ul,
#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 > h1,
#widget-area > h2,
#widget-area > h3,
#widget-area > h4,
#widget-area > h5,
#widget-area > 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-villco-iconbox .widgettitle {
  color: #fff;
  background-color: var(--dropy-primary-color);
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: capitalize; }
  #widget-area .widget-villco-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-villco-iconbox .iconbox-list .iconbox-item {
  position: relative;
  margin-bottom: 30px; }
  #widget-area .widget-villco-iconbox .iconbox-list .iconbox-item:empty {
    display: none; }
  #widget-area .widget-villco-iconbox .iconbox-list .iconbox-item:last-child {
    margin-bottom: 0; }
  #widget-area .widget-villco-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-villco-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-villco-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(--dropy-primary-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(--dropy-primary-color);
  border-color: var(--dropy-primary-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(--dropy-primary-color); }

/*widget-villco-post*/
.widget-villco-post article:not(:last-child) {
  margin-bottom: 15px; }
.widget-villco-post .post-item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px; }
.widget-villco-post .post-thumb {
  border-radius: 6px;
  position: relative;
  width: 80px;
  overflow: hidden; }
  .widget-villco-post .post-thumb img {
    transition: all 0.25s ease 0s; }
  .widget-villco-post .post-thumb:hover img {
    transform: scale(1.02); }
.widget-villco-post .post-info {
  width: calc(100% - 90px); }
.widget-villco-post .post-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 5px; }
.widget-villco-post .date {
  font-size: 14px;
  line-height: 18px; }

/*widget-villco-social*/
.widget-villco-social .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px; }
  .widget-villco-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(--dropy-secondary-color);
    border-radius: 5px;
    color: var(--dropy-primary-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-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; }

/*.widget .product_list_widget*/
.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: #4B5563; }
  .wc-layered-nav-rating a:hover, .wc-layered-nav-rating.chosen a {
    color: var(--dropy-primary-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: #EAB308; }

/*woocommerce-widget-layered-nav-dropdown*/
#widget-area .widget .select2-container .select2-search--inline {
  padding: 0; }
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 5px; }
#widget-area .widget .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  color: #fff;
  background-color: var(--dropy-primary-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(--dropy-primary-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(--dropy-primary-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(--dropy-primary-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(--dropy-primary-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(--dropy-primary-color);
  border-radius: 15px;
  top: -5px; }

/*dropy_widget_layered_nav*/
.dropy_widget_layered_nav .color-group {
  margin-top: -5px; }
  .dropy_widget_layered_nav .color-group::before, .dropy_widget_layered_nav .color-group::after {
    content: '';
    display: table; }
  .dropy_widget_layered_nav .color-group::after {
    clear: both; }
  .dropy_widget_layered_nav .color-group .term-color {
    float: left;
    margin: 10px 15px 5px 0;
    position: relative; }
    .dropy_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; }
    .dropy_widget_layered_nav .color-group .term-color .count {
      color: #4B5563;
      vertical-align: top;
      display: none; }
    .dropy_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; }
      .dropy_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%); }
    .dropy_widget_layered_nav .color-group .term-color:hover i::before, .dropy_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); }
    .dropy_widget_layered_nav .color-group .term-color:hover i::after, .dropy_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; }
    .dropy_widget_layered_nav .color-group .term-color:hover .term-name {
      opacity: 1;
      visibility: visible; }
.dropy_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; }
  .dropy_widget_layered_nav .inline-group a:last-child {
    margin-right: 0; }
  .dropy_widget_layered_nav .inline-group a:hover, .dropy_widget_layered_nav .inline-group a.selected {
    border-color: #000;
    background-color: #000;
    color: #fff; }

@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: #4B5563;
  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(--dropy-primary-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; }

.dropy-woocommerce-loadmore a {
  padding: 0 30px;
  line-height: 38px;
  text-transform: capitalize;
  color: #4B5563;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  display: inline-block; }
  .dropy-woocommerce-loadmore a:hover {
    color: #fff;
    border-color: transparent;
    background-color: var(--dropy-primary-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 .dropy-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 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    margin-right: 5px; }

/* ==========================================================================
6.0 SHOP THEME
========================================================================== */
/* ==========================================================================
6.1 SHOP CONTROL
========================================================================== */
.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(--dropy-primary-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: #4B5563; }
  .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; }

.dropy-filter-button-wrap {
  display: none;
  margin: 0 20px 0 auto;
  font-size: 0; }
  .dropy-filter-button-wrap .dropy-filter-button {
    display: block; }

.filter-heading {
  display: none;
  padding: 15px 15px 15px 20px;
  background-color: #F6F6F6;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
  .filter-heading h2 {
    font-size: 16px;
    margin: 0; }
  .filter-heading svg {
    vertical-align: top; }

.filter-dropdown .dropy-filter-button-wrap {
  display: inline-block; }
.filter-dropdown .woocommerce-result-count {
  margin-left: 0; }

.filter-slideout .dropy-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; }
  .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; }

.admin-bar .filter-slideout .shop-before-control .shop-sidebar-filter {
  top: 32px; }

body .filter-slideout.open .shop-sidebar-filter {
  margin-left: 0; }

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

  body .filter-dropdown.open .shop-sidebar-filter {
    opacity: 1;
    visibility: visible; } }
@media (max-width: 991px) {
  .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; }
    .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 .filter-heading {
      margin-left: -20px;
      margin-right: -20px;
      display: flex; }

  .admin-bar .filter-dropdown .shop-before-control .shop-sidebar-filter {
    top: 32px; }

  body .filter-dropdown.open .shop-sidebar-filter {
    margin-left: 0; }

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

  .dropy-filter-button-wrap {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 9;
    margin: 0; }
    .dropy-filter-button-wrap .dropy-filter-button {
      color: #fff;
      background-color: var(--dropy-primary-color);
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      text-align: center; }
    .dropy-filter-button-wrap svg {
      transform: rotate(90deg); }

  .has-sidebar .dropy-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; }
    .shop-page .sidebar #widget-area {
      padding-top: 0; }
    .shop-page .sidebar .filter-heading {
      margin-left: -20px;
      margin-right: -20px;
      display: flex; }
  .shop-page.open .sidebar {
    margin-left: 0; }

  .admin-bar .shop-page .sidebar {
    top: 32px; } }
/* ==========================================================================
6.2 PRODUCT ITEM
========================================================================== */
.product-inner,
.product-thumb,
.thumb-link {
  position: relative; }

.product-thumb img {
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 1199px) {
    .product-thumb img {
      width: 100%; } }

.product-item .woocommerce-loop-product__title,
.product-thumb > .onsale,
.product-thumb > .onnew,
.product-thumb > img {
  display: none; }

/*=========*/
.product-item .flash {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1; }

.onnew,
.onsale {
  color: #fff;
  display: table;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  border-radius: 15px; }
  .onnew span,
  .onsale span {
    height: 30px;
    line-height: 30px;
    display: block; }

.onnew {
  background-color: var(--dropy-primary-color); }

.onsale {
  background-color: #D4745E; }

.product-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px; }
  .product-name a:not(:hover) {
    color: inherit; }

span.price {
  display: inline-block;
  font-size: 22px;
  color: var(--dropy-primary-color);
  font-weight: 600;
  line-height: 1.2; }
span.woocommerce-Price-amount {
  font-weight: 600; }

.price del {
  color: #9CA3AF; }
.price ins {
  color: var(--dropy-primary-color);
  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 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 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.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_to_cart ~ .check-svg {
  display: block; }
.add-to-cart-wrap a.added {
  display: none; }

/*.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; }
    .rating-wrapper .star-rating > span::before {
      content: "\f005\f005\f005\f005\f005" !important;
      color: #EAB308 !important; }
  .rating-wrapper .total-review-wrapper {
    font-size: 16px;
    margin-left: 10px; }
    .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: #EAB308;
    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; }

/*.countdown-product*/
.dropy-countdown {
  display: flex;
  gap: 15px;
  flex-wrap: wrap; }
  .dropy-countdown > span {
    display: inline-block;
    border-radius: 10px;
    min-width: 60px;
    height: 60px;
    border: 1px solid;
    color: var(--dropy-primary-color);
    padding: 7px 3px 0;
    text-align: center; }
    .dropy-countdown > span .number {
      display: block;
      font-size: 24px;
      line-height: 1.2083333;
      font-weight: 600; }
    .dropy-countdown > span .text {
      display: block;
      font-size: 14px;
      line-height: 17px; }

.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 .slick-track > img {
      display: none !important; }
    .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(--dropy-primary-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*/
.product-item .product-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
.product-item .product-first-category {
  display: block;
  line-height: 20px;
  margin-bottom: 10px; }
  .product-item .product-first-category a:not(:hover) {
    color: #4B5563; }
.product-item.style-01 .product-inner {
  height: 100%;
  border: 1px solid #E5E7EB;
  background-color: #FBFAF6;
  border-radius: 10px;
  overflow: hidden; }
  .product-item.style-01 .product-inner:hover {
    border-color: var(--dropy-primary-color); }
.product-item.style-01 .product-thumb > .thumb-link {
  display: block; }
.product-item.style-01 .group-button {
  position: absolute;
  right: 5px;
  top: 5px; }
.product-item.style-01 .product-info {
  padding: 15px; }
.product-item.style-01 .add-to-cart-wrap {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  background-color: var(--dropy-primary-color);
  border-radius: 50%;
  transition: all 0.25s ease 0s; }
  .product-item.style-01 .add-to-cart-wrap:hover {
    background-color: var(--dropy-secondary-color);
    color: var(--dropy-primary-color); }
.product-item.style-01 .rating-wrapper {
  margin-bottom: 10px; }
.product-item.style-01 .price {
  line-height: 40px; }
.product-item.style-02 .product-thumb > .thumb-link {
  display: block; }
.product-item.style-02 .group-button {
  position: absolute;
  right: 5px;
  top: 5px; }
.product-item.style-02 .product-info {
  padding: 15px;
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  bottom: -50px;
  transition: all 0.4s ease 0s; }
.product-item.style-02 .product-name {
  font-family: 'Playfair Display', san-serif; }
.product-item.style-02 .add-to-cart-wrap {
  color: #fff;
  background-color: var(--dropy-primary-color);
  transition: all 0.25s ease 0s;
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  text-transform: capitalize; }
  .product-item.style-02 .add-to-cart-wrap:hover {
    background-color: var(--dropy-secondary-color);
    color: var(--dropy-primary-color); }
  .product-item.style-02 .add-to-cart-wrap a {
    width: 100%;
    font-size: 16px; }
.product-item.style-02 .rating-wrapper {
  position: absolute;
  top: 15px;
  left: 15px; }
.product-item.style-02 .price {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400; }
.product-item.style-02 .product-inner {
  height: 100%;
  padding-bottom: 118px; }
  .product-item.style-02 .product-inner:hover .product-info {
    bottom: 0; }
  .product-item.style-02 .product-inner:hover .add-to-cart-wrap {
    opacity: 1;
    visibility: visible; }
.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(--dropy-primary-color);
    border: 1px solid var(--dropy-primary-color);
    border-radius: 10px; }
    .product-item.style-03 .add-to-cart-wrap a:hover {
      background-color: var(--dropy-primary-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-inner {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  overflow: hidden;
  height: 100%; }
  .product-item.style-04 .product-inner:hover {
    border-color: var(--dropy-primary-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 .add-to-cart-wrap {
  position: absolute;
  bottom: 20px;
  right: 15px;
  background-color: var(--dropy-secondary-color);
  color: var(--dropy-primary-color);
  border-radius: 50%;
  transition: all 0.25s ease 0s; }
  .product-item.style-04 .add-to-cart-wrap:hover {
    background-color: var(--dropy-primary-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-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 {
    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 .add-to-cart-wrap a {
      width: 45px;
      height: 45px; }
    .product-item.style-05 .group-button .add-to-cart-wrap: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 .group-button-hover:empty {
    display: none; }
.product-item.style-05 .product-inner:hover .group-button-hover {
  opacity: 1;
  visibility: visible; }
.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-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-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: 5px;
  top: 5px; }
.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(--dropy-primary-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-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(--dropy-secondary-color);
  color: var(--dropy-primary-color);
  border-radius: 50%;
  transition: all 0.25s ease 0s; }
  .product-item.style-08 .add-to-cart-wrap:hover {
    background-color: var(--dropy-primary-color);
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
.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-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: 5px;
  top: 5px; }
.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(--dropy-primary-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-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 .add-to-cart-wrap {
  width: auto !important;
  display: table; }
  .product-item.list .add-to-cart-wrap a {
    font-size: 16px;
    color: var(--dropy-primary-color);
    min-width: 230px;
    border: 1px solid var(--dropy-primary-color);
    border-radius: 6px;
    width: auto;
    padding: 0 20px; }
    .product-item.list .add-to-cart-wrap a:hover {
      background-color: var(--dropy-primary-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; }

@media (max-width: 1199px) {
  .dropy-countdown {
    gap: 5px; }
    .dropy-countdown > span {
      min-width: 38px;
      height: 38px;
      padding: 3px 3px 0;
      text-align: center; }
      .dropy-countdown > span:last-child {
        margin-right: 0; }
      .dropy-countdown > span .number {
        font-size: 15px; }
      .dropy-countdown > span .text {
        font-size: 9px; }

  .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; }
  .product-item.style-07 .product-inner, .product-item.style-08 .product-inner {
    padding: 10px; }
  .product-item.style-10 .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-cart-wrap a,
  .product-item .add-to-cart-wrap {
    width: 35px;
    height: 35px; }
  .product-item.style-01 .group-button .add-to-cart-wrap, .product-item.style-02 .group-button .add-to-cart-wrap {
    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 .add-to-cart-wrap {
    width: 35px;
    height: 35px; }
    .product-item.style-05 .group-button .add-to-cart-wrap a {
      width: 35px;
      height: 35px; }
  .product-item.style-05 .group-button-hover {
    opacity: 1;
    visibility: visible; } }
@media (max-width: 991px) {
  .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.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-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-08 .product-thumb {
    width: 90px; }
  .product-item.style-08 .product-info {
    width: calc(100% - 90px); }
  .product-item.style-10 .product-info {
    width: 100%;
    padding-left: 0;
    padding-top: 15px; }
  .product-item.style-10 product-thumb {
    width: 100%; } }
@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; }

.mfp-iframe-holder .mfp-close:hover {
  background: none; }

.dropy-threed-view {
  cursor: ew-resize;
  overflow: hidden;
  position: relative;
  height: 80% !important;
  max-width: 600px;
  z-index: 9999;
  background-color: #fff; }
  .dropy-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; }
  .dropy-threed-view .previous-image {
    opacity: 0;
    visibility: hidden; }
  .dropy-threed-view .threed-view-images {
    display: none;
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    .dropy-threed-view .threed-view-images img {
      height: auto;
      position: absolute;
      top: 0;
      width: 100%; }
      .dropy-threed-view .threed-view-images img.current-image {
        visibility: visible;
        z-index: 9; }
  .dropy-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; }
    .dropy-threed-view .nav_bar a {
      display: inline-block;
      text-decoration: none;
      width: 40px;
      font-size: 0;
      text-align: center;
      position: relative;
      top: 1px; }
      .dropy-threed-view .nav_bar a:hover {
        background-color: #f9f9f9; }
      .dropy-threed-view .nav_bar a::after {
        font-family: "FontAwesome", sans-serif;
        font-size: 14px; }
      .dropy-threed-view .nav_bar a.nav_bar_play::after {
        content: "\f04b"; }
      .dropy-threed-view .nav_bar a.nav_bar_stop::after {
        content: "\f04d"; }
      .dropy-threed-view .nav_bar a.nav_bar_previous::after {
        content: "\f048"; }
      .dropy-threed-view .nav_bar a.nav_bar_next::after {
        content: "\f051"; }

.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(--dropy-primary-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 .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;
      border-radius: 15px; }
  .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
    width: 100%;
    vertical-align: top;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    overflow: hidden; }
  .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 20px; }
  .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; }
    .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(--dropy-primary-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; }

.contain-left .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important; }

/*.entry-summary*/
.entry-summary .countdown-product {
  background-color: var(--dropy-secondary-color);
  border-radius: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  color: var(--dropy-primary-color);
  display: flex;
  align-items: center;
  padding: 23px 30px 24px 30px;
  gap: 15px; }
.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 .vi-wpvs-variation-style {
    display: block !important; }
    .entry-summary form.cart.variations_form .vi-wpvs-variation-style:last-child {
      margin-bottom: 0; }
  .entry-summary form.cart.variations_form .variations {
    padding-bottom: 20px;
    position: relative;
    border: none; }
    .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(--dropy-primary-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%; }
.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(--dropy-primary-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 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
      animation: dotPulse 0.65s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.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(--dropy-primary-color);
  color: var(--dropy-primary-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(--dropy-primary-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 .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(--dropy-secondary-color);
    color: var(--dropy-primary-color); }
  body.single-product .no-sidebar .entry-summary .product-share-button .social-label {
    display: none; }
body.single-product .no-sidebar .entry-summary .dropy-share-button {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.25s ease 0s;
  background-color: var(--dropy-secondary-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 .dropy-share-button::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -25px;
    height: 30px; }
  body.single-product .no-sidebar .entry-summary .dropy-share-button::after {
    content: '';
    border-width: 19px 12px 0 12px;
    border-style: solid;
    border-color: var(--dropy-secondary-color) transparent transparent transparent;
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%); }
  body.single-product .no-sidebar .entry-summary .dropy-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(--dropy-primary-color);
    color: #fff;
    gap: 0 23px; }
body.single-product .has-sidebar .entry-summary .dropy-countdown + div {
  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 .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 .dropy-share-button {
  display: flex;
  gap: 5px; }
  body.single-product .has-sidebar .entry-summary .dropy-share-button a {
    display: inline-block;
    min-width: 20px; }

@media (max-width: 1366px) {
  .entry-summary .cart .product-buy-now {
    margin-right: 10px; } }
@media (min-width: 1025px) {
  body.single-product .no-sidebar .entry-summary .product-share-button:hover .dropy-share-button {
    opacity: 1;
    visibility: visible; } }
@media (max-width: 1024px) {
  body.single-product .no-sidebar .entry-summary .product-share-button.open .dropy-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 .product-share-button {
    float: none; } }
/*.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 {
  border: none; }
  .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 tr:first-child td {
    padding-top: 0; }
  .product-type-grouped .entry-summary .cart .group_table td {
    border: none;
    padding-top: 20px;
    padding-bottom: 20px; }
    .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; }
  .entry-summary .countdown-product {
    flex-direction: column;
    align-items: start;
    padding: 20px; }

  .contain-left .single-left {
    width: 50%;
    margin-right: 30px; }
  .contain-left .entry-summary {
    width: calc(50% - 30px); } }
@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.next::before {
          content: "\f107"; }
      .contain-left.vertical_thumbnail .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs .slick-arrow.prev::before {
        content: "\f106"; }
  .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); }

  .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;
    cursor: inherit; }
  .contain-left.gallery_thumbnail .woocommerce-product-gallery .zoomImg, .contain-left.sticky_detail .woocommerce-product-gallery .zoomImg {
    display: none !important; }
  .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; } }
@media (max-width: 991px) {
  .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; } }
/*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(--dropy-primary-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(--dropy-primary-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 table th,
    .woocommerce-Tabs-panel table td {
      font-weight: 600;
      padding: 10px; }
    .woocommerce-Tabs-panel table td p {
      margin-bottom: 0; }

@media (max-width: 991px) {
  .wc-tabs li {
    margin: 0 auto 8px;
    padding: 0; }

  .woocommerce-Tabs-panel table th,
  .woocommerce-Tabs-panel table td {
    padding: 5px; } }
/*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: #EAB308; }
    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; }

/* ==========================================================================
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 label {
    position: relative;
    padding-left: 23px;
    font-weight: 600;
    color: #000000;
    cursor: pointer; }
  #shipping_method input[type="radio"] {
    display: none; }
    #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(--dropy-primary-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; }
.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-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(--dropy-primary-color); }
.shop_table .product-thumbnail {
  width: 120px; }
  .shop_table .product-thumbnail img {
    max-width: 100px;
    min-width: 60px;
    border-radius: 10px; }

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; }
body.woocommerce-cart .shop_table tr:first-child td,
body.woocommerce-cart .shop_table tr:first-child th {
  border-top: 0; }

.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(--dropy-secondary-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(--dropy-primary-color);
        color: var(--dropy-primary-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(--dropy-primary-color); }
    .woocommerce-cart-form .shop_table .actions .coupon button.button {
      position: absolute;
      top: 0;
      right: 0;
      background-color: transparent;
      color: var(--dropy-primary-color);
      width: auto; }
    .woocommerce-cart-form .shop_table .actions > button.button {
      float: right;
      margin-bottom: 15px; }

.cart_totals {
  position: relative;
  border: 1px solid var(--dropy-primary-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(--dropy-primary-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 .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 .actions button.button.empty-cart {
        margin-right: 0; }

  .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 tr td,
  .cart_totals .shop_table tr th {
    border-top: 0; }

  .cart_totals {
    padding: 20px 15px; }

  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; } }
/* ==========================================================================
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(--dropy-primary-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-results__option {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap; }
body .select2-container {
  width: 100% !important; }
  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: 1px solid #ebebeb;
  border-radius: 0; }
  body .select2-dropdown .select2-search .select2-search__field {
    background-color: #ffffff;
    padding: 0 16px;
    height: 40px;
    line-height: 40px; }
  body .select2-dropdown .select2-result {
    color: #888888; }
body .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e6e6e6; }
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 !important;
    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: #4B5563 #4B5563 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--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; }

.dropy-checkout-login .woocommerce-info,
.dropy-checkout-coupon .woocommerce-info {
  padding: 14px 30px 13px;
  background-color: var(--dropy-secondary-color);
  border-radius: 10px;
  border: none;
  font-size: 14px;
  line-height: 18px;
  color: #4B5563; }
  .dropy-checkout-login .woocommerce-info a,
  .dropy-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(--dropy-primary-color);
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 30px;
    font-weight: 400; }
    .checkout_coupon .button:hover {
      background-color: #000; }

.dropy-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::after {
  content: '*';
  color: #DD2831; }
.validate-required label .required {
  display: none; }

/*.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;
  border-bottom: 1px solid #EBEBEB; }
  #order_review .shop_table tr {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #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 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 tbody tr td {
    border-color: transparent; }
  #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 thead tr:not(:last-child),
  #order_review .shop_table tfoot tr:not(:last-child) {
    border-bottom: 1px solid #EBEBEB; }
  #order_review .shop_table tfoot {
    font-size: 16px;
    color: #000000;
    position: relative; }
    #order_review .shop_table tfoot th {
      font-weight: 400; }
    #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;
    padding-right: 10px; }
    #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 td,
  #order_review .shop_table th {
    border: none; }
#order_review .shop_table,
#order_review .shop_table thead,
#order_review .shop_table tbody,
#order_review .shop_table tfoot {
  display: block; }

.place-order .woocommerce-terms-and-conditions-wrapper {
  padding: 0 0 5px; }

#place_order {
  width: 100%;
  background-color: var(--dropy-primary-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); }

.dropy-order-review {
  border: 1px solid var(--dropy-primary-color);
  border-radius: 15px;
  padding: 35px; }

.no-sidebar .dropy-order-review {
  float: right;
  width: 490px;
  margin-left: 30px; }

.woocommerce-order .woocommerce-notice {
  font-size: 16px;
  color: var(--dropy-primary-color);
  background-color: var(--dropy-secondary-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(--dropy-primary-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 {
      position: relative;
      background-color: transparent; }
      .woocommerce-order .woocommerce-order-details .shop_table thead::before {
        content: '';
        background-color: var(--dropy-secondary-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 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 th {
      border-bottom: 0; }
    .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(--dropy-primary-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 .dropy-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; }

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

  .dropy-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; }
    .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
      text-align: center; }
  .woocommerce-order .woocommerce-customer-details {
    padding: 30px 15px 10px; }

  #customer_details .col-2 {
    margin-top: 30px; }

  .woocommerce-account-fields > p {
    margin-top: 20px; }

  .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; } }
/* ==========================================================================
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; }
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(--dropy-primary-color);
  display: inline-block;
  padding: 0 30px;
  font-size: 16px; }
  form.woocommerce-form-login .button:hover,
  form.register .button:hover {
    background-color: #1b1b1b; }

.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 .woocommerce-form__label {
  cursor: pointer;
  font-size: 16px;
  position: relative;
  font-weight: normal;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 20px; }
form.woocommerce-form-login .lost_password {
  margin-bottom: 0;
  margin-top: -15px;
  line-height: 20px; }
  form.woocommerce-form-login .lost_password a {
    color: var(--dropy-primary-color);
    vertical-align: top; }

.woocommerce-account.logged-in .page-main-content > .woocommerce {
  display: flex;
  border: 1px solid #EBEBEB;
  border-radius: 15px; }

.woocommerce-MyAccount-navigation {
  width: 17%;
  padding: 30px 30px 30px 30px;
  border-right: 1px solid #EBEBEB;
  min-width: 220px; }
  .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: block; }
      .woocommerce-MyAccount-navigation > ul li.is-active a {
        color: #fff;
        background-color: var(--dropy-primary-color); }

.woocommerce-MyAccount-content {
  width: 83%;
  padding: 40px 30px 30px 30px;
  color: #000; }
  .woocommerce-MyAccount-content p {
    line-height: 20px; }
  .woocommerce-MyAccount-content .form-row label {
    display: block; }
  .woocommerce-MyAccount-content .form-row input {
    width: 100%; }
  .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(--dropy-primary-color); }
  .woocommerce-MyAccount-content h3 {
    margin: 0 0 20px; }

.woocommerce-dashboard .woocommerce-MyAccount-content p {
  max-width: 871px; }

#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 {
  float: none; }
  .woocommerce-ResetPassword .form-row .woocommerce-Button {
    height: 54px;
    line-height: 54px;
    min-width: 150px; }
    .woocommerce-ResetPassword .form-row .woocommerce-Button:hover {
      background-color: var(--dropy-primary-color); }

@media (max-width: 1199px) {
  .dropy-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-account.logged-in .page-main-content > .woocommerce {
    flex-wrap: wrap; }

  .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 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(--dropy-primary-color); }

/* ==========================================================================
7.5 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(--dropy-primary-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); }

/*===============================================================
8.2 DROPY BLOG
===============================================================*/
/*===============================================================
8.3 DROPY CATEGORY
===============================================================*/
@-webkit-keyframes underline-link {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes underline-link {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.dropy-category .category-inner {
  position: relative; }
  .dropy-category .category-inner .category-thumb {
    overflow: hidden;
    position: relative; }
    .dropy-category .category-inner .category-thumb img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: transform 0.25s ease 0s; }
  .dropy-category .category-inner:hover .category-thumb img {
    transform: scale(1.05); }
.dropy-category.style-01 .category-inner .category-info {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 2; }
  .dropy-category.style-01 .category-inner .category-info .title {
    font-size: 24px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700; }
    .dropy-category.style-01 .category-inner .category-info .title a {
      color: #fff; }
  .dropy-category.style-01 .category-inner .category-info .desc {
    line-height: 20px;
    margin-bottom: 15px;
    color: #fff; }
.dropy-category.style-01 .category-inner .category-btn {
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  padding: 16px 30px;
  background-color: #fff;
  color: var(--dropy-primary-color);
  border-radius: 30px; }
  .dropy-category.style-01 .category-inner .category-btn:hover {
    color: #fff;
    background-color: var(--dropy-primary-color); }
.dropy-category.style-01 .category-inner .category-thumb {
  padding-bottom: 320px;
  border-radius: 10px; }
  .dropy-category.style-01 .category-inner .category-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    z-index: 1; }
.dropy-category.style-02 .category-inner {
  text-align: center; }
  .dropy-category.style-02 .category-inner .category-info .title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 400; }
  .dropy-category.style-02 .category-inner .category-thumb {
    padding-bottom: 100%;
    border-radius: 50%; }
.dropy-category.style-03 .category-inner {
  padding: 25px 15px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center; }
  .dropy-category.style-03 .category-inner .category-info .title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 10px; }
  .dropy-category.style-03 .category-inner .category-info .desc {
    line-height: 20px; }
  .dropy-category.style-03 .category-inner .category-thumb {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--dropy-accent-color);
    display: flex;
    justify-content: center;
    align-items: center; }
    .dropy-category.style-03 .category-inner .category-thumb img {
      width: 40px;
      height: 40px;
      position: static; }
.dropy-category.style-04 .category-inner .category-info {
  position: absolute;
  left: 25px;
  bottom: 25px;
  z-index: 2; }
  .dropy-category.style-04 .category-inner .category-info .title {
    font-size: 24px;
    line-height: 29px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700; }
    .dropy-category.style-04 .category-inner .category-info .title a {
      color: #fff; }
.dropy-category.style-04 .category-inner .category-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  font-weight: 600;
  line-height: 20px;
  color: var(--dropy-primary-color);
  padding-bottom: 10px; }
  .dropy-category.style-04 .category-inner .category-btn::before {
    content: '';
    border-bottom: 3px solid;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .dropy-category.style-04 .category-inner .category-btn:hover::before {
    -webkit-animation: underline-link 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
    animation: underline-link 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1; }
.dropy-category.style-04 .category-inner .category-thumb {
  padding-bottom: 320px;
  border-radius: 10px; }
  .dropy-category.style-04 .category-inner .category-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    z-index: 1; }
.dropy-category.style-05 .category-inner {
  padding: 40px 15px 15px;
  background-color: var(--dropy-secondary-color);
  border-radius: 10px;
  text-align: center;
  margin-top: 30px; }
  .dropy-category.style-05 .category-inner .category-info .title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px; }
  .dropy-category.style-05 .category-inner .category-info .desc {
    line-height: 20px; }
  .dropy-category.style-05 .category-inner .category-thumb {
    width: 60px;
    height: 60px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: var(--dropy-primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -30px;
    left: calc(50% - 30px); }
    .dropy-category.style-05 .category-inner .category-thumb img {
      width: 30px;
      position: static; }

@media (max-width: 767px) {
  .dropy-category.style-01 .category-inner .category-info {
    left: 20px;
    bottom: 20px; }
    .dropy-category.style-01 .category-inner .category-info .title {
      font-size: 16px;
      line-height: 20px; }
    .dropy-category.style-01 .category-inner .category-info .desc {
      font-size: 14px; }
    .dropy-category.style-01 .category-inner .category-info .category-btn {
      font-size: 14px;
      padding: 8px 15px; }
  .dropy-category.style-04 .category-inner .category-info {
    left: 20px;
    bottom: 20px; }
    .dropy-category.style-04 .category-inner .category-info .title {
      font-size: 16px;
      line-height: 20px; }
    .dropy-category.style-04 .category-inner .category-info .category-btn {
      font-size: 14px;
      padding-bottom: 5px; }
      .dropy-category.style-04 .category-inner .category-info .category-btn::before {
        content: '';
        border-bottom: 2px solid; } }
/*===============================================================
8.4 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(--dropy-primary-color);
    border-color: var(--dropy-primary-color); }

/*===============================================================
8.5 DROPY COUNTDOWNDEAL
===============================================================*/
@media (min-width: 1200px) {
  .dropy-countdowndeal.style-02 .dropy-countdown > span {
    min-width: 75px;
    height: 75px;
    padding: 10px 3px 0; }
    .dropy-countdowndeal.style-02 .dropy-countdown > span .number {
      font-size: 25px;
      line-height: 1.36; }
    .dropy-countdowndeal.style-02 .dropy-countdown > span .text {
      font-size: 14px;
      line-height: 19px; } }
/*===============================================================
8.6 DROPY PRODUCTS
===============================================================*/
.products {
  list-style: none; }

ul.products {
  padding-left: 0; }

.dropy-products ul.products::after {
  clear: both; }
.dropy-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(--dropy-primary-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(--dropy-primary-color); }
  .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-x .scroll-bar {
      height: 5px;
      min-width: 10px;
      top: -5px;
      border-radius: 5px; }
    .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-x.scroll-scrolly_visible .scroll-element_size {
      left: -11px; }
  .product-list-scroll > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0; }
    .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-y .scroll-element_size {
      top: 0;
      left: -10px;
      min-height: 10px;
      width: 10px;
      border-radius: 10px;
      background: #F5F5F5; }
    .product-list-scroll > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
      top: -11px; }

/*===============================================================
8.7 DROPY 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; }

.dropy-tabs {
  position: relative;
  z-index: 1; }
  .dropy-tabs.loading {
    pointer-events: none; }
    .dropy-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; }
  .dropy-tabs .tab-head {
    margin-bottom: 40px; }
  .dropy-tabs .tab-link {
    padding-left: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
    .dropy-tabs .tab-link li a {
      border-radius: 20px;
      line-height: 20px;
      position: relative;
      display: block;
      padding: 10px 20px;
      background-color: #E5E7EB; }
    .dropy-tabs .tab-link li.active a {
      color: #fff;
      background-color: #2D5F3F; }

@media (max-width: 767px) {
  .dropy-tabs .tab-head .main-title {
    font-size: 20px; }
  .dropy-tabs .tab-link {
    gap: 10px; }
    .dropy-tabs .tab-link li a {
      padding: 4px 15px;
      font-size: 14px; } }
/* ==========================================================================
8.8 DROPY SLIDER
========================================================================== */
.dropy-slider .owl-slick {
  overflow: hidden; }
  .dropy-slider .owl-slick .slider-item {
    display: inline-block;
    vertical-align: top; }
  .dropy-slider .owl-slick .slick-arrow svg {
    width: 20px;
    height: 37px; }
  .dropy-slider .owl-slick .slick-arrow.prev {
    left: 15px; }
  .dropy-slider .owl-slick .slick-arrow.next {
    right: 15px; }
.dropy-slider .slider-inner {
  position: relative;
  overflow: hidden; }
  .dropy-slider .slider-inner picture img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
.dropy-slider .slider-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; }
.dropy-slider .desc p {
  margin-bottom: 10px; }
  .dropy-slider .desc p:last-child {
    margin-bottom: 0; }
.dropy-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 1; }
.dropy-slider.style-01 .slider-inner::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%); }
.dropy-slider.style-01 .slider-info {
  left: 0;
  right: 0; }
.dropy-slider.style-01 .subtitle {
  color: #fff; }
.dropy-slider.style-01 .title {
  color: #fff;
  font-size: 60px;
  line-height: 73px;
  font-weight: 700;
  margin: 0 0 15px;
  max-width: 600px; }
.dropy-slider.style-01 .desc {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  max-width: 600px;
  color: #fff; }
.dropy-slider.style-01 .slider-button a {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  padding: 15px 30px;
  color: #fff;
  border-radius: 30px;
  background-color: var(--dropy-primary-color); }
  .dropy-slider.style-01 .slider-button a:hover {
    background-color: #fff;
    color: var(--dropy-primary-color); }
  .dropy-slider.style-01 .slider-button a:nth-child(2) {
    background-color: #fff;
    color: var(--dropy-primary-color);
    margin-left: 17px; }
    .dropy-slider.style-01 .slider-button a:nth-child(2):hover {
      color: #fff;
      background-color: var(--dropy-primary-color); }
.dropy-slider.style-01 .slick-dots li button {
  background-color: #fff; }
.dropy-slider.style-02 .slider-info {
  left: 0;
  right: 0; }
.dropy-slider.style-02 .subtitle {
  text-transform: uppercase;
  color: var(--dropy-primary-color);
  line-height: 20px;
  margin-bottom: 20px; }
.dropy-slider.style-02 .title {
  font-family: 'Playfair Display', san-serif;
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  margin: 0 0 20px;
  max-width: 50%;
  width: 655px; }
  .dropy-slider.style-02 .title span {
    color: var(--dropy-primary-color); }
.dropy-slider.style-02 .desc {
  margin-bottom: 40px;
  line-height: 20px;
  max-width: 50%;
  width: 655px;
  color: var(--dropy-primary-color); }
.dropy-slider.style-02 .slider-button a {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  padding: 14px 29px;
  color: #fff;
  border: 1px solid var(--dropy-primary-color);
  background-color: var(--dropy-primary-color); }
  .dropy-slider.style-02 .slider-button a:hover {
    background-color: #000;
    color: #fff; }
  .dropy-slider.style-02 .slider-button a:nth-child(2) {
    background-color: transparent;
    color: var(--dropy-primary-color);
    margin-left: 17px; }
    .dropy-slider.style-02 .slider-button a:nth-child(2):hover {
      color: #fff;
      background-color: var(--dropy-primary-color); }
.dropy-slider.style-03 .slider-inner {
  border-radius: 10px; }
  .dropy-slider.style-03 .slider-inner::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%); }
.dropy-slider.style-03 .slider-info {
  left: 50px;
  right: 0; }
.dropy-slider.style-03 .subtitle {
  font-size: 14px;
  color: #fff;
  background-color: #D4745E;
  line-height: 20px;
  margin-bottom: 10px;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 10px; }
.dropy-slider.style-03 .title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin: 0 0 10px;
  max-width: 350px;
  color: #fff; }
.dropy-slider.style-03 .desc {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
  max-width: 350px;
  color: #fff; }
.dropy-slider.style-03 .slider-button a {
  display: inline-block;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 30px;
  color: #fff;
  background-color: var(--dropy-primary-color);
  border-radius: 10px; }
  .dropy-slider.style-03 .slider-button a:hover {
    background-color: #000;
    color: #fff; }
  .dropy-slider.style-03 .slider-button a:nth-child(2) {
    background-color: #fff;
    color: var(--dropy-primary-color);
    margin-left: 17px; }
    .dropy-slider.style-03 .slider-button a:nth-child(2):hover {
      color: #fff;
      background-color: var(--dropy-primary-color); }
.dropy-slider.style-03 .slick-dots li button {
  background-color: #fff; }
.dropy-slider.style-04 .slider-inner::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 60%); }
.dropy-slider.style-04 .slider-info {
  left: 0;
  right: 0; }
.dropy-slider.style-04 .subtitle {
  text-transform: uppercase;
  color: var(--dropy-primary-color);
  line-height: 20px;
  margin-bottom: 20px; }
.dropy-slider.style-04 .title {
  text-transform: uppercase;
  font-size: 96px;
  line-height: 1.21875;
  font-weight: 700;
  margin: 0 0 20px;
  max-width: 690px;
  color: #fff; }
  .dropy-slider.style-04 .title span {
    color: var(--dropy-primary-color); }
.dropy-slider.style-04 .desc {
  margin-bottom: 40px;
  line-height: 20px;
  max-width: 690px;
  color: #D1D5DB; }
.dropy-slider.style-04 .slider-button a {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  padding: 14px 29px;
  color: #000;
  border: 1px solid var(--dropy-primary-color);
  background-color: var(--dropy-primary-color); }
  .dropy-slider.style-04 .slider-button a:hover {
    border-color: #fff;
    background-color: #fff; }
  .dropy-slider.style-04 .slider-button a:nth-child(2) {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    margin-left: 17px; }
    .dropy-slider.style-04 .slider-button a:nth-child(2):hover {
      color: #000;
      background-color: #fff; }

@media (max-width: 1199px) {
  .dropy-slider.style-01 .title {
    font-size: 40px;
    line-height: 1.25;
    max-width: 400px; }
  .dropy-slider.style-01 .desc {
    font-size: 16px;
    max-width: 400px; }
  .dropy-slider.style-01 .slider-button a {
    font-size: 16px;
    padding: 10px 20px; }
  .dropy-slider.style-02 .subtitle {
    margin-bottom: 15px; }
  .dropy-slider.style-02 .title {
    font-size: 40px;
    line-height: 1.25; }
  .dropy-slider.style-02 .desc {
    margin-bottom: 20px; }
  .dropy-slider.style-02 .slider-button a {
    font-size: 16px;
    padding: 9px 19px; }
  .dropy-slider.style-03 .title {
    font-size: 30px;
    line-height: 1.25; }
  .dropy-slider.style-03 .slider-button a {
    padding: 10px 20px; }
  .dropy-slider.style-04 .subtitle {
    margin-bottom: 15px; }
  .dropy-slider.style-04 .title {
    font-size: 60px;
    max-width: 400px; }
  .dropy-slider.style-04 .desc {
    max-width: 450px;
    margin-bottom: 20px; }
  .dropy-slider.style-04 .slider-button a {
    font-size: 16px;
    padding: 9px 19px; } }
@media (max-width: 767px) {
  .dropy-slider.style-01 .title {
    font-size: 24px;
    max-width: 250px; }
  .dropy-slider.style-01 .desc {
    font-size: 14px;
    max-width: 305px; }
  .dropy-slider.style-01 .slider-button a {
    font-size: 13px;
    padding: 6px 15px; }
    .dropy-slider.style-01 .slider-button a:nth-child(2) {
      margin-left: 5px; }
  .dropy-slider.style-02 .title {
    font-size: 24px;
    max-width: 250px; }
  .dropy-slider.style-02 .subtitle {
    font-size: 14px; }
  .dropy-slider.style-02 .desc {
    font-size: 14px;
    max-width: 315px; }
  .dropy-slider.style-02 .slider-button a {
    font-size: 13px;
    padding: 5px 14px; }
    .dropy-slider.style-02 .slider-button a:nth-child(2) {
      margin-left: 5px; }
  .dropy-slider.style-03 .slider-info {
    left: 20px;
    right: 20px; }
  .dropy-slider.style-03 .title {
    font-size: 24px;
    max-width: 250px; }
  .dropy-slider.style-03 .subtitle {
    font-size: 14px;
    padding: 2px 15px; }
  .dropy-slider.style-03 .desc {
    font-size: 14px;
    max-width: 250px; }
  .dropy-slider.style-03 .slider-button a {
    font-size: 13px;
    padding: 8px 15px; }
    .dropy-slider.style-03 .slider-button a:nth-child(2) {
      margin-left: 5px; }
  .dropy-slider.style-04 .title {
    font-size: 28px;
    max-width: 250px; }
  .dropy-slider.style-04 .subtitle {
    font-size: 14px; }
  .dropy-slider.style-04 .desc {
    font-size: 14px;
    max-width: 320px; }
  .dropy-slider.style-04 .slider-button a {
    font-size: 13px;
    padding: 5px 14px; }
    .dropy-slider.style-04 .slider-button a:nth-child(2) {
      margin-left: 5px; } }
/* ==========================================================================
8.9 DROPY IMAGE COMPARE
========================================================================== */
.dropy-imagecompare {
  vertical-align: top; }
  .dropy-imagecompare .beer-reveal {
    border-right: 3px solid #fff; }
  .dropy-imagecompare .beer-handle {
    background: #fff;
    width: 36px;
    height: 36px;
    box-shadow: none; }
    .dropy-imagecompare .beer-handle::before {
      display: none; }
    .dropy-imagecompare .beer-handle::after {
      content: url("../images/icons/arrow-right-left.svg");
      width: 20px;
      height: 20px;
      transform: none;
      top: 8px;
      right: 8px;
      border: none; }
  .dropy-imagecompare .beer-range:focus ~ .beer-handle {
    background: #fff;
    box-shadow: none; }

/* ==========================================================================
8.10 DROPY TESTIMONIALS
========================================================================== */
.dropy-testimonials {
  line-height: 20px; }
  .dropy-testimonials .testimonials-item .testimonials-inner {
    padding: 30px;
    background-color: #FFFFFF;
    border-radius: 10px; }
    @media (max-width: 1199px) {
      .dropy-testimonials .testimonials-item .testimonials-inner {
        padding: 20px 15px; } }
    .dropy-testimonials .testimonials-item .testimonials-inner .rating-wrapper {
      margin-bottom: 20px; }
    .dropy-testimonials .testimonials-item .testimonials-inner .testimonials-info {
      display: flex;
      gap: 20px;
      align-items: center;
      margin-top: 20px; }
      .dropy-testimonials .testimonials-item .testimonials-inner .testimonials-info .testimonials-avatar {
        position: relative;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden; }
        .dropy-testimonials .testimonials-item .testimonials-inner .testimonials-info .testimonials-avatar img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .dropy-testimonials .testimonials-item .testimonials-inner .testimonials-info .testimonials-intro .name {
        font-size: 18px;
        margin: 0 0 5px;
        line-height: 22px; }
      .dropy-testimonials .testimonials-item .testimonials-inner .testimonials-info .testimonials-intro .position {
        font-size: 18px;
        line-height: 22px; }

/* ==========================================================================
8.10 DROPY INFOBOX
========================================================================== */
.dropy-infobox .infobox-item .infobox-inner {
  text-align: center;
  position: relative;
  margin: 8px; }
  .dropy-infobox .infobox-item .infobox-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    border: 1px solid #E5E7EB;
    transform: rotate(3deg); }
  .dropy-infobox .infobox-item .infobox-inner .infobox-info {
    background-color: #fff;
    border: 1px solid #E5E7EB;
    padding: 24px 25px 25px;
    position: relative; }
    .dropy-infobox .infobox-item .infobox-inner .infobox-info .infobox-image {
      position: relative;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto; }
      .dropy-infobox .infobox-item .infobox-inner .infobox-info .infobox-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .dropy-infobox .infobox-item .infobox-inner .infobox-info .title {
      font-size: 18px;
      margin: 9px 0 10px;
      line-height: 24px;
      font-family: "Playfair Display", san-serif; }
    .dropy-infobox .infobox-item .infobox-inner .infobox-info .desc {
      line-height: 20px; }
.dropy-infobox .infobox-item:nth-child(2n) .infobox-inner::before {
  transform: rotate(-3deg); }

.dropy-marquee {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap; }
  .dropy-marquee .marquee-animated {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 30s;
    animation-play-state: running;
    width: max-content;
    will-change: transform, width;
    animation-name: scrolling-left; }
    .dropy-marquee .marquee-animated span {
      padding: 0 40px; }
    .dropy-marquee .marquee-animated svg {
      width: 20px;
      height: 20px; }

@keyframes scrolling-left {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-100%, 0, 0); } }
@media (max-width: 1199px) {
  .dropy-marquee {
    font-size: 16px; }
    .dropy-marquee .marquee-animated span {
      padding: 0 30px; } }
@media (max-width: 767px) {
  .dropy-marquee {
    font-size: 14px; }
    .dropy-marquee .marquee-animated span {
      padding: 0 20px; } }
.dropy-newsletter {
  text-align: center; }

/*# sourceMappingURL=style.css.map */
