
    
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  /* widths for rows and containers
     */
  --header-height: 160px;
  --header-height-min: 80px;
}

/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1400px;
  }
}


/* Theme Colors */
:root {
  --accent-color: rgba(241, 228, 225, 1);
  --accent-dim-color: #E5D8D5;
  --accent-lighted-color: rgba(241, 228, 225, 0.5);
  --accent-lit-color: #F6ECEA;
  --dark-grey-color: #737373;
  --dark-color: #040404;
  --grey-color: #A9A09E;
  --light-color: #fff;
  --primary-color: #EC6C5A;
  --primary-lighted-color: rgba(246, 236, 234, 0.9);
  --swiper-theme-color: #EC6C5A !important;
}

/* Fonts */
:root {
  --body-font: "DM Sans", Verdana, sans-serif;
  --heading-font: "Syne", Lato, sans-serif;
}


/*----------------------------------------------*/
/* 2 GENERAL TYPOGRAPHY */
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  font-family: 'Switzer-Medium';
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  color: var(--dark-grey-color);
  margin: 0;
  background-color: #fff;
}

body.no-scroll {
  overflow: hidden;
}

a {
  color: var(--dark-color);
  text-decoration: none;
  transition: 0.3s color ease-out;
}

a.light {
  color: var(--light-color);
}

a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 5px;
  margin-bottom: 0;
}

ul li,
ol li {
  margin-bottom: 0px;
  outline: 0;
}

ul li.active a {
  color: var(--dark-color);
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 2rem;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}

figure {
  margin: 0;
}

img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

::selection {
  background: var(--primary-color);
  color: var(--light-color);
  text-shadow: none;
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--light-color);
  text-shadow: none;
}

/* image align */
figure.align-right {
  margin: 30px 0 30px 30px;
}

button:focus{
  outline:0 !important;
}

/* Typography */
/*----------------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
 
  color: var(--dark-color);
  line-height: 1.2;
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
  color: var(--light-color);
}

h1,
h2,
h3 {
  margin: 25px 0;
  text-transform: capitalize;
}

h5,
h6 {
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: 2.3em;
  line-height: 1.4;
}

h2,
.h2 {
  font-size: 2.0em;
  line-height: 1.4;
}

h3,
.h3 {
  font-size: 1.6em;
  line-height: 1.4;
}

h4,
.h4 {
  font-size: 1.1em;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: .83em;
  line-height: 1.25;
}

h6,
.h6 {
  font-size: .67em;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

p {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}

p.dark {
  color: var(--dark-color);
}

p.light {
  color: var(--light-color);
}

p:empty {
  display: none;
}

small {
  font-size: 85%;
}

mark {
  background-color: var(--grey-color);
  padding: 0.28rem;
}

dfn,
cite,
em,
i {
  font-style:normal;
}

::placeholder {
  color: #000; text-transform: uppercase;
}

/*----------------------------------------------*/
/* 2.1 Floating & Alignment */
/*----------------------------------------------*/
.align-left {
  float: left;
  text-align: left;
}

.align-right {
  float: right;
  text-align: right;
}

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/**::after,*/
.container::after,
.row::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/** Text Align
--------------------------------------------------------------*/
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lead {
  font-size: 120%;
  line-height: 1.7em;
}

.text-lead strong {
  font-size: 115%;
  font-weight: 500;
}

