/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> COMMON
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                      COMMON > COLORS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

body {
  --accent1: #fcc82f;
  --accent2: #F7911D;
}

/*    -->                                                                                                                                      COMMON > DIMENSIONS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

body {
  --minicart-width: 635px;
}

/*    -->                                                                                                                                      COMMON > PAGINATION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#mfilter-content-container > div > .row:last-child {
  margin-top: 30px !important;
  padding-bottom: 175px;
}

#mfilter-content-container > div > .row > div:last-child {
  color: #000;
  font-weight: 700;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #666;
  border-color: #666;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover,
.pagination > li > a,
.pagination > li > span {
  color: #000;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> HEADER
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                       HEADER > MEGA MENU
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*    -->                                                                      HEADER > MEGA MENU > DEMO SETTINGS             
[2]   =========================================================================================================== */

/*    -->HEADER > MEGA MENU > CHILDREN > DEMO SETTINGS > SHOW UP TO 7 IN LISTS                
[3]   ------------------------------------------------------------- */

#menu .mg-menu-container > .mg-menu-cont:nth-child(n + 8),
.mg-menu-item-children-list > div:nth-child(n + 8) {
  display: none !important;
}

/*    -->                                                                          HEADER > MEGA MENU > VARIABLES                
[2]   =========================================================================================================== */

#menu .dropdown-menu.mega-menu {
  --mega-menu-parent-list-width: 250px;
  --mega-menu-banner-width: 500px;
  --mega-menu-horizontal-padding-per-side: 20px;
  --mega-menu-vertical-padding-per-side: 20px;
}

/*    -->                                                                             HEADER > MEGA MENU > LAYOUT                
[2]   =========================================================================================================== */

#menu > .collapse > .nav > li .dropdown-menu.mega-menu {
  width: 1350px;
  max-width: 100%;
  margin-left: 50% !important;
  transform: translateX(-50%);
  padding: 0px !important;
  height: 396px;
}

#menu > .collapse > .nav > li .dropdown-menu.mega-menu::after {
  content: "";
  width: 200vw;
  height: 100%;
  background: white;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#menu > .collapse > .nav > li .dropdown-menu.mega-menu .dropdown-inner {
  padding: var(--mega-menu-vertical-padding-per-side)
    var(--mega-menu-horizontal-padding-per-side);
}

/*    -->                                                                     HEADER > MEGA MENU > DEV OPEN FIRST
[2]   =========================================================================================================== */

/* #menu > .collapse > .nav > li:nth-child(1) .dropdown-menu.mega-menu {
	display: flex !important;
} */

/*    -->                                                                          HEADER > MEGA MENU > CONTAINER
[2]   =========================================================================================================== */

#menu .mg-menu-container {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  max-height: 100%;
}

header > .container > .row {
    display: flex;
    align-items: center;
}
/*    -->                                                                            HEADER > MEGA MENU > PARENTS
[2]   =========================================================================================================== */

#menu .mg-menu-container > .mg-menu-cont {
  width: var(--mega-menu-parent-list-width);
}

/*    -->                                                                           HEADER > MEGA MENU > CHILDREN                    
[2]   =========================================================================================================== */

/*    -->                    HEADER > MEGA MENU > CHILDREN > TITLES                   
[3]   ------------------------------------------------------------- */

#menu .dropdown-menu.mega-menu .mg-menu-item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}

#menu .dropdown-menu.mega-menu .mg-menu-item-title > a {
  color: black !important;
  font-weight: bold !important;
  font-size: 16px !important;
  padding: 12px 0px 12px 10px;
  min-width: auto !important;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* HEADER > MEGA MENU > CHILDREN > TITLES > LINE */

#menu .dropdown-menu.mega-menu .mg-menu-item-title.with-children > a:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(15px, -50%);
  width: 0px;
  background: var(--accent2);
  height: 1px;
}

/*    -->                     HEADER > MEGA MENU > CHILDREN > LISTS                   
[3]   ------------------------------------------------------------- */

#menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-children-list {
  position: absolute;
  left: calc(var(--mega-menu-parent-list-width) + 20px);
  top: 20px;
  /* border: 1px solid blue; */
  height: 100%;
  width: calc(
    100% - var(--mega-menu-banner-width) - var(--mega-menu-parent-list-width)
  );
  transform: translateX(-10px);
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-bottom: 20px !important;
  box-sizing: border-box;
}

#menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-children-list > div {
  /* border: 1px solid green; */
  width: 50%;
}

#menu
  .dropdown-menu.mega-menu
  .mg-menu-cont
  .mg-menu-item-children-list
  > div
  > a {
  font-size: 16px;
  padding: 8px !important;
}

/*    -->                     HEADER > MEGA MENU > CHILDREN > LINKS                   
[3]   ------------------------------------------------------------- */

#menu .dropdown-menu.mega-menu a {
  line-height: normal !important;
}

/*    -->                     HEADER > MEGA MENU > CHILDREN > BANNER              
[3]   ------------------------------------------------------------- */

#menu .dropdown-menu.mega-menu .see-all {
  /*padding: 20px !important;*/
  display: flex;
  justify-content: flex-end;
  max-width: 50%;
  width: 100%;
}

.dropdown-menu.mega-menu .see-all .img-responsive {
  height: 100%;
  width: auto;
  padding: 20px !important;
}

/*    -->                                                                            HEADER > MEGA MENU > EFFECTS
[2]   =========================================================================================================== */

/*    -->                       HEADER > MEGA MENU > EFFECTS > LINE                 
[3]   ------------------------------------------------------------- */

#menu .dropdown-menu.mega-menu .mg-menu-item-title > a:after {
  transition: all 0.14s;
}

#menu
  .dropdown-menu.mega-menu
  .mg-menu-cont:hover
  .mg-menu-item-title
  > a:after {
  width: 200px;
  transition: all 1s;
}

/*    -->              HEADER > MEGA MENU > EFFECTS > CHILDREN LIST                 
[3]   ------------------------------------------------------------- */

#menu .mg-menu-container > .mg-menu-cont .mg-menu-item-children-list {
  transition: all 0.14s;
}

#menu .mg-menu-container > .mg-menu-cont:hover .mg-menu-item-children-list {
  transition: all 0.3s 0.3s;

  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}

/*    -->                                HEADER > MEGA MENU > LINKS                   
[3]   ------------------------------------------------------------- */

#menu .dropdown-menu.mega-menu a {
  transition: all 0.12s;
}

#menu .dropdown-menu.mega-menu a:hover {
  color: var(--accent2) !important;
}

/*    -->                               HEADER > MEGA MENU > TITLES                   
[3]   ------------------------------------------------------------- */

#menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-title > a > span {
  transform-origin: center center;
  transition: all 0.12s;
  display: block;
}

#menu
  .dropdown-menu.mega-menu
  .mg-menu-cont:hover
  .mg-menu-item-title
  > a
  > span {
  transform: scale(1.05) !important;
  color: var(--accent2) !important;
}

