/* 20230131120639 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #ffffff;
  background-color: #850000;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #ffffff;
  background-color: #850000;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #6a0000;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #6a0000;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
#header .main-menu ul li .mega-menu .menus {
	margin: -10px;
}

#header .main-menu ul li .mega-menu .menus .menu {
	width:33.333%;
  white-space:normal;
  padding: 10px 20px;
}

#header .main-menu ul li .mega-menu .menus .menu a {
	display:flex;
  align-items:flex-start;
}

#header .main-menu ul li .mega-menu .menus .menu a:hover {
	color:inherit;
  text-decoration:none;
}

#header .main-menu ul li .mega-menu .menus .menu img {
	width:100%;
}

#header .main-menu ul li .mega-menu .menus .menu .img {
	min-width:100px;
  max-width:100px;
  margin-right:15px;
}

#header .main-menu .menu-outer {
	display: flex;
  justify-content: space-between;
}

#header .main-menu ul li.focus-item:first-child > a {
	padding-left: 20px;
}
    
/* Custom Register Page - Start */

.hide-for-print {
	display: none;
}

.fixed-pages .gui-thankyou {display:none !important;}
.gui-login .gui-input,
.gui-register .gui-input,
.gui-password .gui-input{
	border: 1px solid #F2F2F2 !important;
  -webkit-box-shadow:none !important;
          box-shadow:none !important;
  border-radius:5px;
}
.gui-login .gui-input input,
.gui-register .gui-input input,
.gui-password .gui-input input {
	height:40px !important;
  padding:0px 12px !important;
  font-family:inherit;
  -webkit-box-shadow:none !important;
          box-shadow:none !important;
      font-size: .85em;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.gui-login .gui-block-title,
.gui-login .gui-block,
.gui-register .gui-block-title,
.gui-register .gui-block,
.gui-password .gui-block-title,
.gui-password .gui-block {
	border-color: #F2F2F2 !important;
}
body .gui-login .gui-button-small,
body .gui-register .gui-button-small,
body .gui-password .gui-button-small {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
  padding:0px 30px;
  height:50px;
  font-size:14px;
  font-weight:bold;
  border-radius:5px;
  
}
body .gui-login .gui-block,
body .gui-register .gui-block,
body .gui-password .gui-block  {
  border: none;
  -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.10);
  border-radius: 10px;
  overflow: hidden;
}
body .gui-login .gui-block-title,
body .gui-login .gui-content-title,
body .gui-register .gui-block-title,
body .gui-register .gui-content-title,
body .gui-password .gui-block-title,
body .gui-password .gui-content-title {
  border: none;
  font-size: 20px;
  font-weight: 700;
  font-family: inherit;
  padding: 30px;
}
body .gui-login .gui-content-title,
body .gui-register .gui-content-title,
body .gui-password .gui-content-title {
	padding:0;
  padding-bottom:30px;
}
body .gui-login .gui-block-title strong,
body .gui-register .gui-block-title strong,
body .gui-password .gui-block-title strong {
	font-weight:bold;
}
body .gui-login .gui-block-content,
body .gui-register .gui-block-content,
body .gui-password .gui-block-content {
	padding:30px;
  padding-top:0;
}
body .gui p {
	line-height:150%;
  margin-bottom:20px;
}
body .gui-login label,
body .gui-register label,
body .gui-register .gui-form .gui-field > label,
body .gui-login .gui-form .gui-field > label,
body .gui-password .gui-form .gui-field > label,
body .gui-password label {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  margin: 0;
  display: block;
  margin-bottom: 5px;
  color: #303d43; 
}
body .gui a.gui-button-facebook {
  margin: 0;
  height: 50px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 30px;
  height: 50px;
  font-size: 14px;
  background: #3C5A99;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  border-radius: 5px;
}
body .gui a.gui-button-facebook span {
  margin: 0;
  background: transparent;
  border: none;
  color: inherit;
  padding:0;
}
body .gui a.gui-button-facebook:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f082";
  font-size:22px;
  margin-right:10px;
}
.gui-select select {
  -webkit-appearance: none;
	-moz-appearance:none;
	     appearance:none;
  background:transparent !important;
  padding:0px 10px !important;
}
body .gui-select {
	background:#fff !important;
  color:#000;
  font-size:13px;
  position:relative;
  z-index:0;
  border-radius: 5px;
  overflow: hidden;
}
body .gui-select:after {
  font-family: fontawesome;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  z-index: -1;
  font-size: .9em;
}
.gui-form .gui-radio input {
	margin: 0;
  margin-right: 10px;
}
.gui-checkout .gui-form .gui-input,
.gui-checkout .gui-form .gui-text,
body .gui-select {
	border: none !important;
}
.gui-select select {
  height: 40px !important;
  -webkit-appearance: none;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.07) !important;
}
.gui-checkout .gui-form input[type="text"],
.gui-checkout .gui-form input[type="email"],
.gui-checkout .gui-form textarea {
	height:40px;
  padding:0px 20px;
  outline:none;
  border: 1px solid #efefef;
  border-radius:0px;
  background:#fff;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
}
.gui-checkout .gui-form textarea {
	padding:13px 20px;
  max-width:100%;
  min-height: 100px;
}
.gui-checkout .gui-form input::-webkit-input-placeholder,
.gui-checkout .gui-form textarea::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa;
  color:rgba(0,0,0,0.4);
}
.gui-checkout .gui-form input:-moz-placeholder,
.gui-checkout .gui-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa;
  color:rgba(0,0,0,0.4);
   opacity:  1;
}
.gui-checkout .gui-form input::-moz-placeholder,
.gui-checkout .gui-form textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
   color:    #aaa;
  color:rgba(0,0,0,0.4);
   opacity:  1;
}
.gui-checkout .gui-form input:-ms-input-placeholder,
.gui-checkout .gui-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaa;
  color:rgba(0,0,0,0.4);
}
.gui-checkout .gui-form input::-ms-input-placeholder,
.gui-checkout .gui-form textarea::-ms-input-placeholder { /* Microsoft Edge */
   color:    #aaa;
  color:rgba(0,0,0,0.4);
}
body .gui-input.gui-focus,
body .gui-text.gui-focus,
.gui-input input:focus,
.gui-text textarea:focus {
	border:1px solid rgba(0,0,0,.07) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
body .gui-select.gui-focus {
	border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.gui-checkout .gui-progressbar {
	display: none;
}
.gui-checkout .gui-form a.gui-button-action {
	width: 100%;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.gui-input-phone-number .gui-input-phone-number-code-wrapper{
	position: relative !important;
  top: 5px;
  left: 5px;
  width: 90px !important;
}
.gui-input-phone-number .gui-input-phone-number-code-placeholder{
	left: 23px !important;
  line-height: 23px !important;
  height: 100% !important;
}

.collection-content.on-top .content-align .collection-sort {
	width: 200px;
}

.collection-sort .flex {
	justify-content: flex-end;
}

.collection-sort .ui.selection.dropdown {
	width: 175px;
}

@media (max-width: 767px) {
  .collection-content.on-top .content-align {
  	flex-wrap: wrap;
  }
  
  .collection-content.on-top .content-align .collection-sort {
  	width: 100%;
    margin-top: 15px;
  }
}

.checkout-page__thankyou-block .flame {
    background: 160%/85% no-repeat;
}
.checkout-page__thankyou-block .checkout-page__step-label {
    float: left;
    margin-right: 0.7rem;
  	margin-top: 0.7em;
}
/* thank you page */

.checkout-page__thankyou-block .flame {
    background: 160%/85% no-repeat;
}
.checkout-page__thankyou-block .checkout-page__step-label {
    float: left;
    margin-right: 0.7rem;
}

.grid-container:not(.full) > .grid-padding-x, .grid-padding-x .grid-padding-x {
	margin-right: -1rem;
  margin-left: -1rem;
}

.grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto;
}

.button.secondary {
	background-color: #f7f7f7;
  color: #000;
}

.grid-margin-y > .cell {
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.cell .grid-y.medium-grid-frame {
        height: 100%;
    }

.block--padding {
	 padding: 1rem;
}

.block {
    display: block;
    position: relative;
    background: center/cover no-repeat #fff;
    color: #232323;
    margin-bottom: 1.6rem;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    -webkit-transition: -webkit-box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out;
    transition: box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}

.checkout-page__step-label {
		background: #7b7b7b;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 0.4rem 0.6rem;
    line-height: 1;
    font-size: 1em;
    vertical-align: middle;
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}
.cell.auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.cell.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.grid-x > .auto,
.grid-x > .shrink {
    width: auto;
}
.grid-x > .small-1,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-full,
.grid-x > .small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
    .grid-x > .medium-1,
    .grid-x > .medium-10,
    .grid-x > .medium-11,
    .grid-x > .medium-12,
    .grid-x > .medium-2,
    .grid-x > .medium-3,
    .grid-x > .medium-4,
    .grid-x > .medium-5,
    .grid-x > .medium-6,
    .grid-x > .medium-7,
    .grid-x > .medium-8,
    .grid-x > .medium-9,
    .grid-x > .medium-full,
    .grid-x > .medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-x > .large-1,
    .grid-x > .large-10,
    .grid-x > .large-11,
    .grid-x > .large-12,
    .grid-x > .large-2,
    .grid-x > .large-3,
    .grid-x > .large-4,
    .grid-x > .large-5,
    .grid-x > .large-6,
    .grid-x > .large-7,
    .grid-x > .large-8,
    .grid-x > .large-9,
    .grid-x > .large-full,
    .grid-x > .large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
.grid-x > .small-1,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.grid-x > .small-1 {
    width: 8.33333%;
}
.grid-x > .small-2 {
    width: 16.66667%;
}
.grid-x > .small-3 {
    width: 25%;
}
.grid-x > .small-4 {
    width: 33.33333%;
}
.grid-x > .small-5 {
    width: 41.66667%;
}
.grid-x > .small-6 {
    width: 50%;
}
.grid-x > .small-7 {
    width: 58.33333%;
}
.grid-x > .small-8 {
    width: 66.66667%;
}
.grid-x > .small-9 {
    width: 75%;
}
.grid-x > .small-10 {
    width: 83.33333%;
}
.grid-x > .small-11 {
    width: 91.66667%;
}
.grid-x > .small-12 {
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }
    .grid-x > .medium-1,
    .grid-x > .medium-10,
    .grid-x > .medium-11,
    .grid-x > .medium-12,
    .grid-x > .medium-2,
    .grid-x > .medium-3,
    .grid-x > .medium-4,
    .grid-x > .medium-5,
    .grid-x > .medium-6,
    .grid-x > .medium-7,
    .grid-x > .medium-8,
    .grid-x > .medium-9,
    .grid-x > .medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .grid-x > .medium-shrink {
        width: auto;
    }
    .grid-x > .medium-1 {
        width: 8.33333%;
    }
    .grid-x > .medium-2 {
        width: 16.66667%;
    }
    .grid-x > .medium-3 {
        width: 25%;
    }
    .grid-x > .medium-4 {
        width: 33.33333%;
    }
    .grid-x > .medium-5 {
        width: 41.66667%;
    }
    .grid-x > .medium-6 {
        width: 50%;
    }
    .grid-x > .medium-7 {
        width: 58.33333%;
    }
    .grid-x > .medium-8 {
        width: 66.66667%;
    }
    .grid-x > .medium-9 {
        width: 75%;
    }
    .grid-x > .medium-10 {
        width: 83.33333%;
    }
    .grid-x > .medium-11 {
        width: 91.66667%;
    }
    .grid-x > .medium-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }
    .grid-x > .large-1,
    .grid-x > .large-10,
    .grid-x > .large-11,
    .grid-x > .large-12,
    .grid-x > .large-2,
    .grid-x > .large-3,
    .grid-x > .large-4,
    .grid-x > .large-5,
    .grid-x > .large-6,
    .grid-x > .large-7,
    .grid-x > .large-8,
    .grid-x > .large-9,
    .grid-x > .large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .grid-x > .large-shrink {
        width: auto;
    }
    .grid-x > .large-1 {
        width: 8.33333%;
    }
    .grid-x > .large-2 {
        width: 16.66667%;
    }
    .grid-x > .large-3 {
        width: 25%;
    }
    .grid-x > .large-4 {
        width: 33.33333%;
    }
    .grid-x > .large-5 {
        width: 41.66667%;
    }
    .grid-x > .large-6 {
        width: 50%;
    }
    .grid-x > .large-7 {
        width: 58.33333%;
    }
    .grid-x > .large-8 {
        width: 66.66667%;
    }
    .grid-x > .large-9 {
        width: 75%;
    }
    .grid-x > .large-10 {
        width: 83.33333%;
    }
    .grid-x > .large-11 {
        width: 91.66667%;
    }
    .grid-x > .large-12 {
        width: 100%;
    }
}
.grid-margin-x:not(.grid-x) > .cell {
    width: auto;
}
.grid-margin-y:not(.grid-y) > .cell {
    height: auto;
}
.grid-margin-x {
    margin-left: -1rem;
    margin-right: -1rem;
}
.grid-margin-x > .cell {
    width: calc(100% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
}
.grid-margin-x > .auto,
.grid-margin-x > .shrink {
    width: auto;
}
.grid-margin-x > .small-1 {
    width: calc(8.33333% - 2rem);
}
.grid-margin-x > .small-2 {
    width: calc(16.66667% - 2rem);
}
.grid-margin-x > .small-3 {
    width: calc(25% - 2rem);
}
.grid-margin-x > .small-4 {
    width: calc(33.33333% - 2rem);
}
.grid-margin-x > .small-5 {
    width: calc(41.66667% - 2rem);
}
.grid-margin-x > .small-6 {
    width: calc(50% - 2rem);
}
.grid-margin-x > .small-7 {
    width: calc(58.33333% - 2rem);
}
.grid-margin-x > .small-8 {
    width: calc(66.66667% - 2rem);
}
.grid-margin-x > .small-9 {
    width: calc(75% - 2rem);
}
.grid-margin-x > .small-10 {
    width: calc(83.33333% - 2rem);
}
.grid-margin-x > .small-11 {
    width: calc(91.66667% - 2rem);
}
.grid-margin-x > .small-12 {
    width: calc(100% - 2rem);
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x > .medium-auto,
    .grid-margin-x > .medium-shrink {
        width: auto;
    }
    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 2rem);
    }
    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 2rem);
    }
    .grid-margin-x > .medium-3 {
        width: calc(25% - 2rem);
    }
    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 2rem);
    }
    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 2rem);
    }
    .grid-margin-x > .medium-6 {
        width: calc(50% - 2rem);
    }
    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 2rem);
    }
    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 2rem);
    }
    .grid-margin-x > .medium-9 {
        width: calc(75% - 2rem);
    }
    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 2rem);
    }
    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 2rem);
    }
    .grid-margin-x > .medium-12 {
        width: calc(100% - 2rem);
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto,
    .grid-margin-x > .large-shrink {
        width: auto;
    }
    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 2rem);
    }
    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 2rem);
    }
    .grid-margin-x > .large-3 {
        width: calc(25% - 2rem);
    }
    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 2rem);
    }
    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 2rem);
    }
    .grid-margin-x > .large-6 {
        width: calc(50% - 2rem);
    }
    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 2rem);
    }
    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 2rem);
    }
    .grid-margin-x > .large-9 {
        width: calc(75% - 2rem);
    }
    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 2rem);
    }
    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 2rem);
    }
    .grid-margin-x > .large-12 {
        width: calc(100% - 2rem);
    }
}
.grid-container:not(.full) > .grid-padding-x,
.grid-padding-x .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
}
.grid-padding-x > .cell {
    padding-right: 1rem;
    padding-left: 1rem;
}
.grid-container {
    
}

.cell .center iframe {
	width: 100%;
}

.ui.dropdown .menu .wrapper {
	display: flex;
  flex-direction: column;
}

.ui.dropdown .menu .wrapper .item {
	position: relative;
    cursor: pointer;
    display: block;
    border: none;
    height: auto;
    text-align: left;
    border-top: none;
    line-height: 1em;
    color: rgba(0,0,0,.87);
    padding: .71428571rem 1.14285714rem!important;
    font-size: 1rem;
    text-transform: none;
    font-weight: 400;
    box-shadow: none;
    -webkit-touch-callout: none;
      border-top: 1px solid #FAFAFA;
    padding: .71428571rem 1.14285714rem!important;
    white-space: normal;
    word-wrap: normal;
  padding: 0px 15px !important;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ui.dropdown .menu .wrapper .item:hover {
background: rgba(0,0,0,.05);
    color: rgba(0,0,0,.95);
    z-index: 13;
}
