/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
	Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
	Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
.deo-size-chart-modal.in {
  z-index: 1060; }
.deo-size-chart-modal .modal-dialog {
  max-width: calc(100% - 20px); }
  @media (min-width: 992px) {
    .deo-size-chart-modal .modal-dialog {
      max-width: 1180px; } }
.deo-size-chart-modal .modal-header {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  .deo-size-chart-modal .modal-header:after {
    display: none; }
.deo-size-chart-modal table {
  border: 1px solid #eaeaea; }
  .deo-size-chart-modal table th {
    font-weight: 600; }
  .deo-size-chart-modal table th, .deo-size-chart-modal table td {
    min-width: 100px;
    padding: 8px 10px;
    border: 1px solid #eaeaea; }
.deo-size-chart-modal.table-size-chart-one table {
  border: none; }
  .deo-size-chart-modal.table-size-chart-one table th, .deo-size-chart-modal.table-size-chart-one table td {
    border: none;
    min-width: 120px;
    text-align: center; }
  .deo-size-chart-modal.table-size-chart-one table tbody th {
    font-weight: 600; }
    .deo-size-chart-modal.table-size-chart-one table tbody th:first-child {
      position: -webkit-sticky;
      position: sticky;
      left: 0;
      background: #FFFFFF;
      border-style: solid;
      border-color: #000000;
      border-width: 0px 1px 0px 0px; }
      .rtl .deo-size-chart-modal.table-size-chart-one table tbody th:first-child {
        border-width: 0px 0px 0px 1px; }
  .deo-size-chart-modal.table-size-chart-one table tbody td:nth-child(2n) {
    background: #eceff1; }
  .deo-size-chart-modal.table-size-chart-one table thead {
    color: #FFFFFF;
    background: #000000; }
    .deo-size-chart-modal.table-size-chart-one table thead th {
      font-weight: 600;
      border-color: #FFFFFF;
      border: none; }
      .deo-size-chart-modal.table-size-chart-one table thead th:first-child {
        position: sticky;
        background: #000000;
        left: 0; }
        .rtl .deo-size-chart-modal.table-size-chart-one table thead th:first-child {
          right: 0;
          left: auto; }
.deo-size-chart-modal.table-size-chart-one .size-chart-content {
  width: 100%;
  overflow-x: auto; }
.deo-size-chart-modal.table-size-chart-two table {
  border: none; }
  .deo-size-chart-modal.table-size-chart-two table th, .deo-size-chart-modal.table-size-chart-two table td {
    border: none;
    text-align: center; }
  .deo-size-chart-modal.table-size-chart-two table tbody tr:nth-child(2n + 1) td {
    background: #eceff1; }
  .deo-size-chart-modal.table-size-chart-two table thead th {
    font-weight: 600;
    text-transform: uppercase; }
.deo-size-chart-modal.table-size-chart-two .size-chart-content {
  width: 100%;
  overflow-x: auto; }
.deo-size-chart-modal.table-size-chart-three table {
  border: none; }
  .deo-size-chart-modal.table-size-chart-three table th, .deo-size-chart-modal.table-size-chart-three table td {
    border: none;
    text-align: center; }
  .deo-size-chart-modal.table-size-chart-three table tbody tr:nth-child(2n) td {
    background: #eceff1; }
  .deo-size-chart-modal.table-size-chart-three table tbody tr th {
    background: #f9f9f9; }
  .deo-size-chart-modal.table-size-chart-three table thead th {
    color: #FFFFFF;
    background: #000000;
    font-weight: 600; }
.deo-size-chart-modal.table-size-chart-three .size-chart-content {
  width: 100%;
  overflow-x: auto; }

.deo-size-chart-button {
  margin: 10px 0px;
  font-weight: 500;
  display: inline-block;
  margin-right: 20px; }
  .rtl .deo-size-chart-button {
    margin-left: 20px;
    margin-right: inherit; }
  .deo-size-chart-button:after {
    content: "\eadc";
    font-size: 16px;
    font-family: "deo-custom-icons";
    padding-left: 5px; }
    .rtl .deo-size-chart-button:after {
      padding-right: 5px;
      padding-left: inherit; }
  .deo-size-chart-button span {
    text-transform: uppercase; }
  .deo-size-chart-button:hover span {
    text-decoration: underline; }

/*******************  STYLE ONE *****************************/
.size-chart-style-one .size-chart-content .left-size-chart {
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .size-chart-style-one .size-chart-content .left-size-chart {
      text-align: center; } }
@media (min-width: 992px) {
  .size-chart-style-one .size-chart-content.has-image {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (min-width: 992px) {
  .size-chart-style-one .size-chart-content.has-image .left-size-chart {
    width: 25%;
    margin-bottom: 0px; } }
@media (min-width: 992px) {
  .size-chart-style-one .size-chart-content.has-image .right-size-chart {
    width: 75%;
    padding-left: 15px; }
    .rtl .size-chart-style-one .size-chart-content.has-image .right-size-chart {
      padding-right: 15px;
      padding-left: inherit; } }
.size-chart-style-one .size-chart-content .size-chart-description {
  margin-bottom: 20px; }

/*******************  STYLE TWO *****************************/
.size-chart-style-two .size-chart-content {
  width: 100%;
  overflow-x: auto; }
.size-chart-style-two .top-content {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .size-chart-style-two .top-content.has-image {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .size-chart-style-two .top-content.has-image .size-chart-image {
    text-align: center;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .size-chart-style-two .top-content.has-image .size-chart-image {
        width: 30%;
        margin-bottom: 0px; } }
  .size-chart-style-two .top-content.has-image .size-chart-description {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .size-chart-style-two .top-content.has-image .size-chart-description {
        width: 70%;
        margin-bottom: 0px;
        padding-left: 15px; }
        .rtl .size-chart-style-two .top-content.has-image .size-chart-description {
          padding-right: 15px;
          padding-left: inherit; } }

/*******************  STYLE THREE *****************************/
.size-chart-style-three .modal-dialog {
  max-width: calc(100% - 20px); }
  @media (min-width: 992px) {
    .size-chart-style-three .modal-dialog {
      max-width: 768px; } }
.size-chart-style-three .size-chart-image {
  text-align: center;
  margin-bottom: 30px; }
.size-chart-style-three .size-chart-description {
  margin-bottom: 30px; }

/*******************  STYLE FOUR *****************************/
.size-chart-style-four .modal-dialog {
  max-width: calc(100% - 20px); }
  @media (min-width: 992px) {
    .size-chart-style-four .modal-dialog {
      max-width: 768px; } }
.size-chart-style-four .size-chart-image {
  text-align: center;
  margin-bottom: 30px; }
.size-chart-style-four .size-chart-description {
  margin-bottom: 30px; }
.size-chart-style-four .title-tab {
  text-align: center;
  margin-bottom: 20px; }
.size-chart-style-four .nav-tabs {
  text-align: center;
  margin-bottom: 10px; }
  .size-chart-style-four .nav-tabs .nav-item {
    float: none;
    display: inline-block; }
    .size-chart-style-four .nav-tabs .nav-item .nav-link {
      border: none;
      position: relative;
      text-transform: none; }
      .size-chart-style-four .nav-tabs .nav-item .nav-link:after {
        content: '';
        width: 20px;
        height: 3px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        background: #1bbc9b; }
      .size-chart-style-four .nav-tabs .nav-item .nav-link:hover, .size-chart-style-four .nav-tabs .nav-item .nav-link:focus, .size-chart-style-four .nav-tabs .nav-item .nav-link.active {
        background: transparent;
        color: #1bbc9b;
        border-color: #1bbc9b; }
      .size-chart-style-four .nav-tabs .nav-item .nav-link.active:after {
        opacity: 1;
        filter: alpha(opacity=100); }
      .size-chart-style-four .nav-tabs .nav-item .nav-link.active:hover, .size-chart-style-four .nav-tabs .nav-item .nav-link.active:focus {
        background: transparent;
        color: #1bbc9b;
        border-color: #1bbc9b; }
@media (min-width: 992px) {
  .size-chart-style-four .how-to-measure-content.has-image {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.size-chart-style-four .how-to-measure-content.has-image .size-chart-image {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .size-chart-style-four .how-to-measure-content.has-image .size-chart-image {
      width: 30%;
      margin-bottom: 0px; } }
@media (min-width: 992px) {
  .size-chart-style-four .how-to-measure-content.has-image .size-chart-description {
    width: 70%;
    padding-left: 15px; }
    .rtl .size-chart-style-four .how-to-measure-content.has-image .size-chart-description {
      padding-right: 15px;
      padding-left: inherit; } }

/*# sourceMappingURL=sizechart.css.map */