/*    -->                                                                                                                                        HEADER > MINICART             
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/*    -->                                                                              HEADER > MINICART > LAYOUT
[2]   =========================================================================================================== */
#cart .dropdown-menu {
  display: block !important;
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100vh;
  transform: translateX(100%);
  transition: all 0.4s;
  border-radius: 0px;
  padding: 20px;
  width: var(--minicart-width);
  background: white;
  border: none;
  margin: 0px;
}
body:before {
  transition: all 0.4s;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
}
/*    -->                     HEADER > MINICART > LAYOUT > SECTIONS
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu > li.top-section .minicart_content {
  max-height: calc(100vh - 405px);
  overflow: auto;
}
#cart .dropdown-menu > li.bottom-section {
  height: 295px;
}
/*    -->                    HEADER > MINICART > LAYOUT > SCROLLBAR                     
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu > li.top-section .minicart_content::-webkit-scrollbar {
  width: 6px !important;
}
#cart
  .dropdown-menu
  > li.top-section
  .minicart_content::-webkit-scrollbar-thumb {
  background: var(--accent2) !important;
  border-radius: 3px !important;
  border: none !important;
}
#cart
  .dropdown-menu
  > li.top-section
  .minicart_content::-webkit-scrollbar-thumb:hover {
  background: var(--accent2) !important;
}
#cart
  .dropdown-menu
  > li.top-section
  .minicart_content::-webkit-scrollbar-track {
  background: #d8d8d8 !important;
  border-radius: 3px !important;
}
/*    -->                                                                             HEADER > MINICART > ENABLED                                          
  [2]   =========================================================================================================== */
.cart_enabled #cart .dropdown-menu {
  transform: translateX(0px);
}
.cart_enabled body:before {
  opacity: 1;
  visibility: visible;
  width: calc(100% - var(--minicart-width));
}
/*    -->                                                                               HEADER > MINICART > EMPTY                                       
  [2]   =========================================================================================================== */
#cart .dropdown-menu .cart-empty {
  font-size: 18px;
  margin-top: 100px;
  color: black;
}
/*    -->                                                                               HEADER > MINICART > INTRO                                          
  [2]   =========================================================================================================== */
.minicart_intro {
  margin-bottom: 22px;
}
.minicart_intro .title {
  color: #000000;
  font-size: 12.79px;
  letter-spacing: 0.85px;
  line-height: 15px;
  text-align: center;
  font-family: var(--font1);
  text-transform: uppercase;
}
.minicart_intro .subtitle {
  font-family: var(--font2);
  color: #000000;
  font-size: 34.12px;
  line-height: 41px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
/*    -->                         HEADER > MINICART > INTRO > EMPTY
  [3]   ------------------------------------------------------------- */

#cart .dropdown-menu li.cart-empty p {
  margin: 20px 0;
  font-family: var(--font2);
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 10px;
}
/*    -->                                                                        HEADER > MINICART > CLOSE BUTTON                                          
  [2]   =========================================================================================================== */
#cart_close_button {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
/*    -->                                                                        HEADER > MINICART > PRODUCT LIST                                          
  [2]   =========================================================================================================== */
/*    -->                 HEADER > MINICART > PRODUCT LIST > LAYOUT                        
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .table-products {
  border-collapse: separate;
  border-spacing: 0 25px;
  margin-top: -25px;
  padding-right: 30px;
  padding-left: 10px;
}
#cart .dropdown-menu .table-products td,
#cart .dropdown-menu .table-products th {
  border: none;
}
#cart .dropdown-menu .table-products > tbody > tr {
  position: relative;
}
/*    -->                 HEADER > MINICART > PRODUCT LIST > THUMB                        
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .product-thumb {
  vertical-align: middle;
  width: 150px;
  height: 150px;
  padding: 15px;
}
#cart .dropdown-menu .product-thumb img {
  width: 100%;
  height: auto;
}
#cart .dropdown-menu .product-thumb .img-thumbnail {
  /* width: 150px;
    height: 150px; */
  border-radius: 0px;
  border: none;
}
/*    -->                 HEADER > MINICART > PRODUCT LIST > INFO                    
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .product-info {
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 15px 0px 15px 20px;
}
#cart .dropdown-menu .product-info a {
  color: #000000;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
/*    -->                HEADER > MINICART > PRODUCT LIST > OPTIONS                             
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .product-info .product-options {
  margin-bottom: 8px;
}
#cart .dropdown-menu .product-info .product-options .option-name {
  font-weight: bold;
  color: black;
  font-size: 14px;
  text-transform: uppercase;
}
#cart .dropdown-menu .product-info .product-options .option-value {
  color: #6c6c6c;
  font-size: 15px;
}
/*    -->                  HEADER > MINICART > PRODUCT LIST > PRICE                             
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .product-info .product-price {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-top: auto;
}
/*    -->                    HEADER > MINICART > PRODUCT LIST > QTY                             
  [3]   ------------------------------------------------------------- */
td.text-right.product-qty {
  vertical-align: bottom;
  font-size: 18px;
  font-weight: bold;
  color: black;
  position: absolute;
  bottom: 6px;
  right: 25px;
  border: none !important;
}
/*    -->                 HEADER > MINICART > PRODUCT LIST > REMOVE                             
  [3]   ------------------------------------------------------------- */
td.text-center.product-remove {
  width: 15px;
}
header #cart .btn.btn-danger.btn-xs {
  background: none;
  border-radius: 0px;
  border: none;
  padding: 5px;
  transform: translate(5px, -2px);
}
/*    -->                                                                      HEADER > MINICART > BOTTOM SECTION
  [2]   =========================================================================================================== */
li.bottom-section {
  margin-top: auto;
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #0f0f0f;
  width: 100%;
  padding: 25px 20px;
}
li.bottom-section > div.container {
  width: 390px;
  max-width: 100vw;
}
/*    -->              HEADER > MINICART > BOTTOM SECTION > TOTALS              
  [3]   ------------------------------------------------------------- */
/* hide subtotal section */
.bottom-section .container .totals > div:first-child {
  display: none;
}
.bottom-section .container .totals > div {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: white;
}
.bottom-section .container .totals > div .total-title {
  font-size: 16px;
  font-weight: 600;
}
.bottom-section .container .totals > div .total-text {
  font-size: 25px;
  font-weight: bold;
}
/*    -->              HEADER > MINICART > BOTTOM SECTION > BUTTONS              
  [3]   ------------------------------------------------------------- */
#cart .dropdown-menu .cart-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#cart .dropdown-menu .cart-footer > a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-items: center;
  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  background: black;
}
#cart .dropdown-menu .cart-footer > a:first-child {
  margin-bottom: 10px;
  background: var(--accent2);
}
#cart .dropdown-menu .cart-footer > a:last-child {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: none;
}
#cart .dropdown-menu .cart-footer > a > * {
  margin: 0 auto;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> FOOTER
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                             FOOTER > LAYOUT
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