.text-muted {
  color: var(--primary-color);
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/*------------------------------------------------
/* 2.3 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.title-placeholder::placeholder {
  color: var(--light-color);
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 45px;
  padding: 6px 15px;
  background: transparent;
  border:1px solid #ced4da;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}


label>.label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}


label,input, textarea, select, fieldset {
   margin-bottom: 0!important; 
}
/*------------------------------------------------
/* 2.4 Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/*------------------------------------------------
/* 2.5 Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  border-radius: 4px;
  background-color: var(--accent-color);
  color: var(--light-color);
}

pre>code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: normal;
}

/*------------------------------------------------
/* 2.6 Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table {
  width: 100%;
}

th,
td {
  padding: 0px 15px;
  text-align: left;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}


/*------------------------------------------------
/* 2.7 Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
form {
  margin-bottom:0;
}


/*------------------------------------------------
/* 2.8 Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.list-icon i {
  margin-right: 10px;
}

.list-unstyled {
  list-style: none;
}

.txt-fx .letter {
  opacity: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.overflow-hidden {
  overflow: hidden;
}

.hide {
  display: none !important;
}

/* position */
.position-relative {
  position: relative !important;
}

/* display flex utilities */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.justify-content-end {
  -ms-flex-pack: justify !important;
  justify-content: end !important;
}

.justify-content-center {
  -ms-flex-pack: justify !important;
  justify-content: center !important;
}

.justify-content-evenly {
  -ms-flex-pack: justify !important;
  justify-content: space-evenly !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.flex-direction-column {
  flex-direction: column !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* disable selction in section title */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/*------------------------------------------------
/* 2.9 Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

img.align-left {
  margin: 25px 25px 25px 0;
}

img.align-center {
  margin: 25px;
}

img.align-right {
  margin: 25px 0 25px 25px;
}

/*--------------------------------------------------------------
/** 2.10 Buttons
--------------------------------------------------------------*/

.btn {
  border-radius: 0px;
}

a.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  background-image: none;
  background: var(--dark-color);
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  border: 2px solid transparent;
  border-radius: 0px;
  padding: 0.75em 1.5em;
  margin-top: 15px;
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: var(--light-color);
  z-index: 1;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover,
.btn:focus,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="file"]:focus,
input[type="file"]:hover,
button:focus,
button:hover {
  text-decoration: none;
  outline: 0;
  border-color: transparent;
}

.light .btn:hover {
  color: var(--light-color);
}

.btn:last-child {
  margin-right: 0;
}

.btn:active,
.btn.btn-outline-light:active,
.btn.btn-outline-dark:active,
.btn.btn-outline-accent:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="file"]:active,
button:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* - Button Sizes
------------------------------------------------------------- */
.btn.btn-small {
  padding: 0.8em 1.8em;
  font-size: 0.65em;
  letter-spacing: 0.12em;
}

.btn.btn-medium {
  padding: 7px 17px;
  font-size: 12px;
  letter-spacing: 0;
}

.btn.btn-large {
  padding: 0.8em 5.1em;
  font-size: 1.3em;
  letter-spacing: 0.12em;
}

/* - Button Shapes
------------------------------------------------------------- */
.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 6px;
}

.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}

/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
  background-color: transparent;
}

.btn.btn-outline-dark {
  border-color: rgba(0, 0, 0, 1);
  color: var(--dark-color);
}

.btn.btn-outline-dark:hover {
  background: var(--dark-color);
  color: var(--light-color);
}

.btn.btn-outline-light {
  border-color: #000;
  color: #000;
}

.btn.btn-outline-light:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.btn.btn-outline-accent {
  background: transparent;
  border-color: var(--accent-color);
  color: var(--dark-color);
}

.btn.btn-outline-accent:hover {
  border-color: var(--dark-color);
  color: var(--dark-color) !important;
}

.btn.btn-full {
  display: block;
  margin: .85em 0;
  width: 100%;
  letter-spacing: 0.12em;
}

/* - Buttons Color Scheme
------------------------------------------------------------- */
.btn.btn-common {
  background: var(--dark-color);
  color: var(--light-color);
}

.btn.btn-common:hover {
  background: var(--light-color);
  color: var(--dark-color);
}

.btn.btn-accent {
  color: var(--light-color);
  background-color: var(--accent-color);
}

.btn.btn-accent:hover {
  color: var(--light-color) !important;
  background-color: var(--primary-color);
}

.btn.btn-black {
  background-color: var(--dark-color);
  color: var(--light-color);
}

.btn.btn-black:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
}

.btn.btn-light {
  background-color: #ff5900;
  color: #fff;
}

.btn.btn-light:hover {
  background-color: #000;
  color: #fff;
}

.btn.btn-primary {
  background: var(--primary-color);
  color: var(--light-color);
}

.btn.btn-primary:hover {
  background-color: var(--dark-color);
  color: var(--light-color);
}

/* - Buttons Aligns
------------------------------------------------------------- */
.btn-left {
  text-align: left;
  display: block;
}

.btn-center {
  text-align: center;
  display: block;
}

.btn-right {
  text-align: right;
  display: block;
}

/*----------------------------------------------*/
/* 3. Section */
/*-----------------------------------------------------------*/