footer {
  margin-top: 50px;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> FOOTER
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

footer {
  background: #1b1b1b;
  padding-top: 0px;
  --FooterSidePadding: 45px;

  background-repeat: no-repeat;
  background-position: center 37px;

  margin-top: 100px;
}

/*    -->                                                                                                                                         FOOTER > COLUMNS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

html:not(.product-product) footer {
  margin-top: 80px;
}

/*    -->                                                                               FOOTER > COLUMNS > LAYOUT
[2]   =========================================================================================================== */

footer .container {
  width: 100%;
  padding: 45px var(--FooterSidePadding) 0px;
}

footer .links-row {
  display: flex;
}

footer .footer-column {
  flex: 1;
}

footer .footer-column.newsletter_socials_column {
  flex: 1.5;
}

/*    -->                                                                                FOOTER > COLUMNS > TITLE
[2]   =========================================================================================================== */

footer .footer-column h5 {
  color: var(--accent2);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

/*    -->                                                                                FOOTER > COLUMNS > TEXT
[2]   =========================================================================================================== */

footer .footer-column a {
    font-size: 15px;
    margin: 9px 0px !important;
    display: block;
    color: white;
    max-width: 80%;
    transition: all 0.2s;
}

footer .footer-column a:hover {
    opacity: 0.7;
    padding-left: 3px;
}

footer .footer-column span {
  font-size: 15px;
}

/*    -->                                                                                FOOTER > COLUMNS > LINKS
[2]   =========================================================================================================== */

.footer-column :not(h5) {
  font-size: 15px;
}

/*    -->                                                                 FOOTER > COLUMNS > NEWSLETTER & SOCIALS
[2]   =========================================================================================================== */

/*    -->          FOOTER > COLUMNS > NEWSLETTER > LAYOUT                 
[3]   ------------------------------------------------------------- */

.footer-column .newsletter_section .news-form {
  text-align: left;
}

/*    -->           FOOTER > COLUMNS > NEWSLETTER > TITLE                 
[3]   ------------------------------------------------------------- */

.footer-column .newsletter_section > h3 {
  font-family: var(--font2);
  font-size: 37px;
  color: white;
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: bold;
}

/*    -->           FOOTER > COLUMNS > NEWSLETTER > INPUT                          
[3]   ------------------------------------------------------------- */

.footer-column .newsletter_section .news-form input#email {
  background: transparent;
  color: white !important;
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  font-size: 15px !important;
  height: 40px;
  line-height: 50px;
  padding: 0px 5px 0px 0px !important;
  box-sizing: border-box !important;
  width: calc(100% - 165px) !important;
  margin-right: 20px;
}

.footer-column
  .newsletter_section
  .news-form
  input#email::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
}

.footer-column .newsletter_section .news-form input#email::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
}

.footer-column
  .newsletter_section
  .news-form
  input#email:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
}

.footer-column
  .newsletter_section
  .news-form
  input#email::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
}

.footer-column .newsletter_section .news-form input#email::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
}

.footer-column .newsletter_section .news-form input#email::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
}

.footer-column .newsletter_section .news-form input#email:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
}

.footer-column .newsletter_section .news-form input#email::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
}

.footer-column .newsletter_section .news-form input#email::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1 !important;
}

.footer-column
  .newsletter_section
  .news-form
  input#email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.4) !important;
}

.footer-column
  .newsletter_section
  .news-form
  input#email::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.4) !important;
}

/*    -->          FOOTER > COLUMNS > NEWSLETTER > BUTTON                 
[3]   ------------------------------------------------------------- */

.footer-column .newsletter_section .news-form #subscribe {
  padding: 13px 0px !important;
  font-size: 14px !important;
  width: 145px !important;
  font-weight: bold;
  text-transform: uppercase;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  box-sizing: border-box;
  background: var(--accent2);
  line-height: 1 !important;
}

/*    -->          FOOTER > COLUMNS > NEWSLETTER > TERMS                 
[3]   ------------------------------------------------------------- */

.footer-column .newsletter_section .buttons {
}

.footer-column .newsletter_section .buttons {
  display: flex;
}

.footer-column .newsletter_section .buttons input[type="checkbox"] {
  margin-top: 2px !important;
}

.footer-column .newsletter_section .buttons .pull-center {
  margin-left: 10px;
}

.footer-column .newsletter_section .buttons .pull-center {
  line-height: 1;
  font-size: 13px;
}

.footer-column .newsletter_section .buttons .pull-center a {
  display: inline !important;
}

.footer-column .newsletter_section .buttons .pull-center a b {
  line-height: 1;
  font-size: 13px;
  margin-left: 0px !important;
}

/*    -->          FOOTER > COLUMNS > NEWSLETTER > ERRORS                 
[3]   ------------------------------------------------------------- */

.footer-column .newsletter_section .error.not-valid,
.footer-column .newsletter_section .error.allready {
  font-weight: bold;
  letter-spacing: normal;
  background: #ffffff;
  padding: 5px;
  text-align: center;
  color:#EB0000!important;
}

/*    -->         FOOTER > COLUMNS > NEWSLETTER-GUEST EXTRA CSS             
[3]   ------------------------------------------------------------------------------ */
/**************************************************************************************/

.news-form {
	margin: auto !important;
	text-align: center;
	display: flex;
	max-width: 1650px;
}
.footer-column .newsletter_section .news-form .col-sm-6:first-child {
	display: none;
}
.footer-column .newsletter_section .news-form .col-sm-6 {
	width: 100% !important;
}
.news-form .row {
	width: 100%;
}
.news-form h2 {
	margin: 0px 0px 40px;
	text-align: left;
	font-size: 50px;
	font-weight: 300;
}
.news-form h3 {
	font-size: 20px !important;
	font-weight: normal;
}
.news-form h2 .fa.fa-paper-plane-o {
	font-size: 20px;
	margin-right: 10px;
}
.news-form #email {
	width: ;
	padding: 11px;
	padding-top: 2px;
	border: unset;
	font-size: 17px;
	border-bottom: 2px solid black;
	color: #333;
	background: #f4f4f4;
}
.news-form #email:focus-visible {
	outline: none;
}
.news-form #subscribe {
	width: 25%;
	padding: 12px;
	border: unset;
	background: black;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