/* Hero section
/*----------------------------------------------*/
.hero-section .hero-content {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.hero-section.style2 .hero-content {
  position: unset;
}

@media only screen and (max-width: 699px) {
  .hero-section.jarallax {
    min-height: 190px;
  }

  .hero-content h1.page-title {
    font-size: 3.1em;
    margin: 0;
  }
}

/*--- Section and Product Title
-----------------------------------------------*/
.section-header {
  margin-bottom: 40px;
}

h2.banner-title,
h1.page-title {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: -0.02em;
  text-align: left;
}

h2.section-title {
  font-size:3em;
  font-weight: 500;
  line-height: 1;
  color: #000;
  margin-bottom: 20px;
  font-weight: bold;
}

.inner h2.section-title{display:none;}
.inner .mb-sm-5{display:none;}

h3.product-title {
  margin: 10px 0; font-size: 1.2em;
}

h3.post-title {
  margin: 10px 5px;
}

@media only screen and (max-width: 768px) {
  h2.section-title {
    font-size:2em;
  
   }
  }


/* - Background Colors
--------------------------------------------------------------*/
.bg-accent {
  background-color: var(--accent-color) !important;
}

.bg-accent-light {
  background-color: var(--accent-lighted-color) !important;
}

.bg-light {
  background-color: var(--light-color) !important;
}

.bg-dark {
  background-color: var(--dark-color) !important;
}
.bg-primary {
  background: #191e30 !important;
}

/* - Content Colors
--------------------------------------------------------------*/
.content-light h1,
.content-light h2,
.content-light h3,
.content-light h4,
.content-light h5,
.content-light h6 {
  color:#fff;
  
}

.primary-color h1,
.primary-color h2,
.primary-color h3,
.primary-color h4,
.primary-color h5,
.primary-color h6 {
  color: var(--primary-color);
}

.content-light a,
.content-light {
  color: #000;
}

.content-light a:hover {
  color: var(--light-color);
}

.content-light li.menu-item .icon {
  color: var(--light-color);
}

.content-dark h1,
.content-dark h2,
.content-dark h3,
.content-dark h4,
.content-dark h5,
.content-dark h6 {
  color: var(--dark-color);
}

.content-dark a,
.content-dark {
  color: var(--dark-color);
}

.content-dark a:hover {
  color: var(--dark-color);
}

.content-dark li.menu-item .icon {
  color: var(--dark-color);
}

/* - Content Border
--------------------------------------------------------------*/
table.border-bottom tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.content-light table.border-bottom tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.content-light .border-top,
.content-light.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.9);
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.125);
}

.content-light .border-right,
.content-light.border-right {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.border{
  border: 1px solid #000 !important;
  padding: 0 10px;
}

.content-light .border-bottom,
.content-light.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.125);
}

.content-light .border-left,
.content-light.border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.9);
}

/* - Content Border None
--------------------------------------------------------------*/
.no-border-top {
  border-top: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border {
  border: none !important;
}

/*====================================================================*/
/* 4. EXTENDED TYPOGRAPHY */
/*====================================================================*/
/*----------------------------------------------*/
/* 4.1 Blockquote /Pullquote */
/*----------------------------------------------*/
.single-post .content p:first-child,
.quote blockquote,
blockquote,
.single-post .content blockquote p,
.pullquote-right,
.pullquote-left {
  font-family: var(--body-font);
  font-size: 1.7em;
  line-height: 1.4em;
  margin: 0 0 20px;
  padding: 20px;
}

.pullquote-right,
.pullquote-left {
  width: 40%;
}

blockquote cite {
  display: block;
  font-size: 0.8em;
  margin-top: 20px;
  font-style: normal;
}

.pullquote-left {
  float: left;
  margin: 20px 20px 20px 0;
}

.pullquote-right {
  float: right;
  margin: 20px 0 20px 20px;
}

/*----------------------------------------------*/
/* 4.3 Text Highlights */
/*----------------------------------------------*/
.highlight {
  background: var(--primary-color);
  color: var(--light-color);
  padding: 1px 5px;
}

/*----------------------------------------------*/
/* 4.4 Text Animation */
/*----------------------------------------------*/
.text-animation {
  overflow: hidden;
  white-space: pre-line;
  border-right: solid 5px rgba(255, 255, 255, .75);
}

/* Animation */
.text-animation {
  animation: animated-text 4s linear 1s 1 normal both,
    animated-cursor 600ms linear infinite;
}

/* text animation */
@keyframes animated-text {
  from {
    width: 0;
  }

  to {
    width: 650px;
  }
}

/* cursor animations */
@keyframes animated-cursor {
  from {
    border-right-color: rgba(255, 255, 255, .75);
  }

  to {
    border-right-color: transparent;
  }
}


/*====================================================================*/
/* 5. CONTENT ELEMENTS */
/*====================================================================*/

/*--------------------------------------------------------------
/** 5.1 General Tabs
--------------------------------------------------------------*/

/* Dropdown */
.dropdown-menu {
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
}

.dropdown-item {
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-link-color: var(--bs-black);
  --bs-dropdown-item-border-radius: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  --bs-dropdown-link-active-color: var(--bs-light);
  --bs-dropdown-link-active-bg: var(--bs-light);
}




/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/* - Section Padding
--------------------------------------------------------------*/
.padding-xsmall {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.padding-small {
  padding-top: 2em;
  padding-bottom: 2em;
}

.padding-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding-large {
  padding-top: 7em;
  padding-bottom: 7em;
}

.padding-xlarge {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

/* no padding */
.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-gutter {
  padding: 0 !important;
}

/* no padding and margin */
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

/* - Section margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 3em;
  margin-bottom: 3em;
}

.margin-medium {
  margin-top: 5em;
  margin-bottom: 5em;
}

.margin-large {
  margin-top: 7em;
  margin-bottom: 7em;
}

.margin-xlarge {
  margin-top: 9em;
  margin-bottom: 9em;
}

@media only screen and (max-width: 768px) {

  .margin-small,
  .margin-medium,
  .margin-large {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}


/*====================================================================*/
/* 6. BLOG STYLES */
/*====================================================================*/

/* 6.1 Blog Single Post
------------------------------------------*/
/* breadcrumbs */
.breadcrumbs span {
  display: inline-block;
  font-size: 1.2em;
}

/* 6.3 About Author
------------------------------------------*/
.author-post h4 {
  margin: 0;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: none;
}

/* 6.4 Comments List
------------------------------------------*/
.comment-list .comment-item {
  display: flex;
  margin-bottom: 20px;
}

.comment-item .comment-meta {
  display: flex;
  align-items: baseline;
}

.comment-meta span.meta-date {
  font-size: 13px;
  padding-right: 50px;
}

.comments-wrap .child-comments {
  padding-left: 50px;
}

/* 6.5 Comments Form
------------------------------------------*/
.comment-respond .comment-form {
  display: flex;
}

/*----------------------------------------------*/
/* 7. SITE STRUCTURE */
/*----------------------------------------------*/

/* 7.2 Header
------------------------------------------------------------- */
header#header {
  display: flex;
  justify-content: center;
  margin-bottom: -130px;
}

header#header .header-wrap {
  z-index: 99;
}

@media only screen and (max-width: 991px) {
  header#header {
    justify-content: end !important;
  }
}