a.agree{
   font-size:13px; 
    
}
.error.not-valid, .error.allready {
	margin-top: 15px;
	font-weight: bold;
	color: #ff0000;
	letter-spacing: 0.5px;
}
.success.thankyou {
	margin-top: 15px;
	font-weight: bold;
	color: #33ae46;
	letter-spacing: 0.5px;
}
.alert.alert-success.alert-dismissible.tk-add-cart.error.allready .deleteusr {
	background: red;
	color: white;
	padding: 5px 35px;
	border: unset !important;
	box-shadow: unset !important;
}
.pop-allready {
    display: flex;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 1001;
    color: #333;
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 30px #333;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}
.pop-allready::before {
    position: absolute;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}
.col-sm-12 p {
    font-weight: bold;
}
.deleteusr {
    background: #EB0000;
    color: white;
    padding: 5px 35px;
    border: unset !important;
    box-shadow: unset !important;
}
.add-to-cart-inner {
    display: flex;
    flex-direction: column;
    width: 400px;
    background: white;
    box-shadow: 1px 1px 30px #333;
}
.add-to-cart-inner .tk-cart-header {
    font-weight: 300;
    color: #333;
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    letter-spacing: 1px;
    line-height: 25px;
}
.tk-cart-header {
    order: 2;
}
.tk-cart-body {
    order: 3;
    display: flex;
    justify-content: space-between;
    padding: 40px 25px;
    align-content: center;
    align-items: center;
}
.close {
    opacity: 1;
    text-shadow: unset;
    top: 0;
    right: 0;
    font-size: 30px;
    padding: 5px !important;
    text-align: end;
    padding-right: 10px !important;
}

/******************************************************************************************/



/*    -->         FOOTER > COLUMNS > SOCIALS                 
[3]   ------------------------------------------------------------- */

.footer-column .socials_section {
  display: flex;
  margin-top: 55px;
}

.footer-column .socials_section a {
  margin-right: 30px !important;
}

.footer-column .socials_section svg {
  /* width: 10px; */
  fill: white;
  height: 17px;
}

.footer-column .socials_section h5 {
  margin-right: 50px;
}

/*    -->                                                                                                                                         FOOTER > POWERED
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.powered_by {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: normal;
  margin-top: 50px;
}

.powered_by > div {
  display: flex;
  align-items: center;
}

.powered_by img {
  margin-left: 5px;
}

/*    -->                                                                                                                                        FOOTER > PAYMENTS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.payments-row {
  background: white;
  height: 54px;
  display: flex;
  align-items: center;
  width: 100vw;
  margin-left: calc(0px - var(--FooterSidePadding));
  padding: 0px var(--FooterSidePadding);
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
}

.payments-row > div {
  margin-right: 20px;
}


/*    -->                                                                                                                                         FOOTER > POWERED
            [1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
            
            .powered_by {
            	display: flex;
            	justify-content: space-between;
            	font-size: 14px;
            	line-height: normal;
            	margin-bottom: 15px;
            	align-items: center !important;
            }
            
            .powered_by img{
                margin-left: 5px;
            }


/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> PRODUCT PAGE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                    PRODUCT PAGE > LAYOUT 
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*    -->                                                                      PRODUCT PAGE > LAYOUT > TOP SECTION                    
[2]   =========================================================================================================== */

#product-product #content > .row:first-child {
  margin-bottom: 50px;
}

.product_grid {
  display: flex;
}

.product_grid > div:first-child {
  background-color: #ffffff;
}

.product_grid .breadcrumb {
  display: flex !important;
  justify-content: flex-end !important;
  background: #ffffff !important;
}

/*    -->                                                                                                                          PRODUCT PAGE > RELATED PRODUCTS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#product-product .related_products_section > div:nth-child(n + 5) {
  display: none !important;
}

/*    -->                                                                                                                           PRODUCT PAGE > RECENTLY VIEWED
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#product-product #content > h3 {
  color: #202020;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 35px;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

#product-product .recently_viewed {
  padding-bottom: 80px !important;
  max-width: 1350px;
  margin: auto;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> PRODUCT GRID
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                    PRODUCT GRID > LABELS
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.labels_container {
  display: flex;
  align-items: center;
  margin-top: 10px;
  height: 28px;
}

.labels_container > div:not(:last-child) {
  margin-right: 2px;
}

/*    -->                                                                          PRODUCT GRID > LABLES > COMMON
[2]   =========================================================================================================== */

.labels_container > div {
  color: #ffffff;
  font-size: 14px;
  line-height: normal;
  padding: 5px 10px;
  font-weight: bold;
}

/*    -->                                                                             PRODUCT GRID > LABLES > NEW
[2]   =========================================================================================================== */

.labels_container > div.label_new {
  background: #666;
}

/*    -->                                                                      PRODUCT GRID > LABLES > BESTSELLER
[2]   =========================================================================================================== */

.labels_container > div.label_bestseller {
  background: #101010;
}

/*    -->                                                                             PRODUCT GRID > LABLES > SALE
[2]   =========================================================================================================== */

.labels_container > div.label_sale {
  background: #ad0000;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> BLOG PAGE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                      BLOG PAGE > CONTENT
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

#latestpost {
  display: flex;
  margin-top: 70px;
}

#latestpost * {
  font-family: inherit !important;
}

#latestpost .image.listimg {
  width: 500px;
}

#latestpost .image.listimg .img-responsive {
  width: 100%;
}

#latestpost > .row {
  width: calc(100% - 500px);
}

#latestpost > .row .headtitle {
  position: relative;
  background: none;
  opacity: 1;
  display: flex;
  flex-direction: column;
}

#latestpost > .row .headtitle > div:first-child {
  display: none;
}

#latestpost > .row .description {
  color: #444;
  line-height: 26px;
  text-align: justify;
  margin-top: 25px;
  font-size: 15px;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 41px;
  column-gap: 41px;
  font-weight: normal !important;
}

/*
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
ΛΛΛ
||||| --> RESPONSIVE
VVV
VVV
VVV
VVV
VVV
VVV
VVV
*/

/*    -->                                                                                                                                      RESPONSIVE > GENERIC
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

body {
  --responsivePadding: 15px;
}

@media (max-width: 991px) {
  #common-home #content > .row.swiper-viewport,
  #common-home #content > .row {
    margin-bottom: 20px !important;
  }
}
/*    -->                                                                 RESPONSIVE > GENERIC > SECTION HEADINGS                            
[2]   =========================================================================================================== */

@media (max-width: 991px) {
}

@media (max-width: 600px) {
  #common-home #content .row h3,
  #common-home h3.headingmain,
  #common-home .carousel.swiper-viewport h3,
  #content > .row > h3,
  #content > h3 {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid var(--accent2) !important;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  #common-home #content .row h3::after,
  #common-home h3.headingmain::after,
  #common-home .carousel.swiper-viewport h3::after,
  #product-product #content h3::after {
    display: none !important;
  }
}

/*    -->                                                           RESPONSIVE > GENERIC > BOTTOM SECTION BUTTONS                         
[2]   =========================================================================================================== */

@media (max-width: 767px) {
  #content > .buttons {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  #content > .buttons > div {
    margin: 5px 0px;
  }
}

/*    -->                                                                                                                                     RESPONSIVE > HEADER
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*    -->                                                                             RESPONSIVE > HEADER > COLORS
[2]   =========================================================================================================== */

@media (max-width: 767px) {
  #menu {
    background: black !important;
  }
  #menu .nav > li > a {
    color: white !important;
  }
}

/*    -->                                                                             RESPONSIVE > HEADER > LOGO
[2]   =========================================================================================================== */

@media (max-width: 767px) {
  header .row > .col-sm-2 {
    width: 138px;
  }

  header .row > .col-sm-3 {
    width: calc(100% - 138px);
  }
}

@media (max-width: 400px) {
  header .row > .col-sm-2 {
    width: 110px;
    padding: 0px !important;
  }

  header .row > .col-sm-3 {
    width: calc(100% - 110px);
  }
}

/*    -->                                                                           RESPONSIVE > HEADER > SEARCH
[2]   =========================================================================================================== */

@media (max-width: 990px) {
  .live-search-div {
    max-width: 400px !important;
    width: 300px !important;
  }
  .live-search-div ul li .product-name {
    font-size: 13px !important;
    line-height: normal !important;
    margin-top: 0px !important;
  }

  .live-search-div ul li a {
    display: flex !important;
    align-items: center !important;
  }

  .live-search-div ul li .product-price {
    margin-top: 0px !important;
  }

  .live-search-div ul li .product-price > span {
    line-height: normal !important;
  }

  .live-search-div .product-price > .special {
    margin-top: 0px !important;
  }
}

@media (max-width: 767px) {
  header .row > .col-sm-6 #search .input-lg {
    height: 30px !important;
    line-height: 30px !important;
    color: white;
    border: none !important;
  }

  #search .btn.btn-default.btn-lg {
    height: 30px !important;
    line-height: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #search .btn.btn-default.btn-lg .search-path {
    stroke: white !important;
  }

  .live-search-div {
    top: 40px !important;
    right: 0px !important;
    left: auto !important;
    transform: none !important;
  }
}

/*    -->                                                                            RESPONSIVE > HEADER > ICONS
[2]   =========================================================================================================== */

@media (max-width: 768px) {
  header .row > .col-sm-3 .list-inline img.hd-icons {
    margin-top: 4px;
    margin-bottom: 1px;
  }
}

/*    -->                                                                             RESPONSIVE > HEADER > MENU
[2]   =========================================================================================================== */

#menu .btn-navbar em::before {
  font-size: 24px !important;
}

#menu .dropdown-menu.mega-menu .view_all_link {
  display: none;
}

@media (max-width: 1199px) {
  #menu .dropdown-menu.mega-menu {
    --mega-menu-parent-list-width: 200px;
    --mega-menu-horizontal-padding-per-side: 15px;
    --mega-menu-vertical-padding-per-side: 15px;
  }

  .dropdown-menu.mega-menu .see-all .img-responsive {
    width: 100% !important;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  #menu .nav > li > a {
    font-size: 13px !important;
  }

  #menu .dropdown-menu.mega-menu .mg-menu-item-title > a {
    font-size: 13px !important;
    padding: 6px 0px 6px 10px !important;
  }

  #menu
    .dropdown-menu.mega-menu
    .mg-menu-cont
    .mg-menu-item-children-list
    > div
    > a {
    font-size: 13px !important;
    padding: 6px !important;
  }
}



@media (max-width: 767px) {
  .navbar-header {
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    padding: 5px 5px;
  }

  #menu .btn-navbar {
    padding: 2px 8px !important;
  }

  #menu .nav > li.dropdown > a {
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px !important;
  }

  #menu .nav > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px !important;
  }

  #menu .nav > li.dropdown > a:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 11px;
    color: white;
    transition: all 0.4s;
  }

  #menu .nav > li.dropdown:hover > a:after {
    transform: rotateX(180deg);
  }

  .navbar-header:before,
  .navbar-header:after {
    display: none !important;
  }

  #menu #category {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppsecase;
    padding: 8px 10px;
  }

  .mega-menu-cont-main #menu .nav.navbar-nav > li {
    position: relative !important;
  }

  #menu > .collapse > .nav > li .dropdown-menu.mega-menu {
    position: relative !important;
    height: auto !important;
    margin: 0px !important;
    transform: none !important;
    border: none !important;
    top: 0px !important;
    max-height: 0px;
    overflow: auto;
    background: white;
    border-radius: 0px;
    transition: all 0.4s;
    display: flex !important;
  }

  #menu > .collapse > .nav > li.dropdown:hover .dropdown-menu.mega-menu {
    max-height: 300px !important;
  }

  #menu .mg-menu-container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .dropdown-menu.mega-menu .dropdown-inner {
    width: 100%;
  }

  #menu .mg-menu-container {
    flex: 1 !important;
  }

  #menu .mg-menu-container > .mg-menu-cont {
    width: 50% !important;
  }

  #menu > .collapse > .nav > li .dropdown-menu.mega-menu .dropdown-inner {
    display: flex !important;
  }
  #menu .dropdown-menu.mega-menu .view_all_link {
    display: block;
    background: black;
    color: white !important;
    text-align: center;
    padding: 10px 5px;
    width: 150px;
    max-width: 100%;
    margin: 20px auto 0px auto;
    position: -webkit-sticky !important;
    position: sticky !important;
    bottom: 15px;
    width: 100% !important;
  }
  #menu > .collapse > .nav > li .dropdown-menu.mega-menu .dropdown-inner {
    flex-direction: column;
  }

  #menu .dropdown-menu.mega-menu .see-all {
    display: none !important;
  }

  #menu .dropdown-menu.mega-menu .mg-menu-item-title > a {
    padding: 6px !important;
    background: none !important;
  }

  #menu .dropdown-menu.mega-menu .mg-menu-cont .mg-menu-item-children-list {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: none;
    top: 0px;
    left: 0px;
    height: auto;
    width: auto;
    padding-bottom: 0px;
  }

  #menu > .collapse > .nav > li .dropdown-menu.mega-menu::after,
  #menu .dropdown-menu.mega-menu .mg-menu-item-title.with-children > a::after {
    display: none !important;
  }

  #menu
    .dropdown-menu.mega-menu
    .mg-menu-cont
    .mg-menu-item-children-list
    > div
    > a {
    color: black !important;
    background: none;
  }
}

@media (max-width: 400px) {
  #menu .mg-menu-container > .mg-menu-cont {
    width: 100% !important;
  }
  #menu .mg-menu-container {
    flex: unset !important;
    width: 100% !important;
  }
  #menu > .collapse > .nav > li .dropdown-menu.mega-menu .dropdown-inner {
    display: unset !important;
  }
}

@media(min-width:768px){
    
    #menu #category{
        color:#000000!important;
    }
}


/*    -->                                                                              RESPONSIVE > HEADER > CART              
[2]   =========================================================================================================== */

@media (max-width: 635px) {
  body {
    --minicart-width: 100vw !important;
  }

  #cart .dropdown-menu > li.bottom-section {
    height: auto !important;
  }

  /* li.bottom-section > div.container{
    width: 280px !important;
  } */

  #cart .dropdown-menu {
    padding: 20px 0px;
  }

  #cart .dropdown-menu .product-info a {
    font-size: 14px;
    line-height: normal;
  }

  .minicart_intro .subtitle {
    font-size: 25px !important;
    line-height: normal !important;
  }

  #cart .dropdown-menu .product-info .product-options .option-name,
  #cart .dropdown-menu .product-info .product-options .option-value {
    font-size: 12px;
  }

  #cart .dropdown-menu .table-products {
    padding: 0px !important;
  }

  #cart .dropdown-menu > li.top-section .minicart_content {
    max-height: calc(100vh - 310px);
    overflow: auto;
  }

  #cart .dropdown-menu .cart-footer > a {
    height: 45px !important;
  }

  #cart .dropdown-menu .product-thumb {
    padding: 0px;
    width: 100px;
    height: 100px;
  }
}