/* 7.2 Header Version 2
------------------------------------------------------------- */
.header-style2 header#header {
  margin-bottom: 0;
}

/* - Search Form
------------------------------------------------------------- */
.user-items i.icon.icon-search {
  cursor: pointer;
}

.navbar .search-item input {
  font-weight: 500;
  border: none;
  padding-left: 10px;
}

.right-block .user-items form.search-form {
  width: 120px;
  align-items: center;
}

/* - Main Logo
--------------------------------------------------------------*/
.header-wrap .main-logo {
  margin: 0 auto;
}

@media (max-width: 767px) {
.main-logo.text-lg-center img {
  height: 26px;
}
}

@media (max-width: 569px) {
  .header-wrap .main-logo {
    float:right;
  }
  }




/* - Navigation
--------------------------------------------------------------*/
.header-wrap .mobile-device {
  display: none;
}

nav.primary-nav {
  padding: 20px 0;
}

.navbar li .sub-page {
  font-size: 15px;
}

.navbar li {
  font-size: 1.5em;
  font-family: var(--heading-font);
  font-weight: 700;
  padding-right: 18px;
}

.primary-nav li.menu-item a:hover,
.primary-nav li.menu-item a:focus {
  color: var(--dark-color);
  text-decoration: underline;
}

.primary-nav li.menu-itemhome1 a:hover,
.primary-nav li.menu-itemhome1 a:focus {
  color: var(--light-color);
  text-decoration: underline;
}

a.text-black.text-uppercase.dropdown-item:hover {
  text-decoration: none;
}

.navbar .hamburger {
  display: none;
}

.navbar .hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #000;
}

.navbar .hamburger.active .bar {
  background-color: #FFF;
}


@media only screen and (max-width: 1200px) {
  .main-menu .hamburger {

    top: 20px;
    left: 60px;

  }
}