/*    -->                                                                                                                                      RESPONSIVE > FOOTER
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media (max-width: 767px) {
  footer > .container > .row {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  footer > .container > .row > div {
    flex: 1 1 180px;
  }
}

@media (max-width: 650px) {
  .powered_by {
    flex-direction: column;
  }
}

/*    -->                                                                                                                            RESPONSIVE > NEWSLETTER POPUP
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media (max-width: 450px) {
  .tk-cart-body {
    padding: 0px !important;
  }
  .alert.alert-success.alert-dismissible .add-to-cart-inner {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 30px) !important;
    padding: 15px;
  }
}

/*    -->                                                                                                                                        RESPONSIVE > HOME
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media (max-width: 1420px) {
  #common-home #latestblog .product-thumb .caption h4 a {
    font-size: 18px;
    line-height: normal;
  }

  #common-home #latestblog .product-thumb .caption .dateadded i {
    font-size: 15px !important;
  }
}

@media (max-width: 1150px) {
  #common-home .headingmain {
    margin-left: 0px;
    margin-right: 0px !important;
  }

  #common-home #latestblog > .row {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  #common-home #latestblog > .row > div {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  #common-home #latestblog > .row > div .dateadded i {
    font-size: 14px !important;
  }

  #common-home #latestblog > .row > div .caption {
    padding: 10px !important;
    justify-content: flex-end !important;
  }

  #common-home #latestblog > .row > div .caption h4 a {
    font-size: 17px !important;
    line-height: normal !important;
  }
}

@media (max-width: 600px) {
  #common-home #content .row.swiper-viewport.banner2,
  #common-home #content .row.swiper-viewport.banner3 {
    width: 100% !important;
    padding: 0px var(--responsivePadding) !important;
  }
}

/*    -->                                                                          RESPONSIVE > HOME > NEWSLETTER
[2]   =========================================================================================================== */

@media (max-width: 820px) {
  .row.news-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 15px;
  }
  .news-form h2 {
    text-align: center !important;
  }

  #common-home #content .row .news-form h3 {
    text-align: center;
    line-height: normal;
    margin-top: 15px;
  }

  #common-home #content .row .news-form .pull-center {
    display: flex;
    flex-wrap: wrap !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    justify-content: center;
  }

  #common-home #content .row .news-form .pull-center input {
    order: -100;
    margin-right: 10px;
    margin-top: 0px;
  }
}

@media (max-width: 400px) {
  .row.news-form > div {
    display: flex;
    flex-direction: column;
  }

  .news-form #subscribe {
    width: 100% !important;
    margin-top: 10px;
  }
}

/*    -->                                                                             RESPONSIVE > HOME > GENERIC
[2]   =========================================================================================================== */

/*    -->                         RESPONSIVE > HOME > EDGE PADDINGS               
[3]   ------------------------------------------------------------- */

@media (max-width: 991px) {
  #common-home #content > :not(.slideshow) {
    padding: 0px var(--responsivePadding);
  }
}

/*    -->                                                                            RESPONSIVE > HOME > SPECIALS
[2]   =========================================================================================================== */

@media (max-width: 991px) {
  .row.special-products-module {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

/*    -->                                                                                RESPONSIVE > HOME > BLOG
[2]   =========================================================================================================== */

@media (max-width: 991px) {
  #common-home #latestblog > .row > div {
    width: 50%;
  }
}

@media (max-width: 450px) {
  #common-home #latestblog > .row > div {
    width: 100% !important;
  }
}

/*    -->                                                               RESPONSIVE > HOME > FEATURED WITH BANNERS
[2]   =========================================================================================================== */

@media (max-width: 1290px) {
  #common-home #content .banner0,
  #common-home #content .banner1,
  #common-home #content .featured0,
  #common-home #content .featured1 {
    width: 50% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #common-home #content .banner0 > div,
  #common-home #content .banner1 > div {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .row.featured-products-module.featured0 > h3,
  .row.featured-products-module.featured0 > .row,
  .row.featured-products-module.featured1 > h3,
  .row.featured-products-module.featured1 > .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  #common-home #content .featured0,
  #common-home #content .featured1 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  #common-home #content .row.swiper-viewport.banner1,
  #common-home #content .row.featured-products-module.featured1 {
    margin-bottom: 1px !important;
  }
}

@media (max-width: 991px) {
  .row.featured-products-module.featured1 > h3,
  .row.featured-products-module.featured1 > .row {
    max-width: 100% !important;
  }

  #common-home #content .banner0,
  #common-home #content .banner1 {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  #common-home #content .row.featured-products-module.featured0,
  #common-home #content .row.featured-products-module.featured1 {
    width: 100% !important;
    display: flex;
    align-items: center;
    padding-top: 40px !important;
  }

  #common-home #content .row.swiper-viewport.banner0 {
    padding-top: 0px !important;
  }

  #common-home #content .featured0 {
    padding-bottom: 25px !important;
  }

  #common-home #content .row.swiper-viewport.banner1,
  #common-home #content .row.featured-products-module.featured1 {
    padding: 60px 0px 40px 0px;
  }

  #common-home #content .row.swiper-viewport.banner1 {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    padding-right: var(--responsivePadding);
    padding-left: var(--responsivePadding);
  }

  #common-home #content .featured1 {
    padding-top: 20px !important;
  }

  #common-home #content .slideshow {
    order: -100 !important;
  }
  #common-home #content .banner0 {
    order: -90 !important;
  }
  #common-home #content .featured0 {
    order: -80 !important;
  }
  #common-home #content .banner1 {
    order: -70 !important;
  }
  #common-home #content .featured1 {
    order: -60 !important;
  }
}

@media (max-width: 991px) and (min-width: 451px) {
  #common-home
    #content
    .row.featured-products-module.featured1
    > .row
    > div:first-child {
    display: flex;
    justify-content: flex-end;
  }
  #common-home
    #content
    .row.featured-products-module.featured1
    > .row
    > div:last-child {
    display: flex;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  #common-home #content .row.featured-products-module.featured0 > .row,
  #common-home #content .row.featured-products-module.featured1 > .row {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 450px) {
  #common-home #content .row.featured-products-module.featured0 > .row,
  #common-home #content .row.featured-products-module.featured1 > .row {
    display: flex !important;
    flex-direction: column;
    gap: 22px;
  }
}

/*    -->                                                                              RESPONSIVE > HOME > BANNERS                
[2]   =========================================================================================================== */

@media (max-width: 1290px) {
  #common-home #content .row.swiper-viewport.banner2,
  #common-home #content .row.swiper-viewport.banner3 {
    width: calc(50% - 1px);
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0px !important;
    margin-bottom: 100px !important;
  }

  /* #common-home #content .row.swiper-viewport.banner2{
    margin-right: 2px !important;
  } */
}

@media (max-width: 991px) {
  #common-home #content .row.swiper-viewport.banner2,
  #common-home #content .row.swiper-viewport.banner3 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 650px) {
  #common-home #content .row.swiper-viewport.banner2 {
    margin-top: 55px !important;
    margin-bottom: 0px !important;
  }
  #common-home #content .row.swiper-viewport.banner3 {
    margin-top: var(--responsivePadding) !important;
  }

  #common-home #content .row.swiper-viewport.banner2,
  #common-home #content .row.swiper-viewport.banner3 {
    width: 100% !important;
    width: calc(100% - var(--responsivePadding) * 2) !important;
    margin-right: var(--responsivePadding) !important;
  }
}

@media (max-width: 1880px) /*and (min-width: 1291px) */ {
  .row.swiper-viewport.banner2 #banner2 {
    padding-right: 10px;
  }

  .row.swiper-viewport.banner3 #banner3 {
    padding-left: 10px;
  }
}

@media (max-width: 1290px) and (min-width: 992px) {
  .row.swiper-viewport.banner2 #banner2,
  .row.swiper-viewport.banner3 #banner3 {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .row.swiper-viewport.banner2 #banner2,
  .row.swiper-viewport.banner3 #banner3 {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
}

/*    -->                                                            RESPONSIVE > HOME > FEATURED WITHOUT BANNERS
[2]   =========================================================================================================== */

@media (max-width: 1290px) {
  #common-home #content .featured2 > .row {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 35px;
    column-gap: 35px;
    row-gap: 35px;
    padding-bottom: 40px;
  }

  #common-home #content .featured2 > h3 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1290px) and (min-width: 451px) {
  #common-home #content .featured2 > .row > div:nth-child(even) {
    display: flex;
    justify-content: flex-start;
  }

  #common-home #content .featured2 > .row > div:nth-child(odd) {
    display: flex;
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  #common-home #content .featured2 > .row {
    padding-left: 20px;
    padding-right: 20px;
  }
  #common-home #content .featured2 > .row {
    -moz-column-gap: 22px;
         column-gap: 22px;
    row-gap: 22px;
  }

  #common-home #content .featured2 > h3 {
    font-size: 27px;
  }
}

@media (max-width: 450px) {
  #common-home #content .featured2 > .row {
    display: grid;
    grid-template-columns: 1fr;
  }
  #common-home #content .featured2 > .row > div {
    display: flex;
    justify-content: center;
  }
}

/*    -->                                                                                                                                RESPONSIVE > PRODUCT GRID
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media (max-width: 991px) {
}

@media (max-width: 600px) {
  .product-thumb .price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-thumb .price-old {
    margin-left: 0px !important;
  }

  .labels_container > div {
    font-size: 9px;
  }

  .product-thumb .button-group button {
    /*width: 30px !important;*/
    /*height: 30px !important;*/
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    /* line-height:1.2; */
  }
}

@media (max-width: 450px) {
  .row.featured-products-module .row {
    display: block;
  }

  .row.special-products-module .row {
    display: block !important;
  }

  .product-layout {
    width: 100% !important;
  }
}

/*    -->                                                                                                                               RESPONSIVE > CATEGORY PAGE
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*    -->                                                                RESPONSIVE > CATEGORY PAGE > DESCRIPTION                         
[2]   =========================================================================================================== */

@media (min-width: 991px) {
  #mfilter-content-container .row.desc-top {
    display: none !important;
  }
}

@media (max-width: 991px) {
  #mfilter-content-container > div {
    display: flex;
    flex-direction: column;
  }

  #mfilter-content-container > div .row.desc-top {
    order: -99;
  }
}

/*    -->                                                                RESPONSIVE > CATEGORY PAGE > SORTING BAR                         
[2]   =========================================================================================================== */

@media (max-width: 991px) {
  #mfilter-content-container > div > .row:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    display: none !important;
  }

  .row.product-list-grid {
    margin-top: 30px !important;
  }

  #mfilter-content-container > div > .row:first-child > div {
    width: 240px !important;
    max-width: 240px !important;
    padding: 0px !important;
    float: none !important;
  }

  #mfilter-content-container > div > .row:first-child > .hidden + div {
    width: 100% !important;
    max-width: 100% !important;
  }

  #mfilter-content-container > div > .row:first-child > div > div {
    margin-bottom: 0px !important;
  }
}

/*    -->                                                                     RESPONSIVE > CATEGORY PAGE > SIDEBAR                        
[2]   =========================================================================================================== */

@media (max-width: 1190px) {
  #product-category #column-left #column-left,
  #product-search #column-left #column-left {
    position: relative !important;
    margin-top: 0px !important;
    top: 0px !important;
  }

  #product-category > .row > #column-left,
  #product-search > .row > #column-left {
    min-width: 300px;
  }

  #product-category > .row > #column-left > h2,
  #product-category > .row > #column-left > h2 + .row,
  #product-search > .row > #column-left > h2,
  #product-search > .row > #column-left > h2 + .row {
    display: none !important;
  }
}

/*    -->      RESPONSIVE > CATEGORY PAGE > SIDEBAR > CATEGORY INTRO                   
[3]   ------------------------------------------------------------- */

.responsive_intro {
  display: none !important;
  padding: var(--responsivePadding);
  flex-direction: column;
  width: 100vw;
}

@media (max-width: 1190px) {
  .responsive_intro {
    display: flex !important;
  }
}

/*    -->             RESPONSIVE > CATEGORY PAGE > SIDEBAR > LAYOUT                 
[3]   ------------------------------------------------------------- */

@media (max-width: 1255px) {
  #product-category .row > #column-left,
  #product-search .row > #column-left {
    padding: var(--responsivePadding) !important;
  }
}

@media (max-width: 767px) {
  #product-category #content,
  #product-search #content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*    -->            RESPONSIVE > CATEGORY PAGE > SIDEBAR > FILTERS                      
[3]   ------------------------------------------------------------- */

.mfilter-free-container-closed {
  z-index: 3;
}

.mfilter-free-container-opening,
.mfilter-free-container-opened {
  z-index: 5;
}

@media (max-width: 767px) {
  .mfilter-box-83 .mfilter-free-button {
    margin-top: 132px !important;
  }
  .mfilter-box-83.mfilter-free-container {
    top: 0px !important;
  }
  .box-content.mfilter-content {
    padding-right: 0px !important;
  }

  .mfilter-free-container,
  .mfilter-free-container .scroll-wrapper {
    /* height: 100vh !important; */
    max-height: 100vh !important;
    width: 280px !important;
    height: unset !important;
    min-height: unset !important;
  }

  .mfilter-iscroll {
    height: 100vh !important;
    max-height: 100vh !important;
  }

  .mfilter-free-container {
    margin-left: -290px;
  }

  .mfilter-free-button {
    margin: 10px 0 0 281px;
  }
  .scroll-wrapper > .scroll-content {
    overflow: auto !important;
    height: unset !important;

    min-height: unset !important;
  }
  .box-content.mfilter-content {
    overflow: visible !important;
  }

  .mfilter-content > ul > li {
    margin-bottom: unset !important;
  }
}

/*    -->                                                                   RESPONSIVE > CATEGORY PAGE > PRODUCTS                        
[2]   =========================================================================================================== */

@media (max-width: 1269px) and (min-width: 992px) {
  #product-category
    .product-layout.product-grid
    .product-thumb
    .button-group
    button,
  #product-search
    .product-layout.product-grid
    .product-thumb
    .button-group
    button {
    line-height: 15px;
    padding: 5px;
    font-size: 12px;
  }

  #product-category
    .product-layout.product-grid
    .product-thumb
    .button-group
    button,
  #product-search
    .product-layout.product-grid
    .product-thumb
    .button-group
    button {
    min-height: 38px;
  }
}

@media (max-width: 965px) and (min-width: 768px) {
  #product-category
    .product-layout.product-grid
    .product-thumb
    .button-group
    button,
  #product-search
    .product-layout.product-grid
    .product-thumb
    .button-group
    button {
    line-height: 15px;
    padding: 5px;
    font-size: 12px;
  }

  #product-category
    .product-layout.product-grid
    .product-thumb
    .button-group
    button,
  #product-search
    .product-layout.product-grid
    .product-thumb
    .button-group
    button {
    min-height: 38px;
  }
}

@media (max-width: 624px) and (min-width: 451px) {
  #product-category
    .product-layout.product-grid
    .product-thumb
    .button-group
    button,
  #product-search
    .product-layout.product-grid
    .product-thumb
    .button-group
    button {
    line-height: 15px;
    padding: 5px;
    font-size: 12px;
  }

  #product-category
    .product-layout.product-grid
    .product-thumb
    .button-group
    button,
  #product-search
    .product-layout.product-grid
    .product-thumb
    .button-group
    button {
    min-height: 38px;
  }
}

@media (max-width: 767px) {
  #product-category .row.product-list-grid,
  #product-search .row.product-list-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
  }

  #product-category .product-layout.product-grid,
  #product-search .product-layout.product-grid {
    width: calc(50% - 10px) !important;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 450px) {
  #product-category .product-layout.product-grid,
  #product-search .product-layout.product-grid,
  .product-layout {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
}

/*    -->                                                                                                                                 RESPONSIVE > PRODUCT PAGE 
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*    -->                                                         RESPONSIVE > PRODUCT PAGE > IMAGE & ADDITIONALS                             
[2]   =========================================================================================================== */

@media (max-width: 1600px) {
  #product-product .thumbnails .col-sm-3:last-child {
    max-height: 600px;
    padding-left: 10px;
  }
}