@media only screen and (max-width: 2000px) {

  .dropdown-menu.show {
    display: block;
  }

  .navbar li .sub-page {
    text-align: center;
  }

  .main-menu ul.menu-list {
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    flex-direction: column;
    text-align: center;
    transition: 0.8s;
    z-index: 9;
  }

  .main-menu ul.menu-list .nav-link {
    display: none;
  }

  .main-menu ul.menu-list.responsive .nav-link {
    display: block;
  }

  .main-menu ul.menu-list.responsive {
    top: 0;
    padding-top: 100px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }


  .main-menu ul.menu-list.responsive a {
    font-size: 1em;
    color: var(--light-color);
    border-bottom: none;
    padding: 0;
  }

  .main-menu ul.menu-list.responsive a:hover {
    color: var(--primary-color);
  }

  .main-menu ul.menu-list.responsive a.text-black.text-uppercase.dropdown-item {
    font-size: 1rem;
  }

  .main-menu .hamburger {
    display: block;
    position: absolute;
    top: -15px;
    left: 20px;
    z-index: 999999;
    padding: 10px;
    cursor: pointer;
    direction: ltr;

  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media (min-width: 950px) and (max-width: 1200px) {
  .main-menu .hamburger {
    left: -400px;
  }
}

@media (min-width: 830px) and (max-width: 951px) {
  .main-menu .hamburger {
    left: -350px;
  }
}

@media (min-width: 768px) and (max-width: 831px) {
  .main-menu .hamburger {
    left: -300px;
  }
}

@media (min-width: 570px) and (max-width: 768px) {
  .main-menu .hamburger {
    left: -80px;
  }
}

@media (min-width: 100px) and (max-width: 571px) {
  .main-menu .hamburger {
    top: 10px;
  }
}



@media only screen and (max-width: 1200px) {
  .header-wrap .row {
    display: flex;
    justify-content: end;
  }

  .header-wrap .right-block {
    display: none !important;
  }

  .header-wrap .brand-block {
    direction: rtl;
  }

  .header-wrap .mobile-device {
    font-size: 1.3em;
    margin-right: 20px;
    display: flex;
  }

  .header-wrap .mobile-device a.cart {
    direction: ltr;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrap .brand-block {
    width: 400px;
  }
}

/* - Hamburger style2
--------------------------------------------------------------*/
@media only screen and (max-width: 1599px) {
  .navbar .hamburger.style2 .bar {
    background-color: var(--dark-color);
  }


}


/* - Billboard Style1
--------------------------------------------------------------*/


.banner{
  position: absolute;
  top: 10%;
  left: 10%;
}

#banner .banner-content {
  
  margin: 300px auto;
}

#banner .banner-content h1 {
  font-size: 2.3em;
  line-height: 1.2;
}

@media only screen and (max-width: 1560px) {
  #banner .banner-content {
    top: 0;
  }
}

@media only screen and (max-width: 1300px) {
  #banner img.banner-image {
    height: 700px;
    width: 100%;
    object-fit: cover;
  }
}

/*----- Billboard Style2
--------------------------------------------------------------*/
#banner.style2 img.banner-image {
  width: 100%;
  height: 758px;
  object-fit: cover;
}

#banner.style2 .banner-content {
  position: unset;
  margin: 193px auto;
}

#banner.style2 .swiper-button {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#banner .swiper-button.swiper-arrow-prev {
  left: 60px;
}

#banner .swiper-button.swiper-arrow-next {
  right: 60px;
}

#banner .swiper-button.swiper-arrow-prev:after,
#banner .swiper-button.swiper-arrow-next:after {
  content: "";
}

#banner .swiper-button i.icon {
  font-family: "icomooon";
  font-size: 3em;
  color: var(--dark-grey-color);
}

#banner .swiper-pagination1 {
  position: absolute;
  bottom: 220px;
  left: 60px;
  z-index: 2;
}

#banner .swiper-pagination1 span.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin-right: 30px;
}

#banner .swiper-pagination1 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--swiper-theme-color);
}

@media only screen and (max-width: 1330px) {
  #banner.style2 .swiper-pagination1 {
    bottom: 120px;
  }
}

@media only screen and (max-width: 991px) {
  #banner.style2 .banner-content {
    margin: 0;
    padding: 60px 30px;
    background: #f7f1ef;
  }

  #banner.style2 .swiper-pagination1 {
    display: none;
    /* bottom: 0;
    left: 0;
    width: 20%; */
  }
}

@media only screen and (max-width: 601px) {
  #banner.style2 .swiper-pagination1 {
    display: none;
  }

  #banner .swiper-pagination1 span.swiper-pagination-bullet {
    display: none;
  }
}

/* - Main
--------------------------------------------------------------*/
main{padding:50px 0 0; background-color: #eee7e2;}

main.inner {
  margin: 140px 0 0;
  background-color: #fff;
  padding: 0;
  border-top: solid 2px #000;
}

/* - prod-slider
--------------------------------------------------------------*/

#prod-slider{background-color:#eee7e2;}


.swiper-slide{padding: 15px;}
.swiper-slide.swiper-slide-active .image-holder {
  border: solid 2px #000; padding: 15px;
}

.product-preview .thumb-swiper .swiper-slide {
  padding-bottom: 15px;
  cursor: pointer;
}

.product-preview .large-swiper .swiper-slide {
  padding-left: 15px;
}

/*--Product Information ----------*/
.rating-container .rating {
  font-size: 1.5em;
  padding-right: 5px;
  color: var(--dark-color);
}

.single-product .product-info h3.product-title,
.product-info .product-price strong {
  font-size: 2.3em;
  padding-right: 10px;
}

.product-info .product-price del {
  color: var(--dark-grey-color);
}

.product-info .product-select h4.item-title {
  font-size: 1.4em;
  text-decoration: underline;
}

.select-list li.select-item {
  font-size: 1.2em;
  padding-right: 20px;
}

.select-list li.select-item a {
  color: var(--dark-grey-color);
}

.select-list li.select-item a:hover {
  color: var(--dark-color);
  text-decoration: underline;
}

/* ------ Qunatity ------*/
.product-quantity .qty-number {
  margin-right: 20px;
}

.qty-number .quntity-button {
  min-width: 40px;
  height: 40px;
  font-size: 1.8em;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  background-color: var(--accent-dim-color);
  transition: .5s all ease-in-out;
}

.qty-number .quntity-button:hover {
  background-color: var(--accent-lit-color);
}

.qty-number input {
  font-size: 1.4em;
  width: 50px;
  height: 40px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--dark-color);
}

.qty-field .regular-price {
  display: none;
}


/* ------ Button ------*/
.stock-button-wrap .like-button {
  margin-left: 20px;
}

.stock-button-wrap .like-button a {
  padding: 6px 12px;
}

.stock-button-wrap .like-button i.icon {
  font-size: 1.6em;
}

.stock-button-wrap .quantity-output {
  display: none;
}

/* ------ Meta Item ------*/
.meta-product .meta-item h4.item-title {
  padding-right: 8px;
}

@media only screen and (max-width: 991px) {
  .single-product .product-preview .swiper.thumb-swiper {
    position: absolute;
    z-index: 9;
    left: 26px;
  }

  .single-product .product-info {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 601px) {
  .thumb-swiper img.thumb-image {
    width: 75px;
  }
}


/* - Company Services Horizontal
--------------------------------------------------------------*/
.icon-box .content-box {
  padding-top: 20px;
}

.icon-box i.icon {
  color: var(--primary-color);
  font-size: 3em;
  padding-bottom: 20px;
  display: block;
}

.icon-box p {
  margin-top: 10px;
}

/* - Company Services Vertical
--------------------------------------------------------------*/
.icon-box.vertical .icon-content {
  margin-left: 28px;
}

/* - Fashion Trending
--------------------------------------------------------------*/
.product-store .product-item {
  margin-bottom: 30px;
  cursor: pointer;
}

.product-item .cart-concern {
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 9;
  transition: 0.5s ease-out;
  opacity: 0;
}

.product-item:hover .cart-concern {
  bottom: 70px;
  opacity: 1;
}

.product-item:hover h3.product-title a {
  text-decoration: underline;
}

.product-item .cart-concern button {
  padding: 6px 12px;
  margin-left: 5px;
}

.product-item .cart-concern i.icon {
  font-size: 1.3em;
}

.product-store .swiper-button {
  font-weight: 900;
  color: var(--dark-grey-color);
  background: transparent;
  padding:25px;
  border-radius: 0;
  border: solid 1px #000;
}

.product-store .swiper-button.swiper-button-prev {
  left: 40px;
}

.product-store .swiper-button.swiper-button-next {
  right: 40px;
}

.product-store .swiper-button.swiper-button-prev:after {
  content: '\e90c';
  font-family: "icomoon";
}

.product-store .swiper-button.swiper-button-next:after {
  content: '\e90d';
  font-family: "icomoon";
}

.product-store .swiper-pagination {
  display: none;
}

@media only screen and (max-width: 980px) {
  .product-store .swiper-pagination {
    display: block;
  }

  .product-store .swiper-button {
    display: none;
  }

  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 50px;
  }

  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary-color);
    position: relative;
  }

  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    top: -6px;
    left: -6px;
  }
}

@media only screen and (max-width: 598px) {
  img.product-image {
    width: 90%;
    margin: 0 auto;
    display: flex;
  }
}


/* - Video
--------------------------------------------------------------*/
#videos .video-player i.icon.icon-play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  font-size: 45px;
  color: var(--dark-color);
  background: var(--light-color);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: 0.5s ease-out;
}

#videos .video-player i.icon.icon-play:hover {
  color: var(--light-color);
  background: var(--primary-color);
}

@media only screen and (max-width: 768px) {
  #videos img.video-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}


/* - Video Style2
--------------------------------------------------------------*/
#videos .video-item.style2 {
  margin-right: 70px;
}

@media only screen and (max-width: 991px) {
  #company-services {
    margin-top: 50px;
  }
}



/* - Categories
--------------------------------------------------------------*/

section#categories {
  margin: 80px 0;
}

#categories .category-item {
  margin-bottom: 20px;
}

#categories .category-item h3.category-title {
  font-size: 4.5em;
  line-height: 1.1;
  font-weight: 500;
  margin-bottom: 0;
}