@media (max-width: 1350px) {
  #product-product .thumbnails .col-sm-3:last-child {
    max-height: 450px;
    padding-left: 20px;
  }
}

@media (max-width: 1100px) {
  #product-product .thumbnails .col-sm-3:last-child {
    max-height: 300px;
    padding-left: 39px;
  }
}

@media (max-width: 767px) {
  #product-product .thumbnails {
    margin-left: 0px !important;
  }

  #product-product #content > .row > .div:fist-child {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  #product-product .thumbnails .col-sm-3:last-child {
    max-height: auto !important;
    padding-left: 1px !important;
    display: flex !important;
    overflow-y: auto !important;
    margin-bottom: 20px !important;
  }

  .image-additional {
    width: 100px !important;
  }

  .image-additional a {
    width: 80px !important;
  }
}

/* >>>>>>>>>>>>>>>>>>>>>>> PRODUCT PAGE EXTRA CSS <<<<<<<<<<<<<<<<<<< */

@media (max-width: 1450px) {
  #product-product #content .row.product_grid > .col-sm-6:nth-child(2) {
    padding-left: 10px;
    max-width: 100% !important;
    padding: 0 15px;
  }
  #product-product #content .product_grid > .col-sm-6:nth-child(2) > ul,
  #product-product #content .product_grid > #tab-description p,
  #product-product .tab-pane.active p {
    /* max-width:100%!important; */
  }
}

@media (max-width: 1241px) and (min-width: 991px) {
  #product-product
    .row.related_products_section
    .product-thumb.transition
    button,
  #product-product .row.recently_viewed .product-thumb.transition button {
    line-height: 15px;
    padding: 10px 5px;
  }
}

@media (max-width: 665px) and (min-width: 636px) {
  #product-product .row.related_products_section .product-thumb.transition button
    /*#product-product .row.recently_viewed .product-thumb.transition button*/ {
    line-height: 15px;
    padding: 10px 5px;
  }
}

@media (max-width: 635px) and (min-width: 551px) {
  #product-product .row.related_products_section .product-thumb.transition button
    /*#product-product .row.recently_viewed .product-thumb.transition button*/ {
    line-height: 15px;
    padding: 10px 5px;
  }
}

@media (max-width: 362px) {
  #product-product .row.related_products_section .product-thumb.transition button
    /*#product-product .row.recently_viewed .product-thumb.transition button*/ {
    line-height: 15px;
    padding: 10px 5px;
  }
}

@media (max-width: 991px) {
  /* #product-product .row.related_products_section, 
    #product-product .row.related_products_section > div,
    #product-product .row.recently_viewed,
    #product-product .row.recently_viewed  > div
    {
        display:flex;
        flex-wrap:wrap;
       row-gap:22px;
        justify-content:center;
    } */

  #product-product #content h3
    /*#product-product .row.recently_viewed h3*/ {
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
}

/* @media(max-width:767px){
    #product-product .row.related_products_section,
    #product-product .row.recently_viewed{
        display:flex;
        gap:22px;
    } 
    #product-product .row.related_products_section > div{
      width:100%;
    }
} */

@media (max-width: 663px) and (min-width: 551px) {
  #product-product .row.recently_viewed .product-thumb.transition button {
    line-height: 15px;
    padding: 10px 5px;
  }
}

@media (max-width: 362px) {
  #product-product .row.recently_viewed .product-thumb.transition button {
    line-height: 15px;
    padding: 10px 5px;
  }
}

@media (max-width: 550px) {
  #product-product .product_grid > .col-sm-6:nth-child(2) {
    padding-left: 15px;
  }
  #product-product a:not(.breadcrumb > li > a, h4 > a) {
    font-size: 12px;
  }

  #product-product #tab-description p,
  #product-product .tab-pane.active p {
    font-size: 13px;
    line-height: 28px;
  }

  #product-product ul.nav.nav-tabs {
    flex-wrap: wrap;
    gap: 2px;
  }

  #product-product ul.nav.nav-tabs > li:not(li.active) {
    border-top: solid 2px #979797;
    border-right: solid 2px #979797;
    border-left: solid 2px #979797;
    border-bottom: 0px;
    border-radius: 4px 4px 0px 0px;
    width: unset !important;
  }
  /* #product-product ul.nav.nav-tabs > li:last-child{
  border-bottom:solid 2px #979797!important;
  border-radius:4px 4px 0px 0px;;
} */

  #product-product ul.nav.nav-tabs > li.active {
    background-color: #e6e6e6 !important;
    width: unset !important;
    border-radius: 4px 4px 0px 0px;
  }

  #product-product .row.related_products_section > div,
  #product-product .row.recently_viewed > div {
    display: flex;
    justify-content: center;
  }

  #product-product .row.related_products_section,
  #product-product .row.recently_viewed {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  #product-product .row.related_products_section > div {
    width: 100% !important;
  }
}

@media (max-width: 460px) and (min-width: 412px) {
  #product-product #button-cart {
    font-size: 13px;
    padding: 5px 10px;
  }
}

@media (max-width: 412px) {
  #product-product .product_buttons {
    flex-wrap: wrap;
  }

  #product-product .product_buttons > button {
    width: 100%;
  }

  #product-product .product_buttons > button:first-child > svg {
    max-width: calc((1350px / 2) - 40px);
    margin-right: unset;
  }
}

/*    -->                                                                                                                                RESPONSIVE > BLOG CENTRAL
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media (max-width: 1190px) {
  .central_blog_page #content > .row > div {
    width: 33.3333%;
  }
}

@media (max-width: 991px) {
  .central_blog_page #content > .row > div {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .central_blog_page #content > .row > div {
    width: 100%;
  }
}

/*    -->                                                                                                                                   RESPONSIVE > BLOG PAGE
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media (max-width: 1350px) {
  #latestpost > .row .description {
    -moz-column-count: unset;
    column-count: unset;
    text-align: left;
  }
}

@media (max-width: 1190px) {
  #latestpost {
    display: flex;
    flex-direction: column;
  }

  #latestpost > .row {
    padding-left: 0px;
  }

  #latestpost > * {
    width: 100% !important;
  }

  #latestpost .image img {
    max-width: 100% !important;
    width: 500px !important;
    margin: 0 auto !important;
  }
}