#categories p{font-size: 18px; padding-right: 50px;}

.image-frame{
text-align: center;
}
.image-frame h3{margin-top:10px;}
.image-frame span {
  border: solid 1px #000;
  padding: 45px 0;
  border-radius: 76px;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  #categories .right-block {
    padding-left: 0;
  }
}

@media only screen and (max-width: 601px) {
  #categories .category-item h3.category-title {
    font-size: 2.8em;
  }

  #categories .category-item .category-content {
    bottom: 20px;
    left: 50px;
  }
}


/* - commitment
--------------------------------------------------------------*/

section#commitment {
 
  text-align: center;
  background-color: #f7f7f7;
}

section#commitment .intro{text-align: left;}

section#commitment img{width:100%;}

section#commitment p{ color: #fff;}

.commitment-content{position: absolute; bottom: 18%; left: 10%;}

@media only screen and (max-width: 991px) {
  .commitment-content{bottom: 40px; left: 0;}


}
@media only screen and (max-width: 767px) {
  .commitment-content{ position:relative; background-color: #9d9b76; bottom:0; left: 0; padding: 40px 10px 60px;}


}

/* - Categories Style2
--------------------------------------------------------------*/
#categories .category-item.style2 .category-content {
  position: absolute;
  bottom: 130px;
  left: 180px;
  gap: 20px;
  width: 56%;
}

@media only screen and (max-width: 1366px) {
  #categories .category-item.style2 .category-content {
    bottom: 70px;
    left: 70px;
  }

  #categories .category-item h3.category-title {
    font-size: 3.5em;
  }
}

@media only screen and (max-width: 510px) {
  #categories .category-item.style2 .category-content {
    bottom: 20px;
    left: 40px;
    gap: 0;
  }

  #categories .category-item h3.category-title {
    font-size: 2.8em;
  }
}


/* - Shop-by-shape
--------------------------------------------------------------*/

#shop-by-shape{
  background-color: #f7f7f7;

  text-align: center;
 
}

#shop-by-shape a{text-decoration: underline; font-size: 1.2em; text-transform: uppercase;}

#shop-by-shape a:hover{text-decoration: none;}

/* - Contact
--------------------------------------------------------------*/
#contact{
  background-color: #ff5900;

  padding: 15px;
  text-align: center;
  

}
.contact-inr {
  border: solid 1px #000;
  padding: 40px 0;
}


.contact-form{width:300px; margin: 35px auto; }

i.icon.icon-send {
  line-height: inherit;
}


/* - Footer
--------------------------------------------------------------*/

#footer{padding-top: 50px;}

#footer .footer-menu {
  margin-bottom: 40px;
  margin-left: 20px;
}

.footer-menu p {
  width: 90%;
  margin-top: 20px;
}

.footer-menu .newsletter-button {
  width: 90%;
}

.widget-menu input {
  font-size: 1em;
  font-style: normal;
  color:#fff;
  padding: 0;
  margin: 0;
  border: none;
  width: 80%;
}

.footer-menu i.icon.icon-send {
  font-size: 1.3em;
  color: #000;
  line-height: inherit;
}

.footer-menu .social-links ul {
  margin-top: 30px;
}

.footer-menu .social-links li {
  padding-right: 20px;
}

.footer-menu .social-links a {
  font-size: 1.4em;
  color: var(--dark-grey-color);
}

.footer-menu .social-links a:hover {
  color: var(--primary-color);
}

.footer-menu.menu-002 {
  margin-left: 20px;
}

.footer-menu h5.widget-title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 10px;
}

.footer-menu .menu-item a {
  font-size: 1em;


}

.footer-menu .menu-item a:hover {
  text-decoration: underline;
}

.footer-menu.contact-item a {
  display: block;
  font-weight: 700;
  text-decoration: underline;
}

#footer-bottom{border-top:solid 2px #000; margin: 0 20px; text-align: center;}

#footer-bottom img{max-height: 60px; margin: 80px 0;} 


#footer-bottom p {
  padding-right: 20px;
}

.subscribe-content form {
  margin: 40px 20px;
}

.subscribe-content input,
.subscribe-content button {
  height: 55px;
}

.subscribe-content input {
  font-size: 1.2em;
  font-style: normal;
  color: var(--dark-grey-color);
  padding-left: 50px;
}





@media only screen and (max-width: 767px) {
  #footer .footer-menu {
    margin-left: 20px;
  }
}


/*----------------------
Inner-screen
-----------------------*/
#innerMain { min-height: calc(100vh - 338px); }
.nav-pills.nav-pills-btns .nav-item { margin-right: 1em; margin-bottom:1em; }
.nav-pills.nav-pills-btns .nav-item:last-child { margin-right: 0; }
.nav-pills.nav-pills-btns .nav-link { border: 1px solid #ff5900; background-color: #fff; color: #ff5900; font-weight: 700; }
.nav-pills.nav-pills-btns .nav-link.active,
.nav-pills.nav-pills-btns .show>.nav-link { background-color: #ff5900; border-color: #ff5900; color: #fff; }
.form-group label,
.form-inline label { font-weight: 700; }
.form-group label.radio-inline{float:left; margin-right:10px;}
.form-group select[multiple] { min-height: 7.8em; }
.btn-outline-primary { color: #ff5900; border: 1px solid #ff5900 !important; }
.btn-outline-primary:hover { background-color: #ff5900; }
.switch-toggle { text-align: center; font-size: 1rem; line-height: 1; }
.switch-toggle input[type=checkbox] { height: 0; width: 0; visibility: hidden; position: absolute; }
.switch-toggle label { cursor: pointer; text-indent: -9999px; width: 60px; max-width: 60px; height: 20px; background: #ccc; display: block; border-radius: 100px; position: relative; }
.switch-toggle label:after { content: ''; position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switch-toggle label:active:after { width: 60px; }
.switch-toggle input:checked + label,
.switch-toggle input:checked + input + label { background: #ff5900; }
.switch-toggle input + label:before,
.switch-toggle input + input + label:before { content: 'No'; position: absolute; top: 3px; right: 5px; width: 36px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switch-toggle input:checked + label:before,
.switch-toggle input:checked + input + label:before { content: 'Yes'; left: 10px; }
.switch-toggle input:checked + label:after,
.switch-toggle input:checked + input + label:after { left: calc(100% - 2px); transform: translateX(-100%); }
.switch-toggle.switch-3x input + label:before,
.switch-toggle.switch-3x input + input + label:before,
.switch-toggle.switch-3x input:checked + label:before,
.switch-toggle.switch-3x input:checked + input + label:before { content: '3x'; }
.switch-toggle.switch-3vg input + label:before,
.switch-toggle.switch-3vg input + input + label:before,
.switch-toggle.switch-3vg input:checked + label:before,
.switch-toggle.switch-3vg input:checked + input + label:before { content: '3VG'; }
.result-table .table-more .list-group-item { padding: 5px 10px; }
.result-table tr.title{background-color: #000; }
.pagination .page-link { color: #fff; background-color: #000; border-color:  #000; }
.pagination .page-link:hover { background-color: #000; }
.pagination .page-item.active .page-link { background-color: #ff5900; border-color: #ff5900; }
.textarea1,
.form-contact textarea { min-height: 8.75em; }
.badge-logo img { max-height: 16px; }
.badge-primary { background-color: #ff5900; }
.reg-lh label strong { line-height: 2px; position: relative; top: 10px; }
.table-bordered th, .table-bordered td{text-align: center;}
.bg-danger {
  background-color: #303030!important;
}
.form-control {
  border-radius: 0px;
  height: 45px;
}
label.custom-control-label.h5 {
  color: #000;
  line-height: 24px;
}
.btn-danger {
  color: #fff;
  background-color: #ff5900;
  border-color: #ff5900;
}

.btn-danger:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn.btn-primary {
  background: #ff5900;
  border-color: #ff5900;
  color: var(--light-color);
  outline-color: #ff5900;
}

.fa-camera:before, .fa-video:before {
 
  color: #fff;
}

input.img-responsive.selected {
  border: solid 2px #000;
}
button {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}
button:focus{
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  background-color: #000!important;
  }
  .lab-checkboxes {
    margin-left: 15px;
}
.col-shape { text-align:center; }
.col-shape label { margin-bottom:0; cursor:pointer; }
.col-shape label input[type="checkbox"] {cursor:pointer;display:none;}
.col-others > .pos-rel > input[type="checkbox"] { min-height: 7rem; }
.col-shape label img { min-height: 7rem; }
.col-others .dropdown-menu { text-align:center; }
.col-others .dropdown-menu label { margin-bottom:0; cursor:pointer; }
.col-others .dropdown-menu input[type="checkbox"] { display:none; }
.col-others .dropdown-menu img { text-align:center; min-height: 3.5rem; }
.col-shape label input[type=checkbox]:checked { }
.col-others > .pos-rel > input[type=checkbox]:checked { }
.col-shape label input[type=checkbox]:checked + img,
.col-others .dropdown-menu input[type="checkbox"]:checked + img { filter: invert(36%) sepia(25%) saturate(4515%) hue-rotate(192deg) brightness(95%) contrast(85%); border:solid 1px #000; }