<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
ATTENTION! Please do not modify this file, it's auto-generated and all your changes will be lost.
The complete list of files it's generated from:
design/themes/tshirtfactory/css/styles.less
design/themes/tshirtfactory/css/tygh/responsive.less
design/themes/tshirtfactory/css/addons/wcdn_quickcheckout/styles.less
design/themes/tshirtfactory/css/addons/tshirtfactory/custom.less
design/themes/tshirtfactory/css/addons/tshirtfactory/select2.min.css
design/themes/tshirtfactory/css/addons/tshirtfactory/dropzone.less
design/themes/tshirtfactory/css/addons/tshirtfactory/colorpicker.css
design/themes/tshirtfactory/css/addons/tshirtfactory/layout.css
design/themes/tshirtfactory/css/addons/fa/regular.min.css
design/themes/tshirtfactory/css/addons/fa/light.min.css
design/themes/tshirtfactory/css/addons/fa/solid.min.css
design/themes/tshirtfactory/css/addons/fa/brands.min.css
design/themes/tshirtfactory/css/addons/fa/all.min.css
design/themes/tshirtfactory/css/addons/fa/fontawesome.min.css
design/themes/tshirtfactory/css/addons/fa/svg-with-js.min.css
design/themes/tshirtfactory/css/addons/fa/v4-shims.min.css
design/themes/tshirtfactory/css/addons/vam_udesign/designer.css
design/themes/tshirtfactory/css/addons/vam_udesign/udesign.public.css
design/themes/tshirtfactory/css/addons/vam_udesign/dropzone.css
design/themes/tshirtfactory/css/addons/vam_udesign/jquery.dropdown.css
design/themes/tshirtfactory/css/addons/vam_udesign/jquery.tagsinput-revisited.css
design/themes/tshirtfactory/css/addons/wcdn_cookie_popup/gdpr.less
design/themes/tshirtfactory/css/addons/tags/styles.less
design/themes/tshirtfactory/css/addons/rss_feed/styles.less
design/themes/tshirtfactory/css/addons/email_marketing/styles.less
design/themes/tshirtfactory/css/addons/gift_certificates/styles.less
design/themes/tshirtfactory/css/addons/gift_certificates/responsive.less
design/themes/tshirtfactory/css/addons/store_locator/styles.less
design/themes/tshirtfactory/css/addons/store_locator/responsive.less
design/themes/tshirtfactory/css/addons/form_builder/styles.less
design/themes/tshirtfactory/css/addons/form_builder/responsive.less
design/themes/tshirtfactory/css/addons/banners/styles.less
design/themes/tshirtfactory/css/addons/discussion/styles.less
design/themes/tshirtfactory/css/addons/discussion/responsive.less
design/themes/tshirtfactory/css/addons/wishlist/styles.less
design/themes/tshirtfactory/css/addons/wishlist/responsive.less
design/themes/tshirtfactory/css/addons/image_zoom/styles.less
*/


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../../../../../../../design/themes/tshirtfactory/media/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../../../../../../../../design/themes/tshirtfactory/media/chosen-sprite.png') no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url('../../../../../../../../design/themes/tshirtfactory/media/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../../../../../../../../design/themes/tshirtfactory/media/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url('../../../../../../../../design/themes/tshirtfactory/media/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../../../../../../../../design/themes/tshirtfactory/media/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url('../../../../../../../../design/themes/tshirtfactory/media/../images/colorpicker_background.png');
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url('../../../../../../../../design/themes/tshirtfactory/media/../images/colorpicker_overlay.png');
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url('../../../../../../../../design/themes/tshirtfactory/media/../images/colorpicker_select.gif');
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url('../../../../../../../../design/themes/tshirtfactory/media/../images/colorpicker_indic.gif') left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent !important;
	border: 1px solid transparent !important;
	position: absolute !important;
	font-size: 10px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	color: #898989 !important;
	top: 4px !important;
	right: 11px !important;
	text-align: right !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 11px !important;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url('../../../../../../../../design/themes/tshirtfactory/media/../images/colorpicker_hex.png') top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px !important;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/colorpicker_rgb_r.png');
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/colorpicker_rgb_g.png');
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/colorpicker_rgb_b.png');
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/colorpicker_hsb_h.png');
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/colorpicker_hsb_s.png');
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/colorpicker_hsb_b.png');
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url('../../../../../../../../design/themes/tshirtfactory/media/../images/colorpicker_submit.png') top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
html, body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #52697E;
}
body {
	text-align: center;
	overflow: auto;
}
.wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
h1 {
	font-size: 21px;
	height: 47px;
	line-height: 47px;
	text-transform: uppercase;
}
.navigationTabs {
	height: 23px;
	line-height: 23px;
	border-bottom: 1px solid #ccc;
}
.navigationTabs li {
	float: left;
	height: 23px;
	line-height: 23px;
	padding-right: 3px;
}
.navigationTabs li a{
	float: left;
	dispaly: block;
	height: 23px;
	line-height: 23px;
	padding: 0 10px;
	overflow: hidden;
	color: #52697E;
	background-color: #eee;
	position: relative;
	text-decoration: none;
}
.navigationTabs li a:hover {
	background-color: #f0f0f0;
}
.navigationTabs li a.active {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 0px solid;
}
.tabsContent {
	border: 1px solid #ccc;
	border-top: 0px solid;
	width: 698px;
	overflow: hidden;
}
.tab {
	padding: 16px;
	display: none;
}
.tab h2 {
	font-weight: bold;
	font-size: 16px;
}
.tab h3 {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
}
.tab p {
	margin-top: 16px;
	clear: both;
}
.tab ul {
	margin-top: 16px;
	list-style: disc;
}
.tab li {
	margin: 10px 0 0 35px;
}
.tab a {
	color: #8FB0CF;
}
.tab strong {
	font-weight: bold;
}
.tab pre {
	font-size: 11px;
	margin-top: 20px;
	width: 668px;
	overflow: auto;
	clear: both;
}
.tab table {
	width: 100%;
}
.tab table td {
	padding: 6px 10px 6px 0;
	vertical-align: top;
}
.tab dt {
	margin-top: 16px;
}

#colorSelector {
	position: relative;
	width: 36px;
	height: 36px;
	background: url('../../../../../../../../design/themes/tshirtfactory/media/../images/select.png');
}
#colorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url('../../../../../../../../design/themes/tshirtfactory/media/../images/select.png') center;
}
#colorSelector2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background: url('../../../../../../../../design/themes/tshirtfactory/media/../images/select2.png');
}
#colorSelector2 div {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: url('../../../../../../../../design/themes/tshirtfactory/media/../images/select2.png') center;
}
#colorpickerHolder2 {
	top: 32px;
	left: 0;
	width: 356px;
	height: 0;
	overflow: hidden;
	position: absolute;
}
#colorpickerHolder2 .colorpicker {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/custom_background.png');
	position: absolute;
	bottom: 0;
	left: 0;
}
#colorpickerHolder2 .colorpicker_hue div {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/custom_indic.gif');
}
#colorpickerHolder2 .colorpicker_hex {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/custom_hex.png');
}
#colorpickerHolder2 .colorpicker_rgb_r {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/custom_rgb_r.png');
}
#colorpickerHolder2 .colorpicker_rgb_g {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/custom_rgb_g.png');
}
#colorpickerHolder2 .colorpicker_rgb_b {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/custom_rgb_b.png');
}
#colorpickerHolder2 .colorpicker_hsb_s {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/custom_hsb_s.png');
	display: none;
}
#colorpickerHolder2 .colorpicker_hsb_h {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/custom_hsb_h.png');
	display: none;
}
#colorpickerHolder2 .colorpicker_hsb_b {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/custom_hsb_b.png');
	display: none;
}
#colorpickerHolder2 .colorpicker_submit {
	background-image: url('../../../../../../../../design/themes/tshirtfactory/media/../images/custom_submit.png');
}
#colorpickerHolder2 .colorpicker input {
	color: #778398;
}
#customWidget {
	position: relative;
	height: 36px;
}

/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:swap;src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-regular-400.eot');src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-regular-400.eot#iefix') format("embedded-opentype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-regular-400.woff2') format("woff2"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-regular-400.woff') format("woff"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-regular-400.ttf') format("truetype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-regular-400.svg#fontawesome') format("svg")}.far{font-family:"Font Awesome 5 Pro";font-weight:400}
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-light-300.eot');src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-light-300.eot#iefix') format("embedded-opentype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-light-300.woff2') format("woff2"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-light-300.woff') format("woff"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-light-300.ttf') format("truetype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-light-300.svg#fontawesome') format("svg")}.fal{font-family:"Font Awesome 5 Pro";font-weight:300}
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:swap;src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-solid-900.eot');src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-solid-900.eot#iefix') format("embedded-opentype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-solid-900.woff2') format("woff2"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-solid-900.woff') format("woff"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-solid-900.ttf') format("truetype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-solid-900.svg#fontawesome') format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:swap;src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-brands-400.eot');src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-brands-400.eot#iefix') format("embedded-opentype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-brands-400.woff2') format("woff2"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-brands-400.woff') format("woff"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-brands-400.ttf') format("truetype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-brands-400.svg#fontawesome') format("svg")}.fab{font-family:"Font Awesome 5 Brands"}
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul&gt;li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-heart:before{content:"\f499"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-home:before{content:"\f015"}.fa-home-heart:before{content:"\f4c9"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-inventory:before{content:"\f480"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-lamp:before{content:"\f4ca"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-racquet:before{content:"\f45a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scrubber:before{content:"\f2f8"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skeleton:before{content:"\f620"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f2e2"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-display:swap;font-weight:normal;src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-brands-400.eot');src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-brands-400.eot#iefix') format("embedded-opentype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-brands-400.woff2') format("woff2"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-brands-400.woff') format("woff"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-brands-400.ttf') format("truetype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-brands-400.svg#fontawesome') format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-display:swap;font-weight:300;src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-light-300.eot');src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-light-300.eot#iefix') format("embedded-opentype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-light-300.woff2') format("woff2"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-light-300.woff') format("woff"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-light-300.ttf') format("truetype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-light-300.svg#fontawesome') format("svg")}.fal{font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-display:swap;font-weight:400;src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-regular-400.eot');src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-regular-400.eot#iefix') format("embedded-opentype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-regular-400.woff2') format("woff2"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-regular-400.woff') format("woff"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-regular-400.ttf') format("truetype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-regular-400.svg#fontawesome') format("svg")}.fal,.far{font-family:"Font Awesome 5 Pro"}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-display:swap;font-weight:900;src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-solid-900.eot');src:url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-solid-900.eot#iefix') format("embedded-opentype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-solid-900.woff2') format("woff2"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-solid-900.woff') format("woff"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-solid-900.ttf') format("truetype"),url('../../../../../../../../design/themes/tshirtfactory/media/../webfonts/fa-solid-900.svg#fontawesome') format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul&gt;li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atom:before{content:"\f5d2"}.fa-atom-alt:before{content:"\f5d3"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-backpack:before{content:"\f5d4"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-barcode-alt:before{content:"\f463"}.fa-barcode-read:before{content:"\f464"}.fa-barcode-scan:before{content:"\f465"}.fa-bars:before{content:"\f0c9"}.fa-baseball:before{content:"\f432"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-basketball-hoop:before{content:"\f435"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f376"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f377"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-school:before{content:"\f5d5"}.fa-bell-school-slash:before{content:"\f5d6"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blanket:before{content:"\f498"}.fa-blender:before{content:"\f517"}.fa-blind:before{content:"\f29d"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bone-break:before{content:"\f5d8"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-alt:before{content:"\f5d9"}.fa-book-heart:before{content:"\f499"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-books:before{content:"\f5db"}.fa-bowling-ball:before{content:"\f436"}.fa-bowling-pins:before{content:"\f437"}.fa-box:before{content:"\f466"}.fa-box-alt:before{content:"\f49a"}.fa-box-check:before{content:"\f467"}.fa-box-fragile:before{content:"\f49b"}.fa-box-full:before{content:"\f49c"}.fa-box-heart:before{content:"\f49d"}.fa-box-open:before{content:"\f49e"}.fa-box-up:before{content:"\f49f"}.fa-box-usd:before{content:"\f4a0"}.fa-boxes:before{content:"\f468"}.fa-boxes-alt:before{content:"\f4a1"}.fa-boxing-glove:before{content:"\f438"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-browser:before{content:"\f37e"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-bus-school:before{content:"\f5dd"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-bump:before{content:"\f5e0"}.fa-car-crash:before{content:"\f5e1"}.fa-car-garage:before{content:"\f5e2"}.fa-car-mechanic:before{content:"\f5e3"}.fa-car-side:before{content:"\f5e4"}.fa-car-tilt:before{content:"\f5e5"}.fa-car-wash:before{content:"\f5e6"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-certificate:before{content:"\f0a3"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-bishop-alt:before{content:"\f43b"}.fa-chess-board:before{content:"\f43c"}.fa-chess-clock:before{content:"\f43d"}.fa-chess-clock-alt:before{content:"\f43e"}.fa-chess-king:before{content:"\f43f"}.fa-chess-king-alt:before{content:"\f440"}.fa-chess-knight:before{content:"\f441"}.fa-chess-knight-alt:before{content:"\f442"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-pawn-alt:before{content:"\f444"}.fa-chess-queen:before{content:"\f445"}.fa-chess-queen-alt:before{content:"\f446"}.fa-chess-rook:before{content:"\f447"}.fa-chess-rook-alt:before{content:"\f448"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clipboard-prescription:before{content:"\f5e8"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-upload:before{content:"\f0ee"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-club:before{content:"\f327"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-code-commit:before{content:"\f386"}.fa-code-merge:before{content:"\f387"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-alt-check:before{content:"\f4a2"}.fa-comment-alt-dots:before{content:"\f4a3"}.fa-comment-alt-edit:before{content:"\f4a4"}.fa-comment-alt-exclamation:before{content:"\f4a5"}.fa-comment-alt-lines:before{content:"\f4a6"}.fa-comment-alt-minus:before{content:"\f4a7"}.fa-comment-alt-plus:before{content:"\f4a8"}.fa-comment-alt-slash:before{content:"\f4a9"}.fa-comment-alt-smile:before{content:"\f4aa"}.fa-comment-alt-times:before{content:"\f4ab"}.fa-comment-check:before{content:"\f4ac"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-edit:before{content:"\f4ae"}.fa-comment-exclamation:before{content:"\f4af"}.fa-comment-lines:before{content:"\f4b0"}.fa-comment-minus:before{content:"\f4b1"}.fa-comment-plus:before{content:"\f4b2"}.fa-comment-slash:before{content:"\f4b3"}.fa-comment-smile:before{content:"\f4b4"}.fa-comment-times:before{content:"\f4b5"}.fa-comments:before{content:"\f086"}.fa-comments-alt:before{content:"\f4b6"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compass-slash:before{content:"\f5e9"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-wide:before{content:"\f326"}.fa-concierge-bell:before{content:"\f562"}.fa-connectdevelop:before{content:"\f20e"}.fa-container-storage:before{content:"\f4b7"}.fa-contao:before{content:"\f26d"}.fa-conveyor-belt:before{content:"\f46e"}.fa-conveyor-belt-alt:before{content:"\f46f"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f389"}.fa-credit-card-front:before{content:"\f38a"}.fa-cricket:before{content:"\f449"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-curling:before{content:"\f44a"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-desktop-alt:before{content:"\f390"}.fa-deviantart:before{content:"\f1bd"}.fa-diagnoses:before{content:"\f470"}.fa-diamond:before{content:"\f219"}.fa-dice:before{content:"\f522"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-diploma:before{content:"\f5ea"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-do-not-enter:before{content:"\f5ec"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-empty:before{content:"\f473"}.fa-dolly-flatbed:before{content:"\f474"}.fa-dolly-flatbed-alt:before{content:"\f475"}.fa-dolly-flatbed-empty:before{content:"\f476"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-draw-circle:before{content:"\f5ed"}.fa-draw-polygon:before{content:"\f5ee"}.fa-draw-square:before{content:"\f5ef"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dyalog:before{content:"\f399"}.fa-ear:before{content:"\f5f0"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-h-alt:before{content:"\f39b"}.fa-ellipsis-v:before{content:"\f142"}.fa-ellipsis-v-alt:before{content:"\f39c"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-engine-warning:before{content:"\f5f2"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-female:before{content:"\f182"}.fa-field-hockey:before{content:"\f44c"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-certificate:before{content:"\f5f3"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-download:before{content:"\f56d"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-times:before{content:"\f317"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-film-alt:before{content:"\f3a0"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-football-helmet:before{content:"\f44f"}.fa-forklift:before{content:"\f47a"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-fragile:before{content:"\f4bb"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gas-pump-slash:before{content:"\f5f4"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-gift:before{content:"\f06b"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glasses:before{content:"\f530"}.fa-glasses-alt:before{content:"\f5f5"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-stand:before{content:"\f5f6"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-golf-club:before{content:"\f451"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hand-heart:before{content:"\f4bc"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-box:before{content:"\f47b"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-seedling:before{content:"\f4bf"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-receiving:before{content:"\f47c"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-heart:before{content:"\f4c3"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-usd:before{content:"\f4c5"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt:before{content:"\f4c6"}.fa-hashtag:before{content:"\f292"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-circle:before{content:"\f4c7"}.fa-heart-rate:before{content:"\f5f8"}.fa-heart-square:before{content:"\f4c8"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-hexagon:before{content:"\f312"}.fa-highlighter:before{content:"\f591"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-hockey-sticks:before{content:"\f454"}.fa-home:before{content:"\f015"}.fa-home-heart:before{content:"\f4c9"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-industry-alt:before{content:"\f3b3"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-inhaler:before{content:"\f5f9"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-inventory:before{content:"\f480"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-java:before{content:"\f4e4"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kidneys:before{content:"\f5fb"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-lamp:before{content:"\f4ca"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-layer-minus:before{content:"\f5fe"}.fa-layer-plus:before{content:"\f5ff"}.fa-leaf:before{content:"\f06c"}.fa-leaf-heart:before{content:"\f4cb"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lips:before{content:"\f600"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location:before{content:"\f601"}.fa-location-arrow:before{content:"\f124"}.fa-location-circle:before{content:"\f602"}.fa-location-slash:before{content:"\f603"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-lock-open:before{content:"\f3c1"}.fa-lock-open-alt:before{content:"\f3c2"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-loveseat:before{content:"\f4cc"}.fa-low-vision:before{content:"\f2a8"}.fa-luchador:before{content:"\f455"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-marker-alt-slash:before{content:"\f605"}.fa-map-marker-check:before{content:"\f606"}.fa-map-marker-edit:before{content:"\f607"}.fa-map-marker-exclamation:before{content:"\f608"}.fa-map-marker-minus:before{content:"\f609"}.fa-map-marker-plus:before{content:"\f60a"}.fa-map-marker-question:before{content:"\f60b"}.fa-map-marker-slash:before{content:"\f60c"}.fa-map-marker-smile:before{content:"\f60d"}.fa-map-marker-times:before{content:"\f60e"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-mobile-android:before{content:"\f3ce"}.fa-mobile-android-alt:before{content:"\f3cf"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monitor-heart-rate:before{content:"\f611"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-motorcycle:before{content:"\f21c"}.fa-mouse-pointer:before{content:"\f245"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-oil-temp:before{content:"\f614"}.fa-old-republic:before{content:"\f510"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-brush-alt:before{content:"\f5a9"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-pallet-alt:before{content:"\f483"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-parking-circle:before{content:"\f615"}.fa-parking-circle-slash:before{content:"\f616"}.fa-parking-slash:before{content:"\f617"}.fa-passport:before{content:"\f5ab"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-paintbrush:before{content:"\f618"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-pennant:before{content:"\f456"}.fa-people-carry:before{content:"\f4ce"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-carry:before{content:"\f4cf"}.fa-person-dolly:before{content:"\f4d0"}.fa-person-dolly-empty:before{content:"\f4d1"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-plus:before{content:"\f4d2"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-plane:before{content:"\f072"}.fa-plane-alt:before{content:"\f3de"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poo:before{content:"\f2fe"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-r-project:before{content:"\f4f7"}.fa-racquet:before{content:"\f45a"}.fa-ramp-loading:before{content:"\f4d4"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-rendact:before{content:"\f3e4"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-route-highway:before{content:"\f61a"}.fa-route-interstate:before{content:"\f61b"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-triangle:before{content:"\f61c"}.fa-ruler-vertical:before{content:"\f548"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-sass:before{content:"\f41e"}.fa-save:before{content:"\f0c7"}.fa-scalpel:before{content:"\f61d"}.fa-scalpel-path:before{content:"\f61e"}.fa-scanner:before{content:"\f488"}.fa-scanner-keyboard:before{content:"\f489"}.fa-scanner-touchscreen:before{content:"\f48a"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scrubber:before{content:"\f2f8"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-check:before{content:"\f2f7"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shipping-timed:before{content:"\f48c"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-shuttlecock:before{content:"\f45b"}.fa-sign:before{content:"\f4d9"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skeleton:before{content:"\f620"}.fa-skull:before{content:"\f54c"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-sliders-h:before{content:"\f1de"}.fa-sliders-h-square:before{content:"\f3f0"}.fa-sliders-v:before{content:"\f3f1"}.fa-sliders-v-square:before{content:"\f3f2"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-plus:before{content:"\f5b9"}.fa-smile-wink:before{content:"\f4da"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowflake:before{content:"\f2dc"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3f3"}.fa-spinner:before{content:"\f110"}.fa-spinner-third:before{content:"\f3f4"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-steering-wheel:before{content:"\f622"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stomach:before{content:"\f623"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablet-android:before{content:"\f3fb"}.fa-tablet-android-alt:before{content:"\f3fc"}.fa-tablet-rugged:before{content:"\f48f"}.fa-tablets:before{content:"\f490"}.fa-tachometer:before{content:"\f0e4"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tachometer-alt-average:before{content:"\f624"}.fa-tachometer-alt-fast:before{content:"\f625"}.fa-tachometer-alt-fastest:before{content:"\f626"}.fa-tachometer-alt-slow:before{content:"\f627"}.fa-tachometer-alt-slowest:before{content:"\f628"}.fa-tachometer-average:before{content:"\f629"}.fa-tachometer-fast:before{content:"\f62a"}.fa-tachometer-fastest:before{content:"\f62b"}.fa-tachometer-slow:before{content:"\f62c"}.fa-tachometer-slowest:before{content:"\f62d"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tennis-ball:before{content:"\f45e"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket:before{content:"\f145"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tire:before{content:"\f631"}.fa-tire-flat:before{content:"\f632"}.fa-tire-pressure-warning:before{content:"\f633"}.fa-tire-rugged:before{content:"\f634"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toolbox:before{content:"\f552"}.fa-tooth:before{content:"\f5c9"}.fa-toothbrush:before{content:"\f635"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-cone:before{content:"\f636"}.fa-traffic-light:before{content:"\f637"}.fa-traffic-light-go:before{content:"\f638"}.fa-traffic-light-slow:before{content:"\f639"}.fa-traffic-light-stop:before{content:"\f63a"}.fa-train:before{content:"\f238"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-tree:before{content:"\f1bb"}.fa-tree-alt:before{content:"\f400"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-truck-container:before{content:"\f4dc"}.fa-truck-couch:before{content:"\f4dd"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-truck-ramp:before{content:"\f4e0"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-tv-retro:before{content:"\f401"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-class:before{content:"\f63d"}.fa-users-cog:before{content:"\f509"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-plus:before{content:"\f4e1"}.fa-video-slash:before{content:"\f4e2"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f2e2"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-warehouse-alt:before{content:"\f495"}.fa-watch:before{content:"\f2e1"}.fa-watch-fitness:before{content:"\f63e"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whistle:before{content:"\f460"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-window:before{content:"\f40e"}.fa-window-alt:before{content:"\f40f"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible}.svg-inline--fa{display:inline-block;font-size:inherit;height:1em;vertical-align:-.125em}.svg-inline--fa.fa-lg{vertical-align:-.225em}.svg-inline--fa.fa-w-1{width:.0625em}.svg-inline--fa.fa-w-2{width:.125em}.svg-inline--fa.fa-w-3{width:.1875em}.svg-inline--fa.fa-w-4{width:.25em}.svg-inline--fa.fa-w-5{width:.3125em}.svg-inline--fa.fa-w-6{width:.375em}.svg-inline--fa.fa-w-7{width:.4375em}.svg-inline--fa.fa-w-8{width:.5em}.svg-inline--fa.fa-w-9{width:.5625em}.svg-inline--fa.fa-w-10{width:.625em}.svg-inline--fa.fa-w-11{width:.6875em}.svg-inline--fa.fa-w-12{width:.75em}.svg-inline--fa.fa-w-13{width:.8125em}.svg-inline--fa.fa-w-14{width:.875em}.svg-inline--fa.fa-w-15{width:.9375em}.svg-inline--fa.fa-w-16{width:1em}.svg-inline--fa.fa-w-17{width:1.0625em}.svg-inline--fa.fa-w-18{width:1.125em}.svg-inline--fa.fa-w-19{width:1.1875em}.svg-inline--fa.fa-w-20{width:1.25em}.svg-inline--fa.fa-pull-left{margin-right:.3em;width:auto}.svg-inline--fa.fa-pull-right{margin-left:.3em;width:auto}.svg-inline--fa.fa-border{height:1.5em}.svg-inline--fa.fa-li{width:2em}.svg-inline--fa.fa-fw{width:1.25em}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{transform-origin:center center}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers-text{left:50%;top:50%;transform:translate(-50%,-50%);transform-origin:center center}.fa-layers-counter{background-color:#ff253a;border-radius:1em;box-sizing:border-box;color:#fff;height:1.5em;line-height:1;max-width:5em;min-width:1.5em;overflow:hidden;padding:.25em;right:0;text-overflow:ellipsis;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-bottom-right{bottom:0;right:0;top:auto;transform:scale(.25);transform-origin:bottom right}.fa-layers-bottom-left{bottom:0;left:0;right:auto;top:auto;transform:scale(.25);transform-origin:bottom left}.fa-layers-top-right{right:0;top:0;transform:scale(.25);transform-origin:top right}.fa-layers-top-left{left:0;right:auto;top:0;transform:scale(.25);transform-origin:top left}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul&gt;li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;position:relative;width:2em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.svg-inline--fa.fa-stack-1x{height:1em;width:1em}.svg-inline--fa.fa-stack-2x{height:2em;width:2em}.fa-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/*!
 * Font Awesome Pro 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa.fa-glass:before{content:"\f000"}.fa.fa-meetup{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-star-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-file-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-pencil:before{content:"\f303"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-share-square-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-bar-chart:before{content:"\f080"}.fa.fa-bar-chart-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-bar-chart-o:before{content:"\f080"}.fa.fa-facebook-square,.fa.fa-twitter-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-lemon-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-scissors:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-google-plus,.fa.fa-google-plus-square,.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f3fd"}.fa.fa-comment-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard,.fa.fa-paste{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-paste:before{content:"\f328"}.fa.fa-lightbulb-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f381"}.fa.fa-cloud-upload:before{content:"\f382"}.fa.fa-bell-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-star-half-o:before{content:"\f089"}.fa.fa-star-half-empty{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-star-half-empty:before{content:"\f089"}.fa.fa-star-half-full{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-star-half-full:before{content:"\f089"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before{content:"\f127"}.fa.fa-shield:before{content:"\f3ed"}.fa.fa-calendar-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ticket:before{content:"\f3ff"}.fa.fa-minus-square-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\f155"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\f156"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f15e"}.fa.fa-sort-amount-asc:before{content:"\f160"}.fa.fa-sort-amount-desc:before{content:"\f161"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f163"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube,.fa.fa-youtube-play,.fa.fa-youtube-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\f195"}.fa.fa-plus-square-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-google,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle,.fa.fa-yahoo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-spoon:before{content:"\f2e5"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-envelope-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-deviantart,.fa.fa-soundcloud{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-life-bouy,.fa.fa-life-ring{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-life-bouy:before{content:"\f1cd"}.fa.fa-life-buoy{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-life-buoy:before{content:"\f1cd"}.fa.fa-life-saver{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-life-saver:before{content:"\f1cd"}.fa.fa-support{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git,.fa.fa-git-square,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-sliders:before{content:"\f1de"}.fa.fa-futbol-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-angellist,.fa.fa-ioxhost,.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-meanpath{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-meanpath:before{content:"\f2b4"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before{content:"\f224"}.fa.fa-facebook-official{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-clone,.fa.fa-hourglass-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-chrome,.fa.fa-creative-commons,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-internet-explorer,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square,.fa.fa-opera,.fa.fa-safari,.fa.fa-tripadvisor,.fa.fa-wikipedia-w{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-snapchat,.fa.fa-snapchat-ghost,.fa.fa-snapchat-square,.fa.fa-themeisle,.fa.fa-viadeo,.fa.fa-viadeo-square,.fa.fa-yoast{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 5 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 5 Pro";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-spotify,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 5 Brands";font-weight:400}
.udesign {
    box-sizing: border-box
}

.udesign *,
.udesign :after,
.udesign :before {
    box-sizing: inherit
}

.udesign [tabindex="-1"]:focus {
    outline: none!important
}

.udesign [role=button] {
    cursor: pointer
}

.udesign [role=button],
.udesign a,
.udesign area,
.udesign button,
.udesign input,
.udesign label,
.udesign select,
.udesign summary,
.udesign textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.udesign button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.udesign button,
.udesign input,
.udesign select,
.udesign textarea {
    line-height: inherit
}

.udesign input[type=checkbox]:disabled,
.udesign input[type=radio]:disabled {
    cursor: not-allowed
}

.udesign input[type=date],
.udesign input[type=datetime-local],
.udesign input[type=month],
.udesign input[type=time] {
    -webkit-appearance: listbox
}

.udesign textarea {
    resize: vertical
}

.udesign fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

.udesign input[type=search] {
    -webkit-appearance: none
}

.udesign output {
    display: inline-block
}

.udesign [hidden] {
    display: none!important
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.udesign .designer-wrapper {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.udesign .designer-header-row:after,
.udesign .designer-header:after,
.udesign .designer-wrapper:after {
    display: block;
    content: "";
    clear: both
}

.udesign .designer-toolbar {
    display: inline-block;
    padding: 10px 0;
    width: 100%
}

.udesign .designer-toolbar.designer-toolbar-right {
    float: right;
    text-align: right
}

.udesign .designer-toolbar .button {
    margin-bottom: 5px
}

.udesign .designer-main {
    height: 800px
}

.udesign .designer-footer:after,
.udesign .designer-main:after {
    display: block;
    content: "";
    clear: both
}

.udesign .designer-footer .udesign-branding {
    text-align: center;
    padding: 10px;
    border-top: 1px solid #dedede
}

.udesign .designer-footer .udesign-branding .udesign-logo {
    display: inline-block;
    color: #4c4c4c;
    outline: 0
}

.udesign .designer-footer .udesign-branding .udesign-logo:active,
.udesign .designer-footer .udesign-branding .udesign-logo:hover,
.udesign .designer-footer .udesign-branding .udesign-logo:link,
.udesign .designer-footer .udesign-branding .udesign-logo:visited {
    color: #4c4c4c
}

.udesign .designer-footer .udesign-branding .udesign-logo:hover {
    color: #e44d4c
}

.udesign .designer-footer .udesign-branding .udesign-logo .powered-by {
    font-size: 18px;
    vertical-align: middle;
    margin: 0 5px
}

.udesign .designer-footer .udesign-branding .udesign-logo img {
    max-width: 120px
}

.udesign .designer-option-label {
    display: inline-block;
    height: 2.2rem;
    line-height: 2.2rem;
    font-weight: 700;
    margin: 0;
    padding: 0 .3rem
}

.udesign .designer-option-label.price {
    font-size: 1.25rem
}

.udesign .designer-option {
    display: inline-block
}

.udesign .designer-option button {
    vertical-align: top
}

.udesign .swatch-dropdown {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background-color: #fff;
    transition: all .2s ease-in-out;
    min-width: 3.3rem;
    cursor: pointer;
    font-size: .875rem
}

.udesign .swatch-dropdown .option,
.udesign .swatch-dropdown .selected-option {
    display: inline-block;
    box-shadow: none;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .25rem .1666666667rem;
    font-size: .875rem;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    min-width: 1.703125rem
}

.udesign .swatch-dropdown .selected-option.size {
    border-color: transparent
}

.udesign .swatch-dropdown .option {
    margin: 0 .25rem .25rem 0
}

.udesign .swatch-dropdown .dropdown-value {
    box-shadow: inset 0 0 0 1px #dedede;
    padding: .25rem 1.4rem .25rem .25rem;
    text-align: left
}

.udesign .swatch-dropdown .dropdown-value .icon-angle-down {
    position: absolute;
    top: .5rem;
    right: 0
}

.udesign .swatch-dropdown .dropdown-list {
    position: absolute;
    top: 2.2rem;
    right: 0;
    min-width: 6.109375rem;
    padding: .25rem 0 0 .25rem;
    background-color: inherit;
    box-shadow: inset 0 0 0 1px #dedede, 0 0 1rem rgba(0, 0, 0, .2);
    text-align: left;
    z-index: 100
}

.udesign .swatch-dropdown .dropdown-list.items-5 {
    min-width: 10.015625rem
}

.udesign .swatch-dropdown .dropdown-list.items-7 {
    min-width: 13.921875rem
}

.udesign .swatch-dropdown .dropdown-list.items-10 {
    min-width: 19.78125rem
}

.udesign .swatch-dropdown .dropdown-list.designer-option-list-sizes {
    min-width: auto
}

.udesign .swatch-dropdown .dropdown-list.dropdown-list-right {
    right: 0
}

.udesign .swatch-dropdown .dropdown-list.dropdown-list-left {
    left: 0
}

.udesign .swatch-dropdown .dropdown-list.dropdown-list-block {
    padding: 0
}

.udesign .swatch-dropdown .dropdown-list.dropdown-list-block .option {
    display: block;
    width: auto;
    text-align: left;
    margin: 0;
    padding: .5rem .6rem .4rem;
    border-color: transparent;
    border-top-color: rgba(0, 0, 0, .2)
}

.udesign .swatch-dropdown .dropdown-list.dropdown-list-block .option:first-child {
    border-top-color: transparent
}

.udesign .designer-download-width {
    width: 75px
}

.udesign .designer-popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    border: 1px solid #dedede;
    width: 542px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
    z-index: 1060;
    -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
    transform: translate(-50%, -50%) translateZ(0) scale(1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-filter: blur(0);
    -webkit-font-smoothing: subpixel-antialiased
}

.udesign .designer-popup.designer-popup-lg {
    width: auto;
    min-width: 350px;
    max-width: 96%;
    max-height: 96%;
}

.udesign .designer-popup.add-to-cart-popup {
    font-size: 15px;
}
.udesign .designer-popup.add-to-cart-popup .designer-popup-content {
    overflow-y: scroll;
    height: 500px;
}

.udesign .designer-popup.add-to-cart-popup .designer-popup-content .product_info__on_page {
    border-bottom: 1px solid #80808082 !important;
}

.udesign .designer-popup.add-to-cart-popup .designer-popup-content .info_designer_views {
    display: none;
}

.udesign .designer-popup.save-design-popup {
    max-width: 500px
}

.udesign .designer-popup.save-design-popup .designer-popup-content .control-label {
    width: 100%;
    padding: 10px 5px;
}

.udesign .designer-popup.save-design-popup .designer-popup-content #designer-save-design-name {
    float: left;
    width: 100%;
    font-size: 16px;
}

.udesign .designer-popup.save-design-popup .designer-popup-content #designer-save-design-category {
    float: left;
    width: 100%;
    font-size: 16px
}

.udesign .designer-popup.save-design-popup .designer-popup-content #designer-save-design-button {
    float: right;
}

.udesign .designer-popup-content,
.udesign .designer-popup-footer,
.udesign .designer-popup-header {
    zoom: 1
}

.udesign .designer-popup-content:after,
.udesign .designer-popup-footer:after,
.udesign .designer-popup-header:after {
    display: block;
    content: "";
    clear: both
}

.udesign .designer-popup-header {
    height: 50px;
    padding: 15px;
    font-size: 16px;
    line-height: normal;
    border-bottom: 1px solid #dedede;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-image: linear-gradient(180deg, #fff 0, #ededed);
    background-repeat: repeat-x
}

.udesign .designer-popup-heading {
    float: left;
    color: #454545
}

.udesign .designer-popup-close,
.udesign .designer-popup-close:hover,
.udesign .designer-popup-close:visited {
    float: right;
    color: #bbb
}

.udesign .designer-popup-content {
    padding: 20px;
    min-height: 490px;
}

.udesign .designer-popup-content .udesign-customize-button {
    display: none!important
}

.udesign .designer-popup-content .udesign-update-price-button {
    margin-left: 5px;
    display: block!important
}

.udesign .designer-popup-content .msg {
    color: #fff;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 5px
}

.udesign .designer-popup-content .msg.msg-fail {
    background-color: #a00
}

.udesign .designer-popup-content .msg.msg-invalid {
    background-color: #ffba00
}

.udesign .designer-popup-content .msg.msg-success {
    background-color: #7ad03a
}

.udesign .designer-popup-footer {
    padding-top: 10px
}


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

.ty-product-options__image {
    min-height: 40px !important;
    max-height: 30px !important;
    border: 1px solid #777 !important;
}

.product-variant-image-selected {
    border-color: #777 !important;
    position: relative;
}

.ty-product-variant-image {
    margin-left: 0px !important;
}

.product-design-change {
    display: inline-block;
    float: left;
    cursor: pointer;
    padding-right: 10px;
    box-sizing: border-box;
    border: 2px solid white;
    margin-right: 10px;
}

.product-design-change.active,
.product-design-change.active:hover {
    border: 2px solid #ffa200;
}

.product-design-change:hover {
    border: 2px solid #ececec;
}

.tab-content {
    width: 100%;
    display: inline-block;
    padding: 10px;
    border: thin solid #ececec;
}

.tab-control span {}

.tab-content div[id^='content_'] {
    display: none;
}

.tab-content div[id^='content_']:first-child {
    display: block;
}

.tab-control span.active {
    border: 1px solid #ececec;
    border-bottom: 0px;
    margin-bottom: -2px;
    border-bottom: 1px solid white;
    border-radius: 3px;
}

.tab-control span:hover {
    background: #ececec;
    border-radius: 3px 3px 0px 0px;
}

.tab-control span {
    padding: 10px;
    display: inline-block;
    margin-bottom: 0px;
    background: white;
    position: relative;
    cursor: pointer;
}

.udesign .designer-exclude-row {
    padding: 20px;
    box-sizing: border-box;
    margin: 10px 0px;
    background: white;
    border: thin solid #ececec;
}

.text-center {
	text-align: center
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-justify {
	text-align: justify
}

@font-face {
	font-family: vam-udesign;
	src: url(../../../../../../../../../design/themes/tshirtfactory/media/fonts/vam-udesign.eot?12790099);
	src: url(../../../../../../../../../design/themes/tshirtfactory/media/fonts/vam-udesign.eot?12790099#iefix) format("embedded-opentype"), url(../../../../../../../../../design/themes/tshirtfactory/media/fonts/vam-udesign.woff2?12790099) format("woff2"), url(../../../../../../../../../design/themes/tshirtfactory/media/fonts/fonts/vam-udesign.woff?12790099) format("woff"), url(../../../../../../../../../design/themes/tshirtfactory/media/fonts/vam-udesign.ttf?12790099) format("truetype"), url(../../../../../../../../../design/themes/tshirtfactory/media/fonts/vam-udesign.svg?12790099#vam-udesign) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: vam-udesign;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	font-size: 110%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-play:before {
	content: "\e800"
}

.icon-down-dir:before {
	content: "\e801"
}

.icon-up-dir:before {
	content: "\e802"
}

.icon-left-dir:before {
	content: "\e803"
}

.icon-right-dir:before {
	content: "\e804"
}

.icon-down-open:before {
	content: "\e805"
}

.icon-left-open:before {
	content: "\e806"
}

.icon-right-open:before {
	content: "\e807"
}

.icon-up-open:before {
	content: "\e808"
}

.icon-ok:before {
	content: "\e809"
}

.icon-cancel:before {
	content: "\e80a"
}

.icon-heart:before {
	content: "\e80b"
}

.icon-heart-empty:before {
	content: "\e80c"
}

.icon-star:before {
	content: "\e80d"
}

.icon-star-empty:before {
	content: "\e80e"
}

.icon-star-half:before {
	content: "\e80f"
}

.icon-t-shirt:before {
	content: "\e810"
}

.icon-heart-empty-1:before {
	content: "\e811"
}

.icon-upload:before {
	content: "\e812"
}

.icon-text-height:before {
	content: "\e813"
}

.icon-cart:before {
	content: "\e814"
}

.icon-cancel-circled2:before {
	content: "\e815"
}

.icon-spin6:before {
	content: "\e816"
}

.icon-brush:before {
	content: "\e817"
}

.icon-puzzle:before {
	content: "\e818"
}

.icon-angle-double-left:before {
	content: "\f100"
}

.icon-angle-double-right:before {
	content: "\f101"
}

.icon-angle-double-up:before {
	content: "\f102"
}

.icon-angle-double-down:before {
	content: "\f103"
}

.icon-angle-left:before {
	content: "\f104"
}

.icon-angle-right:before {
	content: "\f105"
}

.icon-angle-up:before {
	content: "\f106"
}

.icon-angle-down:before {
	content: "\f107"
}

.icon-star-half-alt:before {
	content: "\f123"
}

.swatch-control {
	overflow: hidden
}

.swatch-control select {
	display: none!important
}

.swatch-wrapper {
	padding: 2px;
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 0 5px 5px 0;
	text-align: center;
	vertical-align: middle
}

.swatch-wrapper:hover {
	border-color: #000
}

.swatch-wrapper.disabled:hover {
	border-color: #ccc
}

.swatch-wrapper.disabled,
.swatch-wrapper.disabled a {
	cursor: not-allowed;
	zoom: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5
}

.swatch-wrapper a {
	display: block;
	color: inherit;
	font-weight: 700;
	overflow: hidden
}

.swatch-wrapper img {
	margin: 0!important
}

.swatch-wrapper.selected {
	border: 2px solid green;
	padding: 1px
}

.swatch-wrapper.selected a.pa_color:after {
	font-family: vam-udesign;
	font-size: 17px;
	content: "\e809";
	position: relative
}

.swatch-wrapper.selected a.pa_color.swatch-term-light:after {
	color: #000
}

.swatch-wrapper.selected a.pa_color.swatch-term-dark:after {
	color: #fff
}

.selected&gt;.swatch-wrapper {
	border: 2px solid green;
	padding: 1px
}

.swatch-label {
	margin-bottom: 8px;
	clear: left
}

.woocommerce div.product .designer_products {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 1rem
}

.woocommerce div.product .designer_products:after {
	display: block;
	content: "";
	clear: both
}

.woocommerce div.product .designer_products .designer_product {
	position: relative;
	float: left;
	min-height: 1px;
	padding: 0 5px 5px;
	cursor: pointer
}

.woocommerce div.product .designer_products.columns-1&gt;.designer_product {
	width: 100%
}

.woocommerce div.product .designer_products.columns-2&gt;.designer_product {
	width: 50%
}

.woocommerce div.product .designer_products.columns-3&gt;.designer_product {
	width: 33.3333%
}

.woocommerce div.product .designer_products.columns-4&gt;.designer_product {
	width: 25%
}

.woocommerce div.product .designer_products.columns-5&gt;.designer_product {
	width: 20%
}

.woocommerce div.product .designer_products.columns-6&gt;.designer_product {
	width: 16.6666%
}

.woocommerce div.images.woocommerce-product-gallery {
	position: relative
}

.woocommerce div.images .woocommerce-product-gallery__wrapper {
	transition: all .5s cubic-bezier(.795, -.035, 0, 1)
}

.woocommerce div.images .woocommerce-product-gallery__wrapper .zoomImg {
	background-color: #fff
}

.woocommerce div.images .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 25%;
	display: inline-block
}

.woocommerce div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #fff;
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box
}

.woocommerce div.images .woocommerce-product-gallery__trigger:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box
}

.woocommerce div.images .woocommerce-product-gallery__trigger:after {
	content: "";
	display: block;
	width: 2px;
	height: 8px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 19px;
	left: 22px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: content-box
}

.woocommerce div.images .flex-control-thumbs {
	overflow: hidden;
	zoom: 1;
	margin: 0;
	padding: 0
}

.woocommerce div.images .flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
	list-style: none
}

.woocommerce div.images .flex-control-thumbs li img {
	cursor: pointer;
	opacity: .5;
	margin: 0
}

.woocommerce div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.images .flex-control-thumbs li img:hover {
	opacity: 1
}

.woocommerce div.images .flex-control-thumbs li:nth-child(4n+1) {
	clear: left
}

.udesign-update-price-button {
	display: none!important
}

@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:2px solid rgba(0,0,0,.3);background:#fff;padding:20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(180deg,#eee,#ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid hsla(0,0%,78%,.8);background-color:hsla(0,0%,100%,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:hsla(0,0%,100%,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05);transform:scale(1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);animation:slide-in 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;width:54px;height:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:hsla(0,0%,100%,.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(180deg,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;transition:width .3s ease-in-out}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(180deg,#be2626,#a92222);padding:.5em 1.2em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626}
/*# sourceMappingURL=dropzone.css.map */

@-webkit-keyframes iui-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-moz-keyframes iui-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-ms-keyframes iui-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-o-keyframes iui-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes iui-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes iui-fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-moz-keyframes iui-fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-ms-keyframes iui-fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-o-keyframes iui-fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes iui-fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.dropdown-multiple,
.dropdown-multiple-label,
.dropdown-single {
  position: relative
}

.dropdown-multiple-label.active .dropdown-main,
.dropdown-multiple.active .dropdown-main,
.dropdown-single.active .dropdown-main {
  display: block;
  -webkit-animation: iui-fadeIn .2s ease-in forwards;
  -moz-animation: iui-fadeIn .2s ease-in forwards;
  -ms-animation: iui-fadeIn .2s ease-in forwards;
  -o-animation: iui-fadeIn .2s ease-in forwards;
  animation: iui-fadeIn .2s ease-in forwards
}

.dropdown-multiple-label.active .dropdown-display-label:after,
.dropdown-multiple-label.active .dropdown-display:after,
.dropdown-multiple.active .dropdown-display-label:after,
.dropdown-multiple.active .dropdown-display:after,
.dropdown-single.active .dropdown-display-label:after,
.dropdown-single.active .dropdown-display:after {
  border-top: none;
  border-bottom: 10px solid #999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent
}

.dropdown-multiple-label.active .dropdown-display,
.dropdown-multiple-label.active .dropdown-display-label,
.dropdown-multiple.active .dropdown-display,
.dropdown-multiple.active .dropdown-display-label,
.dropdown-single.active .dropdown-display,
.dropdown-single.active .dropdown-display-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.dropdown-display,
.dropdown-display-label {
  position: relative;
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #fff
}

.dropdown-display-label:after,
.dropdown-display:after {
  content: '';
  position: absolute;
  border-top: 10px solid #999;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 12px;
  right: 8px
}

.dropdown-clear-all {
   background-color: #fff;
    border: none;
    font-size: 22px;
    z-index: 999;
    color: #999;
    position: absolute;
    right: 2px;
    top: 2px;
    display: none;
    width: 25px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.dropdown-clear-all:focus {
  outline: 0
}

.dropdown-clear-all:hover {
  color: #ccc;
  text-decoration: none;
}

.dropdown-display {
  white-space: nowrap;
  padding: 6px 20px 6px 12px
}

.dropdown-multiple:hover .dropdown-clear-all,
.dropdown-single:hover .dropdown-clear-all {
  display: block
}

.dropdown-display .dropdown-chose-list {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}


.dropdown-display .placeholder {
  display: none
}

.dropdown-display .placeholder:first-child {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: #999;
  display: block;
  text-indent: 10px;
  font-size: 13px;
  line-height: 32px
}

.dropdown-display input {
  border: 0;
  outline: 0
}

.dropdown-display-label {
  cursor: text;
  padding: 6px 25px 5px 0
}

.dropdown-display-label .dropdown-search {
  display: inline-block
}

.dropdown-display-label input,
.dropdown-display-label input:focus {
  border: none;
  outline: 0
}

.dropdown-display-label .dropdown-chose-list {
  display: inline-block;
  padding: 0 5px
}

.dropdown-display-label .dropdown-chose-list .placeholder {
  display: none
}

.dropdown-display-label .dropdown-selected {
  position: relative;
  margin: 0 5px 5px 0;
  padding: 0 20px 0 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-repeat: repeat-x;
  color: #333;
  cursor: default;
  display: inline-block
}

.dropdown-display-label .dropdown-selected .del {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  line-height: 1;
  color: #999;
  position: absolute;
  right: 3px;
  top: 0
}

.dropdown-display-label .dropdown-selected .del:after {
  content: '\D7';
  font-size: 16px
}

.dropdown-main {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1010;
  width: 100%;
  color: #444;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  margin-top: -1px;
  border-top: 0;
  padding: 4px 7px;
  display: none
}

.dropdown-main ul {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  margin: 0;
  padding: 0
}

.dropdown-main input {
  margin-top: 0;
  display: block;
  box-sizing: border-box;
  height: 30px;
  border: 1px solid #ccc;
  width: 100%;
  text-indent: 5px;
  border-radius: 3px
}

.dropdown-main .dropdown-search {
  display: block;
  padding: 5px 0
}

.dropdown-group {
  font-weight: 700
}

.dropdown-group,
.dropdown-option {
  margin: 0;
  padding-left: 12px;
  list-style: none;
  line-height: 26px;
  word-wrap: break-word
}

.dropdown-option {
  cursor: pointer
}

.dropdown-option:focus,
.dropdown-option:hover {
  background-color: #efefef;
  outline: 0
}

.dropdown-option[disabled] {
  color: #ddd;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: line-through
}

.dropdown-option.dropdown-chose:after {
  content: '\e809';
  float: left;
  width: 10px;
  font-family: vam-udesign;
  height: 10px;
}

.dropdown-maxItem-alert, .dropdown-minItem-alert {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e4e3e2;
  width: 100%;
  height: 35px;
  line-height: 39px;
  padding: 0 5px;
  border-radius: 5px;
  color: #999;
  -webkit-animation: iui-fadeIn .2s ease-in forwards;
  -moz-animation: iui-fadeIn .2s ease-in forwards;
  -ms-animation: iui-fadeIn .2s ease-in forwards;
  -o-animation: iui-fadeIn .2s ease-in forwards;
  animation: iui-fadeIn .2s ease-in forwards
}

.dropdown-selected
{
	    border: thin solid #afafaf;
    padding: 3px;
    margin: 2px;
	    display: inline-block;
    float: left;
}
.tagsinput {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
	background: #fff;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #556270;
	padding: 5px 5px 0 5px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}

.tagsinput.focus {
	border-color: #ccc;
}

.tagsinput * {
	box-sizing: border-box;
}

.tagsinput .tag {
	position: relative;
	background: #556270;
	display: block;
	max-width: 100%;
	word-wrap: break-word;
	color: #fff;
	padding: 5px 30px 5px 5px;
	border-radius: 2px;
	margin: 0 5px 5px 0;
}

.tagsinput .tag .tag-remove {
	position: absolute;
	background: none;
	display: block;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	color: #ff6b6b;
	line-height: 30px;
	padding: 0;
	border: 0;
}

.tagsinput .tag .tag-remove:before,
.tagsinput .tag .tag-remove:after {
	background: #ff6b6b;
	position: absolute;
	display: block;
	width: 10px;
	height: 2px;
	top: 14px;
	left: 10px;
	content: '';
}

.tagsinput .tag .tag-remove:before {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.tagsinput .tag .tag-remove:after {
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.tagsinput div {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.tagsinput div input {
	background: transparent;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
	border: 0 none;
	margin: 0 5px 5px 0;
}

.tagsinput div input.error {
	color: #ff6b6b;
}

.tagsinput div input::-ms-clear {
	display: none;
}

.tagsinput div input::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1.0;
}

.tagsinput div input:-moz-placeholder {
	color: #ccc;
	opacity: 1.0;
}

.tagsinput div input::-moz-placeholder {
	color: #ccc;
	opacity: 1.0;
}

.tagsinput div input:-ms-input-placeholder {
	color: #ccc;
	opacity: 1.0;
}

@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:swap;src:url(//themes.googleusercontent.com/static/fonts/opensans/v8/4fu8RBPDDCYpod03lr_bYQ.eot);src:local('Open Sans'), local('OpenSans'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/4fu8RBPDDCYpod03lr_bYQ.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/uYKcPVoh6c5R0NpdEY5A-Q.woff) format('woff');}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;font-display:swap;src:url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSlQlYEbsez9cZjKsNMjLOwM.eot);src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSlQlYEbsez9cZjKsNMjLOwM.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNShsxEYwM7FgeyaSgU71cLG0.woff) format('woff');}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:swap;src:url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzFQlYEbsez9cZjKsNMjLOwM.eot);src:local('Open Sans Bold'), local('OpenSans-Bold'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzFQlYEbsez9cZjKsNMjLOwM.eot) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;width:100%;}.clearfix:after{clear:both;}.input-block-level{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a{background:transparent;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}i,em,dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}.ui-helper-hidden{display:none;}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse;}.ui-helper-clearfix:after{clear:both;}.ui-helper-clearfix{min-height:0;}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0);}.ui-front{z-index:100;}.ui-state-disabled{cursor:default !important;}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%;}.ui-resizable{position:relative;}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none;}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0;}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0;}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%;}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%;}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px;}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px;}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px;}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px;}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black;}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default;}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible;}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none;}.ui-button-icon-only{width:2.2em;}button.ui-button-icon-only{width:2.4em;}.ui-button-icons-only{width:3.4em;}button.ui-button-icons-only{width:3.7em;}.ui-button .ui-button-text{display:block;line-height:normal;}.ui-button-text-only .ui-button-text{padding:.4em 1em;}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px;}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em;}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em;}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em;}input.ui-button{padding:.4em 1em;}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px;}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px;}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em;}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em;}.ui-buttonset{margin-right:7px;}.ui-buttonset .ui-button{margin-left:0;margin-right:-0.3em;}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0;}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none;}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0;}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em;}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px;}.ui-datepicker .ui-datepicker-prev{left:2px;}.ui-datepicker .ui-datepicker-next{right:2px;}.ui-datepicker .ui-datepicker-prev-hover{left:1px;}.ui-datepicker .ui-datepicker-next-hover{right:1px;}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center;}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0;}.ui-datepicker select.ui-datepicker-month-year{width:100%;}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%;}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em;}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0;}.ui-datepicker td{border:0;padding:1px;}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none;}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0;}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible;}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;}.ui-datepicker.ui-datepicker-multi{width:auto;}.ui-datepicker-multi .ui-datepicker-group{float:left;}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em;}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%;}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%;}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%;}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left;}.ui-datepicker-row-break{clear:both;width:100%;font-size:0;}.ui-datepicker-rtl{direction:rtl;}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto;}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto;}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto;}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto;}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right;}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left;}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right;}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px;}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0;}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative;}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis;}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:21px;margin:-10px 0 0 0;padding:1px;height:20px;}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right;}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer;}.ui-dialog .ui-resizable-se{width:12px;height:12px;right:-5px;bottom:-5px;background-position:16px 16px;}.ui-draggable .ui-dialog-titlebar{cursor:move;}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none;}.ui-menu .ui-menu{margin-top:-3px;position:absolute;}.ui-menu .ui-menu-item{margin:0;padding:0;width:100%;}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0;}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;min-height:0;font-weight:normal;}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px;}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5;}.ui-menu .ui-state-disabled a{cursor:default;}.ui-menu-icons{position:relative;}.ui-menu-icons .ui-menu-item a{position:relative;padding-left:2em;}.ui-menu .ui-icon{position:absolute;top:.2em;left:.2em;}.ui-menu .ui-menu-icon{position:static;float:right;}.ui-slider{position:relative;text-align:left;}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit;}.ui-slider-horizontal{height:.8em;}.ui-slider-horizontal .ui-slider-handle{top:-0.3em;margin-left:-0.6em;}.ui-slider-horizontal .ui-slider-range{top:0;height:100%;}.ui-slider-horizontal .ui-slider-range-min{left:0;}.ui-slider-horizontal .ui-slider-range-max{right:0;}.ui-slider-vertical{width:.8em;height:100px;}.ui-slider-vertical .ui-slider-handle{left:-0.3em;margin-left:0;margin-bottom:-0.6em;}.ui-slider-vertical .ui-slider-range{left:0;width:100%;}.ui-slider-vertical .ui-slider-range-min{bottom:0;}.ui-slider-vertical .ui-slider-range-max{top:0;}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle;}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px;}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0;}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none;}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0;}.ui-spinner-up{top:0;}.ui-spinner-down{bottom:0;}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px;}.ui-tabs{position:relative;padding:.2em;}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0;}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom:0;padding:0;white-space:nowrap;}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none;}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px;}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text;}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer;}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none;}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa;}body .ui-tooltip{border-width:2px;}.ui-widget .ui-widget{font-size:1em;}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em;}.ui-widget-content{border:1px solid #aaa;background:#fff url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-bg_flat_75_ffffff_40x100.png') 50% 50% repeat-x;color:#222;}.ui-widget-content &gt; a{color:#222;}.ui-widget-header{border:1px solid #aaa;background:#ccc url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-bg_highlight-soft_75_cccccc_1x100.png') 50% 50% repeat-x;color:#222;font-weight:bold;}.ui-widget-header a{color:#222;}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-bg_glass_75_e6e6e6_1x400.png') 50% 50% repeat-x;font-weight:normal;color:#555;}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none;}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-bg_glass_75_dadada_1x400.png') 50% 50% repeat-x;font-weight:normal;color:#212121;}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none;}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-bg_glass_65_ffffff_1x400.png') 50% 50% repeat-x;font-weight:normal;color:#212121;}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none;}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-bg_glass_55_fbf9ee_1x400.png') 50% 50% repeat-x;color:#363636;}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636;}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-bg_glass_95_fef1ec_1x400.png') 50% 50% repeat-x;color:#cd0a0a;}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a;}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a;}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold;}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal;}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none;}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35);}.ui-icon{width:16px;height:16px;background-position:16px 16px;}.ui-icon,.ui-widget-content .ui-icon{background-image:url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-icons_222222_256x240.png');}.ui-widget-header .ui-icon{background-image:url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-icons_222222_256x240.png');}.ui-state-default .ui-icon{background-image:url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-icons_888888_256x240.png');}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-icons_454545_256x240.png');}.ui-state-active .ui-icon{background-image:url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-icons_454545_256x240.png');}.ui-state-highlight .ui-icon{background-image:url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-icons_2e83ff_256x240.png');}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-icons_cd0a0a_256x240.png');}.ui-icon-carat-1-n{background-position:0 0;}.ui-icon-carat-1-ne{background-position:-16px 0;}.ui-icon-carat-1-e{background-position:-32px 0;}.ui-icon-carat-1-se{background-position:-48px 0;}.ui-icon-carat-1-s{background-position:-64px 0;}.ui-icon-carat-1-sw{background-position:-80px 0;}.ui-icon-carat-1-w{background-position:-96px 0;}.ui-icon-carat-1-nw{background-position:-112px 0;}.ui-icon-carat-2-n-s{background-position:-128px 0;}.ui-icon-carat-2-e-w{background-position:-144px 0;}.ui-icon-triangle-1-n{background-position:0 -16px;}.ui-icon-triangle-1-ne{background-position:-16px -16px;}.ui-icon-triangle-1-e{background-position:-32px -16px;}.ui-icon-triangle-1-se{background-position:-48px -16px;}.ui-icon-triangle-1-s{background-position:-64px -16px;}.ui-icon-triangle-1-sw{background-position:-80px -16px;}.ui-icon-triangle-1-w{background-position:-96px -16px;}.ui-icon-triangle-1-nw{background-position:-112px -16px;}.ui-icon-triangle-2-n-s{background-position:-128px -16px;}.ui-icon-triangle-2-e-w{background-position:-144px -16px;}.ui-icon-arrow-1-n{background-position:0 -32px;}.ui-icon-arrow-1-ne{background-position:-16px -32px;}.ui-icon-arrow-1-e{background-position:-32px -32px;}.ui-icon-arrow-1-se{background-position:-48px -32px;}.ui-icon-arrow-1-s{background-position:-64px -32px;}.ui-icon-arrow-1-sw{background-position:-80px -32px;}.ui-icon-arrow-1-w{background-position:-96px -32px;}.ui-icon-arrow-1-nw{background-position:-112px -32px;}.ui-icon-arrow-2-n-s{background-position:-128px -32px;}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px;}.ui-icon-arrow-2-e-w{background-position:-160px -32px;}.ui-icon-arrow-2-se-nw{background-position:-176px -32px;}.ui-icon-arrowstop-1-n{background-position:-192px -32px;}.ui-icon-arrowstop-1-e{background-position:-208px -32px;}.ui-icon-arrowstop-1-s{background-position:-224px -32px;}.ui-icon-arrowstop-1-w{background-position:-240px -32px;}.ui-icon-arrowthick-1-n{background-position:0 -48px;}.ui-icon-arrowthick-1-ne{background-position:-16px -48px;}.ui-icon-arrowthick-1-e{background-position:-32px -48px;}.ui-icon-arrowthick-1-se{background-position:-48px -48px;}.ui-icon-arrowthick-1-s{background-position:-64px -48px;}.ui-icon-arrowthick-1-sw{background-position:-80px -48px;}.ui-icon-arrowthick-1-w{background-position:-96px -48px;}.ui-icon-arrowthick-1-nw{background-position:-112px -48px;}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px;}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px;}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px;}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px;}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px;}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px;}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px;}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px;}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px;}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px;}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px;}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px;}.ui-icon-arrowreturn-1-w{background-position:-64px -64px;}.ui-icon-arrowreturn-1-n{background-position:-80px -64px;}.ui-icon-arrowreturn-1-e{background-position:-96px -64px;}.ui-icon-arrowreturn-1-s{background-position:-112px -64px;}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px;}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px;}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px;}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px;}.ui-icon-arrow-4{background-position:0 -80px;}.ui-icon-arrow-4-diag{background-position:-16px -80px;}.ui-icon-extlink{background-position:-32px -80px;}.ui-icon-newwin{background-position:-48px -80px;}.ui-icon-refresh{background-position:-64px -80px;}.ui-icon-shuffle{background-position:-80px -80px;}.ui-icon-transfer-e-w{background-position:-96px -80px;}.ui-icon-transferthick-e-w{background-position:-112px -80px;}.ui-icon-folder-collapsed{background-position:0 -96px;}.ui-icon-folder-open{background-position:-16px -96px;}.ui-icon-document{background-position:-32px -96px;}.ui-icon-document-b{background-position:-48px -96px;}.ui-icon-note{background-position:-64px -96px;}.ui-icon-mail-closed{background-position:-80px -96px;}.ui-icon-mail-open{background-position:-96px -96px;}.ui-icon-suitcase{background-position:-112px -96px;}.ui-icon-comment{background-position:-128px -96px;}.ui-icon-person{background-position:-144px -96px;}.ui-icon-print{background-position:-160px -96px;}.ui-icon-trash{background-position:-176px -96px;}.ui-icon-locked{background-position:-192px -96px;}.ui-icon-unlocked{background-position:-208px -96px;}.ui-icon-bookmark{background-position:-224px -96px;}.ui-icon-tag{background-position:-240px -96px;}.ui-icon-home{background-position:0 -112px;}.ui-icon-flag{background-position:-16px -112px;}.ui-icon-calendar{background-position:-32px -112px;}.ui-icon-cart{background-position:-48px -112px;}.ui-icon-pencil{background-position:-64px -112px;}.ui-icon-clock{background-position:-80px -112px;}.ui-icon-disk{background-position:-96px -112px;}.ui-icon-calculator{background-position:-112px -112px;}.ui-icon-zoomin{background-position:-128px -112px;}.ui-icon-zoomout{background-position:-144px -112px;}.ui-icon-search{background-position:-160px -112px;}.ui-icon-wrench{background-position:-176px -112px;}.ui-icon-gear{background-position:-192px -112px;}.ui-icon-heart{background-position:-208px -112px;}.ui-icon-star{background-position:-224px -112px;}.ui-icon-link{background-position:-240px -112px;}.ui-icon-cancel{background-position:0 -128px;}.ui-icon-plus{background-position:-16px -128px;}.ui-icon-plusthick{background-position:-32px -128px;}.ui-icon-minus{background-position:-48px -128px;}.ui-icon-minusthick{background-position:-64px -128px;}.ui-icon-close{background-position:-80px -128px;}.ui-icon-closethick{background-position:-96px -128px;}.ui-icon-key{background-position:-112px -128px;}.ui-icon-lightbulb{background-position:-128px -128px;}.ui-icon-scissors{background-position:-144px -128px;}.ui-icon-clipboard{background-position:-160px -128px;}.ui-icon-copy{background-position:-176px -128px;}.ui-icon-contact{background-position:-192px -128px;}.ui-icon-image{background-position:-208px -128px;}.ui-icon-video{background-position:-224px -128px;}.ui-icon-script{background-position:-240px -128px;}.ui-icon-alert{background-position:0 -144px;}.ui-icon-info{background-position:-16px -144px;}.ui-icon-notice{background-position:-32px -144px;}.ui-icon-help{background-position:-48px -144px;}.ui-icon-check{background-position:-64px -144px;}.ui-icon-bullet{background-position:-80px -144px;}.ui-icon-radio-on{background-position:-96px -144px;}.ui-icon-radio-off{background-position:-112px -144px;}.ui-icon-pin-w{background-position:-128px -144px;}.ui-icon-pin-s{background-position:-144px -144px;}.ui-icon-play{background-position:0 -160px;}.ui-icon-pause{background-position:-16px -160px;}.ui-icon-seek-next{background-position:-32px -160px;}.ui-icon-seek-prev{background-position:-48px -160px;}.ui-icon-seek-end{background-position:-64px -160px;}.ui-icon-seek-start{background-position:-80px -160px;}.ui-icon-seek-first{background-position:-80px -160px;}.ui-icon-stop{background-position:-96px -160px;}.ui-icon-eject{background-position:-112px -160px;}.ui-icon-volume-off{background-position:-128px -160px;}.ui-icon-volume-on{background-position:-144px -160px;}.ui-icon-power{background-position:0 -176px;}.ui-icon-signal-diag{background-position:-16px -176px;}.ui-icon-signal{background-position:-32px -176px;}.ui-icon-battery-0{background-position:-48px -176px;}.ui-icon-battery-1{background-position:-64px -176px;}.ui-icon-battery-2{background-position:-80px -176px;}.ui-icon-battery-3{background-position:-96px -176px;}.ui-icon-circle-plus{background-position:0 -192px;}.ui-icon-circle-minus{background-position:-16px -192px;}.ui-icon-circle-close{background-position:-32px -192px;}.ui-icon-circle-triangle-e{background-position:-48px -192px;}.ui-icon-circle-triangle-s{background-position:-64px -192px;}.ui-icon-circle-triangle-w{background-position:-80px -192px;}.ui-icon-circle-triangle-n{background-position:-96px -192px;}.ui-icon-circle-arrow-e{background-position:-112px -192px;}.ui-icon-circle-arrow-s{background-position:-128px -192px;}.ui-icon-circle-arrow-w{background-position:-144px -192px;}.ui-icon-circle-arrow-n{background-position:-160px -192px;}.ui-icon-circle-zoomin{background-position:-176px -192px;}.ui-icon-circle-zoomout{background-position:-192px -192px;}.ui-icon-circle-check{background-position:-208px -192px;}.ui-icon-circlesmall-plus{background-position:0 -208px;}.ui-icon-circlesmall-minus{background-position:-16px -208px;}.ui-icon-circlesmall-close{background-position:-32px -208px;}.ui-icon-squaresmall-plus{background-position:-48px -208px;}.ui-icon-squaresmall-minus{background-position:-64px -208px;}.ui-icon-squaresmall-close{background-position:-80px -208px;}.ui-icon-grip-dotted-vertical{background-position:0 -224px;}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px;}.ui-icon-grip-solid-vertical{background-position:-32px -224px;}.ui-icon-grip-solid-horizontal{background-position:-48px -224px;}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px;}.ui-icon-grip-diagonal-se{background-position:-80px -224px;}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px;}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px;}.ui-widget-overlay{background:#aaa url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url('../../../../../../../../design/themes/tshirtfactory/media/images/lib/ui/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px;}.row{margin-left:-20px;}.row:before,.row:after{display:table;content:"";line-height:0;width:100%;}.row:after{clear:both;}[class*="span"]{float:left;min-height:1px;margin-left:20px;}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px;}.span16{width:940px;}.span15{width:880px;}.span14{width:820px;}.span13{width:760px;}.span12{width:700px;}.span11{width:640px;}.span10{width:580px;}.span9{width:520px;}.span8{width:460px;}.span7{width:400px;}.span6{width:340px;}.span5{width:280px;}.span4{width:220px;}.span3{width:160px;}.span2{width:100px;}.span1{width:40px;}.offset16{margin-left:980px;}.offset15{margin-left:920px;}.offset14{margin-left:860px;}.offset13{margin-left:800px;}.offset12{margin-left:740px;}.offset11{margin-left:680px;}.offset10{margin-left:620px;}.offset9{margin-left:560px;}.offset8{margin-left:500px;}.offset7{margin-left:440px;}.offset6{margin-left:380px;}.offset5{margin-left:320px;}.offset4{margin-left:260px;}.offset3{margin-left:200px;}.offset2{margin-left:140px;}.offset1{margin-left:80px;}.row-fluid{width:100%;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;width:100%;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.1276595744681%;}.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left:2.1276595744681%;}.row-fluid .span16{width:100%;}.row-fluid .span15{width:93.617021276596%;}.row-fluid .span14{width:87.234042553191%;}.row-fluid .span13{width:80.851063829787%;}.row-fluid .span12{width:74.468085106383%;}.row-fluid .span11{width:68.085106382979%;}.row-fluid .span10{width:61.702127659574%;}.row-fluid .span9{width:55.31914893617%;}.row-fluid .span8{width:48.936170212766%;}.row-fluid .span7{width:42.553191489362%;}.row-fluid .span6{width:36.170212765957%;}.row-fluid .span5{width:29.787234042553%;}.row-fluid .span4{width:23.404255319149%;}.row-fluid .span3{width:17.021276595745%;}.row-fluid .span2{width:10.63829787234%;}.row-fluid .span1{width:4.2553191489362%;}.row-fluid .offset16{margin-left:104.25531914894%;}.row-fluid .offset16:first-child{margin-left:102.12765957447%;}.row-fluid .offset15{margin-left:97.872340425532%;}.row-fluid .offset15:first-child{margin-left:95.744680851064%;}.row-fluid .offset14{margin-left:91.489361702128%;}.row-fluid .offset14:first-child{margin-left:89.36170212766%;}.row-fluid .offset13{margin-left:85.106382978723%;}.row-fluid .offset13:first-child{margin-left:82.978723404255%;}.row-fluid .offset12{margin-left:78.723404255319%;}.row-fluid .offset12:first-child{margin-left:76.595744680851%;}.row-fluid .offset11{margin-left:72.340425531915%;}.row-fluid .offset11:first-child{margin-left:70.212765957447%;}.row-fluid .offset10{margin-left:65.957446808511%;}.row-fluid .offset10:first-child{margin-left:63.829787234043%;}.row-fluid .offset9{margin-left:59.574468085106%;}.row-fluid .offset9:first-child{margin-left:57.446808510638%;}.row-fluid .offset8{margin-left:53.191489361702%;}.row-fluid .offset8:first-child{margin-left:51.063829787234%;}.row-fluid .offset7{margin-left:46.808510638298%;}.row-fluid .offset7:first-child{margin-left:44.68085106383%;}.row-fluid .offset6{margin-left:40.425531914894%;}.row-fluid .offset6:first-child{margin-left:38.297872340426%;}.row-fluid .offset5{margin-left:34.042553191489%;}.row-fluid .offset5:first-child{margin-left:31.914893617021%;}.row-fluid .offset4{margin-left:27.659574468085%;}.row-fluid .offset4:first-child{margin-left:25.531914893617%;}.row-fluid .offset3{margin-left:21.276595744681%;}.row-fluid .offset3:first-child{margin-left:19.148936170213%;}.row-fluid .offset2{margin-left:14.893617021277%;}.row-fluid .offset2:first-child{margin-left:12.765957446809%;}.row-fluid .offset1{margin-left:8.5106382978723%;}.row-fluid .offset1:first-child{margin-left:6.3829787234043%;}[class*="span"].hide,.row-fluid [class*="span"].hide{display:none;}[class*="span"].pull-right,.row-fluid [class*="span"].pull-right{float:right;}.container{margin-right:auto;margin-left:auto;}.container:before,.container:after{display:table;content:"";line-height:0;width:100%;}.container:after{clear:both;}.container-fluid{margin:0 auto;padding-right:20px;padding-left:20px;}.container-fluid:before,.container-fluid:after{display:table;content:"";line-height:0;width:100%;}.container-fluid:after{clear:both;}@font-face{font-family:glyphs;src:url('../../../../../../../../design/themes/tshirtfactory/media/fonts/glyphs.eot');src:url('../../../../../../../../design/themes/tshirtfactory/media/fonts/glyphs.eot#iefix') format('embedded-opentype'), url('../../../../../../../../design/themes/tshirtfactory/media/fonts/glyphs.woff') format('woff'), url('../../../../../../../../design/themes/tshirtfactory/media/fonts/glyphs.ttf') format('truetype'), url('../../../../../../../../design/themes/tshirtfactory/media/fonts/glyphs.svg#glyphs') format('svg');font-weight:normal;font-display:swap;font-style:normal;}[data-icon]:before{font-family:glyphs;content:attr(data-icon);speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}[class*="ty-icon-"]:before{font-family:inherit;}.ty-icon-up-dir,.ty-icon-right-dir,.ty-icon-down-dir,.ty-icon-left-dir,.ty-icon-star-empty,.ty-icon-th-list,.ty-icon-heart,.ty-icon-flight,.ty-icon-ok,.ty-icon-cancel,.ty-icon-cancel-circle,.ty-icon-minus-circle,.ty-icon-right-thin,.ty-icon-cw,.ty-icon-left-circle,.ty-icon-right-circle,.ty-icon-help-circle,.ty-icon-back,.ty-icon-products-multicolumns,.ty-icon-print,.ty-icon-chat,.ty-icon-article-alt,.ty-icon-docs,.ty-icon-zoom-in,.ty-icon-zoom-out,.ty-icon-down-open,.ty-icon-left-open,.ty-icon-right-open,.ty-icon-up-open,.ty-icon-down-micro,.ty-icon-up-micro,.ty-icon-right-open-thin,.ty-icon-left-open-thin,.ty-icon-products-without-options,.ty-icon-short-list,.ty-icon-plus-circle,.ty-icon-user,.ty-icon-doc-text,.ty-icon-calendar,.ty-icon-chart-bar,.ty-icon-download,.ty-icon-search,.ty-icon-lock,.ty-icon-popup,.ty-icon-plus,.ty-icon-folder,.ty-icon-folder-open,.ty-icon-mail,.ty-icon-twitter,.ty-icon-facebook,.ty-icon-file,.ty-icon-trashcan,.ty-icon-d-arrow,.ty-icon-bubble,.ty-icon-upload,.ty-icon-cog,.ty-icon-square,.ty-icon-arrow-up-right,.ty-icon-arrow-up-left,.ty-icon-arrow-down-left,.ty-icon-arrow-down-right,.ty-icon-arrow-down,.ty-icon-arrow-up,.ty-icon-arrow-left,.ty-icon-arrow-right,.ty-icon-location-arrow,.ty-icon-star,.ty-icon-star-half,.ty-icon-refresh,.ty-icon-basket,.ty-icon-image,.icon-image,.ty-icon-edit,.ty-icon-live-edit,.ty-icon-gift,.ty-icon-ban-circle,.ty-icon-wrench,.ty-icon-feed,.ty-icon-cart,.ty-icon-target{font-family:glyphs;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;}.ty-icon-up-dir:before{content:"\e000";}.ty-icon-right-dir:before{content:"\e001";}.ty-icon-down-dir:before{content:"\e002";}.ty-icon-left-dir:before{content:"\e003";}.ty-icon-star-empty:before{content:"\e004";}.ty-icon-th-list:before{content:"\e005";}.ty-icon-heart:before{content:"\e006";}.ty-icon-flight:before{content:"\e007";}.ty-icon-ok:before{content:"\e008";}.ty-icon-cancel:before{content:"\e009";}.ty-icon-cancel-circle:before{content:"\e00a";}.ty-icon-minus-circle:before{content:"\e00b";}.ty-icon-right-thin:before{content:"\e00c";}.ty-icon-cw:before{content:"\e00d";}.ty-icon-left-circle:before{content:"\e00e";}.ty-icon-right-circle:before{content:"\e00f";}.ty-icon-help-circle:before{content:"\e010";}.ty-icon-back:before{content:"\e011";}.ty-icon-products-multicolumns:before{content:"\e012";}.ty-icon-print:before{content:"\e013";}.ty-icon-chat:before{content:"\e014";}.ty-icon-article-alt:before{content:"\e015";}.ty-icon-docs:before{content:"\e016";}.ty-icon-zoom-in:before{content:"\e017";}.ty-icon-zoom-out:before{content:"\e018";}.ty-icon-down-open:before{content:"\e019";}.ty-icon-left-open:before{content:"\e01a";}.ty-icon-right-open:before{content:"\e01b";}.ty-icon-up-open:before{content:"\e01c";}.ty-icon-down-micro:before{content:"\e01d";}.ty-icon-up-micro:before{content:"\e01e";}.ty-icon-right-open-thin:before{content:"\e01f";}.ty-icon-left-open-thin:before{content:"\e020";}.ty-icon-products-without-options:before{content:"\e021";}.ty-icon-short-list:before{content:"\e022";}.ty-icon-plus-circle:before{content:"\e023";}.ty-icon-user:before{content:"\e024";}.ty-icon-doc-text:before{content:"\e025";}.ty-icon-calendar:before{content:"\e026";}.ty-icon-chart-bar:before{content:"\e027";}.ty-icon-download:before{content:"\e028";}.ty-icon-search:before{content:"\e029";}.ty-icon-lock:before{content:"\e02a";}.ty-icon-popup:before{content:"\e02b";}.ty-icon-plus:before{content:"\e02c";}.ty-icon-folder:before{content:"\e02d";}.ty-icon-folder-open:before{content:"\e02e";}.ty-icon-mail:before{content:"\e02f";}.ty-icon-twitter:before{content:"\e600";}.ty-icon-facebook:before{content:"\e601";}.ty-icon-file:before{content:"\e032";}.ty-icon-trashcan:before{content:"\e033";}.ty-icon-d-arrow:before{content:"\e602";}.ty-icon-bubble:before{content:"\e035";}.ty-icon-upload:before{content:"\e036";}.ty-icon-cog:before{content:"\e037";}.ty-icon-square:before{content:"\e038";}.ty-icon-arrow-up-right:before{content:"\e039";}.ty-icon-arrow-up-left:before{content:"\e03a";}.ty-icon-arrow-down-left:before{content:"\e03b";}.ty-icon-arrow-down-right:before{content:"\e03c";}.ty-icon-arrow-down:before{content:"\e03d";}.ty-icon-arrow-up:before{content:"\e03e";}.ty-icon-arrow-left:before{content:"\e03f";}.ty-icon-arrow-right:before{content:"\e040";}.ty-icon-location-arrow:before{content:"\e901";}.ty-icon-star:before{content:"\e041";}.ty-icon-star-half:before{content:"\e042";}.ty-icon-refresh:before{content:"\e043";}.ty-icon-basket:before{content:"\e044";}.ty-icon-image:before{content:"\e045";}.icon-image:before{content:"\e045";}.ty-icon-edit:before{content:"\e046";}.ty-icon-live-edit:before{content:"\e046";}.ty-icon-gift:before{content:"\e048";}.ty-icon-ban-circle:before{content:"\e049";}.ty-icon-wrench:before{content:"\e04a";}.ty-icon-feed:before{content:"\e603";}.ty-icon-cart:before{content:"\e900";}.ty-icon-target:before{content:"\e9b3";}@font-face{font-weight:normal;font-style:normal;font-family:ALSRubl-Arial;src:url('../../../../../../../../design/themes/tshirtfactory/media/fonts/alsrubl-arial-regular.eot');src:url('../../../../../../../../design/themes/tshirtfactory/media/fonts/alsrubl-arial-regular.eot#iefix') format('../media/fonts/embedded-opentype'), url('../../../../../../../../design/themes/tshirtfactory/media/fonts/alsrubl-arial-regular.woff') format('woff'), url('../../../../../../../../design/themes/tshirtfactory/media/fonts/alsrubl-arial-regular.ttf') format('truetype'), url('../../../../../../../../design/themes/tshirtfactory/media/fonts/alsrubl-arial-regular.svg#ALSRublArialRegular') format('svg');}.ty-rub{font-family:ALSRubl-Arial,Arial,sans-serif;font-size:inherit;}.ty-flag{display:inline-block;vertical-align:top;width:16px;height:16px;margin:0 5px 0 0;background:url('../../../../../../../../design/themes/tshirtfactory/media/images/icons/flags.png') no-repeat -25px -25px;}.ty-flag.ty-flag-ad{background-position:0px 0px;}.ty-flag.ty-flag-ae{background-position:-50px 0px;}.ty-flag.ty-flag-af{background-position:0px -50px;}.ty-flag.ty-flag-ag{background-position:-50px -50px;}.ty-flag.ty-flag-ai{background-position:-100px 0px;}.ty-flag.ty-flag-al{background-position:-100px -50px;}.ty-flag.ty-flag-am{background-position:0px -100px;}.ty-flag.ty-flag-an{background-position:-50px -100px;}.ty-flag.ty-flag-ao{background-position:-100px -100px;}.ty-flag.ty-flag-aq{background-position:-150px 0px;}.ty-flag.ty-flag-ar{background-position:-150px -50px;}.ty-flag.ty-flag-as{background-position:-150px -100px;}.ty-flag.ty-flag-at{background-position:0px -150px;}.ty-flag.ty-flag-au{background-position:-50px -150px;}.ty-flag.ty-flag-aw{background-position:-100px -150px;}.ty-flag.ty-flag-ax{background-position:-150px -150px;}.ty-flag.ty-flag-az{background-position:-200px 0px;}.ty-flag.ty-flag-ba{background-position:-200px -50px;}.ty-flag.ty-flag-bb{background-position:-200px -100px;}.ty-flag.ty-flag-bd{background-position:-200px -150px;}.ty-flag.ty-flag-be{background-position:0px -200px;}.ty-flag.ty-flag-bf{background-position:-50px -200px;}.ty-flag.ty-flag-bg{background-position:-100px -200px;}.ty-flag.ty-flag-bh{background-position:-150px -200px;}.ty-flag.ty-flag-bi{background-position:-200px -200px;}.ty-flag.ty-flag-bj{background-position:-250px 0px;}.ty-flag.ty-flag-bl{background-position:-250px -50px;}.ty-flag.ty-flag-bm{background-position:-250px -100px;}.ty-flag.ty-flag-bn{background-position:-250px -150px;}.ty-flag.ty-flag-bo{background-position:-250px -200px;}.ty-flag.ty-flag-br{background-position:0px -250px;}.ty-flag.ty-flag-bs{background-position:-50px -250px;}.ty-flag.ty-flag-bt{background-position:-100px -250px;}.ty-flag.ty-flag-bw{background-position:-150px -250px;}.ty-flag.ty-flag-by{background-position:-200px -250px;}.ty-flag.ty-flag-bz{background-position:-250px -250px;}.ty-flag.ty-flag-ca{background-position:-300px 0px;}.ty-flag.ty-flag-cc{background-position:-300px -50px;}.ty-flag.ty-flag-cd{background-position:-300px -100px;}.ty-flag.ty-flag-cf{background-position:-300px -150px;}.ty-flag.ty-flag-cg{background-position:-300px -200px;}.ty-flag.ty-flag-ch{background-position:-300px -250px;}.ty-flag.ty-flag-ci{background-position:0px -300px;}.ty-flag.ty-flag-ck{background-position:-50px -300px;}.ty-flag.ty-flag-cl{background-position:-100px -300px;}.ty-flag.ty-flag-cm{background-position:-150px -300px;}.ty-flag.ty-flag-cn{background-position:-200px -300px;}.ty-flag.ty-flag-co{background-position:-250px -300px;}.ty-flag.ty-flag-cr{background-position:-300px -300px;}.ty-flag.ty-flag-cu{background-position:-350px 0px;}.ty-flag.ty-flag-cv{background-position:-350px -50px;}.ty-flag.ty-flag-cx{background-position:-350px -100px;}.ty-flag.ty-flag-cy{background-position:-350px -150px;}.ty-flag.ty-flag-cz{background-position:-350px -200px;}.ty-flag.ty-flag-de{background-position:-350px -250px;}.ty-flag.ty-flag-dj{background-position:-350px -300px;}.ty-flag.ty-flag-dk,.ty-flag.ty-flag-da{background-position:0px -350px;}.ty-flag.ty-flag-dm{background-position:-50px -350px;}.ty-flag.ty-flag-do{background-position:-100px -350px;}.ty-flag.ty-flag-dz{background-position:-150px -350px;}.ty-flag.ty-flag-ec{background-position:-200px -350px;}.ty-flag.ty-flag-ee{background-position:-250px -350px;}.ty-flag.ty-flag-eg{background-position:-300px -350px;}.ty-flag.ty-flag-eh{background-position:-350px -350px;}.ty-flag.ty-flag-er{background-position:-400px 0px;}.ty-flag.ty-flag-es{background-position:-400px -50px;}.ty-flag.ty-flag-et{background-position:-400px -100px;}.ty-flag.ty-flag-eu{background-position:-400px -150px;}.ty-flag.ty-flag-fi{background-position:-400px -200px;}.ty-flag.ty-flag-fj{background-position:-400px -250px;}.ty-flag.ty-flag-fk{background-position:-400px -300px;}.ty-flag.ty-flag-fm{background-position:-400px -350px;}.ty-flag.ty-flag-fo{background-position:0px -400px;}.ty-flag.ty-flag-fr{background-position:-50px -400px;}.ty-flag.ty-flag-ga{background-position:-100px -400px;}.ty-flag.ty-flag-gb,.ty-flag.ty-flag-en{background-position:-150px -400px;}.ty-flag.ty-flag-gd{background-position:-200px -400px;}.ty-flag.ty-flag-ge{background-position:-250px -400px;}.ty-flag.ty-flag-gg{background-position:-300px -400px;}.ty-flag.ty-flag-gh{background-position:-350px -400px;}.ty-flag.ty-flag-gi{background-position:-400px -400px;}.ty-flag.ty-flag-gl{background-position:-450px 0px;}.ty-flag.ty-flag-gm{background-position:-450px -50px;}.ty-flag.ty-flag-gn{background-position:-450px -100px;}.ty-flag.ty-flag-gq{background-position:-450px -150px;}.ty-flag.ty-flag-gr,.ty-flag.ty-flag-el{background-position:-450px -200px;}.ty-flag.ty-flag-gs{background-position:-450px -250px;}.ty-flag.ty-flag-gt{background-position:-450px -300px;}.ty-flag.ty-flag-gu{background-position:-450px -350px;}.ty-flag.ty-flag-gw{background-position:-450px -400px;}.ty-flag.ty-flag-gy{background-position:0px -450px;}.ty-flag.ty-flag-hk{background-position:-50px -450px;}.ty-flag.ty-flag-hn{background-position:-100px -450px;}.ty-flag.ty-flag-hr{background-position:-150px -450px;}.ty-flag.ty-flag-ht{background-position:-200px -450px;}.ty-flag.ty-flag-hu{background-position:-250px -450px;}.ty-flag.ty-flag-id{background-position:-300px -450px;}.ty-flag.ty-flag-ie{background-position:-350px -450px;}.ty-flag.ty-flag-il{background-position:-400px -450px;}.ty-flag.ty-flag-im{background-position:-450px -450px;}.ty-flag.ty-flag-in{background-position:-500px 0px;}.ty-flag.ty-flag-iq{background-position:-500px -50px;}.ty-flag.ty-flag-ir{background-position:-500px -100px;}.ty-flag.ty-flag-is{background-position:-500px -150px;}.ty-flag.ty-flag-it{background-position:-500px -200px;}.ty-flag.ty-flag-je{background-position:-500px -250px;}.ty-flag.ty-flag-jm{background-position:-500px -300px;}.ty-flag.ty-flag-jo{background-position:-500px -350px;}.ty-flag.ty-flag-jp{background-position:-500px -400px;}.ty-flag.ty-flag-ke{background-position:-500px -450px;}.ty-flag.ty-flag-kg{background-position:0px -500px;}.ty-flag.ty-flag-kh{background-position:-50px -500px;}.ty-flag.ty-flag-ki{background-position:-100px -500px;}.ty-flag.ty-flag-km{background-position:-150px -500px;}.ty-flag.ty-flag-kn{background-position:-200px -500px;}.ty-flag.ty-flag-kp{background-position:-250px -500px;}.ty-flag.ty-flag-kr{background-position:-300px -500px;}.ty-flag.ty-flag-kv{background-position:-350px -500px;}.ty-flag.ty-flag-kw{background-position:-400px -500px;}.ty-flag.ty-flag-ky{background-position:-450px -500px;}.ty-flag.ty-flag-kz{background-position:-500px -500px;}.ty-flag.ty-flag-la{background-position:-550px 0px;}.ty-flag.ty-flag-lb{background-position:-550px -50px;}.ty-flag.ty-flag-lc{background-position:-550px -100px;}.ty-flag.ty-flag-li{background-position:-550px -150px;}.ty-flag.ty-flag-lk{background-position:-550px -200px;}.ty-flag.ty-flag-lr{background-position:-550px -250px;}.ty-flag.ty-flag-ls{background-position:-550px -300px;}.ty-flag.ty-flag-lt{background-position:-550px -350px;}.ty-flag.ty-flag-lu{background-position:-550px -400px;}.ty-flag.ty-flag-lv{background-position:-550px -450px;}.ty-flag.ty-flag-ly{background-position:-550px -500px;}.ty-flag.ty-flag-ma{background-position:0px -550px;}.ty-flag.ty-flag-mc{background-position:-50px -550px;}.ty-flag.ty-flag-md{background-position:-100px -550px;}.ty-flag.ty-flag-me{background-position:-150px -550px;}.ty-flag.ty-flag-mg{background-position:-200px -550px;}.ty-flag.ty-flag-mh{background-position:-250px -550px;}.ty-flag.ty-flag-mk{background-position:-300px -550px;}.ty-flag.ty-flag-ml{background-position:-350px -550px;}.ty-flag.ty-flag-mm{background-position:-400px -550px;}.ty-flag.ty-flag-mn{background-position:-450px -550px;}.ty-flag.ty-flag-mo{background-position:-500px -550px;}.ty-flag.ty-flag-mp{background-position:-550px -550px;}.ty-flag.ty-flag-mr{background-position:-600px 0px;}.ty-flag.ty-flag-ms{background-position:-600px -50px;}.ty-flag.ty-flag-mt{background-position:-600px -100px;}.ty-flag.ty-flag-mu{background-position:-600px -150px;}.ty-flag.ty-flag-mv{background-position:-600px -200px;}.ty-flag.ty-flag-mw{background-position:-600px -250px;}.ty-flag.ty-flag-mx{background-position:-600px -300px;}.ty-flag.ty-flag-my{background-position:-600px -350px;}.ty-flag.ty-flag-mz{background-position:-600px -400px;}.ty-flag.ty-flag-na{background-position:-600px -450px;}.ty-flag.ty-flag-nc{background-position:-600px -500px;}.ty-flag.ty-flag-ne{background-position:-600px -550px;}.ty-flag.ty-flag-nf{background-position:0px -600px;}.ty-flag.ty-flag-ng{background-position:-50px -600px;}.ty-flag.ty-flag-ni{background-position:-100px -600px;}.ty-flag.ty-flag-nl{background-position:-150px -600px;}.ty-flag.ty-flag-no{background-position:-200px -600px;}.ty-flag.ty-flag-np{background-position:-250px -600px;}.ty-flag.ty-flag-nr{background-position:-300px -600px;}.ty-flag.ty-flag-nu{background-position:-350px -600px;}.ty-flag.ty-flag-nz{background-position:-400px -600px;}.ty-flag.ty-flag-om{background-position:-450px -600px;}.ty-flag.ty-flag-pa{background-position:-500px -600px;}.ty-flag.ty-flag-pe{background-position:-550px -600px;}.ty-flag.ty-flag-pg{background-position:-600px -600px;}.ty-flag.ty-flag-ph{background-position:-650px 0px;}.ty-flag.ty-flag-pk{background-position:-650px -50px;}.ty-flag.ty-flag-pl{background-position:-650px -100px;}.ty-flag.ty-flag-pn{background-position:-650px -150px;}.ty-flag.ty-flag-pr{background-position:-650px -200px;}.ty-flag.ty-flag-ps{background-position:-650px -250px;}.ty-flag.ty-flag-pt{background-position:-650px -300px;}.ty-flag.ty-flag-pw{background-position:-650px -350px;}.ty-flag.ty-flag-py{background-position:-650px -400px;}.ty-flag.ty-flag-qa{background-position:-650px -450px;}.ty-flag.ty-flag-ro{background-position:-650px -500px;}.ty-flag.ty-flag-rs{background-position:-650px -550px;}.ty-flag.ty-flag-ru{background-position:-650px -600px;}.ty-flag.ty-flag-rw{background-position:0px -650px;}.ty-flag.ty-flag-sa{background-position:-50px -650px;}.ty-flag.ty-flag-sb{background-position:-100px -650px;}.ty-flag.ty-flag-sc{background-position:-150px -650px;}.ty-flag.ty-flag-sd{background-position:-200px -650px;}.ty-flag.ty-flag-se{background-position:-250px -650px;}.ty-flag.ty-flag-sg{background-position:-300px -650px;}.ty-flag.ty-flag-sh{background-position:-350px -650px;}.ty-flag.ty-flag-si{background-position:-400px -650px;}.ty-flag.ty-flag-sk{background-position:-450px -650px;}.ty-flag.ty-flag-sl{background-position:-500px -650px;}.ty-flag.ty-flag-sm{background-position:-550px -650px;}.ty-flag.ty-flag-sn{background-position:-600px -650px;}.ty-flag.ty-flag-so{background-position:-650px -650px;}.ty-flag.ty-flag-sr{background-position:-700px 0px;}.ty-flag.ty-flag-ss{background-position:-700px -50px;}.ty-flag.ty-flag-st{background-position:-700px -100px;}.ty-flag.ty-flag-sv{background-position:-700px -150px;}.ty-flag.ty-flag-sy{background-position:-700px -200px;}.ty-flag.ty-flag-sz{background-position:-700px -250px;}.ty-flag.ty-flag-tc{background-position:-700px -300px;}.ty-flag.ty-flag-td{background-position:-700px -350px;}.ty-flag.ty-flag-tg{background-position:-700px -400px;}.ty-flag.ty-flag-th{background-position:-700px -450px;}.ty-flag.ty-flag-tj{background-position:-700px -500px;}.ty-flag.ty-flag-tm{background-position:-700px -550px;}.ty-flag.ty-flag-tn{background-position:-700px -600px;}.ty-flag.ty-flag-to{background-position:-700px -650px;}.ty-flag.ty-flag-tp{background-position:0px -700px;}.ty-flag.ty-flag-tr{background-position:-50px -700px;}.ty-flag.ty-flag-tt{background-position:-100px -700px;}.ty-flag.ty-flag-tv{background-position:-150px -700px;}.ty-flag.ty-flag-tw{background-position:-200px -700px;}.ty-flag.ty-flag-tz{background-position:-250px -700px;}.ty-flag.ty-flag-ua{background-position:-300px -700px;}.ty-flag.ty-flag-ug{background-position:-350px -700px;}.ty-flag.ty-flag-us{background-position:-400px -700px;}.ty-flag.ty-flag-uy{background-position:-450px -700px;}.ty-flag.ty-flag-uz{background-position:-500px -700px;}.ty-flag.ty-flag-va{background-position:-550px -700px;}.ty-flag.ty-flag-vc{background-position:-600px -700px;}.ty-flag.ty-flag-ve{background-position:-650px -700px;}.ty-flag.ty-flag-vg{background-position:-700px -700px;}.ty-flag.ty-flag-vi{background-position:-750px 0px;}.ty-flag.ty-flag-vn{background-position:-750px -50px;}.ty-flag.ty-flag-vu{background-position:-750px -100px;}.ty-flag.ty-flag-ws{background-position:-750px -150px;}.ty-flag.ty-flag-ye{background-position:-750px -200px;}.ty-flag.ty-flag-yt{background-position:-750px -250px;}.ty-flag.ty-flag-za{background-position:-750px -300px;}.ty-flag.ty-flag-zh{background-position:-200px -300px;}.ty-flag.ty-flag-zm{background-position:-750px -350px;}.ty-flag.ty-flag-zw{background-position:-750px -400px;}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2){.ty-flag{background-image:url('../../../../../../../../design/themes/tshirtfactory/media/images/icons/flags@2x.png');background-size:800px 800px;}}@media print{body{background:#fff;min-width:0;}#ci_header,#ci_footer{display:none;}.product-main-info h1.ty-mainbox-title,.in-stock,.ty-mainbox-title span{color:#333;}.ty-footer-menu div,.ty-payment-icons,.qty,.sidebox-wrapper,.ty-sort-container{display:none;}.central-column,.container-left .central-column{margin:0;overflow:visible;}.ty-helper-container{width:700px;}.container{width:auto;border:0;}}.ty-menu__items,.cm-dialog-opener{-webkit-touch-callout:none;}*{-webkit-tap-highlight-color:rgba(0,0,0,0);}body{background:#fff;}body,p,div,li{color:#120e29;font-family:-apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif;font-size:14px;font-style:normal;font-weight:normal;}p{margin:0;padding:6px 0;}a{font-family:-apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif;font-size:14px;font-weight:normal;font-style:normal;text-decoration:none;outline:none;color:#120e29;cursor:pointer;border-bottom:0;-webkit-transition:all 150ms;-moz-transition:all 150ms;-o-transition:all 150ms;transition:all 150ms;}a:hover{color:#010103;}ul{padding:0;margin:0;list-style:none;}ol{padding:0 0 0 15px;}li{margin:0;padding:2px 0;text-indent:0;list-style:none;}hr{border:0;border-bottom:1px solid #edf2f5;}img{max-width:100%;height:auto;vertical-align:middle;font-size:0;}h1,h2,h3,h4,h5,h6{margin:0 0 15px 0;color:#000;}h1,h2{text-decoration:none;font-weight:normal;font-style:normal;font-size:24px;font-family:-apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif;}.ty-btn{display:inline-block;margin-bottom:0;padding:6px 14px;outline:0px;border:1px solid rgba(0,0,0,0);background:#bdc3c7;background-image:none;color:#fff;vertical-align:middle;text-align:center;line-height:1.428571429;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif;font-size:14px;font-weight:normal;font-style:normal;text-decoration:none;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-transition:background 200ms;-moz-transition:background 200ms;-o-transition:background 200ms;transition:background 200ms;}.ty-btn + .ty-btn{margin-left:10px;}.ty-btn i{position:relative;top:2px;margin-right:5px;}.ty-btn:hover{color:#fff;text-decoration:none;}.ty-btn__big{padding:6px 17px;text-transform:uppercase;}.ty-btn__text,.ty-btn__text:hover{padding:0;background:none;color:#000;}.ty-btn__primary{background:#f06c43;color:#fff;}.ty-btn__primary:hover{background:#f2825f;color:#fff;}.ty-btn__primary.ty-btn__text{color:#f06c43;}.ty-btn__secondary{background:#000;color:#fff;}.ty-btn__secondary:hover{background:#1a1a1a;color:#fff;}.ty-btn__tertiary{background:#bdc3c7;color:#fff;}.ty-btn__tertiary:hover{background:#d9dcde;color:#fff;}.buttons-container .buttons-container{margin-top:0;}.ty-btn-go{position:absolute;top:1px;right:1px;padding:0 10px;min-width:32px;height:30px;border:0px;border-left:1px solid #cdcdcd;background:#edf2f5;cursor:pointer;box-sizing:border-box;border-radius:0px 4px 4px 0px;}.ty-btn-go__icon{position:absolute;top:5px;left:12px;font-size:20px;line-height:20px;color:#808080;}.ty-float-left{float:left;}.ty-float-right{float:right;}.ty-clear-both{clear:both;}.ty-valign{vertical-align:middle;}.ty-valign-top{vertical-align:top;}.ty-valign-bottom{vertical-align:bottom;}.hidden{display:none;visibility:visible;}.ty-strong{font-weight:bold;}.ty-italic{font-style:italic;}.ty-lowercase{text-transform:lowercase;}.ty-uppercase{text-transform:uppercase;}.ty-left{text-align:left;}.ty-right{text-align:right;}.ty-center{text-align:center;}.ty-justify{text-align:justify;}.ty-strike{text-decoration:line-through;}.ty-center-block{margin:0 auto;}.ty-inline{display:inline;}.ty-block{display:block;}.ty-inline-block{display:inline-block;}.ty-scroll-x{overflow-x:auto;overflow-y:hidden;padding-bottom:3px;width:100%;height:100%;}.ty-hand{cursor:pointer;}.ty-nowrap{white-space:nowrap;}.ty-overflow-hidden{overflow:hidden;}.ty-width-full{width:100%;}.ty-p-none{padding:0 !important;}.ty-m-none{margin:0 !important;}.ty-mb-l{margin-bottom:30px;}.ty-mt-l{margin-top:30px;}.ty-mb-m{margin-bottom:20px;}.ty-mt-m{margin-top:20px;}.ty-mtb-s{margin:10px 0;}.ty-mtb-xs{margin:5px 0;}.ty-ml-s{margin-left:10px;}.ty-mt-s{margin-top:10px;}.ty-mt-m{margin-top:20px;}.ty-mb-s{margin-bottom:10px;}.ty-position-relative{position:relative;}.cm-opacity{opacity:0.3;}.cm-hint{color:#404040;}input[type="text"],input[type="password"],input[type="tel"],input[type="number"],textarea,select{padding:4px 8px;border:1px solid #bcceda;background:#fff;font-family:-apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif;font-size:14px;font-style:normal;font-weight:normal;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px;}input[type="text"],input[type="password"],input[type="tel"],input[type="number"]{height:32px;-webkit-appearance:none;border-radius:0;border-radius:4px;}select[multiple="multiple"]{min-height:80px;}.radio,.checkbox,input[type="radio"],input[type="checkbox"]{margin:-4px 6px 0 0;padding:0;vertical-align:middle;}input[type="text"]:focus,input[type="password"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus{outline:0;border-color:#000;-webkit-transition:border 0.2s linear 0s;-moz-transition:border 0.2s linear 0s;-o-transition:border 0.2s linear 0s;transition:border 0.2s linear 0s;}select{padding:4px 3px 3px;min-width:4em;max-width:100%;height:2.2em;line-height:2.2em;}input[type="number"]{-moz-appearance:textfield;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0;}.ty-control-group{margin:0 0 12px 0;vertical-align:middle;}.ty-control-group:before,.ty-control-group:after{display:table;content:"";line-height:0;width:100%;}.ty-control-group:after{clear:both;}.ty-control-group__label{float:left;padding:6px 0;margin-right:10px;width:110px;color:#000;}.ty-control-group__title{display:block;padding:6px 0;font-weight:bold;}.ty-control-group__price{width:115px;}.ty-control-group__item{display:inline-block;padding:6px 0;word-break:break-all;word-break:break-word;}.ty-control-group label.hidden{display:none;}.ty-input-append{position:relative;margin:10px 0 0 0;}.ty-input-append .ty-input-text{width:100%;padding-right:35px;}.ty-select-field{padding:3px 0;}.ty-select-field__label{display:block;padding:3px 0;margin-right:10px;font-size:90%;}.ty-select-field__checkbox{vertical-align:middle;}label.cm-failed-label{color:#bf4d4d;}label.cm-required:after{padding-left:3px;color:#ea7162;content:"*";font-size:13px;line-height:1px;}input[type="text"].cm-failed-field,input[type="password"].cm-failed-field,textarea.cm-failed-field,.cm-field-container.cm-failed-field input[type="text"]{border:1px solid #bf4d4d;background:#fff;}.ty-error-text{color:#b94a48;}.disabled,select.disabled{background:#e3e3e3;}.ty-input-text{width:auto;}.ty-input-text-medium{width:300px;}.ty-input-text-large{width:550px;}.ty-input-text-short{width:50px;}.ty-input-text-full{width:100%;}.ty-input-textarea{resize:vertical;}.ty-table{width:100%;margin-top:30px;border:1px solid #edf2f5;border-width:1px 0px 1px 1px;border-bottom:none;}.ty-table th{padding:12px;border-right:1px solid #edf2f5;border-bottom:1px solid #edf2f5;background:#fafbfc;text-align:left;text-transform:none;white-space:nowrap;font-weight:bold;line-height:normal;}.ty-table th i{margin-left:5px;position:relative;top:3px;font-size:16px;color:#bdc3c7;}.ty-table tr,.table .table tr{background-color:#fff;}.ty-table table tr{background-color:transparent;}.ty-table td,.ty-table .table td{padding:13px;border-right:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;}.ty-table tbody tr:nth-child(2n){background:#fafbfc;}.ty-table th,.ty-table th a{color:#404040;font-weight:bold;}.ty-table__responsive-header{display:none;}.help-inline{display:block;}.help-inline p{padding:4px 0px 0px 0px;color:#b94a48 !important;}.ty-dir-list{display:inline-block;width:7px;font-size:15px;margin-right:5px;cursor:pointer;}.ty-extra-link{border-bottom:1px dotted #4d4d4d;padding:0;text-decoration:none;color:#000;cursor:pointer;}.ty-dashed-link{border-bottom-width:1px;border-bottom-style:dotted;text-decoration:none;}.ty-remove{position:relative;display:inline-block;width:auto;white-space:nowrap;text-decoration:none;}.ty-remove:hover{text-decoration:none;}.ty-remove__icon{vertical-align:middle;}.ty-remove__txt{padding-left:5px;font-size:12px;color:#abc3d1;vertical-align:middle;}.ty-remove:hover .ty-remove__txt,.ty-remove:hover .ty-remove__icon{color:#abc3d1;}.ty-delete-big,.ty-delete-icon{vertical-align:middle;}.ty-delete-big:hover,.ty-delete-icon:hover{text-decoration:none;}.ty-delete-big__icon{font-size:19px;color:#abc3d1;}.ty-caret{position:absolute;top:-16px;left:14px;float:left;overflow:hidden;width:16px;height:16px;}.ty-caret .ty-caret-outer,.ty-caret .ty-caret-inner{position:absolute;top:0;left:0;display:inline-block;margin-left:-1px;}.ty-caret .ty-caret-outer{width:0;height:0;border-top:16px solid transparent;border-right:16px solid #edf2f5;}.ty-caret .ty-caret-inner{top:2px;left:1px;width:0;height:0;border-top:14px solid transparent;border-right:14px solid #fff;}.ty-caret-bottom{position:absolute;bottom:-16px;left:14px;float:left;overflow:hidden;width:16px;height:16px;}.ty-caret-bottom .ty-caret-outer,.ty-caret-bottom .ty-caret-inner{position:absolute;top:0;left:0;display:inline-block;margin-left:-1px;}.ty-caret-bottom .ty-caret-outer{width:0;height:0;border-bottom:16px solid transparent;border-left:16px solid #edf2f5;}.ty-caret-bottom .ty-caret-inner{top:-1px;left:2px;width:0;height:0;border-bottom:14px solid transparent;border-left:14px solid #fff;}.ty-caret-info{position:absolute;top:-7px;left:12px;float:left;overflow:hidden;width:12px;height:7px;}.ty-caret-info .ty-caret-outer,.ty-caret-info .ty-caret-inner{position:absolute;top:0;left:0;display:inline-block;margin-left:-1px;}.ty-caret-info .ty-caret-outer{border-right:7px solid transparent;border-bottom:7px solid #bdc3c7;border-left:7px solid transparent;}.ty-caret-info .ty-caret-inner{top:1px;left:1px;display:inline-block;border-right:6px solid transparent;border-bottom:6px solid #fff;border-left:6px solid transparent;}.ty-no-items{padding:60px 20px;background:#f8f9f9;color:#bdc3c7;text-align:center;font-size:115%;margin-bottom:20px;}.ty-icon-cancel-circle{font-size:16px;line-height:16px;color:#8babbe;}.ty-menu{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.ty-menu:before,.ty-menu:after{display:table;content:"";line-height:0;width:100%;}.ty-menu:after{clear:both;}.ty-menu__items{background:#bf1e2e;position:relative;border-radius:6px;}.ty-menu__items:before,.ty-menu__items:after{display:table;content:"";line-height:0;width:100%;}.ty-menu__items:after{clear:both;}.ty-menu__item{padding:0px;display:block;float:left;}.ty-menu__item:nth-child(2) .ty-menu__item-link{border-top-left-radius:6px;border-bottom-left-radius:6px;}.ty-menu__submenu-items{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.ty-menu__item-active .ty-menu__item-link{background:#0c0035;color:white;}.no-touch .ty-menu__item:hover .ty-menu__submenu-items,.is-hover-menu .ty-menu__submenu-items{display:block;}.no-touch .ty-menu__item:hover .ty-menu__item-link,.is-hover-menu .ty-menu__item-link,.is-hover-menu.ty-menu__item-active .ty-menu__item-link{background:#b21c2b;color:white;text-shadow:none;}.ty-menu__item .ty-menu__item-link{color:#000;position:relative;padding:14px 20px;display:block;min-height:46px;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-menu__item .ty-menu__item-link .ty-icon-down-micro{position:absolute;font-size:20px;right:12px;top:13px;}.ty-menu__submenu-items{min-width:200px;display:none;position:absolute;background:white;z-index:200;border:1px solid #ad1b2a;border-top:0;padding:15px 16px;}.ty-menu__submenu-items .ty-menu__submenu-item{margin-bottom:10px;}.ty-menu__submenu-items .ty-menu__submenu-link{color:#000;}.ty-menu__submenu-items .ty-top-mine__submenu-col{margin:0px 10px 0px 0px;display:inline-block;vertical-align:top;min-width:139px;}.ty-menu__submenu-items .ty-top-mine__submenu-col:last-child{margin-right:1px;}.ty-menu__submenu-item-header{min-height:25px;margin-bottom:10px;padding-bottom:2px;border-bottom:1px solid #e5e5e5;}.ty-menu__submenu-item-header .ty-menu__submenu-link{font-weight:bold;color:#000;}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a{color:#fff;background:#000;padding:2px 6px;}.ty-menu__submenu-dropdown-bottom{display:block;background:#ecf0f1;margin:0px -16px -15px;padding:10px;text-align:right;}.ty-menu-vertical .ty-menu__items{border-bottom:1px solid #34495e;z-index:30;}.ty-menu-vertical .ty-menu__item{float:none;position:relative;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu{display:none;right:0;left:auto;top:0;position:absolute;z-index:6;}.ty-menu-vertical .ty-menu__submenu-items{padding:0;border:1px solid #ad1b2a;}.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover &gt; .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__submenu .is-hover-menu &gt; .ty-menu__submenu-item-header .ty-menu__item-link{background:#000;color:#000;}.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover i,.ty-menu-vertical .ty-menu__submenu .is-hover-menu i{color:#fff;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link{color:#000;background:white;padding:14px 20px;}.no-touch .ty-menu-vertical .ty-menu__item:hover &gt; .ty-menu__submenu,.ty-menu-vertical .is-hover-menu &gt; .ty-menu__submenu{display:block;}.no-touch .ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover &gt; .ty-menu__item-link{background:#000;color:white;}.ty-menu-vertical .ty-menu__item .ty-icon-left-open{display:none;}.ty-menu__item-arrow i{position:absolute;z-index:5;right:15px;top:17px;color:#a1a6aa;}.ty-menu-vertical .ty-menu__submenu-item-header{margin-bottom:0px;padding-bottom:0px;border:0px;}.ty-menu-vertical .ty-menu__items.rtl{text-align:right;}.ty-menu-vertical .ty-menu__items.rtl .ty-icon-right-open{display:none;}.ty-menu-vertical .ty-menu__items.rtl .ty-icon-left-open{left:15px;right:auto;display:block;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu{width:202px;right:100%;left:auto;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu-items{width:200px;}.ty-menu__submenu{left:0;}.ty-menu__submenu-to-right .ty-menu__submenu-items{right:0px;}.ty-menu-item__sale .ty-menu__item-link,.no-touch .ty-menu-item__sale .ty-menu__item-link:hover{color:yellow;}html.dialog-is-open{overflow:hidden;}html.dialog-is-open body{overflow:scroll;}.ui-widget,.ui-widget button{font-family:'Open Sans',sans-serif;}.object-container{padding:10px 20px 0px 20px;background:#fff;overflow:auto;}.object-container .notification-content{top:11px;right:24px;min-width:420px;position:absolute;z-index:1510;}.ui-widget select,.ui-widget textarea{font-weight:normal;}.ui-dialog-content{overflow:visible;display:block !important;}.ui-widget-content.ui-dialog{padding:0;border:none;max-width:930px;}.object-container .ty-control-group__label{float:none;width:auto;display:inline-block;min-width:120px;vertical-align:top;}.ui-dialog .ui-dialog-content{overflow:visible;padding:0;min-height:120px !important;-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}.ui-widget-content.ui-dialog{border-radius:6px;overflow:hidden;}.ui-dialog .ui-dialog-titlebar{padding:13px 20px 10px;border:none;border-bottom:1px solid #ccdae3;background:#f7f9fa;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ui-corner-all{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ui-dialog .ui-resizable-se{right:1px;bottom:1px;}.ui-widget-overlay{position:fixed;overflow:hidden;margin:0;padding:0;background:url('../../../../../../../../design/themes/tshirtfactory/media/images/picker_bg_outside.png') repeat-x 0 -100% scroll #000;opacity:0.7;filter:alpha(opacity=70);}div.ui-dialog .ui-dialog-title{width:auto;margin:0;color:#2c3e50;font-weight:normal;font-size:18px;padding-right:20px;}.ui-dialog .ui-dialog-titlebar-close{top:27px;right:13px;padding:0;}.ui-draggable .ui-dialog-titlebar{cursor:url('../../../../../../../../design/themes/tshirtfactory/media/images/icons/openhand.cur'), move;}.ui-dialog .buttons-container{margin:0px -20px;}.ui-dialog .buttons-container.picker{padding:13px 0;width:100%;border-top:1px solid #fff;background-color:#f9f9f9;}.buttons-container-picker{padding:0;width:100%;}.buttons-container-picker{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:15px 20px;border:1px solid #e3e3e3;}.ui-dialog .buttons-container.picker &gt; div{margin:0 15px;}.ui-widget-header .ui-icon-closethick{color:#ccdae3;background:none;margin:-10px 0 0 -10px;text-indent:0;font:13px/1 'glyphs';speak:none;-webkit-font-smoothing:antialiased;opacity:0.7;}.ui-widget-header .ui-icon-closethick.ui-state-hover{opacity:1;}.ui-widget-header .ui-icon-closethick:before{font-family:glyphs;content:"\e009";speak:none;-webkit-font-smoothing:antialiased;}.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover{border:none;background:none;}.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover span:before{color:#fae2e4;}.ui-widget-header .ui-state-default{background:none;border:0;outline:none;}.ui-dialog-dragging{background:#f7f7e7 none;opacity:0.6;}.ui-dialog-dragging .ui-resizable-handle{display:none;}.ui-dialog-dragging .ui-dialog-content{visibility:hidden;}.ty-wysiwyg-content h1{font-size:36px;font-weight:bold;}.ty-wysiwyg-content h2{font-weight:bold;font-size:30px;}.ty-wysiwyg-content h3{font-weight:bold;font-size:24px;}.ty-wysiwyg-content h4{font-weight:bold;font-size:18px;}.ty-wysiwyg-content h5{font-weight:bold;font-size:14px;}.ty-wysiwyg-content h6{font-weight:bold;font-size:12px;}.ty-wysiwyg-content h1,.ty-wysiwyg-content h2,.ty-wysiwyg-content h3{margin-top:20px;margin-bottom:10px;}.ty-wysiwyg-content h4,.ty-wysiwyg-content h5,.ty-wysiwyg-content h6{margin-top:10px;margin-bottom:10px;}.ty-wysiwyg-content td,.ty-wysiwyg-content th{padding:5px;}.ty-wysiwyg-content ul{padding:0 0 0 20px;list-style-type:disc;}.ty-wysiwyg-content ul &gt; li{list-style-type:inherit;}.ty-wysiwyg-content ol{padding:0 0 0 20px;list-style-type:decimal;}.ty-wysiwyg-content ol &gt; li{list-style-type:inherit;}.ty-product-block__description ul{padding:0 0 0 20px;list-style-type:disc;}.ty-product-block__description ul &gt; li{list-style-type:inherit;}.ty-product-block__description ol{padding:0 0 0 20px;list-style-type:decimal;}.ty-product-block__description ol &gt; li{list-style-type:inherit;}.ty-product-list__description ul{padding:0 0 0 20px;list-style-type:disc;}.ty-product-list__description ul &gt; li{list-style-type:inherit;}.ty-product-list__description ol{padding:0 0 0 20px;list-style-type:decimal;}.ty-product-list__description ol &gt; li{list-style-type:inherit;}.ty-wysiwyg-content iframe{max-width:100%;}.ty-wysiwyg-content .no-border td{border:0;}.redactor-box ol li{list-style-type:decimal;}.redactor-box ul li{list-style-type:disc;}.ty-wysiwyg-content [class*="ty-column"]{margin-bottom:20px;box-sizing:border-box;padding:0px 10px;}.ty-wysiwyg-content .ty-notice{padding:10px 25px;background:#f7f9fa;color:#000;border-radius:4px;display:inline-block;}.ty-wysiwyg-content .ty-image{padding:10px;border:4px solid #fff;outline:2px solid #edf2f5;box-sizing:border-box;}.ty-wysiwyg-content{word-wrap:break-word;}.ty-wysiwyg-content h1.ty-main-title{margin-top:10px;padding-bottom:10px;font-size:36px;text-transform:uppercase;line-height:155%;font-weight:normal;}.ty-wysiwyg-content h1.ty-main-title2{margin-top:45px;font-weight:normal;font-size:37px;}@media (max-width: 767px){.ty-wysiwyg-content h1.ty-main-title2,.ty-wysiwyg-content h1.ty-main-title{font-size:24px;}}.ty-wysiwyg-content h3.ty-main-title2{margin:78px 0 32px;font-size:22px;font-weight:normal;}.ty-list-container,.ty-items-container{margin:20px 0;line-height:140%;}.ty-list-container.ty-decimal .ty-list-text,.ty-items-container.ty-decimal .ty-list-text{padding-left:40px;}.ty-list-container.ty-decimal .ty-list-item,.ty-items-container.ty-decimal .ty-list-item{position:absolute;margin-top:7px;margin-left:-40px;font-size:60px;color:#0cf;}.ty-list-container .ty-column4 .ty-company__item,.ty-list-container .ty-column4 .ty-gift-certificate__item{padding-right:10%;}@media (max-width: 478px){.ty-list-container .ty-column4 .ty-company__item,.ty-list-container .ty-column4 .ty-gift-certificate__item{padding-right:0;}}.ty-list-container .ty-company__item{padding-right:10%;}.ty-list-container .ty-list-image{margin:17px 0;text-align:center;}.ty-list-container .ty-list-image.ty-left{text-align:left;}.ty-list-container .ty-list-image.ty-right{text-align:right;}.ty-list-container .ty-list-text{padding-top:8px;font-family:Arial;font-size:12px;line-height:150%;}.ty-list-container .ty-list-text.big{font-size:16px;}.ty-list-container .ty-list-text .ty-header{display:block;font-size:21px;}.ty-list-container .ty-list-text .ty-header .ty-big{font-size:218%;font-weight:bold;line-height:normal;}.ty-list-container.with-shadow .ty-list-image{padding:10px;margin-bottom:14px;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);}.ty-list-container.with-shadow .ty-list-text{padding-top:0;margin-bottom:27px;}.ty-list-container .ty-list-header{display:block;padding-bottom:6px;font-size:22px;line-height:normal;}.ty-items-container .item{padding-right:4%;}@media screen and (max-width: 480px){.ty-items-container{text-align:center;}.ty-items-container .item{padding-right:0;}}.ty-column1{display:inline-block;width:100%;vertical-align:top;margin-right:-0.25em;}.ty-column2{display:inline-block;width:50%;vertical-align:top;margin-right:-0.25em;}.ty-column3{display:inline-block;width:33.333333333333%;vertical-align:top;margin-right:-0.25em;}.ty-column4{display:inline-block;width:25%;vertical-align:top;margin-right:-0.25em;}.ty-column5{display:inline-block;width:20%;vertical-align:top;margin-right:-0.25em;}.ty-column6{display:inline-block;width:16.666666666667%;vertical-align:top;margin-right:-0.25em;}.ty-column7{display:inline-block;width:14.285714285714%;vertical-align:top;margin-right:-0.25em;}.ty-column8{display:inline-block;width:12.5%;vertical-align:top;margin-right:-0.25em;}.ty-column9{display:inline-block;width:11.111111111111%;vertical-align:top;margin-right:-0.25em;}.ty-column10{display:inline-block;width:10%;vertical-align:top;margin-right:-0.25em;}@media (max-width: 979px){.ty-column1{display:inline-block;width:100%;vertical-align:top;margin-right:-0.25em;}.ty-column2{width:100%;}.ty-column3{width:50%;}.ty-column4{width:33.333333333333%;}.ty-column5{width:25%;}.ty-column6{width:20%;}.ty-column7{width:16.666666666667%;}.ty-column8{width:14.285714285714%;}.ty-column9{width:12.5%;}.ty-column10{width:11.111111111111%;}}@media (max-width: 767px){.ty-column1{display:inline-block;width:100%;vertical-align:top;margin-right:-0.25em;}.ty-column2{width:50%;}.ty-column3{width:50%;}.ty-column4{width:50%;}.ty-column5{width:50%;}.ty-column6{width:50%;}.ty-column7{width:50%;}.ty-column8{width:50%;}.ty-column9{width:50%;}.ty-column10{width:50%;}}@media screen and (max-width: 480px){.ty-column1{width:100%;}.ty-column2{width:100%;}.ty-column3{width:100%;}.ty-column4{width:100%;}.ty-column5{width:100%;}.ty-column6{width:100%;}.ty-column7{width:100%;}.ty-column8{width:100%;}.ty-column9{width:100%;}.ty-column10{width:100%;}}.tygh-top-panel{background-color:#120d29;background-image:-moz-linear-gradient(top,#120d29,#120d29);background-image:-webkit-gradient(linear,0 0,0 100%,from(#120d29),to(#120d29));background-image:-webkit-linear-gradient(top,#120d29,#120d29);background-image:-o-linear-gradient(top,#120d29,#120d29);background-image:linear-gradient(to bottom,#120d29,#120d29);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff120d29', endColorstr='#ff120d29', GradientType=0);}.top-menu-grid{padding-top:38px;}.top-quick-links{margin:6px 0 0;}.top-quick-links a{color:#969b9b;}.our-brands-grid{margin-bottom:80px;}.ty-order-summary{margin-top:66px;}.header-widget-grid .top-menu-grid{padding-top:15px;}.search-widget-block-grid{padding:15px 0;}.tygh-content{border-top:2px solid #edf2f5;}.top-menu:after{left:0;right:-1000%;}.top-menu:before{left:-1000%;right:0;}.tygh-header{background-color:#fff;background-image:-moz-linear-gradient(top,#fff,#fff);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fff));background-image:-webkit-linear-gradient(top,#fff,#fff);background-image:-o-linear-gradient(top,#fff,#fff);background-image:linear-gradient(to bottom,#fff,#fff);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);}.tygh-content &gt; div{padding-bottom:40px;}.tygh-content &gt; div{background-color:#fafdff;filter:"progid:DXImageTransform.Microsoft.gradient(enabled=false)";background-color:transparent;background-image:none;}.side-grid .ty-account-info__user-arrow{display:none;}.side-grid .ty-dropdown-box__content{right:auto;left:0;}.main-content-grid{width:100%;}.footer-content-grid{margin:30px 0px;}.ty-holiday-gift-banner{margin-top:-20px;width:100%;}.top-my-account{margin-left:22px;}.buttons-container{padding:17px 20px;background:#f7f9fa;border-radius:6px;}.buttons-container:before,.buttons-container:after{display:table;content:"";line-height:0;width:100%;}.buttons-container:after{clear:both;}.ty-mainbox-body .buttons-container{margin:25px 0px;}.ty-mainbox-title{margin-bottom:10px;}.ty-mainbox-title:before,.ty-mainbox-title:after{display:table;content:"";line-height:0;width:100%;}.ty-mainbox-title:after{clear:both;}.ty-mainbox-title__left{float:left;}.ty-mainbox-title__right{display:block;float:right;margin-top:7px;font-weight:normal;font-size:70%;}.ty-mainbox-title .ty-status{float:right;padding-top:10px;color:#404040;font-style:normal;font-size:14px;}.ty-mainbox-title .ty-date{font-style:normal;font-size:70%;white-space:nowrap;}.ty-mainbox-container.ty-float-right,.ty-mainbox-container.ty-float-left{width:inherit;}.ty-subheaders-group{margin:0 15px 21px 15px;}.ty-subheader{margin:0;padding:7px 0 10px 0;font-size:18px;color:#34495e;}.ty-subheader__tooltip{font-size:inherit;}.ty-mainbox-simple-title{margin-bottom:10px;}.ty-mainbox-simple-title:before,.ty-mainbox-simple-title:after{display:table;content:"";line-height:0;width:100%;}.ty-mainbox-simple-title:after{clear:both;}.ty-sidebox-important{margin-bottom:15px;}.ty-sidebox-important__title{width:100%;}.ty-sidebox-important__title-wrapper{font-size:13px;font-weight:normal;color:#909598;padding:4px 14px 8px;background:#ecf0f1;float:left;width:100%;box-sizing:border-box;}.ty-sidebox-important__body{-webkit-border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;border-radius:0 0 5px 5px;}.ty-text-links{margin:0 0 6px 0;}.ty-text-links:first-child{padding-top:0;}.ty-text-links .ty-level-0{margin-left:0px;}.ty-text-links .ty-level-1{margin-left:10px;}.ty-text-links .ty-level-2{margin-left:20px;}.ty-text-links .ty-level-3{margin-left:30px;}.ty-text-links .ty-level-4{margin-left:40px;}.ty-text-links__active &gt; .ty-text-links__a,.no-touch .ty-text-links__a:hover{color:#000;}.ty-text-links__item{position:relative;display:block;margin-right:15px;}.ty-text-links_show_inline &gt; .ty-text-links__item{display:inline-block;}.ty-text-links_show_inline .ty-level-0 &gt; .ty-text-links{display:none;position:absolute;min-width:200px;background:#fff;border:1px solid #7ea1b7;z-index:10;padding:5px;margin:0;border-radius:4px;}.no-touch .ty-text-links_show_inline .ty-level-0:hover .ty-text-links{display:block;}.ty-text-links_show_inline .ty-level-0.is-hover-link &gt; .ty-text-links{display:block;}.ty-dropdown-box .ty-text-links__item{margin:0;padding:7px 14px;}.ui-datepicker{width:unset !important;min-width:17em !important;}.ty-accordion{margin-top:20px;}.ty-accordion .ui-accordion-header-icon{position:absolute;top:5px;right:10px;background:none;text-indent:0;overflow:visible;}.ty-accordion .ui-accordion-header-icon:before{font-family:glyphs;font-size:25px;content:"\e019";speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.ty-accordion .ui-accordion-header{position:relative;color:#7c7e80;margin-top:5px;padding:8px 12px;border:0px;border-radius:0px;background:#e5ebec;background-image:none;font-family:-apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif;font-size:14px;font-weight:normal;font-style:normal;text-decoration:none;cursor:pointer;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.ty-accordion .ui-accordion-header.ui-state-active{background:#bdc3c7;color:white;}.ty-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before{content:"\e01c";}.ty-accordion .ui-accordion-content{border:0;}.ty-logo-container{position:relative;margin-top:2px;}.ty-logo-container__image{display:inline-block;text-decoration:none;}.ty-logo-container__image.vertical-middle{visibility:hidden;}.ty-grid-list__item{margin:0px 10px 25px 10px;}.ty-grid-list__item:before,.ty-grid-list__item:after{display:table;content:"";line-height:0;width:100%;}.ty-grid-list__item:after{clear:both;}.ty-grid-list__item:hover .ty-icon-left-circle,.ty-grid-list__item:hover .ty-icon-right-circle{visibility:visible;}.ty-grid-list__item:hover .ty-quick-view-button{visibility:visible;}.ty-grid-list__image{position:relative;padding:0px 0;border:1px solid #ebebeb;background:#fff;text-align:center;min-height:50px;}.ty-grid-list__image .ty-no-image{border:0px;}.ty-grid-list__price{display:block;text-align:left;vertical-align:top;overflow:hidden;word-break:break-all;}.ty-grid-list__no-price{text-align:left;width:auto;}.ty-grid-list__item-name{margin-top:3px;margin-bottom:5px;display:block;width:100%;overflow:hidden;}.ty-grid-list__item-name .product-title{display:block;color:#595959;word-wrap:break-word;}.ty-grid-list__control{width:100%;padding-top:5px;}.ty-product-empty{background:#f8f9f9;margin:28px 10px 0 10px;height:190px;text-align:center;}.ty-product-empty__text{color:#cdcdcd;font-size:115%;line-height:190px;}.ty-product-list{padding:35px 0;}.ty-product-list__image{position:relative;float:left;margin:0 25px 20px 0;border:1px solid #ebebeb;}.ty-product-list__content{overflow:hidden;}.ty-product-list__info{overflow-x:auto;overflow-y:hidden;}.ty-product-list__control .ty-btn{margin-bottom:10px;margin-right:10px;}.ty-product-list__control .ty-product-coming-soon{margin:10px 0px;}.ty-product-list__item-name .product-title{font-size:130%;word-wrap:break-word;}.ty-product-list__price .ty-price-num{font-size:120%;}.ty-product-list__price{padding:10px 0px;}.ty-product-list__description{line-height:170%;}.ty-product-list .ty-qty-out-of-stock{margin-right:20px;padding:2px 0px 0px 0px;vertical-align:top;}.ty-compact-list__item{padding:10px 0;border-bottom:1px solid #dfdfdf;position:relative;}.ty-compact-list__item:before,.ty-compact-list__item:after{display:table;content:"";line-height:0;width:100%;}.ty-compact-list__item:after{clear:both;}.ty-compact-list__content:before,.ty-compact-list__content:after{display:table;content:"";line-height:0;width:100%;}.ty-compact-list__content:after{clear:both;}.ty-compact-list__item .ty-discount-label{top:auto;right:auto;bottom:5px;}.ty-compact-list__item .ty-qty{margin:0;}.ty-compact-list__image{float:left;width:13%;padding:0px 25px;text-align:center;}.ty-compact-list__image .ty-discount-label{position:static;float:none;display:inline-block;margin-top:5px;}.ty-compact-list__title{float:left;width:30%;margin:0 10px 0 0;word-wrap:break-word;}.ty-compact-list__controls{float:right;position:relative;padding-bottom:30px;width:40%;text-align:right;}.ty-compact-list__controls .ty-btn__add-to-cart{margin:0 0 0 10px;}.ty-compact-list__controls .ty-qty-out-of-stock{margin-right:0;}.ty-compact-list__controls .ty-product-coming-soon{width:100%;right:0px;padding-top:12px;text-align:right;position:absolute;}.ty-product-coming-soon{color:#767676;}.ty-compact-list__controls &gt; div{display:inline-block;vertical-align:middle;}.ty-compact-list__controls .qty{padding-top:0;}.ty-compact-list__price{margin-right:10px;}.ty-compact-list__price .ty-list-price{margin-right:4px;}.ty-compact-list__item .ty-control-group__label{width:auto;}.ty-thumbnail-list__item{margin-bottom:20px;text-align:center;}.ty-thumbnail-list__img-block{display:inline-block;}.ty-thumbnail-list__name{padding:6px 0;}.ty-thumbnail-list__butons{padding:10px 0;}.ty-template-small__item{padding:10px 0;border-bottom:1px dotted #ebebeb;}.ty-template-small__item:last-child{border:0;}.ty-template-small__item-img{float:left;margin-right:10px;vertical-align:top;}.ty-template-small__item-price{margin-top:5px;}.ty-template-small__item-description{overflow:hidden;}.ty-scroller-list__item{padding-top:20px;text-align:center;}.ty-scroller-list__description .product-title{display:inline-block;overflow:hidden;padding-top:5px;width:90%;text-overflow:ellipsis;white-space:nowrap;word-wrap:break-word;}.ty-scroller-list__item:hover .ty-quick-view-button{visibility:visible;text-align:center;}.ty-simple-list__buttons{padding:17px 20px;}.ty-simple-list .ty-discount-label{top:1px;right:1px;}.ty-simple-list .ty-discount-label:before,.ty-simple-list .ty-discount-label:after{content:"";position:absolute;}.ty-simple-list .ty-discount-label:before{top:-1px;right:0;bottom:0;width:1px;height:150px;background-image:-webkit-linear-gradient(bottom,transparent,#edf2f5);background-image:-moz-linear-gradient(bottom,transparent,#edf2f5);background-image:-o-linear-gradient(bottom,transparent,#edf2f5);}.ty-simple-list .ty-discount-label:after{top:0;right:1px;width:150px;height:1px;background-image:-webkit-linear-gradient(right,#edf2f5,transparent);background-image:-moz-linear-gradient(right,#edf2f5,transparent);background-image:-o-linear-gradient(right,#edf2f5,transparent);}ol.text-link-list .text-link-list__item{list-style:decimal;}.ty-profile-field{margin-top:30px;}.ty-profile-field .ty-input-text{width:100%;}.ty-profile-field__switch{margin:25px 0px;padding:15px 20px;border:2px solid #b2c7d4;background:white;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-profile-field__switch-label{float:left;}.ty-profile-field__switch-actions{float:right;}.ty-profile-field__switch-actions label{padding-right:15px;}.ty-profile-field__select-country,.ty-profile-field__select-state,.ty-profile-field__select{width:100%;}.ty-billing-zip-code,.ty-shipping-zip-code{clear:both;width:120px;}.company .buttons-container{border-top:1px solid #ddd;-webkit-border-radius:0px 0px 3px 3px;-moz-border-radius:0px 0px 3px 3px;border-radius:0px 0px 3px 3px;margin:30px 0px 28px -21px;padding:17px 20px 17px 20px;width:100%;}.ty-billing-first-name,.ty-billing-last-name,.ty-shipping-first-name,.ty-shipping-last-name,.ty-billing-country,.ty-billing-state,.ty-shipping-country,.ty-shipping-state,.ty-first-name,.ty-last-name{display:inline-block;width:47%;}.ty-billing-first-name + .ty-billing-last-name,.ty-billing-country + .ty-billing-state,.ty-shipping-first-name + .ty-shipping-last-name,.ty-shipping-country + .ty-shipping-state,.ty-first-name + .ty-last-name{margin-left:4.8%;}.billing-last-name,.shipping-last-name{margin-right:0;}.ty-company-description textarea{width:100%;}.ty-account{margin-top:30px;}.ty-account .ty-input-text{width:100%;}.ty-account-detail{margin:45px 0 0 58px;padding-bottom:250px;background:url('../../../../../../../../design/themes/tshirtfactory/media/images/profile_details.png') no-repeat bottom center;color:#bdc3c7;}.ty-account-detail h4{font-size:19px;padding-bottom:10px;}.ty-account-detail ul li{list-style-type:disc;margin:15px 0 0 17px;}.ty-account-benefits{margin:47px 0 0 60px;color:#bdc3c7;}.ty-account-benefits h4{padding-bottom:22px;font-size:19px;}.ty-account-benefits ul li{list-style-type:disc;margin-bottom:11px;margin-left:17px;}.ty-languages{margin:0 15px 0 0;}.ty-languages__item{float:left;display:inline-block;padding:8px 6px;}.ty-languages__icon-link .ty-flag{margin-right:0;}.ty-languages__active{background:#dfe4e4;color:black;}.ty-currencies__txt{float:left;padding:8px 5px 8px 0;}.ty-currencies__item{float:left;padding:8px 13px;border-radius:4px;color:#969b9b;}.ty-currencies__item:hover{background:#e0e9ee;color:#7c8282;}.ty-currencies__active{background:#e0e9ee;color:#7c8282;}.ty-sidebox{margin-bottom:44px;word-wrap:break-word;background:#fff;}.ty-sidebox__title{position:relative;padding:0px 30px 9px 0px;border-bottom:1px solid #edf2f5;}.touch .ty-sidebox__title{cursor:pointer;}.ty-sidebox__title-toggle{position:absolute;top:0px;right:0px;z-index:100;float:left;width:35px;color:#abc3d1;text-align:center;font-size:25px;cursor:pointer;}.ty-sidebox__icon-hide{display:none;}.ty-sidebox__title.open .ty-sidebox__icon-open{display:none;}.ty-sidebox__title.open .ty-sidebox__icon-hide{display:block;}.ty-sidebox__title-wrapper,.ty-sidebox__title span,.ty-sidebox__title a{text-decoration:none;text-transform:uppercase;font-weight:bold;font-size:14px;color:#a1a6aa;padding:0;}.ty-sidebox .buttons-container{background:none;padding:20px 0px;}.ty-compare{position:relative;}.ty-compare__wrapper{overflow-x:auto;overflow-y:hidden;}.ty-compare-menu{width:150px;}.ty-compare-menu__a{padding:8px 16px 7px;display:block;}.ty-compare-menu__a:hover{background:#eff0f2;color:#34495e;text-decoration:none;}.ty-compare-menu__elem{display:block;padding:8px 16px 7px;color:#fff;background:#1abc9c;}.ty-compare-products{width:100%;table-layout:fixed;}.ty-compare-products__product{padding:0 10px;width:215px;vertical-align:top;text-align:center;}.ty-compare-products__item{padding:5px 0;}.ty-compare-products__menu{vertical-align:top;padding:0 10px;width:150px;}.ty-compare-products__product .buttons-container{margin:0;}.no-touch .ty-compare-products__product .ty-qty .ty-control-group__label{display:inline-block;float:none;width:90px;}.touch .ty-compare-products__product .ty-qty .ty-control-group__label{display:block;width:100%;}.ty-compare-products__delete{position:relative;visibility:hidden;padding-bottom:2px;}.touch .ty-compare-products__delete,.ty-compare-products__product:hover .ty-compare-products__delete{visibility:visible;}.ty-compare-feature{position:relative;z-index:20;margin-bottom:10px;}.ty-compare-feature__table{width:100%;table-layout:fixed;}.ty-compare-feature__row:nth-child(odd){background-color:#fff;}.ty-compare-feature__item{padding:10px;border:1px solid #ebebeb;vertical-align:middle;text-align:left;}.ty-compare-feature_item_size{padding:0 10px;width:215px;}.ty-compare-sort{width:150px;text-align:left;}.ty-compare-sort__a{visibility:hidden;margin-left:3px;vertical-align:middle;}.touch .ty-compare-sort__a,.ty-compare-sort:hover .ty-compare-sort__a{visibility:visible;}.ty-compare-list__item{text-align:left;}.ty-compare-checkbox{position:relative;top:2px;display:inline-block;margin-right:5px;width:13px;height:13px;border:1px solid #4d4d4d;background-color:#fff;color:#404040;text-align:left;}.ty-compare-checkbox__icon{position:relative;top:-2px;left:1px;font-size:11px;}.ty-price-num{font-size:15px;font-weight:bold;}.ty-sku{padding:0;font-size:90%;}.ty-price,.ty-sub-price,.ty-list-price{font-size:100%;}.ty-price{margin:6px 0;color:#f2464e;}.ty-sub-price{color:#ef1620;}.ty-list-price{color:#ef1620;line-height:100%;font-size:13px;}.ty-tax-include{display:block;padding-bottom:5px;}.ty-price-update{display:inline-block;font-size:13px;}.ty-qty{margin-bottom:15px;}.ty-qty-in-stock,.ty-qty-out-of-stock{font-weight:bold;}.ty-qty-in-stock{color:#27ae60;}.ty-qty-out-of-stock{color:#e74c3c;}.ty-min-qty-description{font-size:12px;padding-top:0;color:#9bb7c7;}.ty-price-curency{display:inline-block;}.ty-price-curency__title{display:inline-block;float:left;margin:5px 0;}input.ty-price-curency__input{margin-left:5px;width:70px;height:35px;font-size:140%;}.ty-no-price{display:block;padding:0px;color:#e74c3c;}.ty-product-notify-email{width:200px;margin-bottom:15px;}.ty-product-notify-email__input{width:100%;}.ty-discount-label{position:absolute;right:0;top:0;background:#fc9432;color:white;list-style:none;}.ty-discount-label__item{float:left;height:28px;font-size:14px;white-space:nowrap;line-height:28px;padding:0 10px 0 12px;color:#fff;}.ty-value-changer{display:inline-block;vertical-align:top;width:53px;}input.ty-value-changer__input{float:left;width:36px;height:33px;text-align:center;}.touch input.ty-value-changer__input{height:34px;}.ty-value-changer__increase,.ty-value-changer__decrease{position:relative;float:right;width:14px;height:14px;border:1px solid #bcceda;color:#bcceda;font-size:16px;line-height:13px;cursor:pointer;background:#fff;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.ty-value-changer__increase{margin-bottom:1px;}.ty-value-changer__increase:hover,.ty-value-changer__decrease:hover{color:#bcceda;}.no-touch .ty-value-changer__increase:hover,.no-touch .ty-value-changer__decrease:hover{background:#bcceda;color:#fff;text-decoration:none;}.touch .ty-value-changer{width:110px;}.touch .ty-value-changer__input{float:right;}.touch .ty-value-changer__increase,.touch .ty-value-changer__decrease{float:left;width:36px;height:32px;font-size:22px;line-height:27px;background:#bcceda;color:#fff;}.touch .ty-value-changer__increase{border-right:0;float:right;}.touch .ty-value-changer__decrease{border-left:0;}.ty-period{clear:both;}.ty-period__wrapper{float:left;padding-right:20px;}.ty-period__select{width:180px;}.ty-period__dash{padding:0 3px;}.ty-calendar__block{width:115px;display:inline-block;position:relative;}.ty-calendar__button{position:absolute;top:15px;right:2px;margin-top:-10px;margin-right:8px;color:#9bb7c7;vertical-align:middle;font-size:155%;}.ty-calendar__input{width:100%;}.ty-calendar-link:hover{text-decoration:none;}.ty-qty-discount{overflow-x:auto;margin-bottom:15px;}.ty-qty-discount__table{margin-top:10px;min-width:200px;padding:0;border:1px solid #edf2f5;}.ty-qty-discount__table .ty-qty-discount__td{border:0 none;border-right:1px solid #edf2f5;padding:8px 12px;}.tooltip{display:none;max-width:200px;z-index:10000;padding:9px;background:rgba(0,0,0,0.8);color:#fff;text-align:left;font-weight:normal;opacity:1;filter:alpha(opacity=100);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.tooltip p{color:#fff;padding:0px;}.tooltip li{color:#fff;}.tooltip-arrow{position:absolute;top:-10px;right:3px;display:block;width:0px;height:0px;border-style:solid;border-width:0 0 10px 10px;border-color:transparent transparent rgba(0,0,0,0.8) transparent;}.tooltip.arrow-top .tooltip-arrow{top:auto;left:auto;bottom:-10px;right:3px;border-width:0 10px 10px 0;border-color:transparent rgba(0,0,0,0.8) transparent transparent;}.tooltip.right{padding:9px;text-align:left !important;}.arrow-top.right .tooltip-arrow{left:3px;right:auto;border-width:10px 10px 0 0;border-color:rgba(0,0,0,0.8) transparent transparent transparent;}.arrow-down.right .tooltip-arrow{right:auto;top:-10px;left:3px;border-width:10px 0 0 10px;border-color:transparent transparent transparent rgba(0,0,0,0.8);}.arrow-down.top .tooltip-arrow{top:auto;bottom:-10px;border-width:10px 0 0 10px;border-color:rgba(0,0,0,0.8) transparent transparent transparent;}.arrow-down.right.top .tooltip-arrow{right:auto;top:auto;bottom:-10px;left:3px;border-width:10px 10px 0 0;border-color:rgba(0,0,0,0.8) transparent transparent transparent;}.tooltip img{max-width:100%;}.touchevents body{cursor:pointer;}.touchevents.mouseevents body{cursor:initial;}.ty-tooltip-block{vertical-align:middle;cursor:pointer;}.ty-no-image{position:relative;display:block;border:1px solid #ebebeb;background:#fcfcfc;color:#c8c8c8;cursor:default;max-width:100%;min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-no-image__icon{position:absolute;top:50%;left:50%;display:inline-block;margin:-16px 0 0 -16px;width:32px;height:32px;font-size:32px;line-height:32px;}.ty-spinner{background:url('../../../../../../../../design/themes/tshirtfactory/media/images/spinner.gif') no-repeat center center;}.ty-grayscale{filter:url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");filter:grayscale(100%);-webkit-filter:grayscale(100%);filter:gray;}.ty-grayscale:hover{filter:url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");filter:grayscale(0%);-webkit-filter:grayscale(0%);}.ty-status-info label{display:block;margin:0 20px 10px 0;}.ty-select-block{position:absolute;top:33px;left:0;z-index:1022;min-width:50px;border:1px solid #7ea1b7;background-color:#fff;}.ty-select-block{border-bottom-left-radius:4px;border-bottom-right-radius:4px;}.ty-select-wrapper{position:relative;}.ty-select-block__a{cursor:pointer;display:block;padding:7px 13px 4px;color:#5a87a2;border:1px solid transparent;}.ty-select-block__a:hover{background:#e0e9ee;color:#5a87a2;text-decoration:none;}.ty-select-block__a.open,.ty-select-block__a.open:hover{background:#7ea1b7;color:white;}.ty-select-block__a.open .ty-select-block__arrow{color:white;}.ty-select-block__a-item{display:inline-block;vertical-align:top;}.ty-select-block__arrow{margin-left:3px;font-size:140%;color:#6a93ac;}input.ty-select-block__input{margin:5px 10px;width:220px;}.ty-select-block__list-item .ty-select-block__list-a{text-decoration:none;}.ty-select-block__list-a:hover{background:#000;color:white;}.ty-select-block__list-a{display:block;padding:7px 14px 7px 14px;white-space:nowrap;cursor:pointer;}.ty-select-block__list-a:before,.ty-select-block__list-a:after{display:table;content:"";line-height:0;width:100%;}.ty-select-block__list-a:after{clear:both;}.ty-select-block__txt{float:left;padding:8px 5px 8px 0;}.ty-dropdown-box{display:inline-block;position:relative;color:#34495e;}.ty-dropdown-box  .ty-icon-down-micro{position:relative;top:5px;width:7px;color:#6a93ac;font-size:20px;line-height:0;}.ty-dropdown-box__title{position:relative;display:inline-block;padding:23px 11px 7px 8px;border:1px solid transparent;text-transform:uppercase;}.ty-dropdown-box__title a{color:#6a93ac;}.ty-dropdown-box__title a:hover{text-decoration:none;}.ty-dropdown-box__title:hover{background:#e0e9ee;}.ty-dropdown-box__title .ty-account-info__title{text-decoration:none;white-space:nowrap;}.ty-dropdown-box__title.open{z-index:650;background:#6a93ac;}.ty-dropdown-box__title.open a,.ty-dropdown-box__title.open i,.ty-dropdown-box__title.open .ty-minicart-title{color:white;}.ty-dropdown-box__content{position:absolute;right:0;z-index:600;margin-top:-1px;min-width:220px;border:1px solid #7ea1b7;background:#fff;text-align:left;}.ty-dropdown-box__content{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.ty-account-info__buttons{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.top-cart-content .ty-dropdown-box__content{border-top-left-radius:6px;}.top-cart-content .ty-dropdown-box__title.open{border-bottom-left-radius:0px;border-bottom-right-radius:0px;}.ty-dropdown-box__content .buttons-container{border-top-left-radius:0px;border-top-right-radius:0px;}.ty-dropdown-box__content .ty-dropdown-box__item{display:block;margin-bottom:0px;padding:7px 14px;}.ty-dropdown-box__content .ty-dropdown-box__item:hover{background:#000;color:white;}.ty-dropdown-box__content .ty-dropdown-box__item:hover a{display:block;color:white;}.ty-dropdown-box__content .ty-account-info__orders{padding:14px 14px 7px 14px;margin-top:20px;background:#f7f9fa;}.ty-dropdown-box__content .ty-account-info__buttons{padding:15px 14px 16px 14px;margin-top:-6px;background:#f7f9fa;}.ty-dropdown-box__content .ty-account-info__name:hover{background:none;color:#34495e;}.ty-minicart__icon{color:#5a87a2;top:7px;font-size:14px;position:absolute;}.ty-minicart__icon.ty-icon-cart{font-size:16px;top:23px;}.ty-account-info{padding-top:2px;}.ty-account-info__title{padding:0 5px;}.ty-account-info__user-arrow{position:relative;top:5px;width:7px;color:#34495e;font-size:20px;line-height:0;}.logged.ty-sidebox__title .ty-account-info__user-arrow{display:none;}.logged .ty-account-info__title,.logged .ty-account-info__user-arrow{color:#5a87a2;}.ty-account-info__item{padding:0;margin-bottom:12px;}.ty-account-info__item .ty-account-info__a{text-decoration:none;}.ty-account-info__name{padding-bottom:10px;}.ty-account-info__orders{padding:15px 0 4px;}.ty-account-info__orders-txt{color:#6c6c6c;}.ty-account-info__orders-input{margin:5px 0 0;}.ty-dropdown-box__content .ty-account-info__buttons .ty-btn{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-dropdown-box__content .ty-account-info__buttons .ty-btn + .ty-btn{margin:10px 0 0;}.ty-login{margin-top:30px;min-height:200px;}.ty-login__input{margin:0;width:100%;}.ty-login__remember-me{padding:6px 0;}.ty-login__filed-label{width:auto;color:#000;}.ty-password-forgot__label{float:left;}a.ty-password-forgot__a{float:right;padding:6px 0;}.ty-recover-password{margin-top:30px;}.ty-login-reglink__a{display:inline-block;padding:0 0 10px;}.ty-login-popup{min-width:295px;max-width:310px;font-family:-apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif;font-size:14px;}.ty-login-popup .ty-login__input{margin:0;padding:8px 5px 7px;height:36px;font-size:115%;}.ty-captcha__img{border:1px solid #c7c7c7;cursor:pointer;}.ty-captcha__label{display:inline-block;margin-bottom:5px;}.ty-captcha__code{display:inline-block;min-width:130px;vertical-align:top;}.ty-captcha__refresh{position:relative;vertical-align:middle;margin-left:7px;color:#8d8d8d;font-size:14px;cursor:pointer;}.ty-captcha__input{margin:0;margin-right:10px;padding:3px 3px;width:120px;vertical-align:top;}.ty-checkout__login .ty-captcha__input{width:110px;margin-bottom:5px;}.ty-checkout__login .buttons-container{background:none;margin:0px;}.ty-login-popup .ty-captcha__input{width:140px;margin-bottom:6px;}.ty-captcha__txt{clear:both;padding-top:3px;color:#000;}@media (max-width: 321px){.ty-captcha-container{max-width:270px;overflow:hidden;}}.ty-login-info{margin:46px 0 0 59px;}.ty-login-info__title,.ty-login-info h4{padding-bottom:10px;margin:0;font-size:19px;color:#bdc3c7;}.ty-login-info__txt{color:#bdc3c7;}.ty-success-registration__text{display:block;padding:7px 0 40px;line-height:170%;}.ty-success-registration__item{display:inline-block;vertical-align:top;margin-bottom:30px;padding-left:17px;min-height:60px;width:48%;border-left:1px solid #dde6ec;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.success-registration__a{font-weight:bold;}.ty-success-registration__info{display:block;margin-top:10px;color:#9bb7c7;}.ty-breadcrumbs{position:relative;margin-bottom:14px;padding:20px 105px 10px 0px;color:#fff;}.ty-breadcrumbs__arrow,.ty-breadcrumbs__a,.ty-breadcrumbs__current{display:inline-block;padding:2px;}.ty-breadcrumbs__current{color:#0c0035 !important;text-transform:uppercase;font-size:12px;font-weight:600;}.ty-breadcrumbs__a{display:inline-block;color:#736d7f;font-size:12px;text-transform:uppercase;font-weight:600;}.ty-breadcrumbs__slash{display:inline-block;margin:0px 6px;padding:2px 0;color:#9bb7c7;}.ty-breadcrumbs__a:hover{color:#736d7f;}.ty-product-switcher{position:absolute;top:25px;right:0;padding:0 24px;}.ty-product-switcher__a{display:inline-block;position:absolute;cursor:pointer;top:-2px;padding:0;font-size:18px;}.ty-product-switcher__a:hover{text-decoration:none;}.ty-product-switcher__a-left{float:left;left:0;}.ty-product-switcher__a-right{float:right;right:0;}.ty-product-switcher__icon{color:#8babbe;}.ty-product-switcher__a:hover .ty-product-switcher__icon{color:#abc3d1;}.ty-product-switcher__a.disabled,.ty-product-switcher__a.disabled .ty-product-switcher__icon,.ty-product-switcher__a.disabled:hover .ty-product-switcher__icon{background:none;color:#ccdae3;cursor:default;}.ty-product-switcher span{float:left;font-size:85%;padding:2px;color:#ccdae3;}.ty-section{margin:20px 0 15px 0;}.ty-section__title{padding:13px 15px 11px 15px;cursor:pointer;background:#ecf0f1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.ty-section__switch{float:right;}.ty-section__arrow{padding-left:6px;}.open .ty-section_switch_off,.ty-section_switch_on{display:block;}.open .ty-section_switch_on,.ty-section_switch_off{display:none;}.ty-section__body{overflow:hidden;padding:20px 20px 0 20px;border:1px solid #ecf0f1;border-top:none;}.ty-section__body .buttons-container{margin:30px 0 0 -20px;padding:15px 20px 15px 20px;width:100%;background:#edf2f5;}.ty-search-result{padding:12px 7px;}.ty-search-form__inline-input{width:190px;}.ty-search-result:hover{background:#edf2f5;}.ty-search-form__input{width:170px;}.ty-search-form__input-large{width:200px;}.ty-subcategories-field{float:left;margin-left:10px;}.ty-search-form .ty-search-form__buttons-container{margin-bottom:0;}.ty-search-block{position:relative;}.ty-search-magnifier{position:absolute;top:5px;right:5px;padding:0;width:20px;height:26px;border:none;background:none;color:#bcceda;font-size:145%;cursor:pointer;}input.ty-search-block__input{display:block;padding:7px 30px 7px 10px;width:100%;height:33px;border:1px solid #bcceda;border-radius:25px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}.ty-search-block__input:focus{outline:0;border:1px solid #000;background-color:#fff;}.vendor-stores-block-grid h2{margin:0px;font-size:25px;text-align:center;}.ty-sort-container{padding-left:10px;background:#edf2f5;margin:28px 0px;display:inline-block;box-sizing:border-box;width:100%;border-radius:4px;}.ty-sort-container__views-icons{display:inline-block;float:right;}.ty-sort-container__views-a{display:block;color:#9bb7c7;float:left;padding:10px 11px;width:15px;height:17px;font-size:125%;}.ty-sort-container__views-a:hover{text-decoration:none;}.ty-sort-container__views-a.active{background:#dde6ec;}.ty-sort-dropdown{display:inline-block;position:relative;}.ty-sort-dropdown .ty-sort-dropdown__wrapper{text-decoration:none;}.ty-sort-dropdown__wrapper{padding:5px 7px 9px 7px;display:inline-block;color:#34495e;cursor:pointer;}.ty-sort-dropdown__icon{font-size:20px;position:relative;padding-left:10px;top:5px;}.ty-sort-dropdown__wrapper:hover{background:#e3ebf0;}.ty-sort-dropdown__wrapper.open{background:#5a87a2;color:white;}.ty-sort-dropdown__content{position:absolute;z-index:100;border:1px solid #97a0a5;background:#fff;min-width:200px;}.ty-sort-dropdown__content .ty-sort-dropdown__content-item-a{text-decoration:none;}.ty-sort-dropdown__content-item-a{padding:7px 14px;color:#000;display:block;}.ty-sort-dropdown__content-item-a:hover{background:#000;color:#fff;}.ty-subcategories__item{display:inline-block;margin:5px 20px 5px 0px;}.ty-subcategories-img{display:block;margin:auto;padding-bottom:10px;}.ty-subcategories-block{margin:10px 0;display:inline-block;min-width:350px;vertical-align:top;width:100%;}.ty-subcategories-block__item{padding-bottom:10px;text-align:center;}.ty-subcategories-block__a{font-weight:bold;}.ty-feature{margin:30px 0px;}.ty-feature:before,.ty-feature:after{display:table;content:"";line-height:0;width:100%;}.ty-feature:after{clear:both;}.ty-feature__image{float:left;margin:0 25px 10px 0;}.ty-feature__description{line-height:140%;overflow:hidden;}.ty-product-feature{padding:10px;}.ty-product-feature:nth-child(2n){background:#fafbfc;}.ty-product-feature__label{display:inline-block;width:280px;vertical-align:top;}.ty-product-feature__value{display:inline-block;margin-left:5px;}.ty-product-feature .ty-product-feature__multiple{list-style:none;padding-left:0;}.ty-product-feature .ty-product-feature__multiple-item{list-style:none;margin-bottom:5px;}.ty-product-feature-group{margin-bottom:10px;}.ty-product-feature-group .ty-subheader{padding:15px 0 6px 0;margin:0;font-size:120%;}.ty-features-all__group{margin-bottom:50px;}.ty-features-all__list-item{padding-bottom:8px;}.ty-features-all__list-a{font-size:110%;}.ty-features-list{padding:3px 0;}.ty-tygh{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-helper-container{position:relative;}.ty-helper-container{background:transparent  repeat scroll;}.container{min-height:0;min-width:0;}.container-fluid{max-width:2200px;min-width:280px;margin:0 5%;}.tygh-footer{min-height:70px;}.bottom-copyright{margin-top:15px;color:#bdc3c7;font-size:13px;}.ty-payment-icons{margin:10px 0px;}.footer-no-wysiwyg ul{margin:10px 0 0 0px;padding-left:0px;}.footer-no-wysiwyg ul li{list-style-type:none;}.ty-social-link-block{margin-top:18px;margin-right:30px;margin-bottom:30px;}.ty-social-link{display:inline-block;margin-right:26px;position:relative;vertical-align:bottom;top:7px;}.ty-social-link a{color:white;display:block;}.ty-social-link i{display:inline-block;vertical-align:middle;padding-right:10px;font-size:38px;color:#fff;}.ty-social-link span{display:inline-block;vertical-align:middle;}h3.ty-social-link__title{display:inline-block;vertical-align:middle;font-size:22px;font-weight:normal;margin:0px 20px 0px 0px;color:#fff;}.ty-social-link:last-child{margin-right:0px;}.ty-footer-menu__icon-open,.ty-footer-menu__icon-hide{display:none;color:#bdc3c7;}.footer-stay-connected{background:#000;color:#fff;min-height:84px !important;}.ty-footer-menu{color:#9ba1a7;}.ty-footer-menu &gt; .row{padding:30px 0px 15px 0px;}.tygh-footer &gt; div{background-color:#081b29;background-image:-moz-linear-gradient(top,#081b29,#081b29);background-image:-webkit-gradient(linear,0 0,0 100%,from(#081b29),to(#081b29));background-image:-webkit-linear-gradient(top,#081b29,#081b29);background-image:-o-linear-gradient(top,#081b29,#081b29);background-image:linear-gradient(to bottom,#081b29,#081b29);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff081b29', endColorstr='#ff081b29', GradientType=0);width:auto;min-width:none;max-width:none;padding:0;}.tygh-footer .ty-footer-grid__full-width{float:none;width:auto;}.container-fluid .ty-footer-grid__full-width{padding-left:15px;padding-right:15px;}.footer-copyright{background-color:#0c293e;}.ty-footer-menu__header,.ty-footer-general__header{position:relative;color:#bdc3c7;font-weight:bold;font-size:19px;padding-top:20px;margin-bottom:0;cursor:pointer;}.ty-footer-menu__items,.ty-footer-general__body{margin:10px 0 20px;}.ty-footer-menu__item{margin-bottom:8px;}.ty-footer-menu__item a{color:#bdc3c7;}.ty-footer-menu__item a:hover{color:#000;}.ty-product-block{margin:5px 0 30px 0;margin-top:5px;position:relative;display:table;width:100%;table-layout:fixed;}.ty-product-block-title{margin-bottom:10px;font-size:24px;color:#000;word-wrap:break-word;}.ty-brand{margin:5px 0;}.ty-product-block__img-wrapper{position:relative;float:left;margin-right:20px;padding:0 0 10px;min-height:282px;min-width:282px;}.ty-product-block__img-wrapper img{display:block;margin:0 auto;}.ty-product-block__left{display:table-cell;overflow:hidden;}.ty-product-block__note-wrapper{position:relative;}.ty-product-block__note{position:absolute;right:0;padding:21px 0 0;width:200px;line-height:140%;color:#798d8e;word-wrap:break-word;}.ty-product-block__note-inner{right:-200px;}.ty-product-prices{margin:20px 0px;}.ty-product-block__note .product-promo-header{display:block;margin-bottom:5px;font-weight:bold;}.ty-product-block__price-actual{margin:10px 0px;}.ty-product-block__price-actual .ty-price-num{font-family:-apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif;font-size:24px;font-weight:bold;font-style:normal;text-decoration:none;}.ty-product-block__option .help-inline{margin-left:120px;display:block;text-align:left;}.ty-product-block__option,.ty-product-block__advanced-option,.ty-product-block__field-group{margin-bottom:10px;}.ty-product-block__field-group .ty-control-group{margin-bottom:0;}.ty-product-block__sku .ty-control-group{margin:0px;}.ty-product-block__description-title{margin:20px 0 5px 0;font-size:130%;font-weight:normal;}.ty-product-block__button{margin-top:20px;}.ty-product-block__button .ty-btn{margin-right:20px;margin-bottom:10px;}.ty-product-block__button .ty-btn ~ .ty-btn{margin-left:10px;}.ty-product-block__button .button-container{display:inline-block;}.content-description{line-height:1.4;word-wrap:break-word;}.ty-product-block .ty-discount-label{z-index:1;}.ty-product-bigpicture__img{position:relative;padding-top:20px;}.ty-product-bigpicture__img:before,.ty-product-bigpicture__img:after{display:table;content:"";line-height:0;width:100%;}.ty-product-bigpicture__img:after{clear:both;}.ty-product-bigpicture__img .ty-pict{max-height:420px;}.ty-product-bigpicture__as-thumbs .ty-product-thumbnails{float:left;margin:0 -60px 0 0;width:55px !important;position:relative;z-index:5;}.ty-product-bigpicture .ty-product-bigpicture-thumbnails_gallery{padding-left:60px;}.ty-product-bigpicture .ty-product-img{border:0;float:right;width:100%;}.ty-product-bigpicture .ty-previewer{text-align:center;margin-left:60px;}.ty-product-bigpicture__no-thumbs .ty-previewer{margin-left:0px;}.ty-product-bigpicture .ty-product-thumbnails__item{margin:0 10px 10px 0;}.ty-product-bigpicture__left{width:100%;float:left;text-align:center;}.ty-product-bigpicture__left-wrapper{margin:20px 750px 0 0;}.ty-product-bigpicture .ty-product-block-title{font-size:28px;margin-bottom:0px;}.ty-product-bigpicture__right{float:left;margin-left:-700px;width:500px;margin-top:15px;padding-bottom:15px;background:#fff;border:1px solid #ebebeb;text-align:left;border-radius:2px;box-sizing:border-box;padding:24px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);}.ty-product-bigpicture .ty-product-block__note{position:static;width:auto;}.ty-product-bigpicture .ty-discount-label{display:inline-block;position:static;margin-left:3px;border-radius:3px;}.ty-product-bigpicture .ty-discount-label__item{height:25px;line-height:25px;display:inline-block;float:none;font-size:14px;font-weight:normal;}.ty-product-bigpicture__brand .ty-features-list{padding:16px 0;border-bottom:1px solid #dddfdf;box-shadow:0 1px 0 #fff;background:#fff;}.ty-product-bigpicture__prices{padding:7px 0;margin:6em 0 10px 20px;box-shadow:0 1px 0 #fff;}.ty-product-bigpicture__prices .ty-list-price{font-size:14px;}.ty-product-bigpicture__prices .ty-product-block__price-actual .ty-price-num{font-size:30px;}.ty-product-bigpicture__prices .ty-save-price{color:#fc8719;}.ty-product-bigpicture__sidebar-bottom{padding:0;margin:0 auto;text-align:left;}.ty-product-bigpicture .ty-control-group__label{display:none;float:none;width:95px;text-align:left;}.ty-product-bigpicture .ty-product-block__note,.ty-product-bigpicture .ty-product-block__button{text-align:left;}.ty-product-bigpicture .ty-product-block__note{padding-top:8px;}.ty-product-bigpicture .ty-product-block__button .ty-btn{margin-right:0;}.ty-product-bigpicture .ty-product-options__description,.ty-product-bigpicture .ty-product-variant-image{margin-left:0;}.ty-product-bigpicture .ty-product-options .ty-input-text{width:auto;max-width:105px;}.ty-product-bigpicture .ty-product-options{margin-bottom:10px;}.ty-product-bigpicture .ty-product-block__option .help-inline{margin:0 0 12px;}.ty-product-options__title{padding-right:5px;font-weight:bold;}.ty-product-options{margin-bottom:15px;}.ty-product-options .ty-table{margin-top:10px;}.ty-product-options .ty-input-text{width:240px;}.ty-product-options__item-label{font-weight:bold;}.ty-product-options__description{margin:5px 0 0 120px;padding:0;color:#abc3d1;font-size:85%;}.ty-product-options__image{display:inline-block;margin:2px 0;border:2px solid #fff;cursor:pointer;min-height:52px;}.product-variant-image-selected{border-color:#edf2f5;}.ty-product-options__elem{display:inline-block;}.ty-product-options__fileuploader .help-inline{margin-left:0;}.ty-product-options__box{display:inline-block;padding:6px 0;}.ty-product-options__box .help-inline{margin-left:0;}.ty-product-variant-image{margin-left:120px;padding:10px 0;}.ui-dialog .ty-product-variant-image{margin-left:134px;}.ty-product-options__textarea{min-width:240px;min-height:60px;resize:vertical;}.ty-product-options__no-combinations{padding-top:0;color:#b94a48;}.ty-product-img{border:1px solid #edf2f5;position:relative;}.ty-product-img .ty-no-image{border:0px;}.ty-product-thumbnails{margin-top:10px;text-align:left;}.ty-product-thumbnails__item{display:block;float:left;margin:0 5px 5px 0;border:1px solid #edf2f5;}.ty-product-thumbnails__item.active{border-color:#888;}.ty-previewer{position:relative;display:block;}.ty-previewer:hover .previewer__icon{visibility:visible;}.ty-previewer__icon{position:absolute;top:50%;left:50%;z-index:1;display:block;visibility:hidden;margin:-18px 0 0 -18px;padding:0;width:37px;height:39px;background:url('../../../../../../../../design/themes/tshirtfactory/media/images/icons/zoom_icon.png') no-repeat;opacity:0.7;}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2){.ty-previewer__icon{background-image:url('../../../../../../../../design/themes/tshirtfactory/media/images/icons/zoom_icon@2x.png');background-size:37px, 39px;}}.ty-previewer__icon:hover{opacity:1;}.ty-thumbs-wrapper{position:relative;}.ty-thumbs-wrapper .ty-icon-left-circle,.ty-thumbs-wrapper .ty-icon-right-circle{position:absolute;top:50%;visibility:hidden;margin-top:-10px;width:20px;height:20px;font-size:20px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.touch .ty-grid-list__item .ty-icon-left-circle,.touch .ty-grid-list__item .ty-icon-right-circle{visibility:visible;}.ty-thumbs-wrapper .ty-icon-left-circle{left:3px;}.ty-thumbs-wrapper .ty-icon-right-circle{right:3px;}.ty-popup-tabs{padding-top:25px;margin-top:25px;border-top:1px dotted #dedede;}.ty-popup-tabs__item{display:inline-block;padding:2px 15px 2px 0;text-transform:uppercase;font-size:85%;cursor:pointer;}.ty-popup-tabs__icon{margin-right:3px;font-size:14px;}.ty-fileuploader{padding:6px 0 0;}.ty-fileuploader__file-section{overflow:hidden;}.ty-fileuploader__file-local{position:relative;overflow:hidden;cursor:pointer;}.ty-fileuploader__file-input{position:absolute;top:0;left:0;padding:0;width:100%;height:300px;border:0;opacity:0;cursor:pointer;}span.ty-fileuploader__filename{padding:0 0 0 5px;position:relative;top:-2px;}.ty-fileuploader__icon{position:relative;top:2px;margin-right:5px;cursor:pointer;}.ty-fileuploader.cm-failed-field .ty-fileuploader__a{color:#b94a48;font-weight:bold;}.ty-quick-view__wrapper{width:700px;}.ty-quick-view__wrapper .ty-product-block__left{max-width:450px;padding-left:20px;}a.ty-quick-view__title{font-size:24px;font-weight:bold;color:#000;}.ty-quick-view__title .ty-product-block-title{margin-bottom:0;}.ty-quick-view-tools{position:relative;height:20px;}.ty-quick-view-tools .ty-product-switcher{top:0;}.ty-quick-view__wrapper .ty-product-block__img{display:table-cell;vertical-align:top;margin-right:20px;position:relative;}.ty-quick-view__wrapper .ty-product-img{margin-bottom:15px;}.ty-quick-view__wrapper .ty-product-block__description{word-wrap:break-word;}.ty-quick-view__wrapper .ty-product-block__note{position:static;padding-top:10px;width:100%;}.ty-quick-view-button{padding-top:5px;visibility:hidden;text-align:left;}.touchevents .ty-mainbox-container .ty-grid-list__control,.touchevents .ty-grid-list__item:hover .ty-quick-view-button,.touchevents .ty-grid-list__item .ty-quick-view-button{display:none;}.ty-product-notification__body{padding:15px 20px;min-height:72px;}.ty-product-notification__body .ty-product-options{display:block;padding:0;}.ty-product-notification__body .ty-control-group__label{display:none;}.ty-product-notification__body .ty-product-options__info{margin-top:30px;padding-left:0;max-height:420px;overflow-y:auto;width:100%;}.ty-product-notification__body .ty-product-options-name{width:110px;padding:6px 0;float:left;}.ty-product-notification__body .ty-product-options-content{width:378px;padding:6px 0;float:left;}.ty-product-notification__item{margin-bottom:20px;}.ty-product-notification__content{overflow:hidden;}.ty-product-notification__product-name{float:left;display:block;margin-bottom:7px;}.ty-product-notification__price{float:right;margin-left:25px;}.ty-product-notification__image,.ty-product-notification__body .ty-no-image{float:left;margin-right:20px;padding:10px;min-width:0px;}.ty-product-notification__divider{margin:0 0 10px 0;}.ty-product-notification__amount{width:46%;}.ty-product-notification__subtotal{font-weight:bold;width:46%;text-align:right;}.ty-product-notification__body ul ul{border-left:1px solid #edf2f5;margin-left:70px;}.ty-product-notification__buttons{padding:15px 20px;background:#ecf0f1;}.ty-product-filters__wrapper{background:#edf2f5;border-radius:6px;}.ty-product-filters{padding-top:5px;line-height:140%;margin-left:7px;margin-bottom:15px;}.ty-product-filters__variants{overflow-y:auto;line-height:1.4em;margin-bottom:7px;}.ty-product-filters__group{padding:2px 0;margin:5px 3px;}.ty-product-filters__group label{font-weight:initial;}.ty-product-filters__group label,.ty-product-filters__group label &gt; input{cursor:pointer;}.ty-product-filters__group label.disabled,.ty-product-filters__group label.disabled &gt; input{background-color:transparent;color:#8c8c8c;cursor:default;}.ty-product-filters__item-more{margin-bottom:-9px;}.ty-product-filters__tools{padding:10px 12px;}.ty-product-filters__extra-block{margin-top:-3px;}.ty-product-filters__extra-link{border-color:#abc3d1;cursor:pointer;}.ty-filter-icon{position:absolute;top:3px;left:0;display:inline-block;width:10px;height:10px;border:1px solid #ccc;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;font-size:70%;background:#fff;}.ty-filter-icon__check,.ty-filter-icon__delete{position:absolute;top:50%;left:50%;margin:-3px 0 0 -3px;width:8px;height:8px;font-size:8px;}.ty-filter-icon__check,.ty-filter-icon__delete{display:none;}.ty-product-filters__title{color:#383838;font-weight:600;}.ty-product-filters__title .ty-icon-cancel-circle{position:relative;font-size:16px;top:4px;padding-left:5px;padding-right:5px;margin-right:5px;}.ty-product-filters__title .ty-icon-cancel-circle:hover{color:#000;}.ty-product-filters__switch{padding:10px;cursor:pointer;border-bottom:1px solid #a1a1a1;}.ty-product-filters__switch-right,.ty-product-filters__switch-down{margin-right:5px;color:#abc3d1;float:right;font-size:115%;}.ty-product-filters__switch-down{margin-right:4px;}.open.ty-product-filters__switch .ty-product-filters__switch-down,.ty-product-filters__switch-right{display:none;}.open.ty-product-filters__switch .ty-product-filters__switch-right,.ty-product-filters__switch-down{position:relative;display:inline-block;top:2px;}.ty-product-filters__advanced-button,.ty-product-filters__reset-button{position:relative;color:#333;font-size:85%;}.ty-product-filters__reset-button{float:right;}.ty-product-filters__reset-icon{position:absolute;left:-14px;font-size:130%;}.ty-product-filters__search{position:relative;padding:10px 10px 0 3px;}.ty-product-filters__search .ty-input-text-medium{padding-right:28px;width:100%;}.ty-product-filters__search-icon{position:absolute;right:18px;top:18px;}.ty-product-filters__no-items-found{margin-bottom:20px;margin-right:10px;}.ty-horizontal-product-filters{padding-left:10px;background:#edf2f5;margin:0 0 30px;}.ty-horizontal-product-filters-dropdown{display:inline-block;position:relative;}.ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper{text-decoration:none;}.ty-horizontal-product-filters-dropdown__wrapper{padding:5px 7px 9px 7px;display:inline-block;color:#34495e;cursor:pointer;}.ty-horizontal-product-filters-dropdown__wrapper.active{background:#e3ebf0;}.ty-horizontal-product-filters-dropdown__icon{font-size:20px;position:relative;padding-left:10px;top:5px;}.ty-horizontal-product-filters-dropdown__wrapper:hover{background:#e3ebf0;}.ty-horizontal-product-filters-dropdown__wrapper.open{background:#5a87a2;color:white;}.ty-horizontal-product-filters-dropdown__content{position:absolute;z-index:101;border:1px solid #97a0a5;background:#fff;min-width:250px;}.ty-horizontal-filters-content-to-right{left:0;}.ty-horizontal-product-filters-dropdown__content .ty-horizontal-product-filters-dropdown__content-item-a{text-decoration:none;}.ty-horizontal-product-filters-dropdown__content-item-a{padding:7px 14px;color:#000;display:block;}.ty-horizontal-product-filters-dropdown__content-item-a:hover{background:#000;color:#fff;}.ty-horizontal-product-filters-dropdown .ty-product-filters{margin-bottom:0;}.ty-horizontal-product-filters-dropdown a .ty-icon-cancel-circle{position:relative;font-size:16px;top:3px;padding-left:5px;}.ty-horizontal-product-filters-dropdown a .ty-icon-cancel-circle:hover{color:#000;}.ty-horizontal-product-filters .ty-range-slider,.ty-horizontal-product-filters .ty-range-slider .ui-slider-range,.ty-horizontal-product-filters .ty-range-slider .ui-slider-handle{z-index:101;}.ty-horizontal-product-filters-dropdown__content .ty-product-filters__tools{background-color:#edf2f5;}.ty-horizontal-product-filters.ty-selected-product-filters{margin-bottom:25px;}.cm-date-range{display:inline-block;padding:15px 10px 9px;margin-bottom:15px;}.cm-date-range a{color:#000;}.ty-date-range .ty-icon-calendar{position:relative;color:#000;font-size:16px;margin-right:3px;top:2px;}.daterangepicker.dropdown-menu.opensright,.daterangepicker.dropdown-menu.opensleft{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:1px solid #97a0a5;padding:10px 8px;z-index:101;}.daterangepicker.dropdown-menu.opensright:before,.daterangepicker.dropdown-menu.opensleft:before,.daterangepicker.dropdown-menu.opensright:after,.daterangepicker.dropdown-menu.opensleft:after{display:none;}.daterangepicker .ranges{min-width:180px;}.daterangepicker &gt; .ranges &gt; ul &gt; li{color:#000;}.daterangepicker &gt; .ranges &gt; ul &gt; li.active,.daterangepicker &gt; .ranges &gt; ul &gt; li:hover{background:#000;border:1px solid #000;color:#fff;}.daterangepicker .ranges .range_inputs label{display:block;width:auto;color:#000;}.daterangepicker_start_input,.daterangepicker_end_input{margin-top:5px;margin-bottom:20px;}.daterangepicker .input-mini{width:80px;cursor:not-allowed;background-color:#eee;}.daterangepicker button.btn.btn-small.btn-success.applyBtn{-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s;padding:10px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-transform:none;border-radius:0px;display:inline-block;margin-bottom:0;padding:6px 14px;outline:0px;border:1px solid rgba(0,0,0,0);background:#bdc3c7;background-image:none;color:#fff;vertical-align:middle;text-align:center;line-height:1.428571429;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif;font-size:14px;font-weight:normal;font-style:normal;text-decoration:none;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-transition:background 200ms;-moz-transition:background 200ms;-o-transition:background 200ms;transition:background 200ms;background:#000;margin-right:5px;}.daterangepicker button.btn.btn-small.btn-success.applyBtn:hover{background-color:#f06c43;}.daterangepicker button.btn.btn-small.clearBtn{-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s;padding:10px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-transform:none;border-radius:0px;display:inline-block;margin-bottom:0;padding:6px 14px;outline:0px;border:1px solid rgba(0,0,0,0);background:#bdc3c7;background-image:none;color:#fff;vertical-align:middle;text-align:center;line-height:1.428571429;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif;font-size:14px;font-weight:normal;font-style:normal;text-decoration:none;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-transition:background 200ms;-moz-transition:background 200ms;-o-transition:background 200ms;transition:background 200ms;}.daterangepicker .calendar{max-width:none !important;}.daterangepicker .calendar td.active,.daterangepicker .calendar td.active:hover{background-color:#000;background-image:-moz-linear-gradient(top,#000,#000);background-image:-webkit-gradient(linear,0 0,0 100%,from(#000),to(#000));background-image:-webkit-linear-gradient(top,#000,#000);background-image:-o-linear-gradient(top,#000,#000);background-image:linear-gradient(to bottom,#000,#000);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff000000', endColorstr='#ff000000', GradientType=0);}.ty-price-slider{padding:10px;margin-bottom:20px;color:#909598;}.ty-price-slider__inputs{padding:0;color:#909598;}.ty-price-slider__input-text{margin:0 0 5px 0;width:74px;}.ty-range-slider__wrapper{margin-left:-1px;color:#ccdae3;}.ty-range-slider__item{position:absolute;top:-5px;width:1px;height:10px;background:#ccdae3;}.ty-range-slider__num{position:absolute;top:21px;left:-25px;display:block;width:45px;text-align:center;font-size:75%;cursor:pointer;color:#909598;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}.ty-range-slider{position:relative;margin:15px 12px;height:5px;border:1px solid #ccdae3;background:#ecf0f1;border-right:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-range-slider .ui-slider-range{background:#ccdae3;border:0px;margin-top:-1px;height:7px;}.ty-range-slider .ui-slider-handle{top:-9px;margin-left:-8px;width:11px;height:20px;background:#bf1e2e;border-radius:0px;border:0px;cursor:col-resize;}.ty-range-slider .ui-slider-handle{outline:0 none;-ms-touch-action:none;touch-action:none;}.ty-range-slider.ui-state-disabled .ui-slider-handle{cursor:not-allowed;}.ty-cart-content{margin-top:30px;border:1px solid #fff;}.ty-cart-content__title{padding:12px;border:1px solid #fff;border-right:0 none;border-left:0 none;text-align:center;white-space:nowrap;font-weight:bold;background:#edeff1;}.ty-cart-content__title.ty-left{text-align:left;}.ty-cart-content__title.ty-right{text-align:right;}.ty-cart-content__product-elem{padding:17px 10px;border:none;border-top:1px solid #fff;vertical-align:top;}.ty-cart-content__image{float:left;}.ty-cart-content__image-block{padding-left:20px;}.ty-cart-content__product-title{font-size:115%;word-wrap:break-word;}.ty-cart-content__qty{padding:12px 30px 0;text-align:center;}.ty-cart-content__sku{padding:5px 0;word-break:break-all;word-break:break-word;}.ty-cart-content__price{padding-right:20px;text-align:right;}.ty-cart-content__detailed-link{display:inline-block;margin:10px 0 10px;border-bottom:1px dotted transparent;text-decoration:none;cursor:pointer;}.ty-cart-content__detailed-link.open,.ty-cart-content__detailed-link:hover{border-color:#000;text-decoration:none;}.ty-cart-content__product-delete{margin:0 0 0 6px;vertical-align:middle;}.ty-cart-content__product-delete:hover{text-decoration:none;}.ty-cart-content__options{margin-top:20px;}.ty-cart-content__more-info{margin-top:0;}.ty-cart-content__more-info-title{padding:12px;}.ty-cart-content__clear-button{margin-left:10px;}.ty-cart-content__payment-methods{float:right;margin:30px 0 0;border-top:1px solid #46aaf2;-webkit-box-shadow:inset 0 70px 70px -30px #6cbcf5;-moz-box-shadow:inset 0 70px 70px -30px #6cbcf5;box-shadow:inset 0 70px 70px -30px #6cbcf5;text-align:center;}.ty-cart-content__payment-methods-item{padding:20px 10px 0;}.ty-cart-content__payment-methods-title{display:inline-block;margin:0 auto;margin-bottom:-30px;padding:10px;color:#737373;text-transform:uppercase;font-weight:bold;font-size:85%;}.ty-cart-content__buttons{padding:18px 22px;background:#f7f9fa;}.ty-cart-content__left-buttons{float:left;}.ty-cart-content__right-buttons{float:right;}.ty-cart-items{overflow:auto;padding:10px 22px;max-height:400px;width:320px;}.ty-cart-items__list-item{padding:10px 0px;position:relative;border-bottom:1px solid #ecf0f1;}.ty-cart-items__list-item .ty-icon-cancel-circle{color:#8babbe;}.ty-cart-items__list-item:last-child{border-bottom:0px;}.ty-cart-items__list-item:hover .ty-cart-items__list-item-tools{display:block;}.ty-cart-items__list-item-tools a:hover{text-decoration:none;}.ty-cart-items__list-item-image{float:left;margin-right:25px;}.ty-cart-items__list-item-desc{overflow:hidden;}.ty-cart-items__list-item-tools{position:absolute;top:10px;right:0px;display:none;}.ty-cart-items__empty{margin:15px 0;color:#abc3d1;}.ty-minicart-title{padding-left:20px;display:inline-block;text-decoration:none;}.ty-cart-total{background:#edeff1;border-radius:6px;}.ty-cart-total__wrapper{padding:17px 20px;border:1px solid #fff;border-top:none;}.ty-cart-statistic{float:right;padding-top:10px;}.ty-cart-statistic__item{clear:both;overflow:hidden;padding:0 0 15px 0;color:#8babbe;}.ty-cart-statistic__title{position:relative;float:left;margin-right:20px;width:220px;text-align:right;white-space:normal;}.ty-cart-statistic_title_main{font-weight:bold;}.ty-statistic-list-subtotal-discount,.ty-statistic-list-discount{color:#e74c3c;}.ty-cart-statistic__value{position:relative;display:inline-block;width:140px;text-align:right;}.ty-cart-statistic__total-title{margin-right:10px;}.ty-cart-statistic__total-value{display:inline-block;width:140px;}.ty-cart-statistic__group{padding-bottom:5px;}.ty-cart-statistic__total-list{border-top:1px solid #e0e0e0;margin-top:15px;}.ty-cart-statistic__total{padding:9px 0 0 0;text-align:right;font-weight:bold;font-size:138%;}.ty-cart-total__a-estimation{display:inline-block;margin:0 2px 0 3px;text-transform:uppercase;font-size:85%;line-height:130%;border-bottom:1px solid transparent;}.ty-cart-total__a-estimation:hover{border-bottom:1px dotted #000;text-decoration:none;}.ty-cart-total__icon-estimation{padding:0 2px;}.ty-cart-content__estimation{display:inline-block;width:100%;max-width:440px;height:100%;box-sizing:content-box;}.ty-cart-content__estimation .ty-estimation-buttons{max-width:inherit;min-width:100%;}.ty-sidebox .ty-input-text-medium{width:100%;}.ty-estimation__title{margin-top:15px;font-weight:bold;font-size:16px;color:#8babbe;}.ty-estimation-buttons__rate{float:none;}.ty-estimation-buttons .ty-btn + .ty-btn{margin-left:0;}.ty-estimation-buttons .ty-btn{vertical-align:top;}.ty-cart-content-products{margin-bottom:6px;position:relative;padding:0 10px;border:1px solid #bdc3c7;background:#fff;}.ty-cart-content-products__item{padding-top:15px;border-bottom:1px solid #bdc3c7;}.ty-cart-content-products__item:last-child{border:0;}.ty-discount-info{position:relative;margin-top:7px;padding:10px;border:1px solid #bdc3c7;background:#fff;font-size:90%;}.ty-discount-coupon__ty-control-group{margin:5px 0;}.ty-coupons__container{float:left;padding-right:25px;width:260px;}.ty-coupons__item{padding:0 0 5px;}.ty-coupons__item:last-child{padding-bottom:0;}.ty-coupons__item-delete,.ty-coupons__item-delete:hover{text-decoration:none;}.ty-group-block{padding:10px;border:1px solid #edf2f5;border-radius:3px;}.ty-group-block__arrow{position:relative;}.ty-group-block__arrow .ty-caret-info{top:-17px;}.ty-group-block .ty-caret-outer{border-bottom:7px solid #edf2f5;border-bottom-color:rgba(0,0,0,0.1);}.ty-group-block .ty-caret-inner{border-bottom-color:#fdfefe;}.ty-checkout__title{display:inline-block;margin:30px 0 0;text-decoration:none;font-weight:normal;font-style:normal;font-size:24px;font-family:-apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif;}.ty-checkout__title-icon{color:#b2c7d4;vertical-align:middle;font-size:27px;}.checkout__block{padding:0 20px;}.ty-checkout-buttons{margin-top:15px;padding:17px 25px 0px 25px;border-top:1px solid #ccdae3;background:#edf2f5;}.ty-checkout__terms{margin:25px 20px;padding:15px 20px;border:2px solid #bdc3c7;border-radius:3px;background:#fff;font-weight:bold;}.ty-checkout__shipping-tips{color:#7f7f7f;margin-bottom:40px;}.ty-step__container{margin:0 0 5px 0;position:relative;}.ty-step__container .ty-icon-down-micro{display:none;}.ty-step__container-active{margin:0 0 45px 0;background:#edf2f5;}.ty-step__container-active .ty-tabs{margin-top:5px;padding:0px 10px;}.ty-step__container-active .ty-tabs__content{padding:0;}.ty-step__body-active .ty-address-switch{margin:25px 20px;}.ty-step__container-active .ty-step__title-txt{margin-left:32px;}.ty-step__container-active .ty-step__title-left{background:#fff;color:#b2c7d4;margin-top:-1px;}.ty-step__container{background:#edf2f5;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.ty-step__title,.ty-step__title-active,.ty-step__title-complete{position:relative;padding:10px 14px 9px 14px;}.ty-step__title-complete{padding-right:110px;}.ty-step__title-complete .ty-step__title-left{position:static;padding:0px;background:none;color:#9bb7c7;display:inline;}.ty-step__title-complete .ty-step__title-txt{margin-left:30px;color:#9bb7c7;}.ty-step__title-complete .ty-step__title-right .ty-btn{position:absolute;right:8px;top:8px;}.ty-step__title-active{background:#b2c7d4;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.ty-step__title-arrow{display:block;width:35px;height:18px;position:absolute;font-size:80px;line-height:0;bottom:-30px;color:#b2c7d4;left:35px;}.ty-step__title-txt{color:white;font-size:20px;font-weight:normal;}.ty-step__title .ty-step__title-txt{font-weight:normal;color:#9bb7c7;margin-left:36px;}.ty-step__title-icon{position:absolute;top:14px;left:16px;}.ty-step-one .ty-checkout-buttons{border:0;margin-top:6px;}.ty-step-one .buttons-container{border:0;padding-left:0;padding-right:0;}.ty-step__title-left{font-weight:normal;font-size:18px;position:absolute;display:inline-block;color:#fff;padding:2px 9px;background:#b2c7d4;border-radius:50px;}.ty-step__title-right{float:right;padding:4px 0 0 0;}.ty-step__body-active{padding:20px 0;}.ty-step__body-active .select-profile label{display:none;}.ty-step__body-active .ty-control-group .ty-input-text{width:100%;}.ty-checkout__relogin{display:inline-block;padding:10px 10px 20px;}.ty-checkout__login{float:left;padding-right:3%;padding-left:3%;width:46%;}.ty-checkout__login .ty-login{margin-top:0;}.ty-checkout__register{position:relative;float:left;margin:0 0 0 3%;width:45%;}.ty-checkout__register #anonymous_checkout .ty-control-group{margin-bottom:0;margin-top:20px;padding-left:20px;padding-right:20px;}.ty-anonymous_checkout{padding:0 25px;margin-top:20px;}.ty-anonymous_checkout__field{padding:0 25px;margin-top:20px;}.ty-checkout__register-content{padding-left:20px;}.ty-checkout__register-cancel{margin-left:15px;}.ty-checkout__register-methods{margin:0;padding:0;}.ty-checkout__register-methods-item{margin:0px;padding:15px 0 0;}input.ty-checkout__register-methods-radio{float:left;margin-top:2px;}.ty-checkout__register-methods-title{display:block;padding-bottom:5px;overflow:hidden;}.ty-checkout__register-methods-hint{display:inline-block;padding-left:20px;color:#7f7f7f;font-size:95%;}.ty-shipping-options__vendor-name{display:inline-block;padding:15px 0 10px;font-weight:bold;}.ty-shipping-options__products{margin-left:15px;}.ty-shipping-options__total{margin-top:15px;padding:15px 0;border-top:1px solid #e5e5e5;}.ty-shipping-options__image{max-width:120px;}input.ty-shipping-options__checkbox{margin:2px 0 0 0;vertical-align:middle;display:inline-block;width:10%;max-width:13px;}.ty-shipping-options__group{padding-left:20px;display:inline-block;vertical-align:middle;box-sizing:border-box;width:90%;}.ty-shipping-options__method{margin:20px 0 5px;font-size:0;}.ty-customer-notes{padding:15px 20px;}.ty-customer-notes__title{font-weight:bold;}.ty-customer-notes__text{width:100%;height:100px;resize:vertical;}.ty-checkout__billing-options{padding:20px 20px 0;}.ty-checkout__billing-options .ty-customer-notes,.ty-checkout__billing-options .ty-license-agreement__checkbox,.ty-checkout__billing-options .ty-company__termsf{padding-left:0;padding-right:0;}.ty-checkout__billing-options .ty-checkout__terms{margin-left:0;margin-right:0;}.ty-checkout__billing-options.ty-notab{padding:0px 20px 0;}.ty-checkout__billing-tabs .ty-tabs{padding-left:20px;}.ty-credit-card{display:inline-block;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:15px 22px;max-width:363px;border:1px solid #f2f2f2;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:white;}.ty-credit-card__control-group{position:relative;}input.ty-credit-card__input{padding:8px;padding-right:54px;width:100%;height:40px;font-size:18px;}input.ty-credit-card__input-short{margin:0;width:50px;}.ty-credit-card__ty-control-group{position:relative;}.ty-credit-card .help-inline{display:none;}.ty-credit-card__cvv-field{display:inline-block;margin:17px 15px;max-width:190px;}.ty-credit-card__cvv-field-input{width:65px;font-size:18px;height:38px !important;}.ty-cc-icons{position:absolute;right:57px;bottom:25px;display:inline-block;margin:0 0 15px;}.ty-cc-icons__item{position:absolute;z-index:10;display:inline-block;visibility:hidden;padding:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.ty-cc-icons__icon{display:inline-block;margin:0;width:51px;height:32px;background:url('../../../../../../../../design/themes/tshirtfactory/media/images/icons/payments.png') no-repeat;}.ty-cc-icons__item.cc-default,.ty-cc-icons__item.active{visibility:visible;}.ty-cc-icons__item .default{background-position:-300px 0px;}.ty-cc-icons__item .visa-electron{background-position:-200px -100px;}.ty-cc-icons__item .maestro{background-position:0 -200px;}.ty-cc-icons__item .american-express{background-position:-100px -200px;}.ty-cc-icons__item .discover{background-position:-200px -200px;}.ty-cc-icons__item  .mastercard{background-position:0px -100px;}.ty-cc-icons__item  .visa{background-position:-200px 0px;}.ty-cvv2-about{display:inline-block;margin-left:10px;}.touch .ty-cvv2-about{display:none;}.ty-cvv2-about:hover{position:relative;text-decoration:none;}.ty-cvv2-about__title{cursor:pointer;color:#000;}.ty-cvv2-about__note{display:none;padding:15px 5px;width:340px;border:1px solid #fff;background-color:#fff;-webkit-border-radius:6px 6px 6px 6px;-moz-border-radius:6px 6px 6px 6px;border-radius:6px 6px 6px 6px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 2px 4px rgba(0,0,0,0.2);box-shadow:0 2px 4px rgba(0,0,0,0.2);}.ty-cvv2-about:hover .ty-cvv2-about__note{position:absolute;bottom:0;left:100%;z-index:100;display:block;}.ty-cvv2-about__image{float:left;padding:0 15px;}.ty-cvv2-about__description{float:left;width:240px;}.ty-cvv2-about__description-title{margin:0;}.ty-payment-icons{margin:10px 0;}.ty-payment-icons__item{display:inline-block;margin-left:10px;width:51px;height:32px;background:url('../../../../../../../../design/themes/tshirtfactory/media/images/icons/payments.png') no-repeat;}.ty-payment-icons__item.twocheckout{background-position:0 0;}.ty-payment-icons__item.mastercard{background-position:0px -100px;}.ty-payment-icons__item.paypal{background-position:-100px -100px;}.ty-payment-icons__item.visa{background-position:-200px 0px;}@media only screen and (-webkit-min-device-pixel-ratio: 2),only screen and (min-device-pixel-ratio: 2){.ty-payment-icons__item{background-image:url('../../../../../../../../design/themes/tshirtfactory/media/images/icons/payments@2x.png');background-size:400px, 400px;}}.ty-checkout-summary__block{margin-top:20px;width:100%;}.ty-checkout-summary__item{padding-bottom:15px;}.ty-checkout-summary__total{text-align:left;}.ty-checkout-summary__total-sum{display:inline-block;float:right;}.ty-checkout-summary__taxes{padding-bottom:2px;font-weight:bold;}.ty-checkout-summary__taxes-amount{display:inline-block;overflow:hidden;width:70px;text-overflow:ellipsis;white-space:nowrap;}.ty-checkout-summary__order_discount{color:#e74c3c;}.ty-order-products__list{padding:0px 0px;}.ty-order-products__list .ty-product-options{display:block;padding:6px 0 0;color:#404040;margin-bottom:0;}.ty-order-products__item{padding:14px 0;border-bottom:1px solid #ecf0f1;}.ty-order-products__item:last-child{padding-bottom:5px;border:none;}.ty-order-products__item:first-child{padding-top:0;}.ty-order-products__item-delete{visibility:hidden;float:right;}.ty-order-products__item-delete:hover{text-decoration:none;}.ty-order-products__item:hover .ty-order-products__item-delete{visibility:visible;}.ty-order-products__price{color:#000;}.ty-order-products__a{display:inline-block;margin:2px 0 5px;max-width:238px;}.ty-order-products__buttons{padding:14px 0px;}.ty-order-products__buttons .text-button{color:#e74c3c;}.ty-order-info{color:#000;}.ty-order-info__title{font-weight:bold;}.shipping-adress__delim{margin-bottom:15px;padding-top:10px;border-bottom:1px solid #ecf0f1;}.ty-order-info__profile-field{padding:10px;background:#edf2f5;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-order-info__profile-field-item{float:none;clear:left;word-break:break-all;word-break:break-word;}.ty-order-info__profile-field .b-firstname,.ty-order-info__profile-field .b-lastname,.ty-order-info__profile-field .b-address,.ty-order-info__profile-field .b-city,.ty-order-info__profile-field .b-country,.ty-order-info__profile-field .b-state,.ty-order-info__profile-field .b-zipcode,.ty-order-info__profile-field .s-firstname,.ty-order-info__profile-field .s-lastname,.ty-order-info__profile-field .s-address,.ty-order-info__profile-field .s-city,.ty-order-info__profile-field .s-country,.ty-order-info__profile-field .s-state,.ty-order-info__profile-field .s-zipcode{float:left;clear:none;padding-right:5px;}.ty-order-info__profile-field .b-address,.ty-order-info__profile-field .s-address{clear:left;}.ty-checkout-complete__create-account{width:49%;display:inline-block;}.ty-checkout-complete__buttons:before,.ty-checkout-complete__buttons:after{display:table;content:"";line-height:0;width:100%;}.ty-checkout-complete__buttons:after{clear:both;}.ty-checkout-complete__buttons-left{float:left;}.ty-checkout-complete__buttons-right{float:right;}.ty-checkout-complete__login-info{width:45%;margin-left:5%;display:inline-block;vertical-align:top;}.ty-checkout-complete_width_full{width:100%;margin:0 0 45px 0;}.ty-checkout-complete__order-success{margin-bottom:20px;}.ty-checkout-complete__button-vmid{display:inline-block;margin-top:8px;}.ty-other-pay{margin-top:20px;}.ty-payments-list{float:left;margin:0;padding-right:60px;}.ty-payments-list__item{padding:0px 0px 20px 0;font-size:0;}input.ty-payments-list__checkbox{margin:2px 0 0 0;display:inline-block;vertical-align:middle;width:10%;max-width:13px;}.ty-payments-list__checkbox:checked + .ty-payments-list__item-group{font-weight:bold;}.ty-payments-list__item-group{padding-left:20px;color:#8babbe;display:inline-block;vertical-align:middle;box-sizing:border-box;width:90%;}.ty-payments-list__description{padding-top:5px;margin-bottom:10px;font-weight:normal;}.ty-payments-list__instruction{display:inline-block;width:255px;margin-bottom:10px;color:#000;}.ty-payments-list__instruction h2{font-weight:bold;font-size:135%;line-height:130%;}.ty-payments-list__instruction p{padding-top:10px;line-height:150%;}.ty-payments-list__image{max-width:120px;}.ty-payment-method-iframe{position:absolute;top:0;left:0;z-index:1000;width:100%;height:700px;background:#c0c0c0;opacity:0.9;}.ty-payment-method-iframe__label{position:relative;top:350px;padding:10px;height:50px;}.ty-payment-method-iframe__text{position:relative;top:20px;vertical-align:middle;text-align:center;font-weight:bold;}.ty-payment-method-iframe__box{position:relative;z-index:10;overflow:hidden;height:700px;}.ty-repay .ty-tabs{margin-top:5px;}.ty-repay-button{padding-bottom:20px;}.ty-orders-detail{position:relative;}.ty-orders-detail .tabs{margin-top:20px;}.ty-orders-detail .ty-subheaders-group{margin:0;}.ty-orders__actions{margin:25px 0;}.ty-orders__actions .ty-btn + .ty-btn{margin-left:30px;}.ty-orders__actions-right{float:right;}.ty-orders__actions-right-item{float:left;margin-left:25px;}.ty-profiles-info{margin-top:20px;vertical-align:top;}.ty-profiles-info:before,.ty-profiles-info:after{display:table;content:"";line-height:0;width:100%;}.ty-profiles-info:after{clear:both;}.ty-profiles-info__item{float:left;margin-right:3%;width:30%;}.ty-profiles-info__title{margin-bottom:5px;font-size:15px;}.ty-profiles-info__field{padding-top:12px;}.ty-profiles-info__field .ty-info-field{margin-bottom:5px;word-break:break-all;word-break:break-word;}.ty-profiles-info__field .ty-info-field:before,.ty-profiles-info__field .ty-info-field:after{display:table;content:"";line-height:0;width:100%;}.ty-profiles-info__field .ty-info-field:after{clear:both;}.ty-orders-detail__products{margin-top:25px;}.ty-orders-detail__table{width:100%;margin-top:10px;}.ty-orders-detail__table-description{margin-left:20px;}.ty-orders-detail__table-product{width:65%;}.ty-orders-detail__table-price{width:15%;text-align:right;}.ty-orders-detail__table-quantity{width:10%;}.ty-orders-detail__table-subtotal{text-align:right;}.ty-orders-detail__table-code{word-break:break-all;word-break:break-word;}.ty-orders-notes{margin-top:28px;}.ty-orders-notes__body{position:relative;margin-top:10px;padding:15px;border:1px solid #edf2f5;line-height:150%;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-orders-summary{margin-top:28px;}.ty-orders-summary__wrapper{float:left;margin-top:10px;padding:4px 20px;min-width:52%;background:#fafbfc;border:1px solid #edf2f5;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-orders-summary__table{width:100%;}.ty-orders-summary__row{border-bottom:1px solid #e3e9ec;}.ty-orders-summary__row:last-child{border-bottom:0px;}.ty-orders-summary__total{font-weight:bold;}.ty-orders-summary__wrapper td{padding:13px 10px 11px 0;vertical-align:top;}.ty-orders-summary__taxes-description{padding-top:5px;}.ty-orders-summary__right{float:right;}.ty-orders-shipment .ty-subheader{font-size:22px;font-weight:600;margin-top:40px;}.ty-orders-shipment .ty-subheader:first-child{margin-top:0px;}.ty-orders-shipment__info p{padding-top:0px;}.ty-orders-shipment__table{width:100%;margin-top:10px;}.ty-orders-shipment-notes__header{font-size:14px;float:left;padding-right:10px;display:table-cell;}.ty-orders-shipment-notes__body{display:table-cell;}.ty-orders-shipment-notes__info{padding-top:20px;}.ty-orders-shipment-notes_body{float:left;display:table-cell;}.ty-orders-search{position:relative;width:100%;}.ty-orders-search__item{vertical-align:top;}.ty-orders-search-options .ty-period{clear:none;margin-left:2.1276595744681%;float:left;}.ty-orders-search-options .ty-period__wrapper{padding-right:10px;margin-bottom:12px;}.ty-orders-search-options .ty-period__select-date{margin-bottom:12px;float:left;}.ty-orders-search-options .ty-period__select-date .ty-control-group__title{visibility:hidden;}.ty-orders-search-options .ty-period__dash{padding:0;}.ty-orders-search-options .ty-status-info{font-size:0;margin-left:-25px;}.ty-orders-search-options .ty-status-info label{display:inline-block;margin-right:0;font-size:0.875rem;width:25%;word-break:break-word;}.ty-orders-search-options .ty-orders-search__options-status{margin-left:25px;}.ty-orders-search__user-info{margin:0;padding:0;}.ty-orders-repay{margin-top:30px;}.ty-orders-repay .tabs-content{padding-left:20px;}.ty-order-status{margin:5% auto;padding:15px 15px 15px 40px;width:920px;border:1px solid #e5e5e5;background:#f7f7f7 url('../../../../../../../../design/themes/tshirtfactory/media/images/icons/ajax.gif') no-repeat 15px center;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.ty-checkout-block-terms{padding:0;}.ty-license-agreement__checkbox{padding:0 20px;}.ty-license-agreement__checkbox__checkbox{display:block;font-weight:bold;}.ty-orders-promotion{margin-top:30px;}.ty-orders-promotion__title{font-size:16px;}.ty-orders-promotion__description{overflow-x:auto;overflow-y:hidden;margin-bottom:10px;padding:10px;}.ty-exception{position:relative;margin:50px 0px 30px 0px;padding:40px 0px 70px 0px;}.ty-exception__code{top:92px;left:63px;display:inline-block;width:300px;color:#e74c3c;text-align:center;font-weight:bold;font-size:86px;line-height:70px;}.ty-exception__code-txt{display:block;text-align:center;font-weight:normal;font-style:normal;font-size:26px;}.ty-exception__title-info{display:inline-block;padding-left:30px;}.ty-exception__title{padding:0px 0px 25px 0px;font-size:25px;font-weight:normal;color:#34495e;}.ty-exception__info{padding:0px 0px 30px 0px;color:#bdc3c7;font-size:110%;}.ty-exception__links{margin:0px 20px 0px 0px;}.ty-exception__links-item{float:left;list-style-type:none;margin-right:20px;}.ty-exception__links-a{text-decoration:underline;cursor:pointer;}.ty-sitemap{margin-bottom:10px;}.ty-sitemap__section-title{display:block;padding:10px 0 7px 0;border-color:#fff;border-bottom:1px solid #ebebeb;font-size:16px;}.ty-sitemap__section-wrapper{float:left;margin-top:20px;margin-bottom:30px;width:33%;}.ty-sitemap__tree{margin:20px 0 15px 0;}.ty-sitemap__tree-section-list{display:inline-block;float:left;margin-bottom:30px;min-height:165px;width:33%;font-size:12px;}.ty-sitemap__section-sub-title{font-weight:bold;font-size:120%;}.ty-sitemap__tree-list-item{font-size:12px;line-height:17px;padding:5px 0;}.ty-sitemap__tree-list-item{padding:5px 0;}.ty-company-fields{margin-bottom:50px;}.ty-company-fields .ty-input-text,.ty-company-fields .ty-input-textarea-long{width:100%;}.ty-company-fields select{width:100%;}.ty-companies{padding:20px 0;border-bottom:1px solid #ebebeb;}.ty-companies:before,.ty-companies:after{display:table;content:"";line-height:0;width:100%;}.ty-companies:after{clear:both;}.ty-companies__info{overflow:hidden;padding-left:25px;}.ty-companies__img{float:left;text-align:center;}.ty-company-title{display:inline-block;padding:5px 0;}.ty-company-detail__top-links{line-height:20px;}.ty-company-detail__view-products{display:inline-block;margin-top:5px;margin-right:15px;cursor:pointer;}.ty-company-detail__categories{margin-top:10px;}.ty-company-detail__table{width:100%;margin-top:10px;}.ty-company-detail__info-title{margin-bottom:0;padding-bottom:5px;color:#404040;font-weight:bold;font-size:115%;}.ty-company-detail__logo{float:left;overflow:hidden;margin:0 100px 20px 0;width:160px;height:100px;border:1px solid #ddd;text-align:center;line-height:100px;}.ty-company-detail__logo:before,.ty-company-detail__logo:after{display:table;content:"";line-height:0;width:100%;}.ty-company-detail__logo:after{clear:both;}.ty-company-detail__logo .ty-no-image{width:160px !important;height:100px !important;}.ty-company-detail__info{overflow:hidden;margin-top:25px;}.ty-company-detail__info:before,.ty-company-detail__info:after{display:table;content:"";line-height:0;width:100%;}.ty-company-detail__info:after{clear:both;}.ty-company-image{vertical-align:middle;}.ty-company-detail__info-list{float:left;margin-bottom:20px;max-width:240px;word-break:break-all;}.ty-company-detail_info-first{margin-right:10%;}.ty-company-detail__ty-control-group{padding-top:3px;}.ty-company-detail__control-label{display:inline-block;width:65px;}.ty-company__terms{margin:25px 20px;padding:15px 20px;border:2px solid #bdc3c7;border-radius:3px;background:#fff;font-weight:bold;}.ty-company-info{margin:45px 0 0 58px;padding-bottom:280px;background:url('../../../../../../../../design/themes/tshirtfactory/media/images/company_vendor.png') no-repeat bottom center;}.ty-company-info h4{padding-bottom:10px;font-size:19px;}.ty-company-info ul li{margin-bottom:11px;margin-left:17px;padding:2px 0;list-style-type:disc;}.ty-grid-vendors .ty-grid-list__company-logo .ty-company-image-wrapper{display:block;text-align:center;line-height:100px;}.ty-grid-vendors .ty-grid-list__item-location .company-location{display:block;text-align:center;color:#595959;word-wrap:break-word;}.ty-grid-vendors .ty-grid-list__total-products .ty-company-total-products{display:block;text-align:center;color:#595959;word-wrap:break-word;text-transform:lowercase;}.vendor-info-grid{border-top:1px solid #edf2f5;border-bottom:1px solid #edf2f5;margin:30px 0 3px;padding:35px 0;}.ty-vendor-information{text-align:right;}.ty-entry-page__item{margin:3px 0;padding:8px;}.ty-entry-page__a{display:block;}.ty-categories-picker{margin-top:-1px;width:100%;}.ty-categories-picker__title,.ty-categories-picker__item{padding:12px;border:1px solid #ecf0f1;text-align:left;}.ty-categories-picker .ty-dir-list{color:#b3b3b3;}.ty-tree-space{display:inline-block;width:10px;}.download{margin-top:20px;}.ty-download__table{width:100%;margin:11px 0 35px 0;}.ty-download-icon{margin-right:5px;color:#bdc3c7;}.ty-download__empty{color:#edf2f5;}.ty-download__icon{margin-left:5px;font-size:120%;}.ty-download__size-col{width:20%;}.ty-download__nostyle{padding:0 !important;border:0 !important;}.ty-download__table-nomargin{width:100%;}.ty-top-panel{position:fixed;width:100%;z-index:500;}.ty-top-panel-padding{padding-top:36px;}.ty-top-panel__wrapper{position:relative;z-index:100;overflow:hidden;height:35px;border-bottom:1px solid #262626;background:#333 url('../../../../../../../../design/themes/tshirtfactory/media/images/csse_bg.png');-webkit-box-shadow:inset 0 0 25px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 0 25px rgba(0,0,0,0.5);box-shadow:inset 0 0 25px rgba(0,0,0,0.5);}.ty-top-panel__title{float:left;margin:0 0 0 15px;color:#d3d3d3;text-transform:uppercase;font-weight:normal;font-size:14px;line-height:36px;}.ty-top-panel__logo{display:inline-block;width:20px;float:left;padding:0 15px;height:36px;border-right:1px solid #282828;-webkit-box-shadow:1px 0px 0px 0px #393939;-moz-box-shadow:1px 0px 0px 0px #393939;box-shadow:1px 0px 0px 0px #393939;}.ty-top-panel__logo-link:hover{text-decoration:none;}.ty-top-panel__icon-basket{position:relative;top:7px;color:#666;font-size:20px;}.ty-top-panel__icon-basket:hover{color:#f3f3f3;}.ty-top-panel__timer{color:#cfcfcf;margin-right:15px;}.ty-top-panel__close{width:9px;padding:0 15px;color:#969696;font-size:12px;}.ty-top-panel__close:hover{background:rgba(0,0,0,0.3);color:#f3f3f3;text-decoration:none;}.ty-top-panel-action{float:right;line-height:36px;}.ty-top-panel-action__setting{padding:0 15px;width:22px;}.ty-top-panel-action__setting:hover,.ty-top-panel-action__setting.active{background:rgba(0,0,0,0.3);text-decoration:none;}.ty-top-panel-action__setting:hover .ty-top-panel-action__icon-setting{color:#f3f3f3;}.ty-top-panel-action__icon-setting{color:#969696;font-size:22px;position:relative;top:3px;}.ty-top-panel-action_item{display:inline-block;border-right:1px solid #282828;-webkit-box-shadow:1px 0px 0px 0px #393939;-moz-box-shadow:1px 0px 0px 0px #393939;box-shadow:1px 0px 0px 0px #393939;}.minimize-label{position:absolute;top:0;right:20px;z-index:1000;width:35px;height:20px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;background:#4d4d4d;text-decoration:none;opacity:0.7;}.minimize-label:hover{opacity:1;}.minimize-label__icon{position:absolute;top:-2px;left:11px;color:#ccc;font-size:22px;}.ty-top-panel-btn{margin-right:15px;padding:3px 12px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#636363;background-image:-moz-linear-gradient(top,#6d6d6d,#555);background-image:-webkit-gradient(linear,0 0,0 100%,from(#6d6d6d),to(#555));background-image:-webkit-linear-gradient(top,#6d6d6d,#555);background-image:-o-linear-gradient(top,#6d6d6d,#555);background-image:linear-gradient(to bottom,#6d6d6d,#555);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d6d6d', endColorstr='#ff555555', GradientType=0);-webkit-box-shadow:inset 0 1px rgba(255,255,255,0.3);-moz-box-shadow:inset 0 1px rgba(255,255,255,0.3);box-shadow:inset 0 1px rgba(255,255,255,0.3);color:#fff;text-shadow:0px 1px 0px rgba(0,0,0,0.5);font-size:12px;cursor:pointer;}.ty-top-panel-btn:hover{background-color:#7d7d7d;background-image:-moz-linear-gradient(top,#878787,#6e6e6e);background-image:-webkit-gradient(linear,0 0,0 100%,from(#878787),to(#6e6e6e));background-image:-webkit-linear-gradient(top,#878787,#6e6e6e);background-image:-o-linear-gradient(top,#878787,#6e6e6e);background-image:linear-gradient(to bottom,#878787,#6e6e6e);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff878787', endColorstr='#ff6e6e6e', GradientType=0);color:#fff;text-decoration:none;text-shadow:0px 1px 0px rgba(0,0,0,0.5);}.ty-top-panel-btn:active{background-color:#5f5f5f;background-image:-moz-linear-gradient(top,#555,#6e6e6e);background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#6e6e6e));background-image:-webkit-linear-gradient(top,#555,#6e6e6e);background-image:-o-linear-gradient(top,#555,#6e6e6e);background-image:linear-gradient(to bottom,#555,#6e6e6e);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff555555', endColorstr='#ff6e6e6e', GradientType=0);-webkit-box-shadow:inset 0 -1px rgba(255,255,255,0.05);-moz-box-shadow:inset 0 -1px rgba(255,255,255,0.05);box-shadow:inset 0 -1px rgba(255,255,255,0.05);color:#fff;text-shadow:none;font-size:12px;}.te-mode{margin-left:300px;}.te-mode .ty-ajax-loading-box{margin-left:156px;}html #jquery-overlay{z-index:1060;}html #jquery-lightbox{z-index:1070;}.homepage-banners{margin-top:25px;}.homepage-hotdeals{margin:50px 0;}.ty-homepage-vendors{margin-top:35px;}.ty-homepage-vendors ul{margin:15px 15px 0 0;}.ty-homepage-vendors ul li{padding:5px 0;}.ty-homepage-vendors__devider{border-top:1px solid #edf2f5;padding:10px 0;margin-top:15px;}.ty-pagination{margin:10px 0 10px;padding:10px 0 10px 0;}.ty-pagination__items{display:inline-block;color:#7a9fb5;}.ty-pagination__bottom{border-top:1px solid #dedede;}.ty-pagination__item,.ty-pagination__selected{color:white;display:inline-block;padding:3px 7px;min-width:12px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:all 200ms;-moz-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;}.ty-pagination__item{color:#7a9fb5;}.ty-pagination__item:hover{background:#edf2f5;color:#7a9fb5;padding:4px 7px;}.ty-pagination__selected{color:#fff;font-size:14px;background:#000;}.ty-pagination__range,.ty-pagination__btn{margin:0 4px;padding:5px 7px;width:auto;color:#7a9fb5;}.ty-pagination__btn:hover{color:#7a9fb5;}.ty-pagination__prev,.ty-pagination__next{color:#7a9fb5;}.ty-pagination__prev:hover,.ty-pagination__next:hover{color:#7a9fb5;background:#edf2f5;cursor:pointer;}.ty-pagination__text{text-transform:uppercase;}.ty-pagination__text-arrow{font-size:16px;line-height:10px;font-style:normal;}.ty-pagination__text-arrow:before{content:"â†";}.ty-pagination__right-arrow .ty-pagination__text-arrow:before{content:"â†’";}.ty-tabs{margin-top:30px;vertical-align:bottom;border-bottom:1px solid #d6e1e8;}.ty-tabs__list{vertical-align:bottom;}.ty-tabs__item,.ty-tabs .subtab{float:left;vertical-align:bottom;white-space:nowrap;cursor:pointer;border-radius:0;margin:2px 2px 0 0;padding:0 0 0 3px;position:relative;background:#dde6ec;-webkit-transition:all 200ms;-moz-transition:all 200ms;-o-transition:all 200ms;transition:all 200ms;}.ty-tabs__item:hover,.ty-tabs .subtab:hover{background:#e6edf1;}.ty-tabs__item.active,.ty-tabs .subtab.active{background:#abc3d1;}.ty-tabs__a,.ty-tabs .subtab a{display:block;padding:8px 21px 2px 18px;height:23px;color:#7c7e80;text-decoration:none;}.ty-tabs__item.active .ty-tabs__a{color:#fff;}.ty-tabs .subtab .ty-tabs__item.active .ty-tabs__a{color:#7c7e80;}.ty-tabs__a:hover,.ty-tabs .subtab a:hover{text-decoration:none;color:#7c7e80;}.ty-tabs__content{padding:15px 5px;}.tab-list-title{margin:50px 0 15px 0px;padding-bottom:8px;border-bottom:1px solid #edf2f5;font-size:22px;}.ty-tabs .open .dropdown-menu{display:block;}.ty-tabs .dropdown-menu{position:absolute;top:100%;right:0;z-index:1000;display:none;min-width:160px;padding:5px 0;margin:0;list-style:none;background-color:#fff;border:1px solid #dcdcdc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-border-top-right-radius:0px;-moz-border-radius-topright:0px;border-top-right-radius:0px;-webkit-border-top-left-radius:0px;-moz-border-radius-topleft:0px;border-top-left-radius:0px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;}.ty-tabs .dropdown-menu li.active{float:none;border:0;margin:0;}.ty-tabs .dropdown-menu li{display:block;margin:0;float:none;background:none;border:0px;}.ty-tabs .subtab{float:right !important;}.ty-tabs .ty-icon-down-dir{position:relative;float:none;top:0;left:0;margin:0 2px;}.ty-tabs__item{border-top-left-radius:4px;border-top-right-radius:4px;}.ty-ajax-loading-box__inner{display:none;margin:0 10px 0 5px;padding:6px 0 6px 27px;color:#fff;font-weight:bold;}.ty-ajax-loading-box{position:fixed;top:50%;right:50%;left:50%;z-index:100001;display:none;overflow:visible;margin-top:-26px;margin-left:-26px;padding:0px;min-height:52px;width:52px;background:url('../../../../../../../../design/themes/tshirtfactory/media/images/icons/ajax_loader.svg') no-repeat 10px 10px #0d0d0d;opacity:0.8;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-ajax-loading-box_text_block{min-width:120px;min-height:76px;background-position:44px 10px;}.ty-ajax-loading-box-with__text-wrapper{color:#fff;margin-top:50px;display:block;margin-left:0px;width:110px;padding:0px 5px 5px 5px;text-align:center;}.ty-ajax-overlay{position:absolute;top:0px;bottom:0px;left:0px;right:0px;z-index:10000;display:none;}.notification-content-extended{position:fixed;top:50%;left:50%;z-index:1101;margin:-40px 0 0 -320px;min-height:140px;width:640px;color:#000;background-color:#fff;border:1px solid gray;}.notification-content-extended{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.notification-content-extended h1{border-top-left-radius:6px;border-bottom-left-radius:6px;}.ty-product-notification__buttons{border-bottom-left-radius:6px;border-bottom-right-radius:6px;}.notification-content-extended .ty-product-notification__body{overflow:auto;}.notification-body-extended{color:#000;overflow-x:hidden;overflow-y:auto;}.notification-container{position:fixed;top:0;right:40px;z-index:1022;min-width:300px;width:40%;}.notification-container-top{top:10px;}.notification-content{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:10px 35px 10px 18px;line-height:150%;border-radius:2px;border-radius:4px;}.notification-content strong{margin-right:7px;}.notification-content-extended h1{position:relative;padding:13px 30px 10px 20px;border:none;border-bottom:1px solid #bdc3c7;background:#f8f9f9;font-weight:normal;font-size:18px;white-space:nowrap;width:100%;overflow:hidden;text-overflow:ellipsis;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;}.notification-content-extended h1 span{position:absolute;top:15px;right:14px;width:16px;height:16px;color:#acacac;text-shadow:none;font:13px/1 'glyphs';opacity:1;cursor:pointer;speak:none;-webkit-font-smoothing:antialiased;}.notification-content-extended h1 span:before{font-family:glyphs;content:"\e009";speak:none;-webkit-font-smoothing:antialiased;}.notification-content-extended h1 span:hover{color:#dfdfdf;opacity:1;}.close{position:absolute;top:5px;right:7px;float:right;padding:0;border:0;background:transparent;font-size:20px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:15px;cursor:pointer;-webkit-appearance:none;}.close:hover{text-decoration:none;cursor:pointer;}.alert-success,.alert-warning,.alert-error{position:relative;margin:7px 0 7px 0;border:1px solid;font-size:100%;opacity:0.96;}.alert-success{border-color:#8bc045;background:#d0eaae;color:#496e16;}.alert-success .close{color:#8bc045;}.alert-warning{border-color:#f39c12;background:#f5e08c;color:#ac6e0b;}.alert-warning .close{color:#f39c12;}.alert-error{border-color:#c0392b;background:#eb7064;color:white;}.alert-error .close{color:#c0392b;}.alert-error a{color:#fff;text-decoration:underline;}.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px);display:flex !important;align-content:center;}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}.owl-carousel .owl-wrapper-outer.autoheight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}.owl-carousel .owl-item{float:left;min-height:32px;}.owl-buttons{color:#486c82;}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer;}.owl-controls{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}.owl-origin{-webkit-perspective:1200px;-webkit-perspective-origin-x:50%;-webkit-perspective-origin-y:50%;-moz-perspective:1200px;-moz-perspective-origin-x:50%;-moz-perspective-origin-y:50%;perspective:1200px;}.owl-fade-out{z-index:10;-webkit-animation:fadeout .7s both ease;-moz-animation:fadeout .7s both ease;animation:fadeout .7s both ease;}.owl-fade-in{-webkit-animation:fadein .7s both ease;-moz-animation:fadein .7s both ease;animation:fadein .7s both ease;}.owl-backslide-out{-webkit-animation:backslideout 1s both ease;-moz-animation:backslideout 1s both ease;animation:backslideout 1s both ease;}.owl-backslide-in{-webkit-animation:backslidein 1s both ease;-moz-animation:backslidein 1s both ease;animation:backslidein 1s both ease;}.owl-godown-out{-webkit-animation:scaletofade .7s ease both;-moz-animation:scaletofade .7s ease both;animation:scaletofade .7s ease both;}.owl-godown-in{-webkit-animation:godown .6s ease both;-moz-animation:godown .6s ease both;animation:godown .6s ease both;}.owl-fadeup-in{-webkit-animation:scaleupfrom .5s ease both;-moz-animation:scaleupfrom .5s ease both;animation:scaleupfrom .5s ease both;}.owl-fadeup-out{-webkit-animation:scaleupto .5s ease both;-moz-animation:scaleupto .5s ease both;animation:scaleupto .5s ease both;}@-webkit-keyframes empty{0%{opacity:1;}}@-moz-keyframes empty{0%{opacity:1;}}@keyframes empty{0%{opacity:1;}}@-webkit-keyframes fadein{0%{opacity:0;}100%{opacity:1;}}@-moz-keyframes fadein{0%{opacity:0;}100%{opacity:1;}}@keyframes fadein{0%{opacity:0;}100%{opacity:1;}}@-webkit-keyframes fadeout{0%{opacity:1;}100%{opacity:0;}}@-moz-keyframes fadeout{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeout{0%{opacity:1;}100%{opacity:0;}}@-webkit-keyframes backslideout{25%{opacity:.5;-webkit-transform:translatez(-500px);}75%{opacity:.5;-webkit-transform:translatez(-500px) translatex(-200%);}100%{opacity:.5;-webkit-transform:translatez(-500px) translatex(-200%);}}@-moz-keyframes backslideout{25%{opacity:.5;-moz-transform:translatez(-500px);}75%{opacity:.5;-moz-transform:translatez(-500px) translatex(-200%);}100%{opacity:.5;-moz-transform:translatez(-500px) translatex(-200%);}}@keyframes backslideout{25%{opacity:.5;transform:translatez(-500px);}75%{opacity:.5;transform:translatez(-500px) translatex(-200%);}100%{opacity:.5;transform:translatez(-500px) translatex(-200%);}}@-webkit-keyframes backslidein{0%,25%{opacity:.5;-webkit-transform:translatez(-500px) translatex(200%);}75%{opacity:.5;-webkit-transform:translatez(-500px);}100%{opacity:1;-webkit-transform:translatez(0) translatex(0);}}@-moz-keyframes backslidein{0%,25%{opacity:.5;-moz-transform:translatez(-500px) translatex(200%);}75%{opacity:.5;-moz-transform:translatez(-500px);}100%{opacity:1;-moz-transform:translatez(0) translatex(0);}}@keyframes backslidein{0%,25%{opacity:.5;transform:translatez(-500px) translatex(200%);}75%{opacity:.5;transform:translatez(-500px);}100%{opacity:1;transform:translatez(0) translatex(0);}}@-webkit-keyframes scaletofade{to{opacity:0;-webkit-transform:scale(.8);}}@-moz-keyframes scaletofade{to{opacity:0;-moz-transform:scale(.8);}}@keyframes scaletofade{to{opacity:0;transform:scale(.8);}}@-webkit-keyframes godown{from{-webkit-transform:translatey(-100%);}}@-moz-keyframes godown{from{-moz-transform:translatey(-100%);}}@keyframes godown{from{transform:translatey(-100%);}}@-webkit-keyframes scaleupfrom{from{opacity:0;-webkit-transform:scale(1.5);}}@-moz-keyframes scaleupfrom{from{opacity:0;-moz-transform:scale(1.5);}}@keyframes scaleupfrom{from{opacity:0;transform:scale(1.5);}}@-webkit-keyframes scaleupto{to{opacity:0;-webkit-transform:scale(1.5);}}@-moz-keyframes scaleupto{to{opacity:0;-moz-transform:scale(1.5);}}@keyframes scaleupto{to{opacity:0;transform:scale(1.5);}}.owl-theme{margin:0;}.ty-owl-controls{margin:-40px 0 0 0;float:right;position:relative;z-index:100;}.ty-sidebox .ty-owl-controls{margin:-50px 0 0 0;}.owl-theme .owl-controls{margin-top:10px;text-align:center;}.owl-theme .owl-controls-outside{margin-top:0;text-align:center;}.owl-theme .owl-controls .owl-buttons div{color:#fff;display:inline-block;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#b2c7d4;filter:alpha(opacity=70);opacity:0.7;}.owl-theme .owl-controls-outside .owl-buttons div{float:left;font-size:15px;padding:2px 9px;height:20px;width:6px;margin-top:3px;margin-bottom:0;}.owl-theme .owl-controls-outside .owl-buttons div:last-child{margin-right:0;}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:alpha(opacity=100);opacity:1;text-decoration:none;}.owl-theme .owl-controls .owl-page{display:inline-block;}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:alpha(opacity=50);opacity:0.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#a9b0b4;}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:alpha(opacity=100);opacity:1;}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#fff;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}.owl-item.loading{background:url('../../../../../../../../design/themes/tshirtfactory/media/images/icons/ajax_loader.svg') no-repeat center center;}.owl-more-theme .owl-controls{width:100%;position:absolute;top:50%;margin-top:-18px;}.owl-more-theme .owl-prev,.owl-more-theme .owl-next{position:absolute;padding:3px 8px 0 8px;}.owl-more-theme .owl-prev i,.owl-more-theme .owl-next i{font-size:30px;}.owl-more-theme .owl-prev{left:-35px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px;}.owl-more-theme .owl-next{right:-35px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}.ty-footer-form-block{margin:27px 0px 0px 0px;color:white;}.ty-footer-form-block__title{display:inline-block;padding-right:30px;font-size:22px;color:white;font-weight:normal;}.ty-footer-form-block__form{display:inline-block;margin:0 0 10px 0 !important;width:300px;}.ty-footer-form-block__form .cm-hint{color:#c9c9c9;}.dropdown-menu{display:none;}.text-center{text-align:center;}.text-right{text-align:right;}.text-justify{text-align:justify;}@-ms-viewport{width:device-width;}.hidden{display:none;}.visible-phone{display:none !important;}.visible-tablet{display:none !important;}.hidden-desktop{display:none !important;}.visible-desktop{display:inherit !important;}@media (min-width: 768px) and (max-width: 979px){.hidden-desktop{display:inherit !important;}.visible-desktop{display:none !important;}.visible-tablet{display:inherit !important;}.hidden-tablet{display:none !important;}}@media (max-width: 767px){.hidden-desktop{display:inherit !important;}.visible-desktop{display:none !important;}.visible-phone{display:inherit !important;}.hidden-phone{display:none !important;}}.visible-print{display:none !important;}@media print{.visible-print{display:inherit !important;}.hidden-print{display:none !important;}}@media (min-width: 1224px){.row{margin-left:-25px;}.row:before,.row:after{display:table;content:"";line-height:0;width:100%;}.row:after{clear:both;}[class*="span"]{float:left;min-height:1px;margin-left:25px;}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1175px;}.span16{width:1175px;}.span15{width:1100px;}.span14{width:1025px;}.span13{width:950px;}.span12{width:875px;}.span11{width:800px;}.span10{width:725px;}.span9{width:650px;}.span8{width:575px;}.span7{width:500px;}.span6{width:425px;}.span5{width:350px;}.span4{width:275px;}.span3{width:200px;}.span2{width:125px;}.span1{width:50px;}.offset16{margin-left:1225px;}.offset15{margin-left:1150px;}.offset14{margin-left:1075px;}.offset13{margin-left:1000px;}.offset12{margin-left:925px;}.offset11{margin-left:850px;}.offset10{margin-left:775px;}.offset9{margin-left:700px;}.offset8{margin-left:625px;}.offset7{margin-left:550px;}.offset6{margin-left:475px;}.offset5{margin-left:400px;}.offset4{margin-left:325px;}.offset3{margin-left:250px;}.offset2{margin-left:175px;}.offset1{margin-left:100px;}.row-fluid{width:100%;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;width:100%;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:2.1276595744681%;}.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left:2.1276595744681%;}.row-fluid .span16{width:100%;}.row-fluid .span15{width:93.617021276596%;}.row-fluid .span14{width:87.234042553191%;}.row-fluid .span13{width:80.851063829787%;}.row-fluid .span12{width:74.468085106383%;}.row-fluid .span11{width:68.085106382979%;}.row-fluid .span10{width:61.702127659574%;}.row-fluid .span9{width:55.31914893617%;}.row-fluid .span8{width:48.936170212766%;}.row-fluid .span7{width:42.553191489362%;}.row-fluid .span6{width:36.170212765957%;}.row-fluid .span5{width:29.787234042553%;}.row-fluid .span4{width:23.404255319149%;}.row-fluid .span3{width:17.021276595745%;}.row-fluid .span2{width:10.63829787234%;}.row-fluid .span1{width:4.2553191489362%;}.row-fluid .offset16{margin-left:104.25531914894%;}.row-fluid .offset16:first-child{margin-left:102.12765957447%;}.row-fluid .offset15{margin-left:97.872340425532%;}.row-fluid .offset15:first-child{margin-left:95.744680851064%;}.row-fluid .offset14{margin-left:91.489361702128%;}.row-fluid .offset14:first-child{margin-left:89.36170212766%;}.row-fluid .offset13{margin-left:85.106382978723%;}.row-fluid .offset13:first-child{margin-left:82.978723404255%;}.row-fluid .offset12{margin-left:78.723404255319%;}.row-fluid .offset12:first-child{margin-left:76.595744680851%;}.row-fluid .offset11{margin-left:72.340425531915%;}.row-fluid .offset11:first-child{margin-left:70.212765957447%;}.row-fluid .offset10{margin-left:65.957446808511%;}.row-fluid .offset10:first-child{margin-left:63.829787234043%;}.row-fluid .offset9{margin-left:59.574468085106%;}.row-fluid .offset9:first-child{margin-left:57.446808510638%;}.row-fluid .offset8{margin-left:53.191489361702%;}.row-fluid .offset8:first-child{margin-left:51.063829787234%;}.row-fluid .offset7{margin-left:46.808510638298%;}.row-fluid .offset7:first-child{margin-left:44.68085106383%;}.row-fluid .offset6{margin-left:40.425531914894%;}.row-fluid .offset6:first-child{margin-left:38.297872340426%;}.row-fluid .offset5{margin-left:34.042553191489%;}.row-fluid .offset5:first-child{margin-left:31.914893617021%;}.row-fluid .offset4{margin-left:27.659574468085%;}.row-fluid .offset4:first-child{margin-left:25.531914893617%;}.row-fluid .offset3{margin-left:21.276595744681%;}.row-fluid .offset3:first-child{margin-left:19.148936170213%;}.row-fluid .offset2{margin-left:14.893617021277%;}.row-fluid .offset2:first-child{margin-left:12.765957446809%;}.row-fluid .offset1{margin-left:8.5106382978723%;}.row-fluid .offset1:first-child{margin-left:6.3829787234043%;}}@media (min-width: 768px) and (max-width: 979px){.row{margin-left:-10px;}.row:before,.row:after{display:table;content:"";line-height:0;width:100%;}.row:after{clear:both;}[class*="span"]{float:left;min-height:1px;margin-left:10px;}.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:726px;}.span16{width:726px;}.span15{width:680px;}.span14{width:634px;}.span13{width:588px;}.span12{width:542px;}.span11{width:496px;}.span10{width:450px;}.span9{width:404px;}.span8{width:358px;}.span7{width:312px;}.span6{width:266px;}.span5{width:220px;}.span4{width:174px;}.span3{width:128px;}.span2{width:82px;}.span1{width:36px;}.offset16{margin-left:746px;}.offset15{margin-left:700px;}.offset14{margin-left:654px;}.offset13{margin-left:608px;}.offset12{margin-left:562px;}.offset11{margin-left:516px;}.offset10{margin-left:470px;}.offset9{margin-left:424px;}.offset8{margin-left:378px;}.offset7{margin-left:332px;}.offset6{margin-left:286px;}.offset5{margin-left:240px;}.offset4{margin-left:194px;}.offset3{margin-left:148px;}.offset2{margin-left:102px;}.offset1{margin-left:56px;}.row-fluid{width:100%;}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0;width:100%;}.row-fluid:after{clear:both;}.row-fluid [class*="span"]{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;margin-left:1.3774104683196%;}.row-fluid [class*="span"]:first-child{margin-left:0;}.row-fluid .controls-row [class*="span"] + [class*="span"]{margin-left:1.3774104683196%;}.row-fluid .span16{width:100%;}.row-fluid .span15{width:93.617021276596%;}.row-fluid .span14{width:87.234042553191%;}.row-fluid .span13{width:80.851063829787%;}.row-fluid .span12{width:74.468085106383%;}.row-fluid .span11{width:68.085106382979%;}.row-fluid .span10{width:61.702127659574%;}.row-fluid .span9{width:55.31914893617%;}.row-fluid .span8{width:48.936170212766%;}.row-fluid .span7{width:42.553191489362%;}.row-fluid .span6{width:36.170212765957%;}.row-fluid .span5{width:29.787234042553%;}.row-fluid .span4{width:23.404255319149%;}.row-fluid .span3{width:17.021276595745%;}.row-fluid .span2{width:10.63829787234%;}.row-fluid .span1{width:4.2553191489362%;}.row-fluid .offset16{margin-left:102.75482093664%;}.row-fluid .offset16:first-child{margin-left:101.37741046832%;}.row-fluid .offset15{margin-left:97.872340425532%;}.row-fluid .offset15:first-child{margin-left:95.744680851064%;}.row-fluid .offset14{margin-left:91.489361702128%;}.row-fluid .offset14:first-child{margin-left:89.36170212766%;}.row-fluid .offset13{margin-left:85.106382978723%;}.row-fluid .offset13:first-child{margin-left:82.978723404255%;}.row-fluid .offset12{margin-left:78.723404255319%;}.row-fluid .offset12:first-child{margin-left:76.595744680851%;}.row-fluid .offset11{margin-left:72.340425531915%;}.row-fluid .offset11:first-child{margin-left:70.212765957447%;}.row-fluid .offset10{margin-left:65.957446808511%;}.row-fluid .offset10:first-child{margin-left:63.829787234043%;}.row-fluid .offset9{margin-left:59.574468085106%;}.row-fluid .offset9:first-child{margin-left:57.446808510638%;}.row-fluid .offset8{margin-left:53.191489361702%;}.row-fluid .offset8:first-child{margin-left:51.063829787234%;}.row-fluid .offset7{margin-left:46.808510638298%;}.row-fluid .offset7:first-child{margin-left:44.68085106383%;}.row-fluid .offset6{margin-left:40.425531914894%;}.row-fluid .offset6:first-child{margin-left:38.297872340426%;}.row-fluid .offset5{margin-left:34.042553191489%;}.row-fluid .offset5:first-child{margin-left:31.914893617021%;}.row-fluid .offset4{margin-left:27.659574468085%;}.row-fluid .offset4:first-child{margin-left:25.531914893617%;}.row-fluid .offset3{margin-left:21.276595744681%;}.row-fluid .offset3:first-child{margin-left:19.148936170213%;}.row-fluid .offset2{margin-left:14.893617021277%;}.row-fluid .offset2:first-child{margin-left:12.765957446809%;}.row-fluid .offset1{margin-left:8.5106382978723%;}.row-fluid .offset1:first-child{margin-left:6.3829787234043%;}}@media (min-width: 1224px){.ty-product-detail .ty-product-block__left{box-sizing:border-box;padding-right:200px;}.ty-footer-grid__full-width &gt; .row{width:1200px;margin:0 auto;}.ty-footer-grid__full-width &gt; .row-fluid{max-width:2200px;min-width:280px;margin:0 auto;}.ty-footer-menu__items,.ty-footer-general__body{display:block !important;}}@media (max-width: 1224px){.ty-calendar__block{width:100px;}.ty-control-group__price{width:100px;}.ty-product-detail .ty-product-block__left{box-sizing:border-box;padding-right:200px;}.ty-footer-grid__full-width &gt; .row{width:960px;margin:0 auto;}.ty-footer-form-block__form{width:220px;}h3.ty-footer-form-block__title,h3.ty-social-link__title{font-size:20px;}.ty-orders__actions-right{float:none;}}@media (max-width: 979px){.ty-sidebox__body-toggle{display:block;}.tygh-content .container,.ty-footer-menu,.footer-copyright{padding:0px 10px;}.ty-select-block__a{margin-right:0;}.top-currencies{margin-left:2px;}.ty-product-detail .ty-product-block__left{box-sizing:border-box;padding-right:0px;}.ty-grid-list__item .ty-icon-left-circle,.ty-grid-list__item .ty-icon-right-circle{visibility:visible;}.ty-product-empty{display:none;}.ty-wish-list-empty [class*="ty-column"]{width:100%;}.ty-wish-list-empty [class*="ty-column"]:first-child .ty-product-empty{display:block;}.ty-compact-list__title{width:20%;}.ty-compact-list__controls{width:50%;}.ty-exception__code{display:block;width:100%;}.ty-exception__title-info{display:block;padding-left:0px;text-align:center;}.ty-exception__links{margin:0px;}.ty-exception__links-item{float:none;display:inline-block;margin:0 5px;}.ty-payment-icons .ty-payment-icons__item{margin-left:5px;}.ty-footer-form-block__form{width:80%;}h3.ty-social-link__title{display:block;margin-top:21px;margin-bottom:10px;}.ty-sort-container{padding-left:0px;}.ty-product-block__note{width:100%;position:static;}.ty-product-options__item-label{display:block;width:100%;float:none;}.ty-product-options__description,.ty-product-block__option .help-inline{margin-left:0;}.ty-product-variant-image{margin-left:0;}.ty-product-detail .ty-product-block__left{padding-right:0;}.ty-multi-checkout__step{display:block;width:100%;padding-bottom:20px;}.ty-multi-checkout__arrow{display:none;}.ty-payments-list{padding-right:20px;}.ty-payments-list__instruction{width:210px;}.ty-pagination__text{display:none;}}@media (min-width: 768px) and (max-width: 979px){.ty-footer-grid__full-width &gt; .row{width:736px;margin:0 auto;}.ty-social-link__title{margin-right:70px;}.ty-social-link{margin-right:60px;}.ty-footer-menu__items,.ty-footer-general__body{display:block !important;}.ty-footer-form-block__form{width:220px;}.ty-menu__item .ty-menu__item-link{padding:14px 12px;}.ty-menu__submenu-items .ty-top-mine__submenu-col{min-width:160px;margin-right:13px;margin-bottom:20px;}.ty-top-mine__submenu-col:nth-child(4n){margin-right:0px;}.ty-account-info__buttons .ty-btn{display:block;margin-bottom:10px;margin-left:0px;}.buttons-container.ty-cart-content__top-buttons .ty-btn,.buttons-container.ty-cart-content__bottom-buttons .ty-btn{margin-top:5px;margin-bottom:5px;}.buttons-container.ty-cart-content__top-buttons button.ty-btn,.buttons-container.ty-cart-content__bottom-buttons button.ty-btn{width:100%;}.buttons-container.ty-cart-content__top-buttons .ty-btn,.buttons-container.ty-cart-content__bottom-buttons .ty-btn{display:block;margin-left:0;}.buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons,.buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons{text-align:right;}.buttons-container.ty-cart-content__top-buttons .ty-cart-content__right-buttons .ty-btn,.buttons-container.ty-cart-content__bottom-buttons .ty-cart-content__right-buttons .ty-btn{margin-left:auto;margin-right:0;}.ty-orders-search-options .span4.ty-control-group{width:50%;margin-left:0;}.ty-orders-search-options .ty-period{margin-left:0;}.te-mode .ty-orders-detail__table-image{float:none;}}@media (min-width: 768px){.ty-cart-content .ty-cart-content__product-elem,.ty-cart-content .ty-cart-content__title{border:0;}.ty-menu__item,.ty-text-links_show_inline{display:block !important;}.ty-menu__menu-btn{display:none !important;}.ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active &gt; .ty-menu__submenu-item-header .ty-menu__item-link{background:#000;color:#000;}.ty-menu-vertical .ty-menu__submenu [class*="menu-level-"].ty-menu__item-active i{color:#fff;}.ty-sidebox__body{display:block !important;}}@media (max-width: 767px){html.dialog-is-open{overflow:scroll;}.ty-menu__items .ty-menu__items-show{display:block !important;border-bottom:0;}.ty-menu__item{display:none;float:none;margin-right:0px;border-bottom:1px solid #a51a28;padding:0px;position:relative;}.no-touch .ty-menu__item:hover .ty-menu__submenu-items,.ty-menu__item:hover .ty-menu__submenu-items{display:none;}.ty-menu__item:last-child{box-shadow:none;border-bottom:0;}.ty-menu__item .ty-menu__item-toggle-active{background:#a91b29;}.ty-menu__item .ty-menu__item-link{position:static;}.ty-menu__submenu .ty-menu__submenu-items{padding:0;}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item{border-bottom:1px solid #d8d8d8;margin:0;}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item .ty-menu__submenu-link{display:block;padding:12px 30px 12px 40px;}.no-touch .ty-menu__submenu-items .ty-menu__submenu-link:hover{color:#000;}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a{color:black;background:none;}.ty-menu__submenu .ty-top-mine__submenu-col{display:block;position:relative;margin:0px;padding:0px;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item{position:relative;padding:0px;padding-left:35px;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-list{display:none;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__item-toggle-active{background:#e0e0e0;}.ty-menu__items .ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__item-toggle{color:#bfbfbf;}.ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__submenu-link{padding:13px 40px;display:block;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header{min-height:45px;margin:0px;padding-bottom:0px;border-bottom:1px solid #d8d8d8;text-transform:uppercase;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header-active{background:#e0e0e0;}.ty-menu__menu-btn{border-bottom:0px;box-shadow:none;}.ty-menu__submenu-items{background:#ededed;position:static;}.ty-icon-short-list{padding-right:4px;}.ty-menu__item-toggle{width:50px;height:44px;position:absolute;text-align:center;font-size:35px;right:0px;z-index:100;color:#fff;top:0px;cursor:pointer;}.ty-menu__item-toggle:hover{color:#fff;}.ty-menu__icon-hide,.ty-menu__icon-open{display:inline-block;line-height:46px;}.ty-menu__submenu-dropdown-bottom{margin:auto;}.ty-menu__icon-hide{display:none;}.ty-menu__item-toggle-active .ty-menu__icon-hide{display:inline-block;}.ty-menu__item-toggle-active .ty-menu__icon-open{display:none;}.ty-menu-vertical{margin-bottom:40px;}.ty-dropdown-box__content .ty-menu-vertical{margin-bottom:0px;}.ty-menu-vertical .ty-menu__item{display:block;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu{position:static;display:block;}.ty-menu-vertical .ty-menu__item.menu-level-2{padding-left:35px;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link{background:none;color:#000;padding-left:40px;}.ty-menu-vertical .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link{color:#000;}.ty-menu-vertical .ty-menu__submenu .dropdown-vertical__dir .ty-menu__submenu-item-header .ty-menu__item-link{text-transform:uppercase;font-weight:bold;}.ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active .ty-menu__item-link{background:#e0e0e0;}.ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active .ty-menu__item-link{color:#000;}.ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link{padding-left:40px;text-transform:none;font-weight:normal;background:none;}.ty-menu-vertical .ty-menu__item-toggle i{top:3px;}.ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link{padding-left:40px;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu-items .ty-menu__submenu-items{border-right:0;border-bottom:0;border-left:0;}.ty-menu-vertical .ty-menu__submenu-items .dropdown-vertical__dir .ty-menu__item-toggle{background:none;color:#bfbfbf;}.ty-menu-vertical .ty-menu__submenu-item-header{margin-bottom:0;padding-bottom:0;min-height:none;border-bottom:none;}.ty-menu-vertical .ty-menu__submenu-item-header .ty-menu__submenu-item-header .ty-menu__item-link{color:#1abc9c;text-transform:none;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover i{color:#a1a6aa !important;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items{border:1px solid #2b3e51;border-top:0px;border-bottom:0px;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-items{border:0px;}.ty-menu-vertical .ty-menu__submenu-items .ty-menu__item{border-top:1px solid #d8d8d8;border-bottom:0;}.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover &gt; .ty-menu__submenu-item-header .ty-menu__item-link{background:none;color:#000;}.ty-menu-vertical .menu-level-1.ty-menu__item-active &gt; .ty-menu__submenu-item-header{background:#e0e0e0;}.ty-menu-vertical__dropdown .ty-menu__item{display:none;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu{width:auto;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__submenu-items{width:auto;}.ty-menu-vertical .ty-menu__items.rtl .ty-menu__item-toggle{left:0px;}.ui-dialog input[type="text"],.ui-dialog input[type="password"],.ui-dialog textarea,.ui-dialog select{width:100%;}.ui-dialog input[type="checkbox"]{margin:-20px 0px;}body.dialog-is-open{overflow:visible;}div.ui-dialog .ui-dialog-title{overflow:hidden;text-overflow:ellipsis;}.ty-estimation-buttons__rate{margin-bottom:0px;}.top-menu-grid{padding-top:0;}.top-logo-grid{padding-top:15px;}.top-logo-grid:before,.top-logo-grid:after{display:table;content:"";line-height:0;width:100%;}.top-logo-grid:after{clear:both;}.ty-logo-container{text-align:center;margin:10px 0px 30px;}.tygh-header &gt; div,.tygh-top-panel &gt; div{padding:0px 10px;}.tygh-top-panel .ty-text-links-wrapper{border:none;}.ty-mainbox-title .ty-status{display:block;float:none;}.notification-content-extended{width:96%;left:2%;right:10px;margin:0px;}.ty-product-notification__body .ty-product-options-name{width:50%;}.ty-product-notification__body .ty-product-options-content{width:50%;text-align:right;}.notification-container{top:0;right:0px;min-width:100%;width:100%;}.notification-content{margin:0px;border:none;}.notification-content .close{top:8px;right:20px;}.ty-product-notification__image{float:none;display:block;margin:0 auto;}.ty-product-notification__product-name{max-width:200px;}.ty-table table,.ty-table thead,.ty-table tbody,.ty-table th,.ty-table td,.ty-table tr{display:block;}.ty-table{margin:5px 0px 20px;}.ty-table{border:none;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-table thead tr{position:absolute;top:-9999px;left:-9999px;}.ty-table tr{border:1px solid #ccc;border-bottom:none;}.ty-table tr:last-child{border-bottom:1px solid #ccc;}.ty-table td{border:none;border-bottom:1px solid #eee;white-space:normal;text-align:left;min-height:18px;width:auto !important;}.ty-table td:before,.ty-table td:after{display:table;content:"";line-height:0;width:100%;}.ty-table td:after{clear:both;}.ty-table tr td:last-child{border-bottom:0px;}.ty-table__no-items td{padding:0px;}.ty-table__no-items .ty-no-items{margin-bottom:0px;}.ty-table__responsive-header{float:left;width:35%;padding-right:5%;font-weight:bold;word-break:normal;display:block;}.ty-table__responsive-content{float:left;width:50%;}.ty-table.hidden,.ty-table .hidden{display:none;}.ty-cart-content .ty-cart-content__image-block{border-bottom:0;}.ty-cart-content .ty-table__responsive-header,.ty-table__responsive-content{float:none;width:100%;padding:0;}.ty-cart-content__image{float:none;text-align:center;}.ty-cart-content__left-buttons,.ty-cart-content__right-buttons{float:none;}.ty-cart-content__right-buttons{margin-top:10px;}.ty-cart-content__top-buttons .ty-btn,.ty-cart-content__bottom-buttons .ty-btn{display:block;width:100%;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-cart-content__top-buttons .ty-btn + .ty-btn,.ty-cart-content__bottom-buttons .ty-btn + .ty-btn{margin:10px 0 0;}.ty-cart-total .ty-coupons__container{float:none;padding:0;width:100%;}.ty-cart-content__estimation{max-width:inherit;}.ty-cart-statistic{float:none;margin-top:10px;}.ty-cart-statistic__title,.ty-cart-statistic__total-title{width:50%;margin-right:0;float:left;}.ty-cart-statistic__value,.ty-cart-statistic__total-value{width:50%;float:left;}.top-links-grid .ty-dropdown-box{background:none;}.ty-dropdown-box .ty-account-info__title-txt{display:none;}.account-benefits{margin:0px 0px 30px 0px;}.top-cart-content{margin:13px 0px;}.header-widget-grid .top-cart-content{margin:0px;}.header-widget-grid{padding:0px 10px;}.ty-grid-list__item:hover{border-radius:0px;background:transparent;}.ty-quick-view-button{display:none;margin-bottom:30px;}.product-list__control{float:none;margin-bottom:10px;}.product-list__image{float:none;margin:0px 0px 20px 0px;width:100%;text-align:center;}.ty-compact-list__controls{width:60%;}.ty-compact-list__image .ty-discount-label{display:inline-block;height:30px;position:static;float:none;}.ty-compact-list__image{padding:0px 10px 0px 0px;}.ty-sidebox{margin-bottom:10px;}.ty-sidebox:last-child{margin-bottom:30px;}.ty-product-block__left{display:block;overflow:visible;min-width:0;}.ty-product-block{position:initial;}.ty-product-block__img-wrapper{width:100%;margin:0;float:none;text-align:center;min-height:0;}.ty-product-block__img-wrapper:before,.ty-product-block__img-wrapper:after{display:table;content:"";line-height:0;width:100%;}.ty-product-block__img-wrapper:after{clear:both;}.ty-product-block__img-wrapper .ty-no-image{width:100% !important;}.ui-dialog .ty-product-variant-image{margin-left:0;}.ty-product-bigpicture__left,.ty-product-bigpicture__left-wrapper{width:100%;margin:0;}.ty-product-bigpicture__right{width:100%;margin-left:0;}.ty-product-thumbnails{width:100% !important;}.ty-account-detail{margin-left:0;background:none;padding-bottom:0;}.ty-profile-field__switch-label{float:none;text-align:center;margin-bottom:10px;}.ty-profile-field__switch-actions{float:none;text-align:center;}.ty-billing-first-name,.ty-billing-last-name,.ty-shipping-first-name,.ty-shipping-last-name,.ty-billing-country,.ty-billing-state,.ty-shipping-country,.ty-shipping-state,.ty-first-name,.ty-last-name{width:100%;}.ty-billing-first-name + .ty-billing-last-name,.ty-billing-country + .ty-billing-state,.ty-shipping-first-name + .ty-shipping-last-name,.ty-shipping-country + .ty-shipping-state,.ty-first-name + .ty-last-name{margin-left:0;}.ty-buttons-container__add-or-close .ty-btn{display:block;margin:0px;}.ty-buttons-container__add-or-close .ty-close-text{padding-top:10px;display:inline-block;}.ty-login-info{margin:30px 0 0;}.ty-success-registration__item{display:block;width:100%;}.ty-account-benefits{margin:30px 0 0;}.ty-company-fields{margin-bottom:20px;}.ty-company-info{margin:0;padding:0;background:none;}.ty-features-all{text-align:center;}.ty-feature__image{float:none;}.ty-product-feature__label{width:180px;}.ty-sitemap__tree-section-list,.ty-sitemap__section-wrapper{width:50%;}.ty-breadcrumbs{padding-right:0;}.ty-product-switcher{display:inline-block;width:100%;position:relative;padding:0;top:10px;text-align:center;}.ty-product-switcher__a{position:relative;top:0;vertical-align:middle;font-size:20px;}.ty-product-switcher__a-left,.ty-product-switcher__a-right{float:none;}.ty-product-switcher__a-left{margin-right:10px;}.ty-product-switcher__a-right{margin-left:10px;}.ty-product-switcher span{display:inline-block;float:none;font-size:100%;}.ty-checkout__login{float:none;padding:0 15px;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-checkout__register{float:none;padding:0 15px;margin:0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-checkout__register-content{padding-left:0;}.ty-checkout-buttons__submit-order{padding-bottom:20px;}.ty-payments-list__instruction{width:255px;}.ty-compare-products__menu,.ty-compare-sort{width:130px;}.ty-compare-products__product,.ty-compare-feature_item_size{width:180px;}.ty-compare__buttons .ty-btn{width:100%;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-compare__buttons .ty-btn + .ty-btn{margin:15px 0 0;}.search-block-grid{margin-top:0px !important;}.footer-no-wysiwyg ul{margin:0;}.ty-social-link-block{margin:10px 0px 20px;text-align:center;}.ty-footer-grid__full-width .ty-float-right,.ty-footer-grid__full-width .ty-float-left{float:none;}.ty-footer-grid__full-width &gt; .row{width:auto;margin:0 auto;}.ty-footer-menu__items,.ty-footer-general__body{margin:0;display:none;}.ty-footer-menu__items .ty-text-links__item,.ty-footer-general__body .ty-text-links__item{padding:15px 0px 15px 0px;border-bottom:1px solid #edf2f5;padding-left:20px;margin-bottom:0;}.ty-footer-menu__item{padding:15px 0px 15px 0px;border-bottom:1px solid #dfdfdf;padding-left:20px;margin-bottom:0;}.ty-footer-menu__header,.ty-footer-general__header{padding:15px 30px 15px 0;border-bottom:1px solid #f4f5f6;}.ty-footer-menu__icon-open,.ty-footer-menu__icon-hide{position:absolute;top:12px;right:0;font-size:40px;color:#bfbfbf;cursor:pointer;}.ty-footer-menu__icon-open{display:block;}.ty-footer-menu__header.open .ty-footer-menu__icon-hide,.ty-footer-general__header.open .ty-footer-menu__icon-hide{display:block;}.ty-footer-menu__header.open .ty-footer-menu__icon-open,.ty-footer-general__header.open .ty-footer-menu__icon-open{display:none;}.ty-footer-form-block__title{display:block;padding-right:0;}.ty-footer-form-block{text-align:center;margin:20px 0px 0px 0px;}.order-summary{margin-top:0;}.ty-step__container-active{margin-bottom:20px;}.ty-checkout-complete__buttons .ty-btn{margin:0 0 15px 0;}.ty-checkout-complete__buttons-left,.ty-checkout-complete__buttons-right{float:none;}.ty-period__wrapper{float:none;}.ty-login-popup{min-width:100px;max-width:none;}.ty-orders__actions .ty-btn{text-align:left;display:block;}.ty-orders__actions .ty-btn + .ty-btn{margin-left:0;margin-top:3px;}.ty-profiles-info__item{float:none;width:100%;margin-bottom:20px;}.ty-profiles-info__item:last-child{margin-bottom:0;}.ty-orders-detail__table-image{float:none;text-align:center;margin-bottom:10px;}.ty-orders-detail__table-description{margin-left:0;}.ty-orders-summary__right{float:none;}.ty-orders-summary__wrapper{float:none;min-width:0;}.ty-orders-search-options .ty-period{float:none;margin-left:0;}.ty-orders-search-options .ty-period__wrapper{padding-right:0;}.ty-orders-search-options .ty-period__select{width:100%;}.ty-orders-search-options .ty-period__select-date .ty-control-group__title{display:none;}.ty-orders-search-options .ty-status-info{margin-left:0;}.ty-orders-search-options .ty-status-info label{width:50%;}.ty-orders-search-options .ty-orders-search__options-status{margin-left:0;}.container{width:auto;}.row-fluid{width:100%;}.row{margin-left:0;}[class*="span"],.row-fluid [class*="span"]{float:none;display:block;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.row-fluid [class*="offset"]:first-child{margin-left:0;}.ty-cart-items{width:256px;}.ty-cart-items__list-item-desc{width:187px;}.ty-cart-items__list-item-tools{right:-10px;display:block;}.vendor-info-grid{margin-top:10px;}.vendor-stores-block-grid{float:left !important;width:auto !important;padding:10px 0;}.vendor-logo-grid .ty-logo-container-vendor{text-align:center;float:none;margin-bottom:20px;}.vendor-search-grid{margin-bottom:20px;}.ty-vendor-information{text-align:center;}.ty-text-links-wrapper{border-bottom:1px solid #edf2f5;}.ty-text-links-btn{display:inline-block;padding:9px 10px 7px 10px;color:#6a93ac;cursor:pointer;}.ty-text-links-btn.open{z-index:650;background:#6a93ac;color:#fff;}.ty-text-links-btn__arrow{font-size:20px;line-height:0;position:relative;top:5px;width:7px;vertical-align:super;}.top-links-grid .ty-text-links-btn{margin-top:-7px;}.ty-text-links_show_inline{position:absolute;min-width:170px;left:15px;right:15px;display:none;background:#fff;border:1px solid #7ea1b7;padding:7px 14px;z-index:5;margin:0;}.ty-text-links_show_inline .ty-level-0 &gt; .ty-text-links{display:block;background:none;border:0 none;padding:0;position:relative;}.ty-text-links_show_inline .ty-text-links__item{margin-right:0;display:block;}.ty-text-links_show_inline .ty-text-links{margin:0;}.ty-text-links_show_inline .ty-text-links__item .ty-text-links__a{display:block;}.ty-filter-tooltip{float:right;left:0 !important;margin-right:20px;}.daterangepicker.dropdown-menu.opensright,.daterangepicker.dropdown-menu.opensleft{min-width:340px !important;}.daterangepicker.dropdown-menu.opensright .ranges,.daterangepicker.dropdown-menu.opensright .calendar,.daterangepicker.dropdown-menu.opensleft .ranges,.daterangepicker.dropdown-menu.opensleft .calendar{float:none;margin:10px auto 15px;}.daterangepicker.dropdown-menu.opensright:before,.daterangepicker.dropdown-menu.opensleft:before,.daterangepicker.dropdown-menu.opensright:after,.daterangepicker.dropdown-menu.opensleft:after{display:none;}.ty-sidebox__body{display:none;}.ty-horizontal-product-filters{padding-left:0;}.ty-horizontal-product-filters-dropdown{width:100%;border-bottom:1px solid #a1a1a1;}.ty-horizontal-product-filters-dropdown:last-child{border-bottom:none;}.ty-horizontal-product-filters-dropdown__content{min-width:100%;border-top:none;border-bottom:none;border-left:1px solid #edf2f5;border-right:1px solid #edf2f5;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}.ty-horizontal-product-filters-dropdown .ty-horizontal-product-filters-dropdown__wrapper{display:block;padding:10px;}.ty-horizontal-product-filters-dropdown__content{position:relative;margin-bottom:10px;}.ty-horizontal-product-filters-dropdown__icon{float:right;margin-right:4px;top:0px;}.ty-subcategories{text-align:center;}}@media screen and (max-width: 480px){.ty-mainbox-title__right{float:none;display:block;margin-top:0;}.ty-mainbox-title__left{float:none;display:block;}.ty-cart-content__buttons{padding:16px 12px;}.header-widget-grid .top-logo-grid{padding-top:0px;}.header-widget-grid .top-logo-grid{width:50%;float:left;}.header-widget-grid .cart-content-grid{width:50%;float:right;white-space:nowrap;}.ty-estimation-buttons__rate{margin-bottom:10px;}.ty-search-form__input{margin:4px 0px;width:100%;}.ty-features-all .ty-column6{width:50%;}.ty-product-list__image{float:none;margin-bottom:25px;margin-right:0px;text-align:center;}.ty-sitemap__tree-section-list,.ty-sitemap__section-wrapper{width:100%;min-height:0;}.ty-compact-list__controls .ty-product-coming-soon{position:absolute;right:0px;text-align:left;padding-top:0px;}.ty-product-feature__label{width:120px;}.ty-product-feature__value{max-width:160px;}.ty-sort-container__views-a{padding:7px;}.ty-compact-list__image,.ty-compact-list__title{display:block;width:100%;float:none;padding:0;}.ty-compact-list__image{margin-bottom:10px;}.ty-btn__add-to-cart{margin-right:10px;}.ty-product-block__button .ty-btn + .ty-btn,.ty-product-block__button .ty-btn ~ .ty-btn{margin-left:0px;}.ty-pagination{text-align:center;}.ty-pagination__btn{width:94%;}.ty-pagination__items{margin:15px 0;}.ty-pagination__item{padding:5px 6px;}.ty-pagination__text{display:inline-block;}.ty-compact-list__controls{width:100%;text-align:left;}.ty-compact-list__price{text-align:left;width:100%;padding-bottom:10px;}.ty-compact-list__price .ty-price-update{display:inline-block;}.ty-step__title-txt{font-size:18px;}.ty-checkout__billing-tabs .ty-tabs{padding:0px;}.ty-checkout__billing-tabs .ty-tabs__item{float:none;}.ty-checkout-complete__login-info,.ty-checkout-complete__create-account{display:block;width:100%;margin-left:0;}.ty-payments-list{padding-right:0;}.ty-payments-list__instruction{width:auto;}.ty-companies__img{float:none;}.ty-companies__info{padding:0;}.ty-filters-search__item{padding-right:0;}.ty-subcategories-block{min-width:100%;}.ty-product-notification__buttons{display:block;text-align:right;}.ty-product-notification__buttons &gt; div{float:none;display:inline-block;margin:3px auto;}}.quickcheckout{max-width:1200px !important;float:none;margin:auto;}.quickcheckout .ty-mainbox-title{display:none !important;}.quickcheckout .cm-processed-form{width:initial !important;float:initial !important;}.quickcheckout .ty-checkout-block-three{width:32.33%;float:left;margin:0.5%;display:inline-block;background:#fafafa;border:thin solid #eee;}.quickcheckout .ty-checkout-block-full{width:99% !important;}.quickcheckout .ty-login{padding:10px !important;}.quickcheckout .buttons-container{margin:15px 0px !Important;text-align:center !important;padding:0px 10px !important;background:none !important;box-sizing:border-box !important;}.quickcheckout .cm-checkout-place-order.ty-btn{width:100% !important;}.quickcheckout .options .option{float:left !important;margin-right:10px !important;background:#f3f3f3 !important;padding:2px 10px !important;text-transform:lowercase !important;font-size:13px !important;}.quickcheckout .ty-cart-content .ty-table th{background:#eee !important;}.quickcheckout .ty-step__title-txt{color:#343434 !important;font-size:20px !important;font-weight:bold !important;border-bottom:1px solid #ececec !important;width:100% !important;display:block !important;padding:1px 2px 5px 0px !important;}.quickcheckout .ty-step__title-active{background:none !important;}.quickcheckout .ty-step__body-active{padding:0px 0 !important;padding-bottom:20px !important;}.quickcheckout .ty-cart-total__wrapper{padding:10px 15px;border:none;background:white;}.quickcheckout .ty-cart-total{border:0px !important;box-shadow:none !Important;}.quickcheckout .ty-cart-total{background:none;margin-bottom:0px;}.quickcheckout .ty-cart-statistic{float:right;width:100%;text-align:right;}.quickcheckout .ty-cart-statistic__value{width:100px;text-align:left;}.quickcheckout .ty-cart-statistic__title{float:none;width:auto;}.quickcheckout .ty-cart-content{margin-top:0px;}.quickcheckout .ty-coupons__container{float:left;padding-right:0px;width:100%;margin:10px 0px 20px;}.quickcheckout .ty-coupons__container .ty-btn-go{position:absolute;top:0px;right:0px;padding:0 10px;min-width:inherit;height:inherit;height:100%;border:0px;border:thin solid #cdcdcd;box-sizing:border-box;border-left:thin solid #cdcdcd;background:#f3f3f3;cursor:pointer;}.quickcheckout .ty-coupons__container .ty-input-append{margin:0px;}@media (max-width: 768px){.quickcheckout .ty-checkout-block,.quickcheckout .ty-checkout-block-full{width:99%;}}.ty-business_class{display:none;}.ty-invoice_type{text-align:center;padding:20px 0px 15px;}.ty-invoice_type label.ty-control-group__title{display:none;}#step_two_body .buttons-container{display:none;}.quickcheckout_checkoutcheckout .header-grid{display:none !important;}.quickcheckout_checkoutcheckout .tygh-footer{display:none !important;}.quickcheckout_checkoutcheckout .main-content-grid .check-title{display:none;}.quickcheckout_checkoutcheckout .sumar-pret{margin-top:20px;padding-top:20px;border-top:1px solid #bfbfbf;}.quickcheckout_checkoutcheckout .left-checkout{width:70%;}.quickcheckout_checkoutcheckout .right-checkout{height:100vh;position:fixed;right:0;padding-right:50px;top:0;margin:0;background:#fff;padding-top:5em;padding-left:3em;box-shadow:1px 0 0 #d7d7d7 inset;width:35%;box-sizing:border-box;}.quickcheckout_checkoutcheckout .ty-cart-statistic__item{color:black;font-size:16px;}.quickcheckout_checkoutcheckout .ty-cart-statistic__value{font-weight:bold;}.quickcheckout_checkoutcheckout #cart_items h1{display:none;}.quickcheckout_checkoutcheckout #cart_items .row-produs{display:flex;width:100%;}.quickcheckout_checkoutcheckout #cart_items .row-produs .ty-cart-content__image{max-width:10%;}.quickcheckout_checkoutcheckout #cart_items .ty-cart-content__description .ty-cart-content__product-title{font-weight:bold;color:black !important;}.quickcheckout_checkoutcheckout #cart_items .ty-icon-cancel-circle{color:black;}.quickcheckout_checkoutcheckout #cart_items .ty-cart-content__qty{padding-left:5px;padding-right:5px;}.quickcheckout_checkoutcheckout #cart_items .ty-cart-content__qty input.ty-value-changer__input{color:black !important;border-color:black !important;padding:6px !important;height:33px !important;border-radius:0 !important;}.quickcheckout_checkoutcheckout #cart_items .ty-cart-content__qty .ty-value-changer__increase,.quickcheckout_checkoutcheckout #cart_items .ty-cart-content__qty .ty-value-changer__decrease{color:black;border-color:black;}.quickcheckout_checkoutcheckout #cart_items .ty-cart-content__price .price{font-weight:bold;font-size:16px;}.quickcheckout_checkoutcheckout .ty-checkout__terms{margin:10px 0 !important;padding:0 !important;border:0 !important;background:none !important;}.quickcheckout_checkoutcheckout .ty-checkout-buttons{background:none !important;}.quickcheckout_checkoutcheckout .ty-checkout__shipping-tips{display:none;}.quickcheckout_checkoutcheckout #shipping_rates_list .ty-shipping-options__method{padding:0 !important;}.quickcheckout_checkoutcheckout #shipping_rates_list .ty-shipping-options__method label{display:inline-block;width:100%;position:relative;text-align:left;padding-left:35px;padding-bottom:6px;padding-top:5px;z-index:9999;cursor:pointer;}.quickcheckout_checkoutcheckout input{border-color:#d9d9d9 !important;height:43px !important;padding:8px 15px !important;border:1px solid !important;box-sizing:border-box !important;border-radius:5px !important;background-color:#fff !important;font-size:15px !important;color:#2b2b2b !important;}.quickcheckout_checkoutcheckout .continua-cumparaturile{display:inline-block;margin-top:20px;text-align:center;width:100%;margin-bottom:30px;}.quickcheckout_checkoutcheckout .ty-cart-total h1{display:none;}.quickcheckout_checkoutcheckout .ty-cart-statistic__title{float:left !important;}.quickcheckout_checkoutcheckout .ty-checkout-block-three{width:100%;border:0;background:none;}.quickcheckout_checkoutcheckout .ty-step__title-txt{border:0;font-size:20px;font-weight:100;}.quickcheckout_checkoutcheckout .ty-step__title-active{margin-bottom:0;}.quickcheckout_checkoutcheckout .logo-checkout{max-width:200px;margin:50px auto 10px auto !important;display:inherit;}.quickcheckout_checkoutcheckout .ty-subheader{display:none !important;}.quickcheckout_checkoutcheckout .ty-cart-content{border:0 !important;box-shadow:none !important;}.quickcheckout_checkoutcheckout .ty-cart-content .ty-cart-content__product-elem,.quickcheckout_checkoutcheckout .ty-cart-content .ty-cart-content__title{border:0 !important;}.quickcheckout_checkoutcheckout .extra-lab{display:block !important;}.quickcheckout_checkoutcheckout .produse-in-cos .ty-cart-content__product-title{font-size:14px !important;color:black;}.quickcheckout_checkoutcheckout .produse-in-cos .ty-cart-content__qty{display:none;}.quickcheckout_checkoutcheckout .button-tip-adresa{display:inline-block;width:48%;background:white;border:2px solid;position:relative;padding:21px;box-sizing:border-box;color:black;font-weight:bold;border-color:#d9d9d9;float:left;margin:0 1%;}.quickcheckout_checkoutcheckout .button-tip-adresa input{display:none;}.quickcheckout_checkoutcheckout .button-tip-adresa label{position:absolute;left:0;top:0;width:100%;padding:15px;cursor:pointer;box-sizing:border-box;}.quickcheckout_checkoutcheckout select{border-color:#d9d9d9 !important;height:43px !important;padding:8px 15px !important;border:1px solid !important;box-sizing:border-box !important;border-radius:5px !important;background-color:#fff !important;font-size:15px !important;color:#2b2b2b !important;}.quickcheckout_checkoutcheckout .ty-control-group label{float:left !important;}.quickcheckout_checkoutcheckout .button-tip-adresa.active{border-color:#000 !important;}.quickcheckout_checkoutcheckout textarea{border-color:#d9d9d9 !important;padding:8px 15px !important;border:1px solid !important;box-sizing:border-box !important;border-radius:5px !important;background-color:#fff !important;font-size:15px !important;color:#2b2b2b !important;}.quickcheckout_checkoutcheckout .ty-checkout-buttons{padding-top:0 !important;border-top:0 !important;}.quickcheckout_checkoutcheckout .ty-checkout-buttons .ty-btn__primary{padding:14px !important;background:black !important;}.quickcheckout_checkoutcheckout .ty-payments-list__item{position:relative;}.quickcheckout_checkoutcheckout .ty-payments-list__item .ty-payments-list__item-group{padding-left:0;}.quickcheckout_checkoutcheckout .ty-payments-list__item .ty-payments-list__item-group .ty-payments-list__item-title{font-size:14px;padding:10px 0 10px 40px;position:relative;z-index:9999999;color:#333;cursor:pointer;font-weight:bold;}.quickcheckout_checkoutcheckout .ty-payments-list__item .ty-payments-list__item-group .ty-payments-list__description{padding-left:35px;}.quickcheckout_checkoutcheckout .ty-payments-list__item:hover input ~ .checkmark{background-color:#ccc;}.quickcheckout_checkoutcheckout .ty-payments-list__item input:checked ~ .checkmark{background-color:#000;}.quickcheckout_checkoutcheckout .ty-payments-list__item input:checked ~ .checkmark:after{display:block;}.quickcheckout_checkoutcheckout .ty-payments-list__item input{position:absolute;opacity:0;cursor:pointer;}.quickcheckout_checkoutcheckout .ty-payments-list__item .checkmark:after{top:9px;left:9px;width:8px;height:8px;border-radius:50%;background:white;}.quickcheckout_checkoutcheckout .checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee;border-radius:50%;}.quickcheckout_checkoutcheckout .checkmark:after{content:"";position:absolute;display:none;}.quickcheckout_checkoutcheckout .ty-profile-field__switch{border-color:#d9d9d9 !important;}.quickcheckout_checkoutcheckout .head-check{text-align:center;}.quickcheckout_checkoutcheckout .ty-shipping-options__method{padding-left:35px;font-size:14px;color:black;font-weight:bold;position:relative;}.quickcheckout_checkoutcheckout .sumar-trans .cart-item-info{display:inline-block;width:100%;box-sizing:border-box;padding:0 15px 0 0;color:black;font-size:16px;padding-top:20px;border-top:1px solid #bfbfbf;}.quickcheckout_checkoutcheckout .sumar-trans .cart-item-info b{float:right;}.quickcheckout_checkoutcheckout .ty-shipping-options__method:hover input ~ .checkmark{background-color:#ccc;}.quickcheckout_checkoutcheckout .ty-shipping-options__method input:checked ~ .checkmark{background-color:#000;}.quickcheckout_checkoutcheckout .ty-shipping-options__method input:checked ~ .checkmark:after{display:block;}.quickcheckout_checkoutcheckout .ty-shipping-options__method input{position:absolute;opacity:0;cursor:pointer;}.quickcheckout_checkoutcheckout .ty-shipping-options__method .checkmark:after{top:9px;left:9px;width:8px;height:8px;border-radius:50%;background:white;}.quickcheckout_checkoutcheckout .top-grid{display:none;}.quickcheckout_checkoutcheckout .ty-control-group.ty-profile-field__item.ty-invoice_type_switch.invoice_type label{display:block;}.quickcheckout_checkoutcheckout .imgProd{width:100% !Important;}.quickcheckout_checkoutcheckout .invoice_type label.ty-control-group__title{display:none !important;}.quickcheckout_checkoutcheckout .ty-cart-content__description{text-align:left !important;width:40% !important;}.quickcheckout_checkoutcheckout .ty-sku{display:none !important;}.quickcheckout_checkoutcheckout .sumar-trans .cart-item-info{text-align:left !important;}.quickcheckout_checkoutcheckout .sumar-trans .cart-item-info{padding-right:0;}.quickcheckout_checkoutcheckout .ty-price{color:#f06c43 !important;font-size:25px;}.quickcheckout_checkoutcheckout .ty-cart-content__product-elem.ty-cart-content__price bdi{padding-top:0 !important;}.quickcheckout_checkoutcheckout .options .option{background:none !important;padding:0 !important;color:black !important;opacity:0.7 !important;}.quickcheckout_checkoutcheckout .ty-cart-content__price{width:38% !important;display:flex;}.quickcheckout_checkoutcheckout .ty-cart-content__price bdi:nth-child(1){margin-left:auto !important;}.quickcheckout_checkoutcheckout .ty-cart-content__price bdi:nth-child(2){margin-left:10px !important;}.quickcheckout_checkoutcheckout .tygh-content{background:#f9f9f9 !important;}.quickcheckout_checkoutcheckout .ty-step__title-txt{text-align:left;border:0 !important;font-weight:100 !important;}.quickcheckout_checkoutcheckout .ty-payments-list__item-group .ty-payments-list__item-title{float:left;display:inline-block;width:100%;text-align:left;padding-top:3px !important;}@media (max-width: 768px){.quickcheckout_checkoutcheckout .tygh-top-panel{display:none !important;}.quickcheckout_checkoutcheckout .ty-cart-content.ty-table .ty-cart-content__product-elem.ty-cart-content__price{border:0 !important;}.quickcheckout_checkoutcheckout .quickcheckout .cm-processed-form{display:flex !important;flex-direction:column !important;}.quickcheckout_checkoutcheckout .quickcheckout .right-checkout{margin-top:165px;position:initial !important;width:100% !important;order:0;height:auto !important;padding:0 !important;box-shadow:none !important;background:none !important;}.quickcheckout_checkoutcheckout .quickcheckout .right-checkout .ty-cart-content__price{border-bottom:0px !important;}.quickcheckout_checkoutcheckout .quickcheckout .right-checkout .ty-cart-total__wrapper{background:none !important;}.quickcheckout_checkoutcheckout .quickcheckout .left-checkout{width:100% !important;order:1;}.quickcheckout_checkoutcheckout .quickcheckout .head-check{position:absolute;top:0;display:inline-block;width:100%;text-align:center;max-width:100%;left:0;}.quickcheckout_checkoutcheckout .quickcheckout .continua-cumparaturile{position:absolute;top:89px;left:0;}}.quickcheckout{display:flex !important;flex-direction:column !important;}.quickcheckout form.cm-processed-form{order:2 !important;}a,li,span,p,h1,h2,h3,h4,h5,bdi,div,em,sup,sub,h6{font-family:-apple-system,BlinkMacSystemFont,'avenir next',avenir,'helvetica neue',helvetica,ubuntu,roboto,noto,'segoe ui',arial,sans-serif !important;}.logo_top{padding-top:4px;}.logo_top img{width:130px;float:left;}.span10.top_menu{margin-left:0px;margin-top:5px;}.header-grid .ty-menu__items,.top_menu .ty-menu__items{background:none;}.ty-designer-page .desinger-page_info{background-position:left !important;box-sizing:border-box;border:5px solid white;position:relative;}.ty-designer-page .desinger-page_info .designer-page_info-info{display:inline-block;float:left;background:white !important;position:absolute;left:149px;bottom:2vw !important;border-radius:0 65px 65px 0;z-index:1;}.ty-designer-page .designer-page_thumb{position:relative;z-index:2;bottom:1vw !important;}.ty-designer-page .designer-page_thumb img{border:5px solid white;}.header-search{padding-top:15px;padding-right:15px;}.header-search .cm-hint{color:#746d80;}.header-search input[type="text"],.header-search textarea,.header-search select{text-transform:uppercase;font-weight:600;text-align:right;padding-right:40px;background:none;border:none;}.header-search .ty-search-magnifier{color:#736d7f;}@media (min-width: 1181px){.span16.header-mobil.desktop-hidden{display:none !important;}.seller_list img.design-aditional__image{display:none;}.seller_list #item .secondary-img{display:none;position:absolute;right:0;top:0;z-index:99999999999;overflow:visible;}.grid-item__top:hover .designer_avatar{display:none !important;}.grid-item__top:hover .grid-item__hover{display:block;height:30px;}.grid-item__top:hover .grid-item__hover .likes_holder{transform:scale(0.8);padding-right:6px !important;padding-top:0px !important;margin-toP:-4px;float:right;}.grid-item__top:hover .grid-item__hover .likes_holder i{font-size:16px;color:#736d7f;margin-left:4px;background:#e6e6e8;padding:7px;border-radius:2px;cursor:pointer;}.grid-item__top:hover .grid-item__hover .likes_holder span{vertical-align:middle;}.grid-item__top:hover .grid-item__hover form.cm-disable-empty-files.cm-ajax.cm-ajax-full-render.cm-ajax-status-middle.cm-processed-form{position:relative;}.grid-item__top:hover .grid-item__hover .button-container{display:block;transform:scale(0.8);}.grid-item__top:hover .grid-item__hover .button-container .ty-btn{background:#f4406a;border-radius:2px;font-size:12px;padding:5px 18px;text-transform:uppercase;position:absolute;left:-19px;top:-1px;}}.grid-list .bottom_hidden{display:none;}.grid-list .product-c-name{padding:5px 0 !important;border-bottom:1px solid gainsboro;margin:0 10px;}.grid-list .product-product{font-size:16px;font-weight:bold;display:block;overflow:hidden;text-overflow:ellipsis;color:#736d7f;}.grid-list .ty-discount-label{display:none;}.grid-list .button-container{display:none;}.grid-list .grid-item__image{padding:10px 0 10px 0;margin:0 10px;border-bottom:1px solid gainsboro;}.grid-list .grid-item__image img{border-radius:2px 2px 0 0;}.grid-list .grid-item{border:none;padding:0px;border-radius:2px;min-height:295px;}.grid-list .grid-item .button-container{display:none;}.grid-list .grid-item .grid-item__top{display:block;background:white;box-shadow:0 1px 3px 0 rgba(0,0,0,0.15);border-radius:2px;background-color:white;}.grid-list .grid-item .grid-item__top .grid-item__sales-price{height:35px;padding:0 10px;}.grid-list .grid-item .grid-item__top .grid-item__sales-price .grid-item_views{display:inline-block;width:50%;text-align:left;padding-left:12px;padding-top:8px;box-sizing:border-box;float:left;}.grid-list .grid-item .grid-item__top .grid-item__sales-price .grid-item_views i{font-size:11px;color:#b8b4bf;}.grid-list .grid-item .grid-item__top .grid-item__sales-price .grid-item_views span{font-size:10px;color:#b8b4bf;font-weight:700;}.grid-list .grid-item .grid-item__top .grid-item__sales-price .grid-item__price{display:inline-block;width:50%;text-align:right;padding-right:12px;padding-top:8px;box-sizing:border-box;float:right;}.grid-list .grid-item .grid-item__top .grid-item__sales-price .grid-item__price .ty-price{font-size:16px;color:#120d29;}.grid-list .grid-item .grid-item__top .grid-item__sales-price .grid-item__price .ty-price span{font-weight:800;font-size:initial;}.grid-list .grid-item .grid-item__top .grid-item__sales-price .grid-item__price .ty-list-price{font-size:11px;color:#120d29;}.grid-list .grid-item .grid-item__top .grid-item__sales-price .grid-item__price .ty-list-price span{font-size:11px;font-weight:800;}.grid-list .grid-item .grid-item__bottom{height:35px;}.grid-list .grid-item .grid-item__bottom .designer_avatar{display:inline-block;width:75%;text-align:left;padding-left:6px;padding-top:8px;box-sizing:border-box;float:left;text-overflow:ellipsis;max-width:121px;overflow:hidden;}.grid-list .grid-item .grid-item__bottom .designer_avatar img.designer_avatar--img{width:20px;border-radius:50%;}.grid-list .grid-item .grid-item__bottom .designer_avatar span{font-size:12px;color:#736d7f;font-weight:700;vertical-align:middle;padding-left:5px;}.grid-list .grid-item .grid-item__bottom .likes_holder{display:inline-block;width:25%;text-align:right;padding-right:6px;padding-top:10px;box-sizing:border-box;float:right;}.grid-list .grid-item .grid-item__bottom .likes_holder i{font-size:16px;color:#736d7f;margin-left:4px;}.grid-list .grid-item .grid-item__bottom .likes_holder span{font-size:12px;color:#736d7f;font-weight:700;vertical-align:bottom;}.grid-list .grid-item__hover{display:none;}.secondary-menu .ty-menu__item-link{display:inline-block;padding-left:0px !important;}.ty-menu__item-link:active{color:white;}.ty-product-bigpicture{max-width:1200px;margin:auto;}.ty-product-bigpicture .ty-product-block-title{border-bottom:none;padding-bottom:0px;font-size:30px;text-transform:initial;font-size:40px;color:#120d29;font-weight:600;letter-spacing:-1px;}.ty-product-bigpicture .ty-product-block__sku span{font-size:12px;color:#736d7f;letter-spacing:-0.1px;text-align:left;font-weight:600;padding:0 0 32px;}.ty-product-bigpicture .product_info__on_page{display:block;}.ty-product-bigpicture .product_info__on_page .info_avatar{display:inline-block;float:left;}.ty-product-bigpicture .product_info__on_page .info_avatar img{width:50px;border-radius:2px;}.ty-product-bigpicture .product_info__on_page .info_designer_views{display:inline-block;}.ty-product-bigpicture .product_info__on_page .info_designer_views .info_designer span{color:#736d7f;font-size:14px;font-weight:600;padding-left:20px;}.ty-product-bigpicture .product_info__on_page .info_designer_views .info_designer span p{display:inline;font-size:14px;}.ty-product-bigpicture .product_info__on_page .info_designer_views .info_designer span p a{font-weight:bold;color:#0a0526;}.ty-product-bigpicture .product_info__on_page .info_designer_views .info_views{padding-left:20px;padding-top:5px;}.ty-product-bigpicture .product_info__on_page .info_designer_views .info_views i{color:#746d81;font-size:16px;padding-right:5px;}.ty-product-bigpicture .product_info__on_page .info_designer_views .info_views i.fa-heart{cursor:pointer;}.ty-product-bigpicture .product_info__on_page .info_designer_views .info_views span{font-size:14px;font-weight:600;color:#736d7f;letter-spacing:-0.1px;padding-right:16px;}.ty-product-bigpicture .product_terms{display:block;margin:39px 0 32px 0;font-size:16px;color:#120d29;font-weight:400;}.ty-product-bigpicture .product_included_types p{font-size:14px;color:#736d7f;letter-spacing:-0.32px;text-align:left;font-weight:600;padding:0 0 10px 0;}.ty-product-bigpicture .product_included_types span{background:#736d7f;border-radius:3px;color:#f8f8f8;font-weight:400;font-size:16px;padding:7px;}.ty-product-bigpicture .ty-product-bigpicture__prices{position:relative;z-index:2;box-shadow:none;}.ty-product-bigpicture .ty-product-bigpicture__sidebar-bottom{position:relative;z-index:2;}.ty-product-bigpicture .ty-product-bigpicture__prices.price-bg{position:initial;z-index:initial;}.ty-product-bigpicture .price-bg .ty-price-update span.ty-price bdi span.ty-price-num:nth-child(1){display:none;}.ty-product-bigpicture .price-bg .ty-price-update span.ty-price bdi span.ty-price-num:nth-child(2){position:absolute;font-size:13em;letter-spacing:-5px;color:#b8b4bf;left:-30px;opacity:0.1;top:33px;z-index:1;}.ty-product-bigpicture .ty-price-update{display:inline-block;float:left;}.ty-product-bigpicture .ty-price-update span.ty-price{position:relative;top:18px;}.ty-product-bigpicture .ty-price-update span.ty-price bdi span.ty-price-num:nth-child(1){color:#120d29;font-size:20px;vertical-align:top;position:relative;top:-6px;}.ty-product-bigpicture .ty-price-update span.ty-price bdi span.ty-price-num:nth-child(2){color:#120d29;font-size:43px;margin-right:10px;}.ty-product-bigpicture .ty-product-bigpicture__prices{display:block;}.ty-product-bigpicture .ty-product-bigpicture__prices .ty-list-price{color:#140038;font-weight:600;font-size:12px;}.ty-product-bigpicture .ty-btn__add-to-cart{background:#f4406a;border-radius:2px;font-size:16px;font-weight:400;padding:10px 20px;}.ty-product-bigpicture .ty-btn__add-to-cart:hover{background:#140038;padding:10px 20px;}.ty-product-bigpicture .ty-add-to-wish:before{font-family:'Font Awesome 5 Pro';font-weight:400;content:"\f004";margin-right:5px;}.ty-product-bigpicture .ty-add-to-wish{background:#e6e6e8;border-radius:2px;font-size:16px;color:#736d7f;font-weight:600;text-transform:uppercase;}.ty-product-bigpicture .ty-add-to-compare{display:none;}.ty-product-bigpicture .at-share-btn-elements{padding-top:10px;}.ty-product-bigpicture .product_info_bottom{margin-top:14px;}.ty-product-bigpicture .product_info_bottom span{font-size:14px;color:#736d7f;font-weight:600;}.ty-product-bigpicture .product_info_bottom span.license__type{font-size:14px;color:#120d29;letter-spacing:-0.09px;font-weight:600;}.ty-product-bigpicture .product_tags{margin-top:20px;}.ty-product-bigpicture .product_tags a{padding:5px;background:#b8b4bf;font-size:16px;border-radius:3px;font-weight:600;color:white;display:inline-block;margin-right:4px;margin-bottom:4px;}.ty-product-bigpicture .product_tags a:hover{background:#0c0035;}.ty-product-bigpicture .ty-product-block__button{margin-top:30px;}form.ty-add-product-form .select2-container--default .select2-selection--multiple{height:auto !important;}form.ty-add-product-form .select2-container--default .select2-selection--multiple ul{vertical-align:middle;}form.ty-add-product-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{position:relative !important;float:right;right:0 !important;margin-left:5px;margin-top:-2px;}.cm-failed-field{border:2px solid #f4406a !important;background:#fff !important;}.breadcrumbs-grid .ty-product-switcher{display:none;}.alert-error{background:#f4406a;}.container-fluid.ty-footer-grid{margin:0;}.top-cart-content{text-align:right;}.ty-product-bigpicture__left{width:54%;float:left;text-align:center;box-sizing:border-box;padding-right:50px;}.ty-product-bigpicture__right{float:left;margin-left:0px;width:46%;box-sizing:border-box;}.ty-product-bigpicture__right .product_info--title{display:inline-block;width:100%;}.ty-product-bigpicture__right a.ty-add-to-wish{font-size:16px;color:#736d7f;text-transform:initial;}.ty-breadcrumbs{text-align:left;}.ty-product-bigpicture__left-wrapper{margin:0px;}*{outline:none !important;}.ty-login form.cm-processed-form .buttons-container .ty-btn{background:#5e48c8;border-radius:2px;width:156px;height:40px;float:right;font-size:14px !important;color:#fff;letter-spacing:0.2px !important;text-align:center;text-transform:uppercase;font-weight:600;}.ty-recover-password form.cm-processed-form .buttons-container .ty-btn{background:#5e48c8;border-radius:2px;width:170px !important;height:40px;float:right;font-size:14px !important;color:#fff;letter-spacing:0.2px !important;text-align:center;text-transform:uppercase;font-weight:600;}.ty-product-bigpicture__img .ty-pict{max-height:inherit;}@media (min-width: 1150px) and (max-width: 1224px){.span10.top_menu{width:64% !important;}}.header-account-cart{text-align:right;float:right !important;width:500px !important;position:absolute;right:5%;}.header-account-cart .top-cart-content{float:right;}.header-account-cart .top-cart-content .ty-dropdown-box__title{padding:28px 11px 7px 23px;}.header-account-cart .top-cart-content .ty-dropdown-box__title i.ty-icon-down-micro{display:none;}.header-account-cart span.ty-minicart-title.empty-cart.ty-hand{font-weight:700;font-size:14px;color:#969b9b;}.header-account-cart .ty-dropdown-box__title.cm-combination:hover span.ty-minicart-title.empty-cart.ty-hand{color:white;}.header-account-cart .ty-dropdown-box__title.cm-combination:hover .ty-minicart__icon{color:#fff !important;}.header-account-cart .ty-minicart__icon,.header-account-cart .ty-icon-down-micro{color:#969b9b !important;}@media only screen and (max-width: 1350px){.seler-form__container .ty-register__left{width:100%;margin:auto;}.seler-form__container .ty-seller-info__right{width:100%;margin:auto;float:none !important;}.span4.header-account-cart{width:25% !important;}.ty-dropdown-box__title{padding:23px 5px 7px 0px;}.header-account-cart span.ty-account-info__title-txt{font-size:13px;}.ty-menu__item .ty-menu__item-link{padding:14px 10px !important;font-size:13px;}.header-account-cart span.ty-minicart-title.empty-cart.ty-hand{font-size:13px;}}.secondary-menu li.ty-menu__item.ty-menu__item-nodrop:hover .ty-menu__item-link{background:none !important;color:#140038;}.secondary-menu li.ty-menu__item.ty-menu__item-nodrop:hover a:before{color:#140038;}.secondary-menu .ty-menu__item .ty-menu__item-link{background:white;}.secondary-menu li:last-child{float:right;position:relative;}.secondary-menu li:last-child .ty-search-block{margin-top:16px;}.secondary-menu li:last-child .ty-search-block .ty-search-block__input{text-align:right;padding-right:70px;background:none;border:0px;font-size:14px;color:#b8b5bf;border-radius:0px;border-bottom:2px solid #b8b5bf;text-transform:uppercase;font-weight:bold;}.secondary-menu li:last-child .ty-search-block .ty-search-magnifier{top:2px;}.secondary-menu li:last-child .ty-search-block .ty-search-magnifier i{font-size:18px;color:#736d7f;}.ty-account-info__title-txt{font-size:14px;font-weight:700;}.seller-mm .items-mm{display:none;}.seller-mm a{display:block;padding:5px 0;}.seller-mm span{color:white;display:inline-block;width:100%;font-weight:bold;}.seller-mm span i{float:right;color:white !important;}.seller-mm .seller-mm-oppen{padding:5px 0;}.seller-mm .seller-mm-oppen .fa-times{display:none;}.seller-mm .hidden-t{color:black !Important;}.seller-mm .hidden-t i{color:white !Important;}.seller_dasboard{width:100%;padding-top:5%;display:block;}.seller_dasboard .seller_card-wrapper:first-child{padding:0px;}.seller_dasboard .seller_card-wrapper:last-child{padding:0px;}.seller_dasboard .seller_card-wrapper{box-sizing:border-box;border-radius:2px;width:19%;display:inline-block;padding:0 0.5%;}.seller_dasboard .seller_card-wrapper .seller-card{background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.seller_dasboard .seller_card-wrapper .seller-card .graph-value.emptyz:before{content:'' !important;}.seller_dasboard .seller_card-wrapper .seller-card span.title{padding-top:20px;font-size:12px;font-weight:600;text-transform:uppercase;color:#736d7f;letter-spacing:-0.1px;text-align:center;display:block;}.seller_dasboard .seller_card-wrapper .seller-card span.value{display:block;font-size:50px;color:#120d29;letter-spacing:-1.8px;text-align:center;font-weight:lighter;padding:0.6em 0;}.seller_dasboard .seller_card-wrapper .seller-card span.graph-value{display:block;font-weight:600;font-size:12px;color:#736d7f;letter-spacing:-0.1px;text-align:center;padding-bottom:18px;}.seller_dasboard .seller_card-wrapper .seller-card span.graph-value:before{font-family:'Font Awesome 5 Pro';font-weight:800;color:#f4406a;font-size:24px;content:"\f0d7";margin-right:5px;position:relative;top:3px;}.seller_dasboard .seller_card-wrapper .seller-card .footer{display:block;padding:20px;text-align:center;background:#f8f8f9;border-radius:0 0 2px 2px;}.seller_dasboard .seller_card-wrapper .seller-card .footer a{font-size:16px;color:#736d7f;letter-spacing:-0.2px;font-weight:600;}@media (min-width: 1125px) and (max-width: 1350px){.grid-list .grid-item{min-height:342px;}}@media (min-width: 900px) and (max-width: 1030px){.grid-list .grid-item{min-height:270px;}}form.ty-add-product-form .radio-group{float:left;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);margin:10px 10px 0 0;padding:0 20px;background:#e6e6e8;}form.ty-add-product-form .radio-group input{width:initial;box-shadow:none;}form.ty-add-product-form .title{font-size:16px;color:#120d29;letter-spacing:-0.1px;text-align:left;font-weight:600;}form.ty-add-product-form label.ty-control-group__title{font-size:12px;color:#120d29;letter-spacing:0;text-align:left;font-weight:600;padding-top:24px;}form.ty-add-product-form input{width:100%;height:40px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;}form.ty-add-product-form textarea{width:100%;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);height:150px;border:1px solid #dedede;resize:none;}form.ty-add-product-form .help-inline{font-size:12px;color:#736d7f;letter-spacing:0;text-align:left;padding-top:5px;}form.ty-add-product-form .ty-add-product{max-width:600px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border-radius:2px;margin:auto;margin-top:24px;padding:24px;}form.ty-add-product-form .select2-container--default .select2-selection--multiple{box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;height:40px;}form.ty-add-product-form .select2-container--default .select2-selection--multiple input{margin-top:0;}form.ty-add-product-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice{background:#e6e6e8;border-radius:2px;width:84px;padding:5px;position:relative;height:19px;color:#120d29;border:none;}form.ty-add-product-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{position:absolute;font-size:26px;right:5px;top:0;}form.ty-add-product-form .ty-control-group__price{position:relative;display:inline-block;float:left;width:74%;}form.ty-add-product-form .ty-control-group__price .input-icon{position:absolute;right:11px;bottom:32px;font-size:18px;color:#5e48c8;}form.ty-add-product-form .ty-control-group__profit{position:relative;display:inline-block;float:right;width:24%;}form.ty-add-product-form .ty-control-group__profit input{background:#f8f8f8;cursor:initial;color:#b8b4bf;}form.ty-add-product-form .ty-control-group__profit input:hover{background:#f8f8f8;cursor:initial;color:#b8b4bf;border:1px solid #dedede;}form.ty-add-product-form .ty-control-group__profit .input-icon{position:absolute;right:11px;bottom:32px;font-size:18px;color:#b8b4bf;}form.ty-add-product-form .ty-control-group__single_file{position:relative;}form.ty-add-product-form .ty-control-group__single_file .input-icon{position:absolute;right:11px;bottom:29px;font-size:18px;color:#b8b4bf;}form.ty-add-product-form #register_field_tshirt_type{width:47%;margin-right:3%;display:inline-block;float:left;box-sizing:border-box;}form.ty-add-product-form #register_field_tshirt_color{width:100%;margin-right:3%;display:inline-block;float:left;position:relative;box-sizing:border-box;}form.ty-add-product-form #register_field_tshirt_color i{position:absolute;right:11px;bottom:11px;font-size:18px;color:#b8b4bf;}form.ty-add-product-form #register_field_background_color{width:31%;display:inline-block;float:left;position:relative;}form.ty-add-product-form #register_field_background_color i{position:absolute;right:11px;bottom:11px;font-size:18px;color:#b8b4bf;}form.ty-add-product-form .customdropzone-single{box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;padding:10px;position:relative;}form.ty-add-product-form .customdropzone-single .dz-message{color:#b8b4bf;}form.ty-add-product-form .customdropzone-single .dz-message i{position:absolute;bottoM:10px;right:10px;font-size:20px;color:#b8b4bf;}form.ty-add-product-form #register_field_tshirt_type .select2-container--default .select2-selection--single{height:40px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;}form.ty-add-product-form .image_preview_thumb{display:none;position:relative;text-align:center;width:100%;font-size:20px;color:#e6e6e8;letter-spacing:-0.4px;font-weight:700;}form.ty-add-product-form .image_preview_thumb img{padding:20px;}form.ty-add-product-form .image_preview_thumb i{display:block;text-align:center;font-size:59px;color:#e6e6e8;}form.ty-add-product-form .image_preview{display:inline-block;position:relative;text-align:center;width:100%;font-size:20px;color:#e6e6e8;letter-spacing:-0.4px;font-weight:700;}form.ty-add-product-form .image_preview img{width:80%;padding:20px;}form.ty-add-product-form .image_preview i{display:block;text-align:center;font-size:59px;color:#e6e6e8;}form.ty-add-product-form .no-background{background:none;box-shadow:none;margin-top:0px;position:relative;}form.ty-add-product-form .ty-add-product button{background:#5e48c8;border-radius:2px;width:156px;position:absolute;height:40px;right:0;font-size:14px;color:#fff;letter-spacing:0.2px;text-align:center;font-weight:600;text-transform:uppercase;}form.ty-add-product-form .ty-add-product button:hover{background:#f4406a;}.my-products_list{margin-bottom:30px;}.my-products_list .title{display:block;text-align:left;padding:2px 24px 16px 7px;font-size:20px;color:#120d29;font-weight:600;}.my-products_grid{display:flex;flex-wrap:wrap;}.my-products_product{background:white;display:block;height:80px;flex:0 49%;margin:0.5%;}.my-products_product .p_thumb{display:inline-block;float:left;}.my-products_product .p_thumb img{width:80px;}.my-products_product .float-right{float:right;}.my-products_product .p_name{display:inline-block;float:left;}.my-products_product .p_name .name-t{font-size:12px;color:#736d7f;letter-spacing:0;text-align:left;padding-left:20px;padding-top:23px;display:block;}.my-products_product .p_name .name-n{font-size:16px;color:#120d29;letter-spacing:-0.1px;text-align:left;font-weight:600;padding-left:20px;display:block;}.my-products_product .p_aproved{display:inline-block;float:left;width:25px;text-align:center;padding-top:42px;}.my-products_product .p_aproved i{font-size:14px;color:#0a0526;}.my-products_product .p_pending{display:inline-block;float:left;width:25px;text-align:center;padding-top:42px;}.my-products_product .p_pending i{font-size:14px;color:#f4406a;}.my-products_product .product_info{display:inline-block;float:left;}.my-products_product .product_info .p_info{display:inline-block;float:left;width:95px;text-align:center;}.my-products_product .product_info .info-t{display:block;padding-top:23px;font-size:12px;color:#736d7f;letter-spacing:0;}.my-products_product .product_info .info-i{display:block;font-size:16px;color:#120d29;letter-spacing:-0.1px;font-weight:600;}.my-products_product .product_edit{display:inline-block;float:left;width:115px;padding-top:20px;text-align:left;}.my-products_product .product_edit .p_edit{display:inline-block;float:left;width:50%;}.my-products_product .product_edit .p_edit i{padding:12px;background:#e6e6e8;font-size:16px;color:#736d7f;border-radius:2px;}.my-products_product .product_edit .p_edit i:hover{background:#f4406a;color:white;}.my-products_product .product_edit .p_delete{display:inline-block;float:left;width:50%;}.my-products_product .product_edit .p_delete i{padding:12px 14px;background:#e6e6e8;font-size:16px;color:#736d7f;border-radius:2px;}.my-products_product .product_edit .p_delete i:hover{background:#f4406a;color:white;}.my-products_product .product_download{display:inline-block;float:left;width:115px;padding-top:20px;text-align:left;}.my-products_product .product_download .p_download{display:inline-block;float:right;width:50%;}.my-products_product .product_download .p_download i{padding:12px 14px;background:#e6e6e8;font-size:16px;color:#736d7f;border-radius:2px;}.my-products_product .product_download .p_download i:hover{background:#f4406a;color:white;}@media only screen and (max-width: 1550px){.my-products_product{flex:100%;}}.image-overlay-tshirt{display:block;position:absolute;top:0;left:0;width:220px;height:280px;margin-left:190px;margin-top:140px;}.dz-error-mark,.dz-success-mark{display:none;}.owl-theme .owl-controls.clickable .owl-buttons div:hover{color:white;}.designers__container{margin-top:30px;}.designers__container .owl-prev{position:absolute;left:-20px;top:40%;}.designers__container .owl-next{position:absolute;right:-20px;top:40%;}.designers__container .owl-theme .owl-controls .owl-buttons div{background:#e6e6e8;color:#736d7f;font-size:20px;border-radius:2px;padding:10px 15px;}.designers__container .row{margin-top:20px;}.designers__container .designer__info{display:flex;align-items:center;margin-top:25px;}.designers__container .designer__info .designer__info--thumb{display:inline-block;float:left;width:40%;}.designers__container .designer__info .designer__info--thumb img{width:140px;border-radius:50%;background:white;}.designers__container .designer__info .designer__info--info{display:inline-block;width:60%;}.designers__container .designer__info .designer__info--info .d__name{font-size:20px;color:#120d29;text-align:left;font-weight:600;display:block;}.designers__container .designer__info .designer__info--info .d__country{font-size:12px;color:#b8b4bf;letter-spacing:-0.1px;text-align:left;font-weight:600;display:block;}.designers__container .designer__info .designer__info--info .d__stats{display:block;text-align:left;margin-top:5px;}.designers__container .designer__info .designer__info--info .d__stats i{font-size:14px;color:#736d7f;margin-right:4px;}.designers__container .designer__info .designer__info--info .d__stats span{font-size:12px;color:#736d7f;font-weight:600;margin-right:10px;}.designers__container .designer__info .designer__info--info .d__contact{float:left;display:block;margin-top:5px;}.designers__container .designer__info .designer__info--info .d__contact a i.fa-envelope{color:#f8f8f8;padding:8px;background:#736d7f;border-radius:2px;font-size:14px;margin-right:5px;}.designers__container .designer__info .designer__info--info .d__contact a i.fa-user-plus{color:#736d7f;padding:8px;background:#e6e6e8;border-radius:2px;font-size:14px;}.designers__container .designer__info .designer__info--info .d__contact a.following i{color:#f2386c;}.designers__container .designer__info .designer__info--info .d__contact a.following i.fa-user-plus:before{content:"\f4fc";}.category-content-grid .ty-sort-container form{visibility:hidden;}.ty-sort-container{text-align:left;}.ty-sort-container a.ty-sort-dropdown__wrapper{font-size:14px;color:#000;font-weight:400;}.ty-sort-container .ty-sort-dropdown__wrapper{background:#f5f5f5 !important;border:none !important;border-radius:3px !important;font-size:14px;color:#736d7f;letter-spacing:-0.12px;text-align:left;font-weight:600;padding:7px 12px 9px !important;}.ty-sort-container form.cm-processed-form{display:inline-block;position:relative;}.ty-sort-container form.cm-processed-form i{color:#000;position:absolute;top:5px;right:2px;}.ty-sort-container form.cm-processed-form input[type="text"],.ty-sort-container form.cm-processed-form input[type="password"],.ty-sort-container form.cm-processed-form textarea,.ty-sort-container form.cm-processed-form select{background:#f5f5f5;border-radius:3px;border:none;font-size:14px;font-weight:600;color:#000;padding:12px 12px 9px !important;height:initial !important;}.ty-sort-container .ty-btn.ty-btn-add-new{float:right;background:#5e48c8;border-radius:2px;font-size:14px;color:#fff;font-weight:600;text-transform:uppercase;}.ty-sort-container .ty-btn.ty-btn-add-new:hover{background:#f33c6b;}.my-products_list .ty-pagination__bottom{text-align:center;width:100%;display:block;}.my-products_list .ty-pagination__bottom .ty-pagination__text{display:none;}.my-products_list .ty-pagination__bottom .ty-pagination__range,.my-products_list .ty-pagination__bottom .ty-pagination__btn{background:#e6e6e8;color:#736d7f;padding:7px 12px;border-radius:2px;}.my-products_list .ty-pagination__bottom .ty-pagination__text-arrow:before{font-family:'Font Awesome 5 Pro';font-weight:800;content:"\f104";}.my-products_list .ty-pagination__bottom .ty-pagination__next .ty-pagination__text-arrow:before{font-family:'Font Awesome 5 Pro';font-weight:800;content:"\f105";}.my-products_list .ty-pagination__bottom .ty-pagination__items span.ty-pagination__selected{background:#736d7f;color:#e6e6e8;font-weight:600;padding:7px 10px;border-radius:2px;}.my-products_list .ty-pagination__bottom .ty-pagination__items a.ty-pagination__item{background:#e6e6e8;color:#736d7f;font-weight:600;padding:7px 10px;border-radius:2px;}.homepage-hotdeals{margin-top:40px;}.homepage-hotdeals h2{text-align:left;color:#736d7f;}@media (max-width: 900px){.ty-pagination{width:400px !important;margin:auto !important;text-align:center !important;}}.grid-list{margin:0 !important;padding:12px;position:relative;height:auto;}.grid-list .grid-item{display:block;box-sizing:border-box;float:left;margin:0 0 16px;padding:0 8px;}.grid-list .grid-item .ty-grid-list__item{margin:0px;}@media (max-widtH: 1465px) and (min-width: 1181px){.ty-search-block{width:165px !important;top:auto !important;left:auto !important;}.ty-search-block .ty-search-block__input{padding-right:5px !important;}.tygh-header .secondary-menu .ty-menu__items .ty-menu__item a.ty-menu__item-link{margin-left:5px !important;}.ty-logo-container{margin:0 !important;}.tygh-header .secondary-menu .logo-top{max-width:170px !important;padding:21px 0 !important;}.tygh-header .secondary-menu .ty-menu__items{margin-left:0 !important;}}@media screen and (min-width: 376px) and (max-width: 475px){.grid-list .likes_holder span{display:none;}.grid-list .designer_avatar{width:95px;}}@media screen and (min-width: 376px){.grid-item{width:50%;}}@media screen and (min-width: 690px){.grid-item{width:33.33%;}}@media screen and (min-width: 900px){.grid-item{width:25%;}}@media screen and (min-width: 1350px){.grid-item{width:25%;}.grid-item.designer{width:16.66%;}}@media screen and (min-width: 1600px){.grid-item{width:25%;}.grid-item.designer{width:16.66%;}}@media screen and (min-width: 2000px){.grid-item{width:20%;}}@media (min-width: 1181px) and (max-width: 1151px){.mobile-top__account{right:130px !important;}}@media (max-width: 1181px){.mobile-top__account{right:160px !important;}}@media (max-width: 1151px){.search-opener{position:absolute;right:120px;top:21px;height:30px;width:43px;z-index:99999;}.search-opener i{color:white;font-size:18px;}.mobile-search{display:none;}.mobile-search .ty-search-block{top:64px;z-index:99;}.mobile-search .ty-search-block input[type=text]{background:white !important;border-radius:0px;border-color:white white #120c29 white;}.mobile-search .ty-search-block i.ty-icon-search{color:#120d29;}.mobile-top__account{height:60px;width:54px;top:0 !important;}.mobile-top__account i{margin-top:21px;}.mobile-top__account a{padding:22px 13px;}}@media screen and (min-width: 1151px){.desktop-hidden{display:none !important;}.ty-menu__item .ty-menu__item-link,.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link{padding:24px 13px !important;}.top-my-account .ty-account-info li.ty-menu__item{width:100%;}.top-my-account .ty-account-info__buttons a{border-radius:2px !important;}.top-my-account .ty-account-info__buttons{border-radius:2px !important;}.top-my-account .ty-dropdown-box__title.open:after{display:none;}.top-my-account .ty-account-info li.ty-menu__item:hover a{color:#140038 !important;}.top-my-account .ty-dropdown-box__title{padding:28px 0px 7px 17px !important;}.top-my-account .ty-dropdown-box__title a{font-weight:700;font-size:14px;}.top-my-account .ty-menu__items{background:none !important;}.top-my-account .ty-menu__items .ty-menu__item{width:100%;}.top-my-account .ty-menu__items .ty-menu__item a.ty-menu__item-link{padding:15px !important;}.top-my-account .ty-menu__items .ty-menu__item:hover a.ty-menu__item-link{color:#140038 !important;}.tygh-top-panel .ty-dropdown-box__title .ty-icon-down-micro,.tygh-top-panel .ty-dropdown-box__title a{color:#736d7f !important;}.tygh-top-panel .ty-dropdown-box__title a:hover{color:white !important;}.tygh-top-panel .ty-dropdown-box__title a:hover i{color:white !important;}.tygh-top-panel .ty-dropdown-box__title a:hover .ty-account-info__user-arrow{color:white;}.header-account-cart span.ty-minicart-title.empty-cart.ty-hand{color:#736d7f;}.top-cart-content .ty-dropdown-box__title a:hover{color:white !important;}.top-cart-content .ty-dropdown-box__title a:hover i{color:white;}.top-messages a:hover span,.top-messages a:hover i{color:white;}}.mobileMenu{display:none;}.desktopMenu{display:block;}@media screen and (max-width: 1181px){.mobileMenu{display:block;}.mobile-header .mobile-top__account{position:absolute;top:20px;z-index:99999999;right:130px;}.mobile-header .mobile-top__account i{color:white;font-size:18px;}.desktopMenu{display:none;}.header-grid{margin:0 !important;}.tygh-top-panel{height:60px;position:relative;}.mobile-hidden{display:none !important;}.mobile-header .mobile_logo{width:95px;position:absolute;left:10px;}.mobile-header .mobile_menu{position:absolute;right:60px;top:10px;}.mobile-header .mobile_menu .ty-menu__items{background:none;}.mobile-header .mobile_menu .ty-menu__item.ty-menu__menu-btn.visible-phone span{display:none;}.mobile-header .mobile_cart{position:absolute;right:-1px;top:-1px;}.mobile-header .mobile_cart .ty-dropdown-box__title{padding:0px;}.mobile-header .mobile_cart span.ty-minicart-title{display:none;}.mobile-header .mobile_cart i.ty-icon-down-micro{display:none;}.mobile-header .mobile_cart i.fa-shopping-cart{background:#f4406a;padding:20px;color:white;font-size:20px;}.ty-logo-container__image{position:relative;z-index:9999;}.secondary-menu_mobile{white-space:nowrap;overflow:auto;text-align:left;margin-right:36px;}.secondary-menu_mobile a{padding-left:10px;padding-right:10px;position:relative;font-size:14px;text-decoration:none;line-height:40px;color:#0c0035;display:inline-block;vertical-align:top;text-transform:uppercase;font-weight:600;}.secondary-menu_mobile__scroll{border-right:22px solid #fff;background:-moz-linear-gradient(left,rgba(34,34,34,0) 0%,#222 60%);background:-webkit-linear-gradient(left,rgba(34,34,34,0) 0%,#fff 60%);background:linear-gradient(to right,rgba(34,34,34,0) 0%,#fff 60%);position:absolute;right:0;top:60px;width:40px;height:40px;}.secondary-menu_mobile__scroll:before{font-family:'Font Awesome 5 Pro';font-weight:800;content:"\f105";top:10px;position:absolute;font-size:20px;color:#0c0035;right:-5px;}}@media screen and (max-width: 1000px) and (min-width: 767px){.ty-menu__item .ty-menu__item-link{font-weight:700 !important;}}.ty-logo-container{margin-top:0;}.seller_earnings_sumary{margin-top:13px;}.seller_earnings_sumary .earnings_sumary{border-radius:2px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.08);}.seller_earnings_sumary .earnings_headline{display:block;text-align:left;padding:18px 0px 16px 0;font-size:20px;color:#120d29;font-weight:600;}.seller_earnings_sumary .earnings_info-titles{background:#f8f8f9;display:block;width:100%;}.seller_earnings_sumary .earnings_info-titles span{width:19.5%;display:inline-block;box-sizing:border-box;font-size:16px;color:#736d7f;letter-spacing:-0.2px;text-align:left;font-weight:600;padding:21px;}.seller_earnings_sumary .earnings_info-data{background:#fff;display:block;width:100%;border-bottom:1px solid #ececec;}.seller_earnings_sumary .earnings_info-data span{width:19.5%;display:inline-block;box-sizing:border-box;font-size:16px;color:#120d29;letter-spacing:-0.2px;text-align:left;font-weight:600;padding:21px;}.seller_earnings_sumary.earnings_totals .earnings_totals-expanded{display:none;}.seller_earnings_sumary.earnings_totals .earnings_totals-expander{cursor:pointer;text-transform:uppercase;font-size:12px;color:#736d7f;letter-spacing:-0.1px;}.seller_earnings_sumary.earnings_totals .earnings_totals-expander:hover{color:#120d29;}.seller_earnings_sumary.earnings_totals .earnings_info-titles{background:#f8f8f9;}.seller_earnings_sumary.earnings_totals .earnings_info-titles span{color:#120d29;}.earnings_tops{width:100%;border-radius:2px;margin-top:62px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.08);}.earnings_tops .earnings_top-title{font-size:16px;background:#f8f8f9;padding:21px;color:#736d7f;text-align:center;font-weight:600;}.earnings_tops .earnings_top-data{width:100%;padding:10px 0;display:block;background:#fff;border-bottom:1px solid #ececec;}.earnings_tops .earnings_top-data span{width:20%;text-align:left;display:inline-block;color:#120d29;overflow:hidden;text-overflow:ellipsis;}.earnings_tops .earnings_top_sales-expander{width:100%;display:block;background:white;padding:10px 0;font-weight:600;color:#736d7f;cursor:pointer;}.earnings_tops .earnings_top_sales-expander:hover{color:#120d29;}.earnings_tops .earnings_top_views-expander{width:100%;display:block;background:white;padding:10px 0;font-weight:600;cursor:pointer;}.earnings_tops .earnings_top_views-expander:hover{color:#120d29;}.earnings_tops .earnings_top_sales-expanded{display:none;}.earnings_tops .earnings_top_views-expanded{display:none;}.seller_pay_sumary{margin-top:13px;}.seller_pay_sumary .pay_sumary{border-radius:2px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.08);}.seller_pay_sumary .pay_headline{display:block;text-align:left;padding:18px 0px 16px 0;font-size:20px;color:#120d29;font-weight:600;}.seller_pay_sumary .pay_info-titles{background:#f8f8f9;display:block;width:100%;}.seller_pay_sumary .pay_info-titles span{width:19.5%;display:inline-block;box-sizing:border-box;font-size:16px;color:#736d7f;letter-spacing:-0.2px;text-align:left;font-weight:600;padding:21px;}.seller_pay_sumary .pay_info-data{background:#fff;display:block;width:100%;border-bottom:1px solid #ececec;}.seller_pay_sumary .pay_info-data span{width:19.5%;display:inline-block;box-sizing:border-box;font-size:16px;color:#120d29;letter-spacing:-0.2px;text-align:left;font-weight:600;padding:21px;}.seller_pay_sumary.pay_totals .pay_totals-expanded{display:none;}.seller_pay_sumary.pay_totals .pay_totals-expander{cursor:pointer;text-transform:uppercase;font-size:12px;color:#736d7f;letter-spacing:-0.1px;}.seller_pay_sumary.pay_totals .pay_totals-expander:hover{color:#120d29;}.seller_pay_sumary.pay_totals .pay_info-titles{background:#f8f8f9;}.seller_pay_sumary.pay_totals .pay_info-titles span{color:#120d29;}.pay_tops{width:100%;border-radius:2px;margin-top:62px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.08);}.pay_tops .pay_top-title{font-size:16px;background:#f8f8f9;padding:21px;color:#736d7f;text-align:center;font-weight:600;}.pay_tops .pay_top-data{width:100%;padding:10px 0;display:block;background:#fff;border-bottom:1px solid #ececec;}.pay_tops .pay_top-data span{width:20%;text-align:left;display:inline-block;color:#120d29;}.pay_tops .pay_top_sales-expander{width:100%;display:block;background:white;padding:10px 0;font-weight:600;color:#736d7f;cursor:pointer;}.pay_tops .pay_top_sales-expander:hover{color:#120d29;}.pay_tops .pay_top_views-expander{width:100%;display:block;background:white;padding:10px 0;font-weight:600;cursor:pointer;}.pay_tops .pay_top_views-expander:hover{color:#120d29;}.pay_tops .pay_top_sales-expanded{display:none;}.pay_tops .pay_top_views-expanded{display:none;}.pay-status i{color:#63d454;font-size:20px;}.pay-status i.fas.fa-hourglass-half{color:#f4406a;}.pay_totals-expanded{display:none;}.pay_totals-expander{cursor:pointer;text-transform:uppercase;font-size:12px !important;color:#120d29 !important;letter-spacing:-0.1px !important;}.pay_balance-info{text-align:left;display:block;width:100%;margin-top:62px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.08);}.pay_balance-info span{background:#f8f8f9;font-size:16px;color:#736d7f;width:100%;padding:21px;font-weight:600;letter-spacing:-0.2px;display:block;box-sizing:border-box;}.pay_balance-info span bdi{color:#0a0526;float:right;font-weight:800;}.pay_balance-info .pay_history{text-align:left;background:white;width:100%;display:block;padding:21px;box-sizing:border-box;font-size:14px;color:#736d7f;font-weight:600;}.pay_balance-info .pay_history span{background:none;padding:21px 0 21px 0 !important;}.main-content-grid{min-height:auto;}.error_not_active{background-color:#f2dede;max-width:50%;margin:60px auto;color:#a94442;border-radius:5px;border:1px solid #ebccd1;font-size:16px;padding:21px;vertical-align:middle;}.error_not_active i{display:inline-block;text-align:center;font-size:30px;color:#a94442;padding-right:20px;}.ty-register-page .ty-account .ty-control-group__title{font-size:12px;color:#120d29;letter-spacing:0;text-align:left;font-weight:600;padding-top:24px;}.ty-register-page .ty-account .ty-input-text{width:100%;height:40px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;}.ty-register-page .ty-account .help-inline{display:block;font-size:12px;color:#736d7f;letter-spacing:0;text-align:left;padding-top:5px;}.ty-register-page .ty-account .ty-input-textarea{width:100%;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);height:150px;border:1px solid #dedede;resize:none;}.ty-register-page .ty-account .buttons-container{background:none;padding:0 !important;}.ty-register-page .ty-account button.ty-btn__secondary.ty-btn{background:#5e48c8;border-radius:2px;width:156px;height:40px;font-size:16px;color:#fff;letter-spacing:-0.2px;text-align:center;font-weight:600;float:right;}.ty-register-page .ty-account button.ty-btn__secondary.ty-btn:hover{background:#f4406a;}.ty-register-page .ty-account #register_field_seller_type .radio-group{text-align:left;}.cm-cart-content{background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border-radius:2px;}.cm-cart-content .cm-cart-buttons{background:whitesmoke;}.cm-cart-content .cm-cart-buttons .ty-btn__secondary{background:#f4406a;border-radius:2px;width:120px;float:left;font-size:16px;color:#fff;letter-spacing:-0.2px;text-align:center;padding:8px;}.cm-cart-content .cm-cart-buttons .ty-btn__primary{background:#5e48c8;border-radius:2px;width:120px;float:right;font-size:16px;color:#fff;letter-spacing:-0.2px;text-align:center;padding:8px;}.ty-profile-field.ty-account.form-wrap .designer-avatar img,.ty-account .designer-avatar img{border-radius:50%;box-shadow:0px 2px 5px 0 rgba(0,0,0,0.3);}.ty-profile-field.ty-account.form-wrap .dz-message.needsclick,.ty-account .dz-message.needsclick{cursor:pointer;}.ty-profile-field.ty-account.form-wrap form.cm-processed-form,.ty-account form.cm-processed-form{max-width:600px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border-radius:2px;margin:auto;margin-top:24px;padding:24px;}.ty-profile-field.ty-account.form-wrap form.cm-processed-form .ty-control-group__title,.ty-account form.cm-processed-form .ty-control-group__title{font-size:12px;color:#120d29;letter-spacing:0;text-align:left;font-weight:600;padding-top:24px;}.ty-profile-field.ty-account.form-wrap form.cm-processed-form .ty-subheader,.ty-account form.cm-processed-form .ty-subheader{font-size:16px;color:#120d29;letter-spacing:-0.1px;text-align:left;font-weight:600;}.ty-profile-field.ty-account.form-wrap form.cm-processed-form input#password2,.ty-account form.cm-processed-form input#password2{margin-bottom:20px;}.ty-profile-field.ty-account.form-wrap form.cm-processed-form .ty-input-text,.ty-account form.cm-processed-form .ty-input-text{height:40px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;}.ty-profile-field.ty-account.form-wrap form.cm-processed-form .buttons-container,.ty-account form.cm-processed-form .buttons-container{background:none;padding-bottom:0 !important;margin-bottom:0 !important;}.ty-profile-field.ty-account.form-wrap form.cm-processed-form .buttons-container .ty-btn,.ty-account form.cm-processed-form .buttons-container .ty-btn{background:#5e48c8;border-radius:2px;width:156px;height:40px;float:right;font-size:14px;color:#fff;letter-spacing:0.2px;text-align:center;text-transform:uppercase;font-weight:600;}.ty-profile-field.ty-account.form-wrap form.cm-processed-form .buttons-container .ty-btn:hover,.ty-account form.cm-processed-form .buttons-container .ty-btn:hover{background:#f4406a;}.ty-profile-field.ty-account.form-wrap form.cm-processed-form .buttons-container .ty-profile-field__reset,.ty-account form.cm-processed-form .buttons-container .ty-profile-field__reset{display:none;}.ty-profile-field.ty-account.form-wrap .ty-paypal-email,.ty-account .ty-paypal-email{width:50%;box-sizing:border-box;display:inline-block;float:left;padding-right:15px;}.ty-profile-field.ty-account.form-wrap .ty-paypal-email:last-child,.ty-account .ty-paypal-email:last-child{padding-right:0px;padding-left:17px;}.ty-login form.cm-processed-form,.ty-recover-password form.cm-processed-form{max-width:600px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border-radius:2px;margin:auto;margin-top:24px;padding:24px;}.ty-login form.cm-processed-form .ty-login__filed-label,.ty-recover-password form.cm-processed-form .ty-login__filed-label{font-size:12px;color:#120d29 !important;letter-spacing:0;text-align:left;font-weight:600;padding-top:24px;}.ty-login form.cm-processed-form input[type="text"],.ty-login form.cm-processed-form input[type="password"],.ty-login form.cm-processed-form textarea,.ty-login form.cm-processed-form select,.ty-recover-password form.cm-processed-form input[type="text"],.ty-recover-password form.cm-processed-form input[type="password"],.ty-recover-password form.cm-processed-form textarea,.ty-recover-password form.cm-processed-form select{height:40px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;}.ty-login form.cm-processed-form .ty-login__remember-me-label,.ty-recover-password form.cm-processed-form .ty-login__remember-me-label{font-size:12px;color:#120d29;font-weight:600;}.ty-login form.cm-processed-form a.ty-password-forgot__a,.ty-recover-password form.cm-processed-form a.ty-password-forgot__a{float:right;padding:6px 0;font-size:12px;color:#736d7f;letter-spacing:0;padding-top:5px;}.ty-login form.cm-processed-form .buttons-container,.ty-recover-password form.cm-processed-form .buttons-container{background:none;padding-bottom:0;margin-bottom:0;}.ty-login form.cm-processed-form .buttons-container .ty-login__remember-me-label,.ty-recover-password form.cm-processed-form .buttons-container .ty-login__remember-me-label{float:left;}.ty-login form.cm-processed-form .buttons-container .ty-btn,.ty-recover-password form.cm-processed-form .buttons-container .ty-btn{background:#5e48c8;border-radius:2px;width:156px;height:40px;float:right;font-size:16px;color:#fff;letter-spacing:-0.2px;text-align:center;}form.ty-add-product-form .image_preview_thumb{height:600px;}form.ty-add-product-form .image_preview_thumb img{padding:40px;box-sizing:border-box;}form.ty-add-product-form .image_preview{height:600px;}form.ty-add-product-form .image_preview img{padding:40px;}.error .customdropzone{border:2px dashed #b94a48;}.ty-menu__item-active .ty-menu__item-link{background:none;}.no-touch .ty-menu__item:hover .ty-menu__item-link,.is-hover-menu .ty-menu__item-link,.is-hover-menu.ty-menu__item-active .ty-menu__item-link{background:none !important;}input[type="text"]:focus,input[type="password"]:focus,textarea:focus{border:2px solid #5e48c8;}.ty-search-block input[type="text"]:focus,.ty-search-block input[type="password"]:focus,.ty-search-block textarea:focus{border:0px;}.tygh-content{min-height:100vh;border-top:0px;position:relative;}.designer__carousel #item{padding:5px;}.designer__carousel .owl-prev{position:absolute;left:-50px;}.designer__carousel .owl-next{position:absolute;right:-50px;}@media screen and (max-width: 1150px) and (min-width: 1181px){.mobile-header .mobile_menu{position:absolute;left:120px;top:10px;}}a._design:before{font-family:'Font Awesome 5 Pro';font-weight:800;content:"\f553";margin-right:5px;}a._fonts:before{font-family:'Font Awesome 5 Pro';font-weight:800;content:"\f031";margin-right:5px;}a._vectors:before{font-family:'Font Awesome 5 Pro';font-weight:800;content:"\f55b";margin-right:5px;}a._bundles:before{font-family:'Font Awesome 5 Pro';font-weight:800;content:"\f155";margin-right:5px;}a._freebies:before{font-family:'Font Awesome 5 Pro';font-weight:800;content:"\f06b";margin-right:5px;}a._designers:before{font-family:'Font Awesome 5 Pro';font-weight:800;content:"\f4fb";margin-right:5px;}.tags_view .ty-subheader{display:none;}.tags_view .ty-sort-container{margin:0 0 28px 0 !important;}@media screen and (max-width: 767px){.seller_list #item .secondary-img{display:none;}.notification-body-extended .ty-product-notification__item{display:none;}.seller_myproducts #popup-notification-mod{display:none;height:100vh;width:100%;background:#00000052;top:0;position:fixed;z-index:999999999999999999999;left:0;}.seller_myproducts #popup-notification-mod .notification-container{width:80% !important;background:#fff;position:relative;top:40%;padding:20px;min-width:auto;left:10%;box-sizing:border-box;}.seller_myproducts #popup-notification-mod .notification-container p{font-size:15px;color:#736d7f;margin-bottom:10px;}.seller_myproducts #popup-notification-mod .notification-container span{background:whitesmoke;color:#726d7e;border-radius:2px;box-shadow:0 1px 3px 0 rgba(0,0,0,0.15);padding:5px 10px 7px;box-sizing:border-box;}.ty-pagination{max-width:100% !important;}.ty-pagination__btn{width:auto !important;}.seller_view .ty-sort-dropdown{width:48%;margin-right:1%;display:inline-block;box-sizing:border-box;}.seller_view .ty-sort-dropdown a.ty-sort-dropdown__wrapper{width:100%;box-sizing:border-box;}.seller_view .ty-sort-dropdown:nth-child(2){margin-right:0 !important;width:49%;}.seller_view form.cm-processed-form{width:99%;}.seller_view .designer-page_thumb{float:none !important;}.seller_view .desinger-page_info{padding-top:20px;}.seller_view .desinger-page_info{margin-top:0px !important;}.seller_view .desinger-page_info .designer-page_info-info{display:block !important;float:none !important;width:200px !important;padding:24px 0 20px 40px !important;}.seller_list .designers__container{margin-top:0;}.seller_list .designers__container .row{padding-bottom:20px;}.seller_list .designer__info{width:300px;margin:auto !important;padding-bottom:15px;}.seller_list .designer__info .designer__info--thumb img{padding:15px;box-sizing:border-box;background:whitesmoke;}.ty-product-notification__body.cm-notification-max-height{max-height:220px !important;}.cm-notification-content.cm-notification-content-extended.notification-content-extended{top:45px !important;}.ty-product-notification__buttons .ty-float-left{float:left;}.ty-product-notification__buttons .ty-float-left .ty-btn{padding:10px 5px;}.ty-product-notification__buttons .ty-float-right{float:right !important;}.ty-product-notification__buttons .ty-float-right .ty-btn{padding:10px 5px;}.discount-counter .discount-arrow-down{left:20px !important;}.checkout_checkout .ty-order-summary,.checkout_cart .ty-order-summary{margin-top:0px !important;}.checkout_checkout #checkout_steps #step_one_login,.checkout_cart #checkout_steps #step_one_login{width:100% !important;margin-bottom:20px;}.checkout_checkout .login-form__container .ty-login.ty-login__right,.checkout_cart .login-form__container .ty-login.ty-login__right{padding:0;}.checkout_checkout #step_one_register,.checkout_cart #step_one_register{width:100% !important;max-width:100%;}.checkout_checkout #step_one_register form,.checkout_cart #step_one_register form{width:100% !important;margin-left:0 !important;box-sizing:border-box;}.checkout_checkout .my-products_list .my-products_grid .my-products_product,.checkout_cart .my-products_list .my-products_grid .my-products_product{position:relative;padding-bottom:0px !important;}.checkout_checkout .my-products_list .my-products_grid .my-products_product .p_name .name-t,.checkout_cart .my-products_list .my-products_grid .my-products_product .p_name .name-t{padding-top:5px !important;}.checkout_checkout .my-products_list .my-products_grid .my-products_product .p_name,.checkout_cart .my-products_list .my-products_grid .my-products_product .p_name{width:180px;overflow:hidden;}.checkout_checkout .my-products_list .my-products_grid .my-products_product .product_info,.checkout_cart .my-products_list .my-products_grid .my-products_product .product_info{min-width:0 !important;}.checkout_checkout .my-products_list .my-products_grid .my-products_product .product_edit,.checkout_cart .my-products_list .my-products_grid .my-products_product .product_edit{width:auto !important;}.checkout_checkout .my-products_list .my-products_grid .my-products_product .product_info,.checkout_cart .my-products_list .my-products_grid .my-products_product .product_info{position:absolute;left:100px;margin-top:30px;}.checkout_checkout .ty-customer-notes,.checkout_cart .ty-customer-notes{max-width:100% !important;box-sizing:border-box;}.designers__container .row{border-bottom:1px solid #e8e8e8;}.designers__container .row .designer__info{margin-bottom:20px;}.designers__container .designer__carousel .owl-prev{left:-20px !important;}.designers__container .designer__carousel .owl-next{right:-20px !important;}ul.ty-menu__items.cm-responsive-menu{width:200px;z-index:999;margin-top:20px;}.container-fluid{margin:0 !important;}.login-form__container .ty-register__left{padding:10px;}.login-form__container .ty-login.ty-login__right{padding:10px;}.login-form__container .ty-register__left{width:100% !important;}.login-form__container .ty-register__left .ty-btn__secondary{float:left !important;}.login-form__container .ty-login__right{width:100% !important;}.login-form__container .ty-login__right .buttons-container .ty-float-right{width:100%;}.login-form__container .ty-login__right .buttons-container .ty-float-right button{float:left !important;width:200px !important;margin-bottom:10px;}.login-form__container .login__divider{width:100% !important;margin-top:30px !important;}.login-form__container .ty-login__right form.cm-processed-form{width:auto !important;}.grid-list .grid-item{min-height:220px;}.ty-menu__item-link i.ty-icon-short-list{float:right;margin-top:-20px;}.mobile-header .mobile_menu .ty-menu__items{background:#2b2b2b;}.mobile_menu{margin-right:15px;}#dropdown_411{top:53px;right:10px;}.tygh-top-panel .ty-dropdown-box__title.open:after{display:none;}.ty-menu__item.visible-phone .ty-menu__item-link{background-color:#120d29 !important;}}.ty-product-notification__buttons a.ty-btn.ty-btn__primary{background:#5e48c8;border-radius:2px;width:120px;float:right;font-size:16px;color:#fff;letter-spacing:-0.2px;text-align:center;padding:8px;}i.fa-heart.liked{color:#f33c6b !important;}.top-cart-content i.fa-shopping-cart{font-size:16px;}.top-cart-content .top-cart__amount{background:#f4406a;padding:1px 7px;border-radius:50%;color:white;font-weight:600;position:absolute;top:11px;left:15px;font-size:9px;}.top-cart-content .ty-minicart-title{font-weight:700;font-size:14px;padding-left:0;}.top-cart-content .ty-dropdown-box__title{background:none !important;}.top-my-account{display:inline-block;margin-top:29px;}.top-my-account i.fa-user-circle{font-size:16px;color:#736d7f;}.top-my-account .ty-account-info__title-txt{font-size:14px;text-transform:uppercase;color:#736d7f;font-weight:700;vertical-align:text-bottom;}.top-my-account .ty-account-info__title-txt a{font-size:1em !important;}.top-my-account .ty-account-info__title:hover i{color:#fff !important;}.top-my-account .ty-account-info__title:hover .ty-account-info__title-txt{color:white;}.ty-login-popup input.ty-login__input{height:40px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;}.ty-login-popup .ty-login__filed-label.ty-control-group__label{font-size:12px;color:#120d29;letter-spacing:0;text-align:left;font-weight:600;padding-top:24px;width:100%;}.ty-login-popup .ty-password-forgot{position:relative;}.ty-login-popup .ty-password-forgot .ty-login__filed-label{width:48%;float:left;display:inline-block;box-sizing:border-box;}.ty-login-popup .ty-password-forgot a.ty-password-forgot__a{position:absolute;right:0;top:18px;font-size:12px;color:#120d29;font-weight:600;}.ty-login-popup a.ty-login-reglink__a{display:block;font-size:12px;color:#736d7f;letter-spacing:0;text-align:left;padding-top:5px;}.ty-login-popup a.ty-login-reglink__a:hover{color:#120d29;}.ty-login-popup .buttons-container{background:none;border:0px;}.ty-login-popup .buttons-container .ty-login__remember-me{text-align:left;}.ty-login-popup .buttons-container .ty-btn__login{background:#5e48c8;border-radius:2px;width:156px;height:40px;float:right;font-size:16px;color:#fff;letter-spacing:-0.2px;text-align:center;}.ty-login-popup .buttons-container .ty-btn__login:hover{background:#f4406a;}.ty-login .ty-login-reglink{width:600px;margin:10px auto;}.ty-login .ty-login-reglink span{font-size:12px;color:#120d29;letter-spacing:0;font-weight:600;}.ty-login .ty-login-reglink span a{color:#5e46cd;font-weight:600;}.ui-dialog.ui-widget.ui-widget-content{background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border-radius:2px;margin:auto;margin-top:24px;padding:24px;}.ui-dialog.ui-widget.ui-widget-content .ui-dialog-titlebar{padding:13px 0px 10px;}.ui-dialog.ui-widget.ui-widget-content .object-container{height:320px !important;padding:10px;}.ty-avatar .customdropzone-single{border:1px dashed #5e48c8;position:relative;}.ty-avatar .customdropzone-single:hover{cursor:pointer;border:1px dotted #5e48c8;}.ty-avatar .customdropzone-single .dz-message{padding:20px;}.top-logout{padding-top:9px;}.top-logout a{font-size:14px;color:#736d7f;font-weight:600;}.top-logout a i{padding-left:8px;}.login-form__container{max-width:1200px;margin:auto;}.login-form__container .ty-register__left{width:44%;float:left;box-sizing:border-box;}.login-form__container .ty-register__left .ty-account{width:100%;}.login-form__container .ty-login__right{width:44%;float:left;box-sizing:border-box;}.login-form__container .ty-login__right form.cm-processed-form,.login-form__container .ty-login__right .ty-recover-password form.cm-processed-form{width:500px;margin-top:0;}.login-form__container .login__divider{display:inline-block;margin-top:200px;font-size:50px;color:#cdced6;padding-left:10px;width:12%;float:left;box-sizing:border-box;}.seler-form__container{max-width:1200px;margin:auto;}.seler-form__container .ty-register__left{display:inline-block;float:left;}.seler-form__container .ty-register__left .ty-account form{width:600px;}.seler-form__container .ty-seller-info__right{display:inline-block;float:right;width:500px;margin-top:6px;}.seler-form__container .ty-seller-info__right .seller-info__field{width:500px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border-radius:2px;margin:auto;margin-top:24px;display:inline-block;}.seler-form__container .ty-seller-info__right .seller-info__field i{width:30%;float:left;display:inline-block;font-size:50px;padding:24px 0;color:#746d80;}.seler-form__container .ty-seller-info__right .seller-info__field span{width:70%;float:right;display:inline-block;text-align:left;padding:24px 24px 24px 0;color:#756d82;box-sizing:border-box;}.register_seller_success{width:600px;margin:auto;background:white;margin-top:50px;border-radius:2px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);padding:20px;}.desinger-page_info{background:white;margin-top:30px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border-radius:2px;}.desinger-page_info .designer-page_thumb{display:inline-block;float:left;padding:30px;}.desinger-page_info .designer-page_thumb img{width:140px;border-radius:50%;}.desinger-page_info .designer-page_info-info{display:inline-block;float:left;}.desinger-page_info .designer-page_info-info .d__name{font-size:20px;color:#120d29;text-align:left;font-weight:600;display:block;}.desinger-page_info .designer-page_info-info .d__since{font-size:12px;color:#b8b4bf;letter-spacing:-0.1px;text-align:left;font-weight:600;display:block;}.desinger-page_info .designer-page_info-info .d__stats{display:block;text-align:left;margin-top:5px;}.desinger-page_info .designer-page_info-info .d__stats i{font-size:14px;color:#736d7f;margin-right:4px;}.desinger-page_info .designer-page_info-info .d__stats span{font-size:12px;color:#736d7f;font-weight:600;margin-right:10px;}.desinger-page_info .designer-page_info-info .d__contact{float:left;display:block;margin-top:5px;}.desinger-page_info .designer-page_info-info .d__contact i.fa-envelope{color:#f8f8f8;padding:8px;background:#736d7f;border-radius:2px;font-size:14px;margin-right:5px;}.desinger-page_info .designer-page_info-info .d__contact i.fa-user-plus{color:#736d7f;padding:8px;background:#e6e6e8;border-radius:2px;font-size:14px;}.desinger-page_info .designer-page_bio{text-align:left;padding:40px;}.desinger-page_info .designer-page_bio p{font-size:14px;color:#736d7f;font-weight:600;}.ty-product-bigpicture .ty-add-to-wish:before{font-weight:900;}.top-messages{display:inline-block;}.top-messages i{font-size:16px;color:#736d7f;padding-right:5px;}.top-messages span{font-size:14px;text-transform:uppercase;color:#736d7f;font-weight:700;vertical-align:text-bottom;}.hire-us .ty-form-builder{max-width:700px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border-radius:2px;margin:auto;margin-top:24px;padding:24px;box-sizing:border-box;}.hire-us .ty-form-builder label{font-size:12px;color:#120d29;letter-spacing:0;text-align:left;font-weight:600;padding-top:24px;}.hire-us .ty-form-builder input{height:40px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;max-width:100%;}.hire-us .ty-form-builder select{max-width:100%;height:40px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;}.hire-us .ty-form-builder textarea{background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;max-width:100%;}.hire-us .ty-form-builder .buttons-container{background:none;}.hire-us .ty-form-builder button{background:#5e48c8;border-radius:2px;width:156px;height:40px;float:right;font-size:14px;color:#fff;letter-spacing:0.2px;text-align:center;text-transform:uppercase;font-weight:600;}.hire-us .ty-form-builder button:hover{background:#f4406a;}.hire-us .mainbox-title{width:600px;margin:auto;}.hire-us .mainbox-title h1{font-size:20px;color:#120d29;}.hire-us .mainbox-title-form h1{font-size:16px;width:700px;color:#0a0526;margin:auto;margin-bottom:55px;line-height:25px;margin-top:30px;}.hire-us .hire-us__top{width:700px;margin:auto;background:#fff;box-sizing:border-box;padding:24px;border-radius:2px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.hire-us .hire-us__top span.hire-us__title{font-size:20px;color:#120d29;}.hire-us .hire-us__top p.hire-us__text{font-size:14px;color:#736d7f;margin-top:20px;}.hire-us .hire-us__middle{width:700px;margin:auto;background:#fff;box-sizing:border-box;border-radius:2px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);margin-top:20px;display:block;height:580px;}.hire-us .hire-us__middle .offers-card{width:33%;box-sizing:border-box;float:left;padding:15px 10px 0;height:275px;}.hire-us .hire-us__middle .offers-card span{font-size:14px;color:#736d7f;}.hire-us .hire-us__middle .offers-card img{margin-bottom:10px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border-radius:2px;}.hire-us .hire-us__bottom{display:block;width:700px;margin:auto;background:#fff;box-sizing:border-box;padding:24px;border-radius:2px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);margin-top:20px;text-align:left;}.hire-us .hire-us__bottom span.hire-us__title{font-size:20px;color:#120d29;}.hire-us .hire-us__bottom p.hire-us__text{font-size:14px;color:#736d7f;margin-top:10px;margin-bottom:20px;}.message-sender{padding:24px;border-radius:2px;}.message-sender button#send_message_now{background:#5e48c8;border-radius:2px;width:156px;height:40px;font-size:14px;color:#fff;letter-spacing:0.2px;text-align:center;text-transform:uppercase;font-weight:600;}.message-sender h1{font-size:16px;color:#120d29;}.message-sender h1 span{color:#120d29;}#send_message_form{display:none;}.ty-inbox .title{font-size:20px;color:#120d29;text-transform:uppercase;font-weight:600;margin:30px;}.ty-inbox .ty-inbox_list{width:700px;margin:auto;}.ty-inbox .ty-inbox_list .inbox-item{background:white;display:block;min-height:120px;margin:20px 0;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.ty-inbox .ty-inbox_list .inbox-item .m-thumb{float:left;}.ty-inbox .ty-inbox_list .inbox-item .m-thumb img{width:80px;}.ty-inbox .ty-inbox_list .inbox-item .m-with{float:left;margin-top:5px;}.ty-inbox .ty-inbox_list .inbox-item .m-with span{float:left;font-size:12px;color:#736d7f;letter-spacing:0;text-align:left;padding-left:20px;padding-top:10px;}.ty-inbox .ty-inbox_list .inbox-item .m-with p{float:left;font-size:16px;color:#120d29;letter-spacing:-0.1px;text-align:left;font-weight:600;padding-left:20px;padding-top:9px;}.ty-inbox .ty-inbox_list .inbox-item .m-title{float:left;margin-top:5px;}.ty-inbox .ty-inbox_list .inbox-item .m-title span{float:left;font-size:12px;color:#736d7f;letter-spacing:0;text-align:left;padding-left:30px;padding-top:10px;}.ty-inbox .ty-inbox_list .inbox-item .m-title p{float:left;font-size:16px;color:#120d29;letter-spacing:-0.1px;text-align:left;font-weight:600;padding-left:20px;padding-top:9px;}.ty-inbox .ty-inbox_list .inbox-item .m-date{float:left;width:70%;}.ty-inbox .ty-inbox_list .inbox-item .m-date span{float:left;font-size:12px;color:#736d7f;letter-spacing:0;text-align:left;padding-left:30px;padding-top:10px;}.ty-inbox .ty-inbox_list .inbox-item .m-date p{float:left;font-size:14px;color:#736d7f;letter-spacing:-0.1px;text-align:left;font-weight:600;padding-left:20px;padding-top:10px;}.ty-inbox .ty-inbox_list .inbox-item .m-edit{float:right;width:115px;margin-top:-15px;text-align:left;}.ty-inbox .ty-inbox_list .inbox-item .m-edit .m-view{float:right;margin-right:20px;}.ty-inbox .ty-inbox_list .inbox-item .m-edit .m-view i{padding:12px;background:#e6e6e8;font-size:16px;color:#736d7f;border-radius:2px;}.ty-messages .title{font-size:20px;color:#120d29;text-transform:uppercase;font-weight:600;margin:30px 0 0 0;}.ty-messages .d-title p{font-size:15px;color:#120d29;font-weight:600;}.ty-messages .d-title p bdi{color:#736d7f;}.ty-messages .container{max-width:1170px;margin:auto;}.ty-messages img{max-width:100%;border-radius:50%;}.ty-messages .inbox_people{background:#f8f8f8 none repeat scroll 0 0;float:left;overflow:hidden;width:40%;border-right:1px solid #c4c4c4;}.ty-messages .inbox_msg{border:1px solid #c4c4c4;clear:both;overflow:hidden;}.ty-messages .top_spac{margin:20px 0 0;}.ty-messages .recent_heading{float:left;width:40%;}.ty-messages .srch_bar{display:inline-block;text-align:right;width:60%;}.ty-messages .headind_srch{padding:10px 29px 10px 20px;overflow:hidden;border-bottom:1px solid #c4c4c4;}.ty-messages .recent_heading h4{color:#05728f;font-size:21px;margin:auto;}.ty-messages .srch_bar input{border:1px solid #cdcdcd;border-width:0 0 1px 0;width:80%;padding:2px 0 4px 6px;background:none;}.ty-messages .srch_bar .input-group-addon button{background:rgba(0,0,0,0) none repeat scroll 0 0;border:medium none;padding:0;color:#707070;font-size:18px;}.ty-messages .srch_bar .input-group-addon{margin:0 0 0 -27px;}.ty-messages .chat_ib h5{font-size:15px;color:#464646;margin:0 0 8px 0;}.ty-messages .chat_ib h5 span{font-size:13px;float:right;}.ty-messages .chat_ib p{font-size:14px;color:#989898;margin:auto;}.ty-messages .chat_img{float:left;width:11%;}.ty-messages .chat_ib{float:left;padding:0 0 0 15px;width:88%;}.ty-messages .chat_people{overflow:hidden;clear:both;}.ty-messages .chat_list{border-bottom:1px solid #c4c4c4;margin:0;padding:18px 16px 10px;}.ty-messages .inbox_chat{height:550px;overflow-y:scroll;}.ty-messages .active_chat{background:#ebebeb;}.ty-messages .incoming_msg_img{display:inline-block;width:6%;border-radius:50%;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.ty-messages .received_msg{display:inline-block;padding:0 0 0 10px;vertical-align:top;width:92%;}.ty-messages .received_withd_msg p{background:#fff;border-radius:2px;text-align:left;color:#736d7f;font-size:14px;margin:0;padding:5px 10px 5px 12px;width:100%;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.ty-messages .time_date{color:#747474;display:block;font-size:12px;margin:8px 0 0;}.ty-messages .received_withd_msg{width:57%;}.ty-messages .mesgs{float:left;padding:30px 15px 0 25px;width:100%;}.ty-messages .sent_msg p{background:#03a9f4;border-radius:2px;font-size:14px;margin:0;text-align:left;padding:5px 10px 5px 12px;color:#fff;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.ty-messages .outgoing_msg{overflow:hidden;margin:26px 0 26px;}.ty-messages .sent_msg{float:right;width:46%;}.ty-messages .input_msg_write input{background:rgba(0,0,0,0) none repeat scroll 0 0;border:medium none;color:#4c4c4c;font-size:15px;min-height:48px;width:100%;}.ty-messages .type_msg{border-top:1px solid #c4c4c4;position:relative;width:700px;margin:auto;}.ty-messages .msg_send_btn{background:#05728f none repeat scroll 0 0;border:medium none;border-radius:50%;color:#fff;cursor:pointer;font-size:17px;height:33px;position:absolute;right:0;top:11px;width:33px;}.ty-messages .messaging{padding:0 0 50px 0;}.ty-messages .msg_history{overflow-y:auto;width:700px;margin:auto;}.contact-custom .ty-form-builder__description{background:white;width:700px;margin:auto;padding:24px;margin-top:30px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);height:135px;border-radius:2px;}.contact-custom .ty-form-builder__description .contact-us__left{width:60%;float:left;}.contact-custom .ty-form-builder__description .contact-us__left .title{font-size:20px;color:#120d29;text-align:left;}.contact-custom .ty-form-builder__description .contact-us__left p{font-size:14px;color:#736d7f;margin-top:20px;text-align:left;}.contact-custom .ty-form-builder__description .contact-us__right{width:40%;display:inline-block;box-sizing:border-box;text-align:left;background:whitesmoke;padding:10px;}.contact-custom .ty-form-builder__description .contact-us__right span{display:block;margin-top:10px;color:#736d7f;}.contact-custom .ty-form-builder__description .contact-us__right span i{color:#736d7f;padding-right:10px;}.contact-custom .ty-form-builder__description .contact-us__right span.first-item{margin-top:0;color:#120d29;font-weight:600;}.contact-custom .ty-form-builder{width:700px;background:white;margin:auto;padding:24px;margin-top:24px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border-radius:2px;}.contact-custom .ty-form-builder form label{font-size:12px;color:#120d29;letter-spacing:0;text-align:left;font-weight:600;padding-top:24px;}.contact-custom .ty-form-builder form input{width:100%;height:40px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;max-width:100%;}.contact-custom .ty-form-builder form textarea{background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;max-width:100%;}.contact-custom .ty-form-builder form select{max-width:100%;height:40px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;}.contact-custom .ty-form-builder form .buttons-container{background:none;}.contact-custom .ty-form-builder form .buttons-container button{background:#5e48c8;border-radius:2px;width:156px;height:40px;float:right;font-size:14px;color:#fff;letter-spacing:0.2px;text-align:center;text-transform:uppercase;font-weight:600;}.ty-cart-content .quantity-cell{display:none;}.ty-cart-content .ty-cart-content__qty{display:none;}.homepage-banners{margin-top:0px;height:60vh;}.homepage-banners .ty-banner__image-item-background{height:55vh;background-size:cover;background-position:center;}.homepage-banners .owl-carousel{position:absolute;widows:100%;left:0;}.homepage-description .hp-description div{font-size:16px;color:#736d7f;text-align:left;font-weight:400;letter-spacing:.1px;line-height:23px;text-align:justify;}.about-us__wrapper .mainbox-title h1{font-size:20px;color:#120d29;}.about-us__wrapper .about-us__top{width:700px;margin:auto;background:#fff;box-sizing:border-box;padding:24px;border-radius:2px;text-align:left;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.about-us__wrapper .about-us__top .about-us__title{font-size:20px;color:#120d29;}.about-us__wrapper .about-us__top .about-us__text{font-size:14px;color:#736d7f;margin-top:20px;text-align:left;}.about-us__wrapper .about-us__team{width:700px;margin:auto;background:#fff;box-sizing:border-box;padding:24px;border-radius:2px;text-align:left;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.about-us__wrapper .about-us__team .about-thumb{float:left;padding:25px;}.about-us__wrapper .about-us__team .about-bio{padding:20px 0;}.about-us__wrapper .about-us__team .about-bio .about-bio__name{font-size:16px;color:#120d29;display:block;}.about-us__wrapper .about-us__team .about-bio .about-bio__role{font-size:16px;color:#736d7f;}.about-us__wrapper .about-us__team .about-bio p{font-size:14px;color:#736d7f;}form.ty-add-product-form .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice{width:auto;}.footer-content{max-width:2200px;min-width:280px;margin:0 5% !important;width:90% !important;}.footer-content .footer-logo{text-align:left;margin-top:20px;}.footer-content .footer-logo img{max-width:200px;}.footer-content .footer-text{text-align:left;margin-top:20px;margin-bottom:20px;}.footer-content .footer-text p{color:white;font-size:14px;}.footer-content .footer-information{text-align:left;margin-top:20px;margin-bottom:20px;}.footer-content .footer-information p{color:white;display:block;text-transform:uppercase;font-size:16px;}.footer-content .footer-information a{color:white;display:block;padding:10px 0 0 0;}.footer-content .footer-social{color:white;text-align:left;margin-top:20px;}.footer-content .footer-social p{color:white;display:block;text-transform:uppercase;font-size:16px;}.footer-content .footer-social a i{color:white;font-size:35px;padding-right:10px;}.footer-content .footer-fb-page{margin-top:20px;}.ty-pagination__bottom i{color:#120d29;}.ty-pagination__bottom .ty-pagination__text{color:#120d29;}.ty-pagination__bottom .ty-pagination__items a{color:#120d29;}.ty-pagination{width:400px;margin:auto;text-align:center;}.homepage-testimonials .owl-theme .owl-controls .owl-buttons div{background:#736d7f;}.homepage-testimonials .owl-carousel.ty-scroller-list{background:none;border:none;}.homepage-testimonials .owl-carousel.ty-scroller-list .ty-discussion-post{border-radius:2px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:none;background:#2c333d;}.homepage-testimonials .owl-carousel.ty-scroller-list .ty-discussion-post .ty-discussion-post__message{color:white;text-align:left;}.homepage-testimonials .owl-carousel.ty-scroller-list .ty-discussion-post .ty-caret-bottom .ty-caret-outer{border-left:16px solid #2c333d;}.homepage-testimonials .owl-carousel.ty-scroller-list .ty-discussion-post .ty-caret-bottom .ty-caret-inner{border-left:16px solid #2c333d;}.homepage-testimonials .owl-carousel.ty-scroller-list .owl-item:nth-child(2) .ty-discussion-post,.homepage-testimonials .owl-carousel.ty-scroller-list .owl-item:nth-child(4) .ty-discussion-post{background:#ed4f22 !important;}.homepage-testimonials .owl-carousel.ty-scroller-list .owl-item:nth-child(2) .ty-discussion-post .ty-caret-bottom .ty-caret-outer,.homepage-testimonials .owl-carousel.ty-scroller-list .owl-item:nth-child(4) .ty-discussion-post .ty-caret-bottom .ty-caret-outer{border-left:16px solid #ed4f22;}.homepage-testimonials .owl-carousel.ty-scroller-list .owl-item:nth-child(2) .ty-discussion-post .ty-caret-bottom .ty-caret-inner,.homepage-testimonials .owl-carousel.ty-scroller-list .owl-item:nth-child(4) .ty-discussion-post .ty-caret-bottom .ty-caret-inner{border-left:16px solid #ed4f22;}.homepage-testimonials .ty-discussion-post__author{float:left;margin-top:10px;color:#2c333d;}.homepage-testimonials .ty-discussion-post__date{display:none;}.homepage-testimonials .ty-discussion-post__rating{text-align:left;display:block;}.homepage-testimonials .ty-discussion-post__rating .ty-stars__icon{color:#2c333d;}.category-content-grid .ty-sort-container{margin-top:0px;}.category-content-grid #elm_sort_fields,.category-content-grid #elm_pagination_steps{border-radius:2px;border:0px;box-shadow:0 1px 3px 0 rgba(0,0,0,0.15);}.category-content-grid #elm_sort_fields li a,.category-content-grid #elm_pagination_steps li a{color:#736d7f;}.category-content-grid #elm_subcats_fields{min-width:760px;border-radius:2px;border:0px;box-shadow:0 1px 3px 0 rgba(0,0,0,0.15);}.category-content-grid #elm_subcats_fields li{width:25%;float:left;}.category-content-grid #elm_subcats_fields li a{color:#736d7f;}.category-content-grid #elm_subcats_fields li a.ty-sort-dropdown__content-item-a.active{color:#f4406a;}.ty-pagination .ty-pagination__text{display:none;}.ty-pagination i.fas.fa-angle-left{background:#e6e6e8;border-radius:2px;font-size:14px;color:#736d7f;}.ty-pagination i.fas.fa-angle-right{background:#e6e6e8;border-radius:2px;font-size:14px;color:#736d7f;}.ty-pagination a.ty-pagination__item{background:#e6e6e8;border-radius:2px;padding:9px 13px;font-size:14px;color:#736d7f;}.ty-pagination .ty-pagination__selected{background-color:#f33c6b;color:white;padding:9px 13px;}@media (min-width: 1200px){.span4.header-account-cart.mobile-hidden{min-width:320px;}}.products_view .discussion-block .post-review_item .ty-discussion-post__content{width:100%;margin:0%;float:left;text-align:left;}@media (min-width: 1181px) and (max-width: 1199px){.mobile-header .mobile-top__account{right:90px;}}.ty-breadcrumbs__a{color:#736d7f !important;}.ty-breadcrumbs__slash{color:#726d7e;}.ty-breadcrumbs__slash i{color:#736d7f;}.ty-no-items{background:none;}.top-balance{position:absolute;top:23px;right:300px;width:50px;}.top-balance p a{color:#736d7f !important;font-weight:700;font-size:14px;}.top_menu.mobile-hidden{margin-left:0;}.profiles_update textarea#bio{width:100%;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);height:150px;border:1px solid #dedede;resize:none;}.orders_search #pagination_contents{border-radius:2px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.08);}.orders_search #pagination_contents .ty-table th{border:none;background:#f8f8f9;}#elm_sort_fields,#elm_pagination_steps{border-radius:2px;border:0px;box-shadow:0 1px 3px 0 rgba(0,0,0,0.15);}#elm_sort_fields li a,#elm_pagination_steps li a{color:#736d7f;}#elm_subcats_fields{min-width:600px;border-radius:2px;border:0px;box-shadow:0 1px 3px 0 rgba(0,0,0,0.15);}#elm_subcats_fields li{width:25%;float:left;}#elm_subcats_fields li a{color:#736d7f;}.rejected .product_edit{width:auto;margin-right:15px;}.rejected .product_info{min-width:350px;text-align:left;padding:30px 10px 0 0;}.rejected .p_pending{padding-top:30px;}.notification-content-extended{border-radius:2px;}.discount-counter .dicount--tag{position:relative;width:20%;float:left;box-sizing:border-box;text-align:center;margin-bottom:20px;}.discount-counter .dicount--tag .discount--amount__top{width:59px;padding:18px 0;margin:auto;background:#e6e6e8;border-radius:2px;color:white;font-size:18px;font-weight:bold;margin-bottom:27px;}.discount-counter .dicount--tag .discount--amount__bottom{background:#e6e6e8;padding:6px;color:white;font-weight:bold;}.discount-counter .dicount--tag.discounted .discount--amount__top{background:#f4406a;position:relative;}.discount-counter .dicount--tag.discounted .discount--amount__top span:after{width:0;position:absolute;bottom:-20px;height:0;border-style:solid;border-width:17.3px 10px 0 10px;border-color:#f4406a transparent transparent transparent;border-radius:2px;}.discount-counter .dicount--tag.discounted .discount--amount__bottom{background:#f4406a !important;}.discount-counter .dicount--tag.discounted .discount-arrow-down{border-top:20px solid #f4406a;}.discount-counter .discount-arrow-down{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:20px solid #e7e7e9;position:absolute;bottom:37px;left:47px;}.discount-counter span{color:#120d29;font-size:16px;font-weight:600;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide{border-radius:2px;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide h1{color:#120d29;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide .notification-body-extended .ty-btn.ty-btn__primary{background:#f4406a;border-radius:2px;width:156px;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide .ty-product-notification__buttons{background:#fff;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide .ty-product-notification__buttons .ty-btn.ty-btn__secondary.cm-notification-close{background:#e6e6e8;border-radius:2px;width:128px;color:#736d7f;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide .ty-product-notification__total-info.clearfix{padding:20px;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide .ty-product-notification__total-info.clearfix .ty-product-notification__amount{color:#120d29;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide .ty-product-notification__total-info.clearfix .ty-product-notification__subtotal{color:#120d29;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide .ty-product-notification__product-name{color:#0a0526;font-size:16px;padding-top:25px;text-transform:uppercase;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide .ty-product-notification__product-name .ty-product-notification__price{padding-top:25px;font-size:16px;color:#030121;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide .ty-product-notification__total-info.clearfix{padding:20px 20px 20px 0 !important;}.ty-product-notification__price{padding-top:25px;}@media (min-width: 1181px){.ty-cart-items{width:375px;padding:10px 0;}.ty-cart-items .ty-cart-items__list{padding:10px;}}.ty-pagination__bottom .ty-pagination{width:100% !important;display:flow-root;}.ty-pagination__bottom .ty-pagination .cm-history.ty-pagination__item.hidden-phone.ty-pagination__range.cm-ajax{display:none;}.discount-counter.discount-counter__cart{padding:10px;}.discount-counter.discount-counter__cart .discount--amount__top{width:49px;padding:12px 0;margin:auto;background:#e6e6e8;border-radius:2px;color:white;font-size:16px;font-weight:bold;margin-bottom:27px;}.discount-counter.discount-counter__cart .discount-arrow-down{width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-top:14px solid #e7e7e9;position:absolute;bottom:44px;left:25px;}#custom-view__cart{margin-top:-30px;}#custom-view__cart .buttons-container{background:#f5f5f5;}#custom-view__cart .buttons-container .ty-float-left.ty-cart-content__left-buttons a.ty-btn__secondary,#custom-view__cart .buttons-container .ty-float-left.ty-cart-content__left-buttons a.ty-btn__tertiary{background:#e6e6e8;border-radius:2px;font-size:14px;color:#fff;font-weight:600;text-transform:uppercase;color:#736d7f;}#custom-view__cart .buttons-container .ty-float-right.ty-cart-content__right-buttons a.ty-btn__secondary{background:#5e48c8;border-radius:2px;font-size:14px;color:#fff !important;font-weight:600;text-transform:uppercase;color:#736d7f;}#custom-view__cart .buttons-container .ty-float-right.ty-cart-content__right-buttons button.ty-btn__secondary{background:#5e48c8;border-radius:2px;font-size:14px;color:#fff !important;font-weight:600;text-transform:uppercase;color:#736d7f;}#custom-view__cart .buttons-container .ty-float-right.ty-cart-content__right-buttons a.ty-btn__primary{background:#f4406a;border-radius:2px;font-size:14px;color:#fff !important;font-weight:600;text-transform:uppercase;color:#736d7f;}#custom-view__cart .ty-cart-total{background:white;border-radius:2px !important;box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);}#custom-view__cart .ty-cart-total .ty-cart-total__wrapper{border:0px;}#custom-view__cart .ty-cart-statistic__item{color:#120d29;}#custom-view__cart .name-n a{font-size:16px;color:#120d29;letter-spacing:-0.1px;text-align:left;font-weight:600;display:block;}#custom-view__cart .name-t{font-size:12px;color:#736d7f;letter-spacing:0;text-align:left;padding-left:20px;padding-top:23px;display:block;}#custom-view__cart .info-p bdi{display:block;font-size:16px;color:#120d29;letter-spacing:-0.1px;font-weight:600;}.ty-product-bigpicture__as-thumbs .ty-product-thumbnails{float:initial;width:100% !important;margin-left:-10px;}.ty-product-bigpicture__as-thumbs .ty-product-thumbnails a.cm-thumbnails-mini{width:25%;margin:0;border:none;padding:10px;box-sizing:border-box;}.ty-product-bigpicture__as-thumbs .ty-product-thumbnails a.cm-thumbnails-mini img{width:100%;}.ty-product-bigpicture__as-thumbs .ty-product-thumbnails a.cm-thumbnails-mini.active img{border:2px solid #b8b4bf;}.ty-product-bigpicture .ty-previewer{margin-left:0;}.ty-product-bigpicture .ty-previewer .ty-pict.cm-image{width:100%;}.ty-cart-items__empty{color:#736d7f;}.checkout-steps .ty-step__container{display:none;}.checkout-steps .ty-step__container-active{margin-top:30px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);border-radius:2px;}.checkout-steps .ty-step__container-active .ty-step__title-active{background:white;text-align:left;padding-top:20px;}.checkout-steps .ty-step__container-active .ty-step__title-active .ty-step__title-left{display:none;}.checkout-steps .ty-step__container-active .ty-step__title-active .ty-step__title-txt{color:#120e29;margin-left:0;}.checkout-steps .ty-checkout__billing-options{text-align:left;}.checkout-steps .ty-checkout__billing-options .ty-payments-list{width:100%;}.checkout-steps .ty-checkout__billing-options .ty-payments-list .ty-payments-list__item{width:50%;float:left;box-sizing:border-box;}.checkout-steps .ty-checkout__billing-options .ty-payments-list__checkbox{display:none;}.checkout-steps .ty-checkout__billing-options .ty-payments-list__image{margin:auto;}.checkout-steps .ty-checkout__billing-options .ty-payments-list__item-title{color:whitesmoke;}.checkout-steps .ty-checkout__billing-options .ty-payments-list__image{max-width:100%;}.checkout-steps .ty-checkout__billing-options .ty-payments-list__image img{border-radius:2px;cursor:pointer;background:#e7e7e7;}.checkout-steps .ty-payments-list .ty-payments-list__item:nth-child(1) .ty-payments-list__image img{float:right;margin-right:3%;}.checkout-steps .ty-payments-list .ty-payments-list__item:last-child .ty-payments-list__image{text-align:left !important;}.checkout-steps .ty-checkout__login .ty-checkout-login-form .ty-subheader{color:#120e29;}.checkout-steps .ty-login form.cm-processed-form,.checkout-steps .ty-recover-password form.cm-processed-form{box-shadow:0px;}.__placeit .banner-container-content-ad{margin:auto !important;}#checkout_steps #step_one_login{width:50%;box-sizing:border-box;float:left;}#checkout_steps #step_one_login .login-form__container{float:right;margin-right:3%;}#checkout_steps #step_one_login .ty-checkout__register{display:none;}#checkout_steps #step_one_login .ty-checkout__login{width:100%;box-sizing:border-box;}#checkout_steps .ty-checkout__register-methods-radio{display:none;}#checkout_steps .ty-step__container-active{box-shadow:none;background-color:whitesmoke;border:none;}#checkout_steps #register_checkout a.ty-btn__primary{background:#5e48c8;border-radius:2px;width:156px;font-size:16px;color:#fff;letter-spacing:-0.2px;text-align:center;}#checkout_steps .ty-step__container-active .ty-step__title-active{background:whitesmoke;text-align:center;}#checkout_steps .ty-step__container-active .ty-step__title-active span{text-decoration:none;text-transform:uppercase;font-weight:bold;font-size:14px !important;color:#a1a6aa !important;}#checkout_steps #step_one_register{display:block;width:50%;box-sizing:border-box;margin:auto;float:right;margin-bottom:30px;}#checkout_steps #step_one_register form{border-radius:2px;padding:20px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);width:530px;margin-left:3%;}.checkout_checkout .main-content-grid{min-height:100px;}.checkout_checkout .ty-step__body-active .ty-control-group .ty-input-text{height:40px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;}.checkout_checkout .ty-control-group__title{font-weight:normal;font-size:12px;color:#120d29 !important;letter-spacing:0;text-align:left;font-weight:600;padding-top:24px;}.checkout_checkout .ty-step__container-active h3{color:#120d29;}.checkout_checkout #step_one_register .ty-checkout-buttons .ty-btn__secondary{background:#5e48c8;border-radius:2px;width:156px;height:40px;float:right;font-size:16px;color:#fff;letter-spacing:-0.2px;text-align:center;font-size:14px;text-transform:uppercase;font-weight:bold;}.checkout_checkout #step_one_register .ty-checkout-buttons .ty-checkout__register-cancel{background:#e7e7e9;border-radius:2px;width:156px;color:#777183;letter-spacing:-0.2px;text-align:center;font-size:14px;text-transform:uppercase;float:left;font-weight:bold;}.checkout_checkout #step_one_body button.ty-btn__secondary.ty-btn{background:#5e48c8;border-radius:2px;width:185px;font-weight:bold;height:40px;text-transform:uppercase;}.checkout_checkout .ty-checkout__register-cancel{display:none;}.checkout_checkout .checkout-steps .ty-checkout__billing-options .ty-payments-list__image{text-align:left;}.checkout_checkout .ty-payments-list__item.active img{border:2px solid #f33c6b;}.checkout_checkout .ty-order-info__profile-field{background:none;}@media (max-width: 1400px){.auth_login_form .container-fluid.content-grid{padding:0 !important;}.auth_login_form .login-form__container{width:100%;}.auth_login_form .login-form__container .ty-register__left{width:100%;margin:auto;display:block;}.auth_login_form .login-form__container .login__divider{width:100%;margin-top:20px;}.auth_login_form .login-form__container .ty-login__right{width:100%;margin:auto;margin-bottom:20px;}.auth_login_form .login-form__container .ty-login__right form.cm-processed-form,.auth_login_form .login-form__container .ty-login__right .ty-recover-password form.cm-processed-form{width:auto !important;max-width:600px;margin-top:20px;}}.ty-menu__item__logout .ty-menu__item-link:before{content:none;}.secondary-menu_mobile i{margin-right:5px;}@media (max-width: 900px){.contact-custom .ty-form-builder__description,.about-us__wrapper .about-us__top,.about-us__wrapper .about-us__team,.hire-us .hire-us__top,.hire-us .hire-us__middle,.hire-us .hire-us__bottom,.hire-us .mainbox-title,.hire-us .mainbox-title-form h1{width:auto !important;}.contact-custom .ty-form-builder{width:auto !important;}}.wishlist_view a.ty-btn.ty-btn__tertiary{background:#e6e6e8;border-radius:2px;font-size:16px;color:#736d7f;font-weight:600;}.wishlist_view a.ty-btn.ty-btn__secondary.text-button{background:#f4406a;border-radius:2px;font-size:16px;font-weight:400;padding:10px 20px;}.ty-remove:hover .ty-remove__txt,.ty-remove:hover .ty-remove__icon{color:#120e29;}.non-earnings{font-size:33px;margin-top:5%;color:#9995a2;font-weight:400;}.seller_dashboard .avatar-warning{text-align:left;}.seller_dashboard .avatar-warning .no-avatar_warning{background:#f4406a;color:white;padding:10px 20px;margin-left:35px;}.image_preview_thumb img{width:auto;max-height:100%;}@media (min-width: 1200px){.discussion-block .full-width_review{width:100%;display:flow-root;}.discussion-block .post-review_item .ty-discussion-post__content{width:30%;margin:1%;float:left;}}.left-sumary{float:left !important;}.ty-payments-list__item-group{width:100% !important;}.shipping-adress__delim{display:none;}.ty-payments-list__item{padding-bottom:0px;}.ty-payments-list__instruction{width:100%;}.ty-payments-list__instruction p{color:#b7b3bd;font-size:18px;font-weight:bold;}.ty-gift-certificate-coupon input.ty-input-text.cm-hint{height:40px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;color:#7d7888;}.ty-gift-certificate-coupon button.ty-btn-go{padding-top:5px;}.products_view h3.tab-list-title,.discussion_view h3.tab-list-title{text-align:left;color:#736d7f;}.products_view .ui-dialog.ui-widget.ui-widget-content .object-container,.discussion_view .ui-dialog.ui-widget.ui-widget-content .object-container{height:400px !important;}.products_view .ui-dialog .buttons-container.buttons-container-picker,.discussion_view .ui-dialog .buttons-container.buttons-container-picker{bottom:27px !important;text-align:right !important;width:200px;right:30px;}.orders_details .ty-tabs__content{background:none;border:0px;padding-top:0;box-shadow:none;}.orders_details a.ty-tabs__a{color:#726d7e;}.orders_details .ty-tabs__item{background:none;}.orders_details .ty-profiles-info__item{margin-right:0%;width:100%;}.orders_details .ty-profiles-info__title{font-size:12px;color:#120d29;letter-spacing:0;text-align:left;font-weight:600;}.orders_details #sw_elm_sort_fields{display:none;}.orders_details .my-products_list .title span{color:#726d7e;font-size:16px;}.orders_details .ty-orders-detail__products .ty-sort-container{margin-top:0;position:relative;}.orders_details .ty-orders-detail__products .ty-search-magnifier{top:25px;left:270px;color:#726d7e;}.orders_details .ty-orders-detail__products .ty-subheader{font-size:20px;}.orders_details .ty-orders-summary{background:white;max-width:600px;margin:auto;padding:20px;border-radius:2px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.orders_details .ty-orders-summary .ty-orders-summary__wrapper{width:100%;min-width:auto;padding:0;border:0px;background:none;}.orders_details .ty-orders__actions{max-width:640px;margin:auto;}.orders_details .ty-orders-promotion{margin-top:0;background:white;max-width:600px;margin:auto;padding:20px;border-radius:2px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.orders_details .ty-orders-promotion .ty-orders-promotion__description{display:none;}.orders_details .ty-orders-promotion .ty-orders-promotion__title{text-align:left;padding-left:20px;padding-bottom:10px;color:#736d7f;font-size:15px;}.orders_details input#search_input{height:40px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;width:300px;}.orders_details .ty-profiles-info__field{text-align:left;padding-left:20px;padding-bottom:10px;}.orders_details .ty-profiles-info__field .ty-info-field bdi{color:#736d7f;font-size:15px;}.orders_details .ty-profiles-info__field .ty-info-field.firstname{float:left;}.orders_details .ty-profiles-info__field .ty-info-field.lastname{float:left;padding-left:5px;}.orders_details .ty-subheader{font-size:16px;color:#120d29;letter-spacing:-0.1px;text-align:left;font-weight:600;}.orders_details .ty-btn.cm-new-window.ty-btn__text.text-button{background:#e6e6e8;border-radius:2px;float:left;margin-bottom:16px;color:#726d7d;}.orders_details a.ty-btn.orders-print__pdf{background:#e6e6e8;border-radius:2px;float:left;margin-left:16px !important;color:#726d7d;}.orders_details .ty-tabs{display:none !important;margin-top:30px;vertical-align:bottom;border-bottom:0px;max-width:640px;margin:auto;}.orders_details .ty-orders__actions-right a{color:#726d7d;}.orders_details .ty-tabs__item.active{border:9px;border-radius:2px 2px 0 0;color:#726d7e;box-shadow:inset 0px 2px 0px 0px #726d7e !important;}.orders_details .ty-tabs__item.active:after{border:0 !important;left:0;}.orders_details .orders-customer{background:white;max-width:600px;margin-top:16px;margin:auto;padding:20px;margin-bottom:16px;border-radius:2px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.orders_details .ty-sort-container{display:none;}.orders_details .ty-orders-summary .ty-subheader,.orders_details .ty-orders-promotion .ty-subheader{display:block !important;}.orders_details .ty-orders-detail__products{max-width:640px;margin:auto;}.orders_details .ty-orders-detail__products .my-products_list .my-products_product{flex:0 100%;margin-bottom:16px;margin-top:0;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.discussion_view .ty-btn.cm-dialog-opener.cm-dialog-auto-size.ty-btn__primary,.products_view .ty-btn.cm-dialog-opener.cm-dialog-auto-size.ty-btn__primary{border-radius:2px;background:#5e48c8;text-transform:uppercase;font-weight:600;margin-top:20px;}.discussion_view .ty-discussion-post__author,.products_view .ty-discussion-post__author{float:left;}.discussion_view .ty-discussion-post__rating,.products_view .ty-discussion-post__rating{text-align:left;}.discussion_view .ui-dialog .buttons-container,.products_view .ui-dialog .buttons-container{background:none !important;border:0px;padding:0;}.discussion_view .ui-dialog .buttons-container button.ty-btn__secondary.ty-btn,.products_view .ui-dialog .buttons-container button.ty-btn__secondary.ty-btn{background:#f4406a;border-radius:2px;font-size:16px;font-weight:400;padding:10px 20px;}.discussion_view .ui-dialog textarea.ty-input-textarea.ty-input-text-large,.products_view .ui-dialog textarea.ty-input-textarea.ty-input-text-large{background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;resize:none;}.discussion_view .ui-dialog .ty-control-group__title,.products_view .ui-dialog .ty-control-group__title{text-align:left;}.discussion_view .ui-dialog input[type="text"],.products_view .ui-dialog input[type="text"]{width:100%;height:40px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;}.discussion_view .ui-dialog .ui-dialog-title,.products_view .ui-dialog .ui-dialog-title{color:#120d29 !important;}.ty-icon-cancel-circle{color:#746f7f;}.ty-remove__txt{color:#726d7e;}.wishlist_view .buttons-container{background:none !important;}.wishlist_view .grid-item{min-height:320px;}@media (max-width: 1181px){.ty-form-builder__description{height:auto !important;}.ty-form-builder__description .contact-us__left{width:100% !important;margin-bottom:20px;}.ty-form-builder__description .contact-us__right{width:100% !important;}.cm-responsive-menu .ty-menu__item.ty-menu__menu-btn.visible-phone .ty-menu__item-link{background:#120d29 !important;}.category-content-grid .ty-sort-container{padding:0 10px;}.seler-form__container .ty-register__left .ty-account form{max-width:100% !important;width:auto !important;}.seler-form__container .ty-seller-info__right .seller-info__field{max-width:100% !important;width:auto !important;}.seler-form__container .ty-seller-info__right{width:100% !important;}.orders_search .ty-section.ty-search-form{background:white;border:2px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.orders_search .ty-section.ty-search-form .ty-section__title{background:white;}.orders_search .ty-search-form__buttons-container{background:white;}.orders_search .ty-search-form__buttons-container .ty-btn__secondary.ty-btn{background:#5e48c8;border-radius:2px;width:156px;height:40px;float:right;font-size:14px;color:#fff;letter-spacing:0.2px;text-align:center;text-transform:uppercase;font-weight:600;}.orders_search .ty-status-info label{font-size:15px;}.wishlist_view .ty-btn__tertiary{background:#e6e6e8;border-radius:2px;color:#736d7f;font-size:14px;letter-spacing:0.2px;text-align:center;text-transform:uppercase;font-weight:600;}.wishlist_view .ty-btn__secondary{background:#5e48c8;border-radius:2px;font-size:14px;color:#fff;letter-spacing:0.2px;text-align:center;text-transform:uppercase;font-weight:600;}.profiles_following .designer__carousel{display:none !important;}.profiles_following .designers__container .designer__info .designer__info--thumb img{max-width:100px;}.profiles_following .notification-content-extended{max-width:83% !important;}.profiles_inbox .ty-inbox .ty-inbox_list{width:100%;}.profiles_inbox .inbox-item{position:relative;}.profiles_inbox .inbox-item .m-thumb{width:15%;}.profiles_inbox .inbox-item .m-date{display:none;}.profiles_inbox .inbox-item .m-with span{padding-top:6px;}.profiles_inbox .inbox-item .m-title{display:block;width:100%;}.profiles_inbox .inbox-item .m-title span{padding-left:10px !important;}.profiles_inbox .inbox-item .m-edit{width:auto !important;position:absolute;right:0;top:15px;}.profiles_inbox .inbox-item .m-edit .m-view{margin-right:0px !important;}.profiles_inbox .inbox-item .m-edit .m-view i{background:white !important;}.products_view .ty-product-bigpicture__left{width:100%;padding-right:0;}.products_view .ty-product-bigpicture .ty-previewer .ty-pict.cm-image{width:70%;}.products_view .ty-product-bigpicture__right{width:100%;}.products_view .ty-product-bigpicture__right .ty-product-bigpicture__sidebar-bottom .ty-add-to-wish{padding:10px 9px !important;}.products_view .ty-product-bigpicture__right .ty-product-bigpicture__prices{margin:3em 0 10px 20px;}.products_view .ty-product-bigpicture__right .product_info_bottom{margin-top:20px;}.ty-sort-container .ty-sort-dropdown{margin-bottom:5px;}}@media (max-width: 350px){.profiles_following .notification-content-extended{max-width:81% !important;}}@media (max-width: 375px){.hire-us .mainbox-title-form h1{margin-bottom:100px !important;}}@media (max-width: 425px){.hire-us .offers-card{width:50% !important;}.hire-us .mainbox-title-form h1{margin-bottom:85px !important;}.products_view .ty-product-bigpicture .ty-previewer .ty-pict.cm-image{width:100%;}.products_view .ty-product-bigpicture .price-bg .ty-price-update span.ty-price bdi span.ty-price-num:nth-child(2){font-size:110px;}.products_view .ty-product-bigpicture__right{padding:15px !important;}.products_view .product_info_bottom{margin-top:20px;}.category-content-grid #elm_subcats_fields{min-width:290px;}.category-content-grid #elm_subcats_fields li.ty-sort-dropdown__content-item{width:50%;box-sizing:border-box;}}#canvaspreview_child .image-overlay-tshirt{display:block;position:absolute;top:0;background-size:200px !important;background-repeat:no-repeat !important;left:8px;width:220px;height:280px;margin-left:190px;margin-top:174px;}@media (max-width: 1740px){.seller_dasboard .seller_card-wrapper .seller-card span.value{font-size:50px;}}@media (max-width: 1400px){.seller_dasboard .seller_card-wrapper{width:25%;margin-bottom:16px;}}@media (max-width: 1150px){.seller_dasboard .seller_card-wrapper{width:32%;margin-bottom:16px;}}@media (max-width: 1000px){.products_view .ty-product-bigpicture__left{width:100%;}.products_view .ty-product-bigpicture__right{width:100%;}.my-products_product{background:white;display:block;flex:0 70% !important;margin:16px 20% 0 !important;padding-bottom:10px;height:auto !important;position:relative;}.my-products_product .p_name{width:200px;}.my-products_product .float-right{float:none;display:block !important;width:100% !important;top:initial !important;}.my-products_product .product_edit{display:inline-block;float:left;width:115px;padding-top:20px;text-align:left;position:absolute;right:0;}.my-products_product .product_info{width:100%;}}@media (max-width: 680px){.seller_dasboard .seller_card-wrapper{width:50%;margin-bottom:16px;}.ty-profile-field.ty-account.form-wrap .ty-paypal-email,.ty-account .ty-paypal-email{width:100%;padding-right:0;}.ty-profile-field.ty-account.form-wrap .ty-paypal-email:last-child,.ty-account .ty-paypal-email:last-child{padding-left:0;}.my-products_product .p_aproved,.my-products_product .p_pending{position:absolute;right:16px;bottom:16px;}}@media (max-width: 860px){.my-products_product{background:white;display:block;flex:0 100% !important;margin:16px 0% 0 !important;padding-bottom:10px;height:auto !important;}}@media (max-width: 500px){.seller_dasboard .seller_card-wrapper{width:80%;margin-bottom:16px;}}.seller_view .ty-sort-container .ty-btn-add-new{display:none;}.seller_view .d__contact a.following i{color:#f2386c !important;}.seller_view .d__contact a.following i.fas.fa-user-plus:before{content:"\f4fc" !important;}.editonly_image,.editonly_archive{display:none;}.chosen-container.chosen-container-multi ul.chosen-choices{width:100%;min-height:40px;background:white;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;margin-top:0;}.chosen-container.chosen-container-multi ul.chosen-choices .search-choice{background:#e6e6e8;border-radius:2px;height:28px;border:0;box-shadow:none;padding:6px 20px 5px 5px;}.chosen-container.chosen-container-multi ul.chosen-choices a.search-choice-close{top:8px;}.chosen-container.chosen-container-multi ul.chosen-choices input{margin-top:7px !important;}.ty-control-group.display-form-items{text-align:left;display:inline-block;float:left;margin-top:20px;margin-right:10px;width:180px;padding:0 0 0 10px;background:#e6e6e8;border-radius:2px;}.ty-control-group.display-form-items input{width:auto;background:none !important;box-shadow:none !important;}.pages_view .ty-mainbox-body .ty-wysiwyg-content{background:white;max-width:600px;margin:auto;padding:20px;text-align:left;}.freebie-form{display:block;width:100%;margin-top:20px;}.freebie-form #freebie-terms{cursor:pointer;color:#f4406a;}.freebie-form .fb-label{width:100%;display:block;}.freebie-form input[type=text],.freebie-form input[type=email]{width:46%;box-sizing:border-box;float:left;margin-right:3%;margin-bottom:10px;margin-top:10px;height:40px;background:white;border-radius:2px !important;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);border:1px solid #dedede;padding:4px 8px;}.freebie-form span.extra-info{float:left;margin-bottom:10px;}.freebie-form .extra-info.toggled{display:none;}.freebie-form input[type=submit]{display:block;margin-top:10px;background:#f4406a;border-radius:2px;font-size:16px;font-weight:400;padding:10px 20px;border:0px;color:white;}.payment-label_cus{font-size:18px;font-weight:bold;}.prices-container price-wrap
.checkout_checkout .ty-sidebox-important.order-information{background:white;max-width:600px;margin:auto;position:relative;padding:0 20px 20px 20px;margin-bottom:20px;top:-10px;border-radius:0 0 2px 2px;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.prices-container price-wrap
.checkout_checkout .ty-sidebox-important.order-information .ty-sidebox-important__title{display:none;}.prices-container price-wrap
.checkout_checkout .ty-sidebox-important.order-information .ty-sidebox-important__body{position:relative;}.prices-container price-wrap
.checkout_checkout .ty-sidebox-important.order-information .ty-sidebox-important__body .ty-order-info{height:50px;}.prices-container price-wrap
.checkout_checkout .ty-sidebox-important.order-information .ty-sidebox-important__body .ty-order-info .ty-order-info__title{position:absolute;left:0;top:10px;font-weight:initial !important;color:#120e29;}.prices-container price-wrap
.checkout_checkout .ty-sidebox-important.order-information .ty-sidebox-important__body .ty-order-info #tygh_billing_adress{position:absolute;right:0;padding-right:0px !important;}.prices-container price-wrap
.checkout_checkout .shipping-adress__delim{display:none !important;}.prices-container price-wrap
.checkout_checkout .ty-sidebox-important.ty-order-summary{background:white;max-width:600px;margin:auto;padding:20px;border-radius:2px 2px 0 0;box-shadow:0 1px 4px 0 rgba(0,0,0,0.06);}.products_view .prices-container.price-wrap{position:relative;}.products_view .prices-container.price-wrap .price-bg .ty-price{position:initial !important;}.products_view .ty-discussion-post__message{color:#726d7e;}.products_view h3#discussion{color:#120e29 !important;}.products_view .ty-discussion-post__author{color:#726d7e;}.products_view .ty-stars{color:#726d7e;}.products_view .ty-discussion-post{box-shadow:0 2px 5px 0 rgba(0,0,0,0.1);border-radius:2px;}.sr-dropbtn{color:#726d7e;font-size:16px;border:none;}.search-options{position:absolute;right:31px;top:6px;}.sr-dropdown-content{display:none;position:absolute;right:-27px;top:34px;padding:10px 15px;background-color:#fff;min-width:160px;z-index:1;box-shadow:0 1px 3px 0 rgba(0,0,0,0.15);text-align:left;}.sr-dropdown-content a{color:black;padding:12px 16px;text-decoration:none;display:block;}.sr-dropdown-content a:hover{background-color:#ddd;}.seller_myproducts .my-products_product.rejected{position:relative;}.seller_myproducts .my-products_product.rejected .product_info{width:290px;max-height:35px;text-overflow:ellipsis;overflow:hidden;}.seller_myproducts .my-products_product.rejected .product_info .info-r-modal{position:absolute;display:none;background:white;top:55px;right:0;box-shadow:0 1px 5px 0 rgba(0,0,0,0.25);width:310px;padding:5px 20px 20px;border-radius:2px;}.seller_myproducts .my-products_product.rejected .product_edit{width:115px !important;margin-right:0 !important;}.search-open{display:none;}.top-my-account .ty-dropdown-box__title:hover{background:#120e29 !important;}.top-my-account .ty-dropdown-box__title.open{background:#120e29 !important;}.mphb-room-type.post-104.mphb_room_type.type-mphb_room_type{display:inline-block !important;}.ty-step__title-active .ty-step__title-txt{display:none;}#step_one_login form{height:490px;}.login-footer-co{color:#120e29;font-size:18px;font-weight:bold;}.login-footer-co-det{color:#b8b4bf;display:block;font-size:18px;padding-top:10px;font-weight:bold;}.check-out__footer{position:relative;top:80px;}.ty-order-summary{margin-top:0 !important;padding:15px;float:right;width:400px;max-width:400px;}.ty-order-summary th.ty-checkout-summary__total div{color:#120d29;font-size:18px;font-weight:bold;}.ty-order-summary span.ty-checkout-summary__total-sum{color:#5e48c8;}.checkout-steps .ty-checkout__login .ty-checkout-login-form .ty-subheader{font-weight:bold;}.checkout_checkout .ty-step__container-active h3{font-weight:bold;}.ty-customer-notes{display:none;}.ty-login-popup .buttons-container .ty-login__remember-me{display:inline-block;}.ty-discussion-post a{color:white;}.ty-price-slider__inputs{color:#f5f5f5 !important;text-align:left;}.ty-price-slider__inputs input[type="text"],.ty-price-slider__inputs input[type="password"],.ty-price-slider__inputs textarea,.ty-price-slider__inputs select{padding:0 !important;width:22px;}.ty-price-slider__inputs bdi{color:#736d7f;}.ty-price-slider__inputs bdi:nth-child(2){float:right;}.category-content-grid .ty-mainbox-container{position:relative;}.ty-product-filters__group{padding:2px 0;margin:5px 3px;text-align:left;}.products_search .cm-product-filters{position:absolute;left:640px !important;top:65px !important;}.subscribe-wd .cm-processing-personal-data.cm-processed-form{display:initial;}.subscribe-wd .ty-footer-form-block__title{color:#fff;display:block;text-transform:uppercase;font-size:16px;float:left;}.ty-product-block .ty-product-block__img-wrapper .ty-product-thumbnails{display:table-caption;}.ty-product-block .ty-product-block__img-wrapper .ty-product-thumbnails a.cm-thumbnails-mini{width:190px;display:block;height:auto;}.ty-product-block .ty-product-block__img-wrapper .ty-product-thumbnails a.cm-thumbnails-mini img{width:100%;max-width:100%;}.ty-product-block .cm-picker-product-options .ty-product-variant-image img.product-variant-image-selected{border:4px solid #bf1e2e !important;}.grid-item .seller-thumb img{max-width:20px;float:left;border-radius:50%;box-shadow:0px 0px 4px rgba(0,0,0,0.199);}.grid-item .grid-item__top .grid-item__sales-price{padding:8px 3px 8px 10px !important;height:35px !important;box-sizing:border-box;}.grid-item .seller-name-c{float:left;padding-left:5px;color:#736d7f;font-weight:300 !important;padding-top:1px;width:120px;text-align:left;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;}.ty-login .ty-btn.ty-btn__secondary{height:auto !important;margin-left:10px;padding:9px !important;background:#bf1e2e !important;}.ty-login .buttons-container{padding-right:0px !important;}.ty-product-block__img-wrapper{width:53% !important;padding-right:4% !important;}.ty-product-block__img-wrapper img.ty-pict.cm-image{max-width:60% !important;}.ty-product-block__img-wrapper .ty-product-thumbnails img.ty-pict.cm-image{max-width:100% !important;width:100% !important;}.pretLiv{display:block;width:100%;}.products_view a.cm-increase.ty-value-changer__increase{color:#333;}.products_view a.cm-decrease.ty-value-changer__decrease{color:#333;}.products_view .tab-content .owl-prev{position:absolute;left:-50px;bottom:50%;}.products_view .tab-content .owl-prev i{font-size:50px;color:#bf1e2e;}.products_view .tab-content .owl-next{position:absolute;right:-50px;bottom:50%;}.products_view .tab-content .owl-next i{font-size:50px;color:#bf1e2e;}.products_view .descriereaIA h2{color:#333;}.products_view .owl-theme .owl-controls .owl-buttons div{background:none;}.products_view .owl-theme .owl-controls.clickable .owl-buttons div:hover{background:none;}.products_view .ty-product-img .ty-pict{cursor:default !important;}.products_view .marimiWrap{top:0;position:fixed;width:100%;height:100vh;background:#00000073;z-index:999999;left:0;display:none;}.products_view .marimiWrap .tabelMarimi{margin:auto !important;max-width:1000px !important;float:none !important;display:flow-root !important;margin-top:50px !important;border-radius:10px;box-shadow:0px 0px 50px #0000004d;background:white;box-sizing:border-box;padding:10px;position:relative;}.products_view .marimiWrap .wrapClose{position:absolute;right:20px;top:20px;cursor:pointer;}.products_view .marimiWrap .wrapClose i{color:grey;font-size:26px;}.products_view #tMarimiOpen{cursor:pointer;font-weight:bold;color:#f06c43;font-size:15px;margin-bottom:10px;letter-spacing:0.4px;float:left;display:block;width:100%;text-align:left;}.products_view .ty-product-options__item label.ty-control-group__label{display:inline-block;width:100%;font-size:12px;letter-spacing:0.4px;}.products_view .product_info__on_page{border:0 !important;}.products_view .ty-price .ty-price-num{font-size:40px;color:black;}.products_view .ty-price .ty-price-num:nth-child(2){font-weight:normal;}.cm-cart-content.cm-cart-content-thumb .ty-btn.ty-btn__secondary{display:none;}.top-cart-content .ty-minicart-title{color:#736d7f !important;}.grid-item__sales-price form{display:block !important;}.grid-item__sales-price .likes_holder.ty-add-to-wish{margin-right:-20px !important;}.ty-product-detail .ty-product-block__left{padding-right:0px !important;}.ty-product-block .ty-product-block__img-wrapper .ty-product-thumbnails a.cm-thumbnails-mini{margin-top:21px;}.ty-product-block__button i.fas.fa-heart{font-size:25px;color:#bf1e2e;position:relative;top:-4px;}.ty-product-block__left h1.ty-product-block-title{color:#333;}.pretLiv h6{color:#333;}.seller_myproducts .name-n{max-width:214px;}.tab-content{box-sizing:border-box;}.tygh-top-panel{background:black !important;}.tygh-top-panel .top-grid .top-grid-l{text-align:left;}.tygh-top-panel .top-grid .top-grid-l span{color:white;font-size:15px;padding:5px 0;display:inline-block;}.tygh-top-panel .top-grid .top-grid-r .ty-menu__items{background:none;}.tygh-top-panel .top-grid .top-grid-r .ty-menu__items .ty-menu__item-link{padding:5px 14px !important;color:white;text-transform:initial;font-weight:normal;border-radius:0;}.tygh-top-panel .top-grid .top-grid-r .ty-menu__items .ty-menu__item{floaT:right !important;}.tygh-top-panel .top-grid .top-grid-r .__vcn a.ty-menu__item-link{background:#f06c43 !important;}.__mask a::before{display:none !important;}.no-touch .ty-menu__item:hover .ty-menu__item-link{color:black !important;background:white !important;}.tygh-header{background:#f5f5f5;}.tygh-header .secondary-menu{display:flex;}.tygh-header .secondary-menu .logo-top{max-width:250px;padding:14px 0;}.tygh-header .secondary-menu .cont-top{margin-left:auto;}.tygh-header .secondary-menu .cont-top .ty-dropdown-box__title{padding:22px !important;}.tygh-header .secondary-menu .cont-top .ty-dropdown-box__title i{font-size:20px;color:black !important;}.tygh-header .secondary-menu .favortite-top a{padding:22px;display:inline-block;}.tygh-header .secondary-menu .favortite-top a i{font-size:20px;color:#000;}.tygh-header .secondary-menu .top-cos .ty-dropdown-box__title{padding:22px;}.tygh-header .secondary-menu .top-cos .ty-dropdown-box__title i{font-size:20px !important;color:#000;}.tygh-header .secondary-menu .top-cos .ty-dropdown-box__title a{position:relative;display:inline-block;}.tygh-header .secondary-menu .top-cos .ty-dropdown-box__title a span{position:absolute;top:-10px;right:-13px;background:#f06c43;color:white !important;padding:2px 7px;border-radius:20px;font-size:12px;}.tygh-header .secondary-menu .meniu-sus .ty-menu__items{margin-left:20px;position:initial;}.tygh-header .secondary-menu .meniu-sus .ty-menu__items .ty-menu__item a.ty-menu__item-link{padding:23px 10px !important;font-size:15px;text-transform:initial;margin-left:10px;background:none;border-radius:0;}.tygh-header .secondary-menu .meniu-sus .ty-menu__items .ty-menu__item a.ty-menu__item-link i{font-size:15px;}.tygh-header .secondary-menu .meniu-sus .ty-menu__items .ty-menu__submenu{margin:0 !important;padding:0 !important;}.tygh-header .secondary-menu .ty-search-block{margin-top:15px !important;margin-left:10px;}.tygh-header .secondary-menu .ty-search-block .ty-search-block__input{text-align:left !important;padding-left:28px !important;background:none !important;border:0px !important;font-size:15px !important;color:#000 !important;border-radius:0px !important;border-bottom:0px !important;text-transform:initial !important;font-weight:bold !important;}.tygh-header .secondary-menu .ty-search-block .ty-search-magnifier{top:4px !important;left:5px !important;}.tygh-header .secondary-menu .ty-search-block .ty-search-magnifier i{color:black !important;}.ty-dropdown-box__title:hover{background:none;}.dd-container{position:fixed;z-index:999;height:100vh;width:100%;left:0;top:0;background:#00000038;animation:fadein .2s;display:none;z-index:9999999;}.dd-container .cm-cart-buttons .ty-float-left{display:none;}.dd-container .cm-popup-box.ty-dropdown-box__content{display:block !important;}.dd-container .ty-dropdown-box__content{width:350px;height:100%;background:#fff;border:0px;top:0;margin-top:0 !important;right:0;border-radius:0 !important;}.dd-container .ty-cart-items__list-item{height:105px;}.dd-container .ty-cart-items{width:100%;}.dd-container .ty-cart-items .ty-cart-items__list-item{width:100%;}.dd-container .ty-btn__primary{background:black !important;font-size:15px !important;font-weight:bold;padding:15px !important;}.dd-container .cm-top-cart svg{color:#000;display:inline-block;font-size:40px;padding:29px 30px 16px 30px;float:left;}.dd-container .cm-top-cart .cm-top-cart-title{margin-top:14px;}.dd-container .ty-cart-items__list-item-desc a{font-weight:200;font-size:12px !important;letter-spacing:2.4px;line-height:19.4px;color:black;}.dd-container .ty-cart-items__list-item-desc p span{font-size:12px !important;font-weight:400 !important;letter-spacing:2.2px;color:black;}.dd-container .cm-cart-buttons{box-shadow:0 -1px #d9d9d9;background:none;}.dd-container .cm-cart-buttons .ty-float-right{width:100%;}.dd-container .cm-cart-buttons .ty-float-right a{width:100%;background:black;padding:10px;box-sizing:border-box;font-size:12px;letter-spacing:2.2px;font-stretch:100%;transition:color 0.45s cubic-bezier(0.785,0.135,0.15,0.86), border 0.45s cubic-bezier(0.785,0.135,0.15,0.86);border-color:#1c1b1b;position:relative;}.dd-container .cm-cart-buttons .ty-float-right a:hover{color:#1c1b1b;background-color:transparent;}.dd-container .cm-cart-buttons .ty-float-right .Button__SeparatorDot{display:inline-block;margin:0 18px 3px 18px;content:'';height:3px;width:3px;border-radius:100%;background:currentColor;}.cm-top-cart{width:100%;height:85px;background:#fff;}.cm-top-cart i{color:#000;display:inline-block;font-size:40px;padding:29px 30px 16px 30px;}.cm-top-cart span{color:#000;display:inline-block;padding:30px;text-transform:uppercase;font-weight:400;font-size:16px;position:relative;letter-spacing:3.2px;top:-8px;}.cm-cart-buttons.ty-cart-content__buttons.buttons-container.full-cart{position:absolute;width:350px;box-sizing:border-box;bottom:0;background:white;}.ty-cart-items{max-height:none !important;}.ty-cart-items .ty-cart-items__list-item .ty-cart-items__list-item-image{width:30%;margin:0 15px 0 0;}.ty-cart-items .ty-cart-items__list-item .ty-cart-items__list-item-image img.ty-pict{width:100%;}.ty-cart-items .ty-cart-items__list-item .ty-cart-items__list-item-desc a{font-size:15px;text-transform:uppercase;color:#656565;}.ty-cart-items .ty-cart-items__list-item .ty-cart-items__list-item-desc p span{font-size:17px;font-weight:bold !important;}.products_view .ty-product-options__item:nth-child(3){display:none;}.products_view .ty-product-block__wrapper{box-shadow:none !important;}.products_view .ty-product-block__wrapper .ty-product-block__img-wrapper{box-shadow:none !important;border:0 !important;}.products_view .ty-product-block__wrapper .ty-product-block__img-wrapper .ty-product-thumbnails{display:inline-block !important;width:100%;text-align:center;}.products_view .ty-product-block__wrapper .ty-product-block__img-wrapper .ty-product-thumbnails .cm-thumbnails-mini{float:none;display:inline-block;}.products_view .ty-product-block__wrapper .ty-product-block__img-wrapper .ty-product-img.cm-preview-wrapper img.ty-pict.cm-image{float:none;margin:auto;}.products_view .ty-product-block__sku{display:none;}.products_view .ty-product-block__field-group{display:none;}.products_view .ty-product-block__left{width:450px;padding:0;}.products_view .transport-prod{display:inline-block;width:100%;text-align:left;}.products_view .ty-breadcrumbs{padding:0;}.products_view .product-type{text-align:left;margin-top:40px;}.products_view .product-type span{font-size:15px;color:black;font-weight:bold;}.products_view .ty-product-block-title{font-size:30px;margin-top:40px;line-height:40px;color:black !important;}.products_view .ty-product-block__button{margin-left:0 !important;margin-top:30px !important;}.products_view .ty-product-block__button .ty-btn__add-to-cart{width:320px;font-size:20px;background:black;border-radius:3px !important;}.products_view .ty-add-to-wish{background:#f5f5f5 !important;padding:14px 19px !important;margin-left:10px !important;margin-bottom:10px !important;}.products_view .ty-add-to-wish i{color:black !important;font-size:20px !important;}.products_view .transport-prod{font-size:15px;color:black;}.products_view .info_designer span{text-transform:lowercase !important;color:#999;font-size:12px;font-weight:600;}.products_view .info_designer span a{text-transform:capitalize !important;}.products_view .ty-product-options{margin-top:40px;}.products_view .ty-product-variant-image.ty-clear-both img{border-radius:0px;max-width:45px;max-height:45px !important;min-height:45px !important;box-sizing:border-box;margin-right:10px;padding:5px;border-color:#f5f5f5 !important;border-radius:5px;}.products_view .ty-product-options__item:nth-child(2) img{background:#f5f5f5 !important;border:0 !important;}.products_view .tshirt-tabs{border:0 !important;margin-top:25px;border:0px !important;}.products_view .tshirt-tabs .tab-content{border:0px !important;}.products_view .tshirt-tabs #scroll_list_alls{border:0px !important;}.products_view .tabs-intro h1{font-size:25px;text-transform:initial;font-weight:bold;margin-top:40px;margin-bottom:0;}.products_view .tabs-intro h2{font-size:20px;font-weight:600;color:#939393;}.products_view .tab-control span{padding:17px;font-size:15px;background:#f5f5f5;border-radius:3px;}.products_view .tab-control span.active{color:#000;background:white;border:2px solid black;}.products_view .product-details{display:inline-block;max-width:1200px;box-sizing:border-box;}.products_view .product-details .descriereaIA{padding:30px;background:#f5f5f5;margin-top:20px;}.products_view .owl-prev{background:#f5f5f5 !important;border-radius:3px !important;}.products_view .owl-prev i{color:black !important;}.products_view .owl-next{background:#f5f5f5 !important;border-radius:3px !important;}.products_view .owl-next i{color:black !important;}.ty-breadcrumbs__a{text-transform:initial;color:#999;}.ty-breadcrumbs__current{color:black;text-transform:initial;}.marimi-content .divTabel h2{margin-right:50px;}.securecheckout_checkout .tygh-top-panel{display:none;}.securecheckout_checkout .tygh-footer{display:none !important;}.securecheckout_checkout .cart-content{max-width:450px;border-bottom:1px solid #bfbfbf;padding:20px 0;}.securecheckout_checkout .cart-content .product{display:flex;width:100%;}.securecheckout_checkout .cart-content .price{margin-left:auto;}.securecheckout_checkout .cart-content .product_name{font-weight:bold;}.securecheckout_checkout #payment_shipping .subcontent{padding:0 !Important;}.securecheckout_checkout .checkout-block .user-data .cont-group-radio{padding:10px !important;}.securecheckout_checkout .product_name small{font-weight:normal !important;}.securecheckout_checkout .checkout-block input{border-color:#d9d9d9 !important;height:43px !important;padding:8px 15px;border:1px solid;box-sizing:border-box;border-radius:5px;background-color:#fff;font-size:15px;color:#2b2b2b;}.securecheckout_checkout .checkout-block select{border-color:#d9d9d9 !important;height:43px !important;padding:8px 15px;border:1px solid;box-sizing:border-box;border-radius:5px;background-color:#fff;font-size:15px;color:#2b2b2b;}.securecheckout_checkout .cont-group label{font-size:13px !important;}.securecheckout_checkout .checkout-block .user-data .cont-group-radio{display:inline-block;width:49%;margin:0.5%;background:#fff !important;text-align:center;padding:20px;box-sizing:border-box;font-size:15px !important;border:2px solid #ececec !important;float:left;position:relative;font-weight:bold;}.securecheckout_checkout .checkout-block .user-data label{text-align:left;}.securecheckout_checkout .checkout-block .user-data .cont-group-radio.active{border:2px solid #000 !important;}.securecheckout_checkout .checkout-inner{height:100vh;}.securecheckout_checkout .footer{max-width:450px;}.securecheckout_checkout .footer .subtitle{display:none !important;}.securecheckout_checkout .footer textarea{display:none !important;}.securecheckout_checkout .change-login{display:none;}.securecheckout_checkout .checkbutton{width:100%;margin-top:30px;}.securecheckout_checkout .checkbutton input{margin:0;width:100%;border:0;padding:20px;font-size:20px;font-weight:normal;background:#000;border-radius:3px;color:white;}.securecheckout_checkout .checkout-right .checkout-title{width:450px;display:block;margin:0 0 20px 0;text-align:center;}.ty-grid-list__item form{padding:10px;box-sizing:border-box;background:white;border-radius:3px;box-shadow:0px 0px 13px #e8e8e8;border:thin solid #ececec;}.litecheckout__cart .title{display:none;}.checkout_complete .ty-breadcrumbs{display:none;}.checkout_complete .content-grid .ty-mainbox-title{display:none;}.checkout_complete .content-grid .felicitari{text-align:center;font-size:20px;margin:20px;}.checkout_complete .content-grid .felicitari .fa-glass-cheers{font-size:150px;color:#2b2b2b;margin:20px;}.checkout_complete .content-grid .felicitari bdi{display:block;font-size:30px;margin:20px;}.checkout_complete .securecheckout{max-width:600px;margin:auto;text-align:center;background:white;}.checkout_complete .securecheckout .buttons-container{padding:0;background:none;}.checkout_complete .securecheckout .buttons-container .ty-btn{width:100%;background:#eb4949;}.checkout_complete .securecheckout .checkout-block{margin:20px 0 0 0;}.checkout_complete .ty-checkout-complete__buttons{max-width:600px;margin:auto;background:none;}.checkout_complete .ty-checkout-complete__buttons .ty-btn__secondary{background:none;color:#2b2b2b;font-size:15px;text-transform:capitalize !important;font-weight:bold;}.securecheckout .checkout-block .user-data .search_cui input[type="button"]{background:#2b2b2b !important;width:20% !important;font-size:15px !important;font-weight:normal !important;}.securecheckout .checkout-block .user-data .search_cui input[type="text"]{width:80% !important;}.checkout-email .ty-logo-container__image{max-width:200px;margin:30px auto;width:100%;display:block;}.checkout-email .back-to-site{display:block;text-align:center;}.checkout-email .checkout-block{max-width:600px !important;margin:auto !important;display:block !important;margin-top:40px !important;background:white;border-radius:3px;}.checkout-email .checkout-block .title{text-align:center;}.checkout-block .title{font-size:17px !important;color:#2b2b2b;border-bottom:0px !important;font-weight:bold;padding:0;}#order_summary{max-width:450px;padding-top:20px;}#order_summary .cart-item-info{margin:0 0 10px 0;display:inline-block;display:flex;}#order_summary .cart-item-info b{margin-left:auto;}#order_summary .cart-item-info:nth-child(3){display:flex;width:100%;margin-top:20px;padding-top:20px;border-top:1px solid #bfbfbf;}#order_summary .cart-item-info:nth-child(4){margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #bfbfbf;}#order_summary input[type="text"]{width:75%;background-color:white;color:#888;border-color:#cbcbcb;padding:0.92857em 0.78571em;height:46px;border-radius:5px;}#order_summary input[type="button"]{background:#bfbfbf;border:0;height:44px;border-radius:5px;width:22%;color:white;font-weight:bold;letter-spacing:0.03em;margin-left:10px;}#order_summary .voucher-opener{display:none;}.checkout-wrap{padding:0;}.checkout-wrap .checkout-right{height:100vh;position:fixed;right:0;top:0;margin:0;background:#fff;padding-top:5em;padding-left:3em;box-shadow:1px 0 0 #d7d7d7 inset;width:35%;}.checkout-wrap .checkout-right .order-products{max-width:400px;}.checkout-wrap .checkout-right .order-products .ty-order-products__item .image{float:left;height:60px;width:14%;text-align:center;padding:4px;border:1px solid #dadada;border-radius:13px;position:relative;}.checkout-wrap .checkout-right .order-products .ty-order-products__item .image img{display:table-cell;vertical-align:middle;margin:0;width:100%;margin-top:13px;}.checkout-wrap .checkout-right .order-products .ty-order-products__item .image .prodam{position:absolute;right:-7px;top:-5px;background:#7f7f7f;padding:2px 7px;border-radius:50%;color:white;}.checkout-wrap .checkout-right .order-products .ty-order-products__item .product-infod{display:inline-block;width:82%;padding-top:10px;padding-lefT:10px;box-sizing:border-box;position:relative;}.checkout-wrap .checkout-right .order-products .ty-order-products__item .product-infod .ty-order-products__price{position:absolute;right:0;}.checkout-wrap .checkout-right .order-products .ty-order-products__item .product-infod .ty-icon-cancel-circle{color:#000;}.checkout-wrap .checkout-right .order-products .ty-order-products__item .product-infod .ty-order-products__price{color:black;font-size:14px;font-weight:600;}.checkout-wrap .checkout-right .order-products .ty-order-products__item .product-infod .litecheckout__order-products-p{font-size:16px;color:black;font-weight:600;}.checkout-wrap .checkout-right .order-products .ty-order-products__item .product-infod .ty-product-options{padding-top:0;color:#6c6c6c;font-size:12px;}.checkout-wrap .checkout-right .ty-checkout-summary__item form{padding:20px 0 !important;border-top:1px solid rgba(167,167,167,0.34);border-bottom:1px solid rgba(167,167,167,0.34);}.checkout-wrap .checkout-right .ty-checkout-summary__item .ty-input-text{width:75%;background-color:white;color:#888;border-color:#cbcbcb;padding:0.92857em 0.78571em;height:46px;border-radius:5px;}.checkout-wrap .checkout-right .ty-checkout-summary__item button.ty-btn-go{background:#bfbfbf;border:0;height:44px;border-radius:5px;width:22%;color:white;font-weight:bold;letter-spacing:0.03em;}.checkout-wrap .checkout-right .ty-checkout-summary{max-width:400px;}.checkout-wrap .checkout-right .ty-checkout-summary .ty-checkout-summary__item{color:#4f4f4f;}.checkout-wrap .checkout-right .ty-checkout-summary .ty-checkout-summary__item.ty-right{color:black;font-weight:bold;font-size:14px;}.checkout-wrap .checkout-right .summary-totalz .ty-checkout-summary__total{padding:20px 0;border-top:1px solid rgba(167,167,167,0.34);}.checkout-wrap .checkout-right .summary-totalz .ty-checkout-summary__total div{font-size:16px;color:black;}.checkout-wrap .checkout-right .summary-totalz .ty-checkout-summary__total div .ty-checkout-summary__total-sum{font-size:24px;color:black;font-weight:600;}.checkout-wrap .checkout-left{max-width:700px;float:right !important;margin-right:44%;}.checkout-wrap .checkout-left .ty-logo-container__image{max-width:200px;margin:30px auto 10px auto;display:block;}.checkout-wrap .checkout-left .back-to-site{font-size:15px;margin:20px 0 0 0;display:block;text-align:center;}.checkout-wrap .checkout-left .ty-logo-container{text-align:center;margin-top:6em;}.checkout-wrap .checkout-left .ty-logo-container img{max-width:300px;}.checkout-wrap .checkout-left .litecheckout__page-title{text-align:center;font-size:14px;margin-top:15px;font-weight:100;color:black;}.checkout-wrap .checkout-left .litecheckout__field--xlarge{flex-basis:100%;}.checkout-wrap .checkout-left .litecheckout__step-title{font-size:17px;color:black;}.checkout-wrap .checkout-left .litecheckout__field input,.checkout-wrap .checkout-left .litecheckout__field select{background-color:white;color:#2b2b2b33 3;border-color:#d9d9d9;height:43px;}.checkout-wrap .checkout-left .litecheckout__field textarea{background-color:white;color:#2b2b2b33 3;border-color:#d9d9d9;}.checkout-wrap .checkout-left .litecheckout__shipping-method{height:auto !important;}.checkout-wrap .checkout-left .litecheckout__shipping-method .litecheckout__shipping-method__wrapper{border:solid 1px;border-color:#000;box-shadow:none !important;background-color:#000;color:white;height:43px;width:300px;float:none;margin:0 auto;}.checkout-wrap .checkout-left .litecheckout__shipping-method .litecheckout__shipping-method__wrapper p{color:white;}.checkout-wrap .checkout-left .litecheckout__shipping-method .litecheckout__shipping-method__description{display:none;}.checkout-wrap .checkout-left .litecheckout__submit-btn{background-color:#000;}.checkout-wrap .checkout-left .litecheckout__item.litecheckout__submit-order{margin:auto;}.checkout-wrap .checkout-left .litecheckout__item.litecheckout__submit-order a{background:none;color:black;}.wd-mobile-menu{position:absolute;left:14px;top:12px;}.wd-mobile-menu .mm-oppener span{font-size:20px;}.wd-mobile-menu .mm-oppener .icon-default{transition:opacity .3s, transform .3s;}.wd-mobile-menu .mm-oppener .icon-hover{transition:opacity .3s, transform .3s;transform:rotate(-180deg) scale(.5);opacity:0;}.wd-mobile-menu .mm-oppener i.fa.fa-bars{font-size:20px !important;}.wd-mobile-menu .mm-oppener i.fa-times{display:none;}#wd-mobile-menu{position:absolute;left:0;top:0;}#wd-mobile-menu .meniumeniu{color:white;font-weight:bold;font-size:25px;}#wd-mobile-menu .mm-oppener i.fa.fa-bars{font-size:20px !important;}#wd-mobile-menu .mm-wrap{position:fixed;height:100%;background:#00000070;top:0;left:0;width:320px;z-index:9999;box-sizing:border-box;padding:20px;overflow:scroll;}#wd-mobile-menu .mm-wrap .ty-menu__items{background:none !important;}#wd-mobile-menu .mm-wrap .ty-menu__items .wd-simple{padding:10px 5px;border-bottom:1px solid #ffffff59;text-align:left;}#wd-mobile-menu .mm-wrap .ty-menu__items .wd-simple a{color:white;font-size:15px;text-transform:uppercase;font-weight:100;}#wd-mobile-menu .mm-wrap .ty-menu__items .wd-menu-logo{margin-left:32px;}#wd-mobile-menu .mm-wrap .ty-menu__items .wd-simple.first-one{padding-top:20px;}#wd-mobile-menu .mm-wrap .ty-menu__items .wd-simple-acc{padding:20px 0;border-bottom:0px;}#wd-mobile-menu .mm-wrap .ty-menu__items .wd-simple-acc a{color:white;font-size:15px;text-transform:uppercase;font-weight:100;}#wd-mobile-menu .mm-wrap .ty-menu__items .wd-simple-acc a i{font-size:20px;color:white;}#wd-mobile-menu .mm-wrap .ty-menu__items .ty-menu__item.ty-menu__menu-btn.visible-phone.wd-simple{padding:0 !important;}#wd-mobile-menu .mm-wrap .ty-menu__items .ty-menu__item.ty-menu__menu-btn.visible-phone.wd-simple .ty-menu__item-link{padding:10px 0 !important;}#wd-mobile-menu .mm-wrap .ty-menu__item.cm-menu-item-responsive.menu-level-{display:none;}#wd-mobile-menu .mm-wrap .mm-closser{position:absolute;right:20px;z-index:99999999;}#wd-mobile-menu .mm-wrap .mm-closser i{font-size:20px;color:#fff;}#wd-mobile-menu .mm-wrap{position:fixed;height:100vh !important;background:#f5f5f5;top:0;left:-320px;width:320px;z-index:9999;box-sizing:border-box;padding:0;overflow:scroll;border-right:1px solid #f5f5f5;}#wd-mobile-menu .mm-wrap .focumeg{width:100%;background:#f5f5f5;box-sizing:border-box;text-align:left;padding-top:60px;position:relative;padding-bottom:100px;}#wd-mobile-menu .mm-wrap .focumeg i{color:#e31e23;font-size:20px;padding-right:10px;position:initial !important;}#wd-mobile-menu .mm-wrap .focumeg .ty-menu-vertical .ty-menu__items{border-bottom:0px;}#wd-mobile-menu .mm-wrap .focumeg li{font-size:15px;padding:10px 0;}#wd-mobile-menu .mm-wrap .focumeg .ty-menu-vertical{background:white;margin:0 !important;}#wd-mobile-menu .mm-wrap .focumeg .ty-menu-vertical .ty-menu__items{margin:0 !important;width:100%;padding-top:15px;}#wd-mobile-menu .mm-wrap .focumeg .ty-menu-vertical .ty-menu__items li{width:100%;padding:15px 25px;box-sizing:border-box !important;}#wd-mobile-menu .mm-wrap .focumeg .ty-menu-vertical .ty-menu__items li a{color:black;font-size:15px;font-weight:600;}#wd-mobile-menu .mm-wrap .footer-meniu{position:fixed;bottom:0;width:320px;z-index:9999;}#wd-mobile-menu .mm-wrap .footer-meniu ul li{padding:15px 20px;background:#f06c43;}#wd-mobile-menu .mm-wrap .footer-meniu ul li a{font-size:15px;font-weight:600;color:white;}#wd-mobile-menu .mm-wrap .footer-meniu ul li.cont-foot-mm{padding:15px 20px;background:#000;}#wd-mobile-menu .mm-wrap .footer-meniu ul li.cont-foot-mm a{font-size:15px;font-weight:600;color:white;}#wd-mobile-menu .mm-wrap .footer-meniu ul li.cont-foot-mm a i{color:white !important;}#wd-mobile-menu .mm-wrap .submenu li{box-sizing:border-box !important;padding:10px 25px !important;}#wd-mobile-menu .mm-wrap .submenu li a{font-weight:100 !important;}#wd-mobile-menu .mm-wrap .meniu-pagini li{padding:15px 25px;}#wd-mobile-menu .mm-wrap .meniu-pagini li a{color:black;font-size:15px;font-weight:600;}.aidi-422 .ty-product-block__option .ty-control-group.ty-product-options__item.product-list-field::after{display:none !important;}.header-mobil{display:flex !important;}.header-mobil .meniu-mobil{width:30px;}.header-mobil .meniu-mobil i{color:white;}.header-mobil .meniu-mobil .mm-oppener{padding:21px 13px;}.header-mobil .meniu-mobil .mm-oppener i.fa-bars{font-size:15px !important;}.header-mobil .logo-mobil{max-width:130px;}.header-mobil .logo-mobil img{padding:20px 0;}.header-mobil .search-oppen{margin-left:auto;}.header-mobil .search-oppen i{color:white;padding:20px 10px;font-size:20px;}.header-mobil .ty-search-block{position:absolute !important;display:none;}.header-mobil .favorite-mobil i{color:white;font-size:20px;padding:20px 10px;}.header-mobil .cart-mobil{margin:0;}.header-mobil .cart-mobil .ty-dropdown-box__title{padding:0 !important;}.header-mobil .cart-mobil .ty-dropdown-box__title i{color:white !important;font-size:20px !important;padding:20px 10px;}.pushmenu{background:#444;text-align:center;font-family:Tahoma,Geneva,sans-serif;width:320px;height:100%;top:0;z-index:1000;position:fixed;}.links li{margin-top:30px;}.links li a{position:relative;display:block;color:#f1f1f1;font-size:1.3em;font-weight:400;text-decoration:none;padding:14px;}.links li a:after{content:'';display:block;position:absolute;left:20px;bottom:-5px;width:0;height:4px;background-color:#f1f1f1;-webkit-transition:width0 .3s ease;-moz-transition:width0 .3s ease;transition:width0 .3s ease;}.links li a:hover:after{width:70%;}.links li a:active{color:#dbdbdb;}.pushmenu-left{left:-320px;}.pushmenu-left.pushmenu-open{left:0 !important;}.pushmenu-push{overflow-x:hidden;position:relative;left:0;}.pushmenu-push-toright{left:320px;}.pushmenu,.pushmenu-push{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;transition:all 0.5s ease;}.overhid{overflow-x:hidden !important;}.header-mm{background:black;display:flex;height:60px;position:fixed;top:0 !important;z-index:9999999;width:319px;}.header-mm img{max-width:130px;padding:20px;}.header-mm .mm-closer{margin-left:auto;}.header-mm .mm-closer i{font-size:20px;padding:20px;}.ty-discount-label{display:none !important;}.ty-minicart-title.empty-cart{display:none !important;}.securecheckout_checkout .cart-content .product .ty-pict:nth-child(2){display:none;}.securecheckout_checkout .cart-content .product .ty-pict{width:50px;height:50px;}.securecheckout_checkout .cart-content .product_name{text-align:left;}.ty-list-price.ty-save-price.ty-nowrap{padding:0 !important;}.cont-top .ty-dropdown-box__title:hover,.cont-top .ty-dropdown-box__title.open{background:none !important;color:black !important;}.descriereaIA p{padding:0 !important;line-height:22px !important;}@media (max-width: 1181px){.descriereaIA{margin-top:0 !important;}.descriereaIA:nth-child(2){margin-top:20px;}.redus_none{position:absolute;left:-18px;top:65px;width:100% !important;}.search-close{position:absolute;right:10px;top:15px;}.search-close i.fa.fa-times{font-size:20px;}.ty-wysiwyg-content h1{font-size:20px !important;}.dd-container{z-index:999999;}.cm-cart-buttons.ty-cart-content__buttons.buttons-container.full-cart{position:fixed;width:350px;box-sizing:border-box;bottom:0;background:white;right:0;padding:10px;}.ty-search-block{position:absolute !important;display:none;width:100% !important;left:0 !important;top:60px !important;z-index:999 !important;}.cart-mobil .ty-minicart-title{position:absolute;right:0px;background:#f06c43;color:white !important;padding:2px 6px;border-radius:30px;top:5px;}.ty-search-block .ty-search-block__input{height:50px !important;border-radius:0 !important;color:black !important;font-weight:600 !important;padding:10px 25px 10px 35px !important;background:#f5f5f5 !important;border:0 !important;}.ty-search-block .ty-search-magnifier{left:10px;right:auto;top:13px;}.ty-search-block .ty-search-magnifier i.ty-icon-search{color:black !important;font-size:25px;}.checkout-inner{height:auto !important;}.checkout-inner .checkout-left{max-width:100%;margin-right:0;display:block;}.checkout-inner .checkout-right{position:initial;right:0;top:0;margin:0;background:#fff;padding-top:initial;padding:10px !Important;padding-left:initial;box-shadow:1px 0 0 #d7d7d7 inset;width:100%;display:block;height:auto;box-sizing:border-box;}.tygh-content{padding-top:0 !important;}.products_view .tygh-content{padding:0 !important;}.products_view .ty-product-block-title{font-size:20px;margin-top:10px;line-height:20px;}.products_view .product_info__on_page{padding-top:0 !important;}.products_view .product_info__on_page .info_designer_views{padding:0 !important;}.products_view .ty-product-block__img .ty-product-thumbnails{margin:0 !important;}.products_view .ty-price .ty-price-num{font-size:35px;color:black;}.products_view .transport-prod{order:9;}.products_view .ty-product-block__button{margin-top:0 !important;}.products_view .ty-btn__add-to-cart{width:100% !important;}.products_view .transport-prod{font-size:12px;}.products_view .tabSizes{position:absolute;right:50px;top:1px;width:120px;}.products_view .tabSizes #tMarimiOpen{color:black;}.products_view .ty-product-block__left{width:100%;}.products_view .ty-product-block__left form{position:relative;}.products_view .ty-product-block__left form .ty-product-block__button{position:initial;}.products_view .ty-product-block__left form .ty-product-block__button .ty-add-to-wish{position:absolute;top:-10px;right:0;padding:10px 11px !important;}.products_view .ty-product-block__left form .ty-product-block__button .ty-add-to-wish i.fa-heart{top:2px;}.products_view .ty-product-block__left .ty-product-options{margin-top:0;}.products_view .ty-product-variant-image.ty-clear-both img{border-radius:0px;max-width:35px;max-height:30px !important;min-height:35px !important;box-sizing:border-box;margin-right:4px;padding:2px;}.products_view .tabs-intro h1{margin-top:10px;display:inline-block;font-size:20px;}.products_view .tabs-intro h2{font-size:15px;display:inline-block;margin-top:0;}.products_view .tab-control span{padding:10px;font-size:15px;background:#f5f5f5;border-radius:3px;margin-bottom:5px;}.products_view .tshirt-tabs{margin-top:0;}.products_view .tshirt-tabs .tab-content .owl-prev i{font-size:25px;}.products_view .tshirt-tabs .tab-content .owl-next i{font-size:25px;}.products_view .tshirt-tabs .owl-prev{left:-44px;bottom:35% !important;}.products_view .tshirt-tabs .owl-next{right:-44px;bottom:35% !important;}.products_view .product-details .descriereaIA{box-sizing:border-box;}.ty-product-img{position:relative;}.ty-product-img .owl-prev{position:absolute;left:0;bottom:50%;}.ty-product-img .owl-next{position:absolute;right:0;bottom:50%;}.focumeg .submenu{display:none;}.prevdef i{float:right;color:black !important;}}.cookies.filereader.draganddrop.touchevents.overhid{overflow:hidden !important;position:fixed !important;}@media (max-width: 768px){.seller_view .d__bio{display:none;}.seller_view .row-fluid.desinger-page_info{margin-bottom:100px !important;}.designer-page_info-info .d__name{margin-top:44px !important;}.designer-page_info-info .d__name h1{color:black !important;}.designer-page_info-info .d__name .d__since{color:#999;}.designer-page_info-info .d__name .ty-sort-container .ty-sort-dropdown{width:49% !IMPORTANT;margin-right:1% !important;float:left !important;}.viuz{background:#f5f5f5 !important;}.viuz span,.viuz i{color:black;}.ty-designer-page .designer-page_thumb{top:10px !important;left:4px !important;width:100px !important;bottom:initial !important;}.ty-designer-page .designer-page_thumb img{background:#f5f5f5 !important;position:absolute;left:8px;top:8px;width:100px;}.desinger-page_info .designer-page_info-info .d__contact i.fa-envelope{background:#f5f5f5 !important;color:#000 !important;}.desinger-page_info .designer-page_info-info .d__contact i.fa-user-plus{background:#f5f5f5 !important;color:#000 !important;}}@media (max-width: 768px){.udesign{position:relative;}.udesign .designer-wrapper{display:flex;flex-direction:column;}.udesign .designer-wrapper .designer-header{order:3;}.udesign .designer-wrapper .h1css2{order:1;font-size:15px;font-weight:bold;color:black;margin-bottom:60px;}.udesign .designer-wrapper #designer-main-region{order:2;height:350px;}.udesign .designer-toolbar a.designer-button{width:auto;}.udesign .designer-toolbar a.designer-button span{display:none;}.udesign .designer-toolbar a.ty-btn.ty-btn__secondary{width:100%;}.udesign .designer-header-row:nth-child(2){position:absolute;top:37px;left:0;}.udesign #layersPanel{height:0 !important;width:0 !important;overflow:hidden !important;bordeR:0 !important;}}.cont-top .ty-account-info__buttons{background:#fff !important;}.cont-top .ty-account-info__buttons .ty-account-info ul{margin-left:0;}.cont-top .ty-account-info__buttons .ty-account-info ul li.ty-menu__item{width:100%;}.cont-top .ty-account-info__buttons .ty-account-info ul li.ty-menu__item a{width:100%;padding:5px 10px !important;background:#fff !important;border-radius:0;text-transform:normal;}.cont-top .ty-account-info__buttons .ty-account-info ul .ty-menu__item__logout{margin-top:10px;border-top:1px solid;padding-top:10px;}.cont-top .ty-account-info__buttons .ty-account-info ul .ty-menu__item__logout a.ty-menu__item-link{font-weight:normal;margin-left:5px;}.ty-dropdown-box__title.open i{color:black !Important;}.det-masti{display:inline-block;width:100%;text-align:left;margin-bottom:10px;font-size:15px;color:black;}.securecheckout_checkout .terms-and-conditions{text-align:left;margin-top:30px;}#order_summary .cart-item-info:nth-child(4){margin-top:30px !important;}#payment_shipping .numar{display:none;}.profiles_update .captcha label{display:block !important;}.profiles_update .buttons-container{display:inline-block;width:100%;}.profiles_update .buttons-container button.ty-btn__secondary{display:block;width:200px;position:initial;margin:0 !important;}.cart-amm{margin-left:auto;}.option_culoare{display:none !important;}.simple_variation__title{display:inline-block;width:100%;text-align:left;font-weight:bold;margin-top:10px;}.simple-variations__products{display:inline-block;width:100%;}.simple-variations__products .simple_variation__product{display:inline-block;float:left;padding:5px;box-sizing:border-box;border:2px solid #f5f5f5;margin:10px 10px 0px 0px;border-radius:5px;}.ty-product-notification__item .ty-product-notification__image{margin-left:auto !important;margin-right:auto !important;float:initial !important;}.ty-grid-list__item-name .product-title{color:#6d6e71 !important;font-size:13px !important;line-height:1.3em;font-weight:bold;padding:10px 5px;box-sizing:border-box;}.ty-grid-list__item-name{max-width:100%;display:block;height:63px !important;max-height:63px;overflow:hidden;}.ty-grid-list__price{text-align:center !important;padding-bottom:5px;}.ty-price .ty-price-num{font-weight:bold !important;font-size:20px !important;}.grid-item .grid-item__top .grid-item__sales-price{margin-top:10px;}@media (min-width: 770px){.ty-menu__submenu-items{min-width:200px !important;max-width:auto !important;}.ty-menu__item.__design .ty-menu__submenu-items .ty-menu__submenu-item{width:100% !important;}}.designer-list-item{display:inline-block;float:left;width:calc(16.66% - 22px);padding:0px 0px 20px 0px;margin:10px;border:thin solid #ececec;border-radius:10px;}.designer-list-item img{width:100%;max-height:275px;border-radius:10px 10px 0px 0px;}.designer-list-item a.d__name{display:inline-block;width:100%;text-align:center;font-size:18px;font-weight:bold;padding:17px 0px;}.designer-list-item .d__stats{max-height:66px;height:66px;display:inline-block;width:100%;padding:15px 5px;box-sizing:border-box;overflow:hidden;}@media (max-width: 768px){.designer-list-item{display:inline-block;float:left;width:calc(50% - 22px);}}.ty-product-block__option .help-inline{margin-left:0px !important;}.products_view .ty-product-options{margin-top:0px !important;}.ty-product-block__price-actual{margin:10px 0px;font-weight:bold !important;font-size:20px !important;}.products_view .ty-price .ty-price-num{font-size:40px;color:#f06d42;}.ctrtype a{display:inline-block;border:thin solid #ececec;background:#dcdcdc;padding:8px 10px;box-sizing:border-box;}.ctrtype a.active{background:white;font-weight:bold;border-bottom:none;padding-bottom:9px;}.ctrtype .content{max-height:500px;overflow-y:scroll;height:400px;padding:10px;background:white;box-sizing:border-box;text-align:left;}.main-content-grid .seller_dasboard{display:inline-block;width:80%;float:left;padding-top:0px;}.main-content-grid .my-products_product{flex:0 100%;}.main-content-grid .seller_menu{display:inline-block;width:20%;float:left;padding:20px;box-sizing:border-box;}.main-content-grid .smenu{display:inline-block;float:left;width:100%;background:#f8f8fa;padding:10px;text-align:left;margin-bottom:30px;}.main-content-grid .smenu h4{font-weight:bold;color:#797386;font-size:19px;padding-left:10px;}.main-content-grid .smenu ul li a{font-size:15px;color:#736d7f;padding-left:20px;width:100%;letter-spacing:-0.2px;display:inline-block;padding:5px 0px 5px 20px;}.partenerSec1 h1{top:6% !important;}@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px);}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px);}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px);}}@-moz-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px);}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px);}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px);}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px);}30%,70%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px);}100%{opacity:0;-webkit-transform:translateY(-40px);-moz-transform:translateY(-40px);-ms-transform:translateY(-40px);-o-transform:translateY(-40px);transform:translateY(-40px);}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px);}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px);}}@-moz-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px);}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px);}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);-moz-transform:translateY(40px);-ms-transform:translateY(40px);-o-transform:translateY(40px);transform:translateY(40px);}30%{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px);}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}}@-moz-keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}}@keyframes pulse{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}10%{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}20%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}}.customdropzone,.customdropzone *{box-sizing:border-box;}.customdropzone{min-height:150px;border:2px solid rgba(0,0,0,0.3);background:white;padding:54px 54px;}.customdropzone.dz-clickable{cursor:pointer;}.customdropzone.dz-clickable *{cursor:default;}.customdropzone.dz-clickable .dz-message,.customdropzone.dz-clickable .dz-message *{cursor:pointer;}.customdropzone.dz-started .dz-message{display:none;}.customdropzone.dz-drag-hover{border-style:solid;}.customdropzone.dz-drag-hover .dz-message{opacity:0.5;}.customdropzone .dz-message{text-align:center;margin:2em 0;}.customdropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px;}.customdropzone .dz-preview:hover{z-index:1000;}.customdropzone .dz-preview:hover .dz-details{opacity:1;}.customdropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd);}.customdropzone .dz-preview.dz-file-preview .dz-details{opacity:1;}.customdropzone .dz-preview.dz-image-preview{background:white;}.customdropzone .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear;}.customdropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none;}.customdropzone .dz-preview .dz-remove:hover{text-decoration:underline;}.customdropzone .dz-preview:hover .dz-details{opacity:1;}.customdropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,0.9);line-height:150%;}.customdropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px;}.customdropzone .dz-preview .dz-details .dz-filename{white-space:nowrap;}.customdropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,0.8);background-color:rgba(255,255,255,0.8);}.customdropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis;}.customdropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent;}.customdropzone .dz-preview .dz-details .dz-filename span,.customdropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,0.4);padding:0 0.4em;border-radius:3px;}.customdropzone .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05,1.05);-moz-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);transform:scale(1.05,1.05);-webkit-filter:blur(8px);filter:blur(8px);}.customdropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10;}.customdropzone .dz-preview .dz-image img{display:block;}.customdropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);-moz-animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);-ms-animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);-o-animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);}.customdropzone .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);-moz-animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);-ms-animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);-o-animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);}.customdropzone .dz-preview .dz-success-mark,.customdropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px;}.customdropzone .dz-preview .dz-success-mark svg,.customdropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px;}.customdropzone .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}.customdropzone .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity 0.4s ease-in;-moz-transition:opacity 0.4s ease-in;-ms-transition:opacity 0.4s ease-in;-o-transition:opacity 0.4s ease-in;transition:opacity 0.4s ease-in;}.customdropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite;}.customdropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,0.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden;}.customdropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out;}.customdropzone .dz-preview.dz-error .dz-error-message{display:block;}.customdropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto;}.customdropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom,#be2626,#a92222);padding:0.5em 1.2em;color:white;}.customdropzone .dz-preview .dz-error-message:after{content:'';position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626;}.customdropzone{border:2px dashed #0087f7;border-radius:5px;background:white;}.customdropzone .dz-message{font-weight:400;}.customdropzone .dz-message .note{font-size:0.8em;font-weight:200;display:block;margin-top:1.4rem;}.customdropzone-single,.customdropzone-single *{box-sizing:border-box;}.customdropzone-single{border:2px solid rgba(0,0,0,0.3);background:white;padding:54px 54px;}.customdropzone-single.dz-clickable{cursor:pointer;}.customdropzone-single.dz-clickable *{cursor:default;}.customdropzone-single.dz-clickable .dz-message,.customdropzone-single.dz-clickable .dz-message *{cursor:pointer;}.customdropzone-single.dz-started .dz-message{display:none;}.customdropzone-single.dz-drag-hover{border-style:solid;}.customdropzone-single.dz-drag-hover .dz-message{opacity:0.5;}.customdropzone-single .dz-message{text-align:center;}.customdropzone-single .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px;}.customdropzone-single .dz-preview:hover{z-index:1000;}.customdropzone-single .dz-preview:hover .dz-details{opacity:1;}.customdropzone-single .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom,#eee,#ddd);}.customdropzone-single .dz-preview.dz-file-preview .dz-details{opacity:1;}.customdropzone-single .dz-preview.dz-image-preview{background:white;}.customdropzone-single .dz-preview.dz-image-preview .dz-details{-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-ms-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear;}.customdropzone-single .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none;}.customdropzone-single .dz-preview .dz-remove:hover{text-decoration:underline;}.customdropzone-single .dz-preview:hover .dz-details{opacity:1;}.customdropzone-single .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,0.9);line-height:150%;}.customdropzone-single .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px;}.customdropzone-single .dz-preview .dz-details .dz-filename{white-space:nowrap;}.customdropzone-single .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,0.8);background-color:rgba(255,255,255,0.8);}.customdropzone-single .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis;}.customdropzone-single .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent;}.customdropzone-single .dz-preview .dz-details .dz-filename span,.customdropzone-single .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,0.4);padding:0 0.4em;border-radius:3px;}.customdropzone-single .dz-preview:hover .dz-image img{-webkit-transform:scale(1.05,1.05);-moz-transform:scale(1.05,1.05);-ms-transform:scale(1.05,1.05);-o-transform:scale(1.05,1.05);transform:scale(1.05,1.05);-webkit-filter:blur(8px);filter:blur(8px);}.customdropzone-single .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10;}.customdropzone-single .dz-preview .dz-image img{display:block;}.customdropzone-single .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);-moz-animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);-ms-animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);-o-animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);animation:passing-through 3s cubic-bezier(0.77,0,0.175,1);}.customdropzone-single .dz-preview.dz-error .dz-error-mark{opacity:1;-webkit-animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);-moz-animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);-ms-animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);-o-animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);animation:slide-in 3s cubic-bezier(0.77,0,0.175,1);}.customdropzone-single .dz-preview .dz-success-mark,.customdropzone-single .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px;}.customdropzone-single .dz-preview .dz-success-mark svg,.customdropzone-single .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px;}.customdropzone-single .dz-preview.dz-processing .dz-progress{opacity:1;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-ms-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;}.customdropzone-single .dz-preview.dz-complete .dz-progress{opacity:0;-webkit-transition:opacity 0.4s ease-in;-moz-transition:opacity 0.4s ease-in;-ms-transition:opacity 0.4s ease-in;-o-transition:opacity 0.4s ease-in;transition:opacity 0.4s ease-in;}.customdropzone-single .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;-moz-animation:pulse 6s ease infinite;-ms-animation:pulse 6s ease infinite;-o-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite;}.customdropzone-single .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:16px;left:50%;top:50%;margin-top:-8px;width:80px;margin-left:-40px;background:rgba(255,255,255,0.9);-webkit-transform:scale(1);border-radius:8px;overflow:hidden;}.customdropzone-single .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(to bottom,#666,#444);position:absolute;top:0;left:0;bottom:0;width:0;-webkit-transition:width 300ms ease-in-out;-moz-transition:width 300ms ease-in-out;-ms-transition:width 300ms ease-in-out;-o-transition:width 300ms ease-in-out;transition:width 300ms ease-in-out;}.customdropzone-single .dz-preview.dz-error .dz-error-message{display:block;}.customdropzone-single .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto;}.customdropzone-single .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;-webkit-transition:opacity 0.3s ease;-moz-transition:opacity 0.3s ease;-ms-transition:opacity 0.3s ease;-o-transition:opacity 0.3s ease;transition:opacity 0.3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#be2626;background:linear-gradient(to bottom,#be2626,#a92222);padding:0.5em 1.2em;color:white;}.customdropzone-single .dz-preview .dz-error-message:after{content:'';position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #be2626;}.customdropzone-single{border:2px dashed #0087f7;border-radius:5px;background:white;}.customdropzone-single .dz-message{font-weight:400;}.customdropzone-single .dz-message .note{font-size:0.8em;font-weight:200;display:block;margin-top:1.4rem;}.wpcc-container{opacity:1;}.wpcc-transparency-5{opacity:.95;}.wpcc-transparency-10{opacity:.9;}.wpcc-transparency-15{opacity:.85;}.wpcc-transparency-20{opacity:.8;}.wpcc-transparency-25{opacity:.75;}.wpcc-container{border-style:solid;border-width:0;box-sizing:border-box;display:flex;flex-wrap:nowrap;font-family:inherit;font-size:16px;line-height:1.5em;-webkit-transition:opacity 1s ease;-moz-transition:opacity 1s ease;-ms-transition:opacity 1s ease;-o-transition:opacity 1s ease;overflow:hidden;position:fixed;transition:opacity 1s ease;z-index:9999;}@media print{.wpcc-container{display:none;}}.wpcc-pushdown-wrap{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;-moz-transition:max-height 1s;-ms-transition:max-height 1s;-o-transition:max-height 1s;transition:max-height 1s;}.wpcc-pushdown{margin:0 !important;position:static;}.wpcc-invisible{opacity:0;}.wpcc-fontsize-tiny{font-size:12px;}.wpcc-fontsize-small{font-size:14px;}.wpcc-fontsize-large{font-size:18px;}.wpcc-border-thin{border-width:1px;}.wpcc-border-normal{border-width:3px;}.wpcc-border-thick{border-width:5px;}.wpcc-float{flex-direction:column;max-width:22em;padding:1.5em;}.wpcc-float.wpcc-padding-small{padding:1em;}.wpcc-float.wpcc-padding-large{padding:2em;}.wpcc-banner{flex-direction:row;margin:1em;padding:1em;}.wpcc-banner.wpcc-padding-small{padding:.5em .5em .5em 1em;}.wpcc-banner.wpcc-padding-large{padding:1.5em;}.wpcc-banner.wpcc-margin-none{margin:0;}.wpcc-banner.wpcc-margin-small{margin:.5em;}.wpcc-banner.wpcc-margin-large{margin:1.5em;}.wpcc-padding-none{padding:0;}.wpcc-padding-none.wpcc-float .wpcc-message{margin:1em;}.wpcc-padding-none.wpcc-banner .wpcc-message{margin:.8em 1em;}.wpcc-padding-none.wpcc-banner .wpcc-btn{height:100%;padding:.9em 1.5em;}.wpcc-btn,.wpcc-privacy{cursor:pointer;}.wpcc-privacy{display:inline-block;opacity:.85;text-decoration:underline;}.wpcc-privacy:hover{opacity:1;}.wpcc-privacy:active,.wpcc-privacy:visited{color:initial;}.wpcc-btn{display:block;font-size:.9em;font-weight:700;padding:.4em .8em;text-align:center;white-space:nowrap;-webkit-transition:background-color .2s ease;-moz-transition:background-color .2s ease;-ms-transition:background-color .2s ease;-o-transition:background-color .2s ease;}.wpcc-btn:hover{text-decoration:none;}.wpcc-top{top:1em;}.wpcc-top.wpcc-margin-none{top:0;}.wpcc-top.wpcc-margin-small{top:.5em;}.wpcc-top.wpcc-margin-large{top:1.5em;}.wpcc-left{left:1em;}.wpcc-left.wpcc-margin-none{left:0;}.wpcc-left.wpcc-margin-small{left:.5em;}.wpcc-left.wpcc-margin-large{left:1.5em;}.wpcc-right{right:1em;}.wpcc-right.wpcc-margin-none{right:0;}.wpcc-right.wpcc-margin-small{right:.5em;}.wpcc-right.wpcc-margin-large{right:1.5em;}.wpcc-bottom{bottom:1em;}.wpcc-bottom.wpcc-margin-none{bottom:0;}.wpcc-bottom.wpcc-margin-small{bottom:.5em;}.wpcc-bottom.wpcc-margin-large{bottom:1.5em;}.wpcc-float .wpcc-message{display:block;margin-bottom:1em;}.wpcc-banner{align-items:center;}.wpcc-banner.wpcc-top{left:0;right:0;top:0;}.wpcc-banner.wpcc-bottom{left:0;right:0;bottom:0;}.wpcc-banner .wpcc-message{display:block;flex:1 1 auto;margin-right:1em;max-width:100%;}.wpcc-float .wpcc-compliance{flex:1 0 auto;}.wpcc-corners-small{border-radius:5px;}.wpcc-corners-normal{border-radius:7px;}.wpcc-corners-large{border-radius:10px;}.wpcc-corners-round .wpcc-btn{border-radius:4px;}.wpcc-corners-round.wpcc-margin-none,.wpcc-corners-round.wpcc-padding-none .wpcc-btn{border-radius:0;}.wpcc-corners-round.wpcc-margin-none{border-radius:0;}@media screen and (max-width: 414px) and (orientation: portrait),screen and (max-width: 736px) and (orientation: landscape){.wpcc-top{top:0 !important;}.wpcc-bottom{bottom:0 !important;}.wpcc-banner,.wpcc-float,.wpcc-left,.wpcc-right{left:0 !important;margin:0 !important;right:0 !important;}.wpcc-banner{align-items:unset;flex-direction:column;}.wpcc-corners-round{border-radius:0 !important;}.wpcc-float{max-width:none;}.wpcc-message{margin-bottom:1em;}.wpcc-banner.wpcc-padding-small{padding:.5em;}.wpcc-padding-small .wpcc-message{margin-bottom:.5em;}}.ty-tag-cloud{margin:10px 0;}.ty-tag-cloud__item{margin-right:10px;}.ty-tag-level-0,.ty-tag-level-0:active{font-size:100%;}.ty-tag-level-1,.ty-tag-level-1:active{font-size:150%;}.ty-tag-level-2,.ty-tag-level-2:active{font-size:200%;}.ty-tag-level-3,.ty-tag-level-3:active{font-size:250%;}.ty-tag-level-4,.ty-tag-level-4:active{font-size:300%;}.ty-tag-level-5,.ty-tag-level-5:active{font-size:350%;}.ty-tag-level-6,.ty-tag-level-6:active{font-size:400%;}ul.ty-tags-list{padding-left:0;}.ty-tags-list__item{display:inline-block;}.ty-tags-list__a{position:relative;display:block;float:left;margin:3px 5px 3px 15px;padding:0 27px 0 10px;font-size:12px;line-height:24px;text-decoration:none;border:0 none;background:#e6e6e6;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;}.ty-tags-list__a:before{position:absolute;top:50%;left:-14px;float:left;margin-top:-12px;width:0;height:0;border-width:12px 14px 12px 0;border-style:solid;border-color:transparent #e6e6e6 transparent transparent;content:"";}.ty-tags-list__a:after{position:absolute;top:50%;left:0;float:left;margin-top:-2px;width:4px;height:4px;background:#fff;content:"";-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.ty-tags-list__a{background:#e6e6e6;color:#676767;transition:none;padding-right:10px;}.ty-tags-list__a:hover{background:#16a085;color:#fff;text-shadow:none;}.ty-tags-list__a:hover:before{border-right-color:#16a085;}.ty-icon-feed{display:inline-block;float:right;margin-top:-25px;font-size:16px;}.ty-footer-form-block--responsive .ty-footer-form-block__form-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;}.ty-footer-form-block--responsive .ty-footer-form-block__title{padding:0;padding-right:10px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;}.ty-footer-form-block--responsive .ty-footer-form-block-policy__input{width:100%;padding-bottom:10px;}.ty-footer-form-block--responsive .ty-lable-subscribe-policy{margin-bottom:10px;}.ty-footer-form-block--responsive .ty-lable-subscribe-policy &gt; a{color:inherit;text-decoration:underline;}.ty-gift-certificate{margin-top:25px;}.ty-gift-certificate__amount-alert{color:#a6a6a6;padding-top:2px;}.error .ty-gift-certificate__amount-alert{color:#b94a48;}.ty-gift-certificate__amount-input{width:115px;}.ty-gift-certificate__switch{margin:25px 0px;padding:15px 20px;border:2px solid #bdc3c7;background:white;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-gift-certificate__switch-label{float:left;}.ty-gift-certificate__switch-mail{float:right;}.ty-gift-certificate__send{float:left;padding-right:15px;}.ty-gift-certificate__products .ty-no-items{display:none;}.ty-gift-certificate__products .product-picker-icon{float:left;margin:2px 5px 0 0;}.ty-gift-certificate__select{width:100%;}.ty-gift-certificate__country{display:inline-block;width:47%;}.ty-gift-certificate__state{display:inline-block;margin-left:5%;width:47%;}.ty-gift-certificate-validate{margin-top:42px;}.ty-gift-certificate-validate .ty-input-append{width:88%;float:right;}.ty-gift-certificate-validate__title{font-weight:normal;text-align:right;}.ty-gift-certificate__icon{position:absolute;top:3px;left:-35px;font-size:27px;line-height:27px;color:#ddd;}.ty-gift-certificate-verify{min-width:600px;max-width:600px;}table.ty-gift-certificate-verify__table{margin:10px 0 20px 0;width:100%;}table.ty-gift-certificate-verify__table{margin-top:0;width:100%;}.ty-gift-certificate-verify__row{padding:7px 13px;}.ty-gift-certificate-verify__error{max-width:250px;text-align:center;font-weight:bold;}.ty-gift-certificate-history{width:100%;}.ty-gift-image{position:relative;display:block;margin:0 auto;border:1px solid #ebebeb;background-color:#f9f9f9;color:#c8c8c8;cursor:default;}.ty-gift-image__icon{position:absolute;top:50%;left:50%;display:inline-block;margin:-16px 0 0 -16px;width:32px;height:32px;font-size:32px;line-height:32px;}.ty-product-notification__item .ty-gift-image{margin-right:20px;}.ty-gift-certificate-order{margin-top:10px;}.ty-gift-certificate-order__group-label{display:inline-block;padding:6px 0;width:100px;}.ty-gift-certificate-order__group-item{display:inline-block;padding:6px 0;}.ty-gift-certificate-history .ty-no-items{margin-bottom:0;}@media (max-width: 979px){.ty-gift-certificate__preview-btn{float:none;margin-top:10px;}}@media (max-width: 767px){.ty-gift-certificate-verify{min-width:inherit;}.ty-gift-certificate-verify__row{display:block;}.ty-gift-certificate-validate{margin-top:20px;}.certificates-verify-grid{margin-bottom:30px;}.certificates-verify-grid:before,.certificates-verify-grid:after{display:table;content:"";line-height:0;width:100%;}.certificates-verify-grid:after{clear:both;}}.ty-store-location{margin-top:30px;}.ty-store-location__map-wrapper{float:left;width:600px;height:450px;border:1px solid #acbdcd;margin:0 30px 20px 0;}.ty-store-location__locations-wrapper{display:block;vertical-align:top;overflow:hidden;}.ty-store-location__item:first-child{margin-top:0;}.ty-store-location__item{margin:20px 0;}h3.ty-store-location__item-title{font-size:22px;margin:0 0 2px 0;}.ty-store-location__item-country{font-size:13px;font-weight:normal;}.ty-store-location__item-view{margin:20px 0;}@media (max-width: 979px){.ty-store-location__map-wrapper{width:400px;height:300px;}}@media (max-width: 767px){.ty-store-location__map-wrapper{width:100%;float:none;}}.ty-form-builder__checkbox-label,.ty-form-builder__radio-label{display:inline-block;margin:0 15px 5px 0;white-space:nowrap;}.ty-form-builder__multiple-select,.ty-form-builder__select,.ty-form-builder__state,.ty-form-builder__country{width:100%;max-width:500px;}.ty-form-builder__textarea{width:100%;max-width:500px;}.ty-form-builder .ty-input-text{width:100%;max-width:500px;}@media (max-width: 979px){.ty-form-builder__textarea{max-width:400px;}.ty-form-builder .ty-input-text{max-width:400px;}.ty-form-builder__multiple-select,.ty-form-builder__select,.ty-form-builder__state,.ty-form-builder__country{max-width:400px;}}.ty-banner__image-item{text-align:center;}.ty-banner__image-wrapper{position:relative;overflow:hidden;margin:0 0 10px 0;text-align:center;}.ty-scroller-discussion-list{margin-left:-10px;margin-right:-10px;}.ty-discussion-post__content{margin-top:10px;margin-bottom:10px;}.ty-discussion-post__content a{display:block;position:relative;}.ty-scroller-discussion-list__item{margin-left:10px;margin-right:10px;}.ty-discussion-post{position:relative;margin:10px 0 15px 0;padding:15px;border:1px solid #edf2f5;}.ty-discussion-post__author{font-weight:bold;}.ty-discussion-post__date{float:right;right:0;margin-top:1px;color:#adadad;font-size:12px;}.ty-discussion-post__rating{font-size:15px;margin-bottom:5px;}.ty-discussion-post__message{line-height:1.75;word-wrap:break-word;}.ty-company-detail__top-links .ty-stars__icon{font-size:21px;}.ty-discussion__rating-wrapper{margin-bottom:10px;}.ty-discussion__rating-wrapper .ty-stars .ty-stars__icon{font-size:20px;margin-right:0px;}.ty-stars,.ty-discussion__review-a,.ty-discussion__review-write{display:inline-block;margin-right:25px;cursor:pointer;}.ty-grid-vendors .grid-list__rating{text-align:center;word-wrap:break-word;}.ty-grid-vendors .grid-list__rating .ty-stars{margin-right:10px;}.ty-grid-vendors .grid-list__rating .ty-discussion__review-quantity{color:#595959;display:inline-block;}.ty-stars{color:#000;}.ty-stars__icon{vertical-align:middle;margin-left:2px;font-size:14px;}.ty-stars__icon:first-child{margin-left:0;}.ty-stars a:hover{text-decoration:none;}.ty-product-list__rating{position:absolute;text-align:center;right:0;left:0;}.ty-product-list__rating .ty-stars{margin-right:0;}.grid-list__rating .ty-stars{margin-bottom:5px;}.ty-companies .ty-stars{display:block;margin:5px 0 0;}.ty-rating{float:left;color:#000;}.ty-rating__label{display:inline-block;}.ty-rating:not(:checked) &gt; .ty-rating__check{position:absolute;left:-9999px;clip:rect(0,0,0,0);}.ty-rating:not(:checked) &gt; .ty-rating__label{float:right;width:17px;padding:0;overflow:hidden;white-space:nowrap;cursor:pointer;font-size:100%;line-height:1.2;margin-right:2px;}.ty-rating:not(:checked) &gt; .ty-rating__label:before{font-family:glyphs;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;font-size:21px;line-height:1;-webkit-font-smoothing:antialiased;content:"\e004";}.ty-rating:not(:checked) &gt; .ty-rating__label:hover:before,.ty-rating:not(:checked) &gt; .ty-rating__label:hover ~ .ty-rating__label:before{content:"\e041";}.ty-rating &gt; .ty-rating__check:checked ~ .ty-rating__label:before,.ty-rating &gt; .ty-rating__check:checked + .ty-rating__label:hover:before,.ty-rating &gt; .ty-rating__check:checked + .ty-rating__label:hover ~ .ty-rating__label:before,.ty-rating &gt; .ty-rating__check:checked ~ .ty-rating__label:hover:before,.ty-rating &gt; .ty-rating__check:checked ~ .ty-rating__label:hover ~ .ty-rating__label:before,.ty-rating &gt; .ty-rating__label:hover ~ .ty-rating__check:checked ~ .ty-rating__label:before{content:"\e041";}.ty-template-small__item-description .ty-stars{display:block;}@media (max-width: 979px){.ty-discussion-post__author{display:block;}.ty-discussion-post__date{display:block;float:none;}}.ty-twishlist-item{text-align:center;height:18px;margin-bottom:10px;}.ty-grid-list__item:hover .ty-twishlist-item__remove{visibility:visible;}.ty-add-to-wish{display:inline-block;margin:0;}@media (max-width: 767px){.ty-wish-list__buttons .ty-btn{display:block;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-wish-list__buttons .ty-btn + .ty-btn{margin:15px 0 0;}}.cloudzoom-lens{border:1px solid #b3b3b3;cursor:move;width:150px;height:150px;}.cloudzoom-zoom{border:1px solid #a6a6a6;height:450px;width:450px;z-index:2000;background:#fff;-webkit-box-shadow:0 4px 15px rgba(0,0,0,0.2);-moz-box-shadow:0 4px 15px rgba(0,0,0,0.2);box-shadow:0 4px 15px rgba(0,0,0,0.2);}.cloudzoom-zoom-inside{border:medium none;box-shadow:none;z-index:2000;}.cloudzoom-caption{background-color:#000;color:#fff;display:none;font-family:sans-serif;font-size:11px;font-weight:bold;padding:10px;text-align:left;}.cloudzoom-blank{background-image:url('../../../../../../../../design/themes/tshirtfactory/media/images/addons/image_zoom/blank.png');z-index:2000;}.cloudzoom-ajax-loader{background-image:url('../../../../../../../../design/themes/tshirtfactory/media/images/icons/ajax_loader.svg');height:32px;width:32px;}.ty-billing-city_state{margin-left:4.8%;}#tygh_main_container{overflow:hidden;}.tygh-top-panel a{font-size:0.9em;}.tygh-top-panel .ty-text-links__active a{color:#000;}.tygh-top-panel .ty-currencies__item{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.tygh-top-panel .ty-currencies__active,.tygh-top-panel .ty-currencies__item:hover{background-color:#231950;color:white;}.tygh-top-panel .ty-dropdown-box__title .ty-icon-down-micro,.tygh-top-panel .ty-dropdown-box__title a{color:#969b9b;}.tygh-top-panel .ty-dropdown-box__title:hover,.tygh-top-panel .ty-dropdown-box__title.open{background-color:#000;}.tygh-top-panel .ty-dropdown-box__title:hover .ty-icon-down-micro,.tygh-top-panel .ty-dropdown-box__title:hover a,.tygh-top-panel .ty-dropdown-box__title.open .ty-icon-down-micro,.tygh-top-panel .ty-dropdown-box__title.open a{color:white;}.tygh-top-panel .ty-dropdown-box__title.open:after{content:"";position:absolute;border-width:6px;border-style:solid;border-color:transparent transparent #000;left:50%;bottom:-7px;margin-left:-3px;}.tygh-top-panel .ty-dropdown-box__content{margin-top:6px;border-color:#000;}.tygh-top-panel .ty-select-block__a{padding:8px 13px 3px;color:#969b9b;}.tygh-top-panel .ty-select-block__a .ty-icon-down-micro{color:#969b9b;}.tygh-top-panel .ty-select-block__a:hover,.tygh-top-panel .ty-select-block__a.open{background-color:#231950;color:white;}.tygh-top-panel .ty-select-block__a:hover .ty-icon-down-micro,.tygh-top-panel .ty-select-block__a.open .ty-icon-down-micro{color:white;}.tygh-top-panel .top-quick-links a:hover{color:#969b9b;}.tygh-top-panel .ty-dropdown-box{margin:0;}.tygh-top-panel .ty-dropdown-box__title a:hover{color:white;}.tygh-top-panel .ty-text-links{margin-right:0;}.tygh-top-panel .ty-dropdown-box__content .ty-text-links{margin:0;}.tygh-top-panel .ty-dropdown-box__content .ty-text-links__item{display:block;margin:0;}.tygh-top-panel .ty-dropdown-box__content .ty-text-links__a{padding:7px 14px;display:block;color:#000;}.tygh-top-panel .ty-dropdown-box__content .ty-text-links__a:hover{color:white;background:#f06c43;}.tygh-top-panel .ty-text-links-btn{color:#969b9b;}.tygh-top-panel .ty-text-links-btn.open{background:#000;color:white;}@media screen and (max-width: 767px){.ty-text-links_show_inline .ty-text-links__item{display:block;}.ty-text-links_show_inline{-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);border:solid #000;border-width:3px 0 0;}.top-quick-links a{color:#000;}.top-quick-links a:hover{color:#f06c43;}}.ty-account-info__item .ty-account-info__a{display:block;}.top-menu-grid{padding-top:32px;}input.ty-search-block__input{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-select-block{background-color:#000;border:none;top:auto;}.ty-select-block__list-a{color:white;}.ty-select-block__list-a:hover{background-color:#f06c43;}.ty-select-block:after{content:"";position:absolute;border-width:6px;border-style:solid;border-color:transparent transparent #000;left:50%;top:-12px;margin-left:-3px;}.top-cart-content .ty-dropdown-box__title{background-color:#f06c43;position:relative;}.top-cart-content .ty-dropdown-box__title.open{-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;}.top-cart-content .ty-dropdown-box__title.open:after{content:"";position:absolute;border-width:6px;border-style:solid;border-color:transparent transparent #f06c43;left:50%;bottom:-6px;margin-left:-3px;}.top-cart-content .ty-dropdown-box__title a,.top-cart-content .ty-dropdown-box__title .ty-minicart__icon,.top-cart-content .ty-dropdown-box__title .ty-icon-down-micro{color:white;}.top-cart-content .ty-dropdown-box__content{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;margin-top:5px;}.ty-dropdown-box__content{border:none;border-top:3px solid #f06c43;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);}.ty-dropdown-box__content .ty-dropdown-box__item:hover{background:#f06c43;}input.ty-search-block__input:focus{border:2px solid #bcceda;background-color:#edf2f5;}.top-menu{position:relative;padding:10px 0 5px 0;z-index:10;}.top-menu:before,.top-menu:after{content:"";position:absolute;top:0;bottom:0;border-top:2px solid #edf2f5;z-index:-1;}.ty-menu__items{background:#bf1e2e;}.ty-menu__item{text-transform:uppercase;font-weight:bold;font-size:14px;margin-right:5px;}.ty-menu__item.visible-phone .ty-menu__item-link{padding:20px;background-color:#000;color:white;margin-right:0;-webkit-transition:background 0.4s;-moz-transition:background 0.4s;-o-transition:background 0.4s;transition:background 0.4s;}.ty-menu__item a{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;font:inherit;}.ty-menu__item-arrow i{top:13px;}.ty-menu__item .ty-menu__item-link,.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item-link{padding:14px 15px;min-height:0;}.no-touch .ty-menu__item:hover .ty-menu__item-link,.is-hover-menu .ty-menu__item-link,.is-hover-menu.ty-menu__item-active .ty-menu__item-link{background:#f06c43;color:white;}.ty-menu__item:hover:not(.ty-menu__item-nodrop) .ty-menu__item-link:after{content:"";position:absolute;border:6px solid;border-color:transparent transparent #f06c43;left:50%;bottom:-6px;margin-left:-3px;}.ty-menu-vertical .ty-menu__item:hover .ty-menu__item-link:after{display:none;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items{top:0px;border:1px solid #ad1b2a;}.ty-menu-vertical .ty-menu__item{margin-right:0;}.ty-menu-vertical .ty-menu__item:hover i,.ty-menu-vertical .ty-menu__item.is-hover-menu i{color:#fff;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item i{color:#a1a6aa;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item:hover i,.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item.is-hover-menu i{color:#fff;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-items,.ty-menu-vertical .ty-menu__items{border:0;}.no-touch .ty-menu-vertical .ty-menu__item:hover .ty-menu__submenu .ty-menu__item-link,.ty-menu-vertical .is-hover-menu .ty-menu__submenu .ty-menu__item-link{background:none;color:#000;text-transform:none;}.ty-menu-vertical .ty-menu__submenu .menu-level-1.ty-menu__item-active &gt; .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__submenu .menu-level-2.ty-menu__item-active &gt; .ty-menu__submenu-item-header .ty-menu__item-link{background:#f2f2f2;}.no-touch .ty-menu-vertical .ty-menu__submenu .ty-menu__item:hover &gt; .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__submenu .is-hover-menu &gt; .ty-menu__submenu-item-header .ty-menu__item-link{background:#f06c43;color:#fff;text-decoration:none;}.ty-menu-vertical .ty-menu__item .ty-menu__item-link{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-menu__item &gt; .ty-menu__submenu{padding-top:5px;margin-bottom:-2px;}.ty-menu__item &gt; .ty-menu__submenu &gt; ul{border-top:4px solid #f06c43;border-bottom:4px solid #bcceda;}.ty-menu__submenu{text-transform:none;}.ty-menu__submenu-items{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-menu__submenu-item-header{text-transform:uppercase;border-bottom:none;}.ty-menu__submenu-item-header .ty-menu__submenu-link{font-weight:normal;}.ty-menu .ty-menu__item-link{padding:12px 13px;min-height:0;}.ty-menu__items li:first-child &gt; div &gt; .ty-menu__item-link{-webkit-border-top-right-radius:5px;-moz-border-radius-topright:5px;border-top-right-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topleft:5px;border-top-left-radius:5px;}.ty-menu__items li:last-child &gt; div &gt; .ty-menu__item-link{-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;}@media screen and (min-width: 767px) and (max-width: 1000px){.ty-menu__item .ty-menu__item-link{padding:10px 8px;font-weight:normal;font-size:12px;min-height:0;}.ty-menu-vertical .ty-menu__item i{top:12px;}}@media screen and (min-width: 767px){.no-touch .ty-menu__submenu-items .ty-menu__submenu-link:hover{background-color:#edf2f5;padding:5px;margin:-5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#f06c43;}.no-touch .ty-menu__submenu-item-header .ty-menu__submenu-link:hover{background-color:transparent;color:inherit;}}@media screen and (max-width: 767px){.top-menu{background:transparent;}.top-menu:before,.top-menu:after{display:none;}.ty-menu__item.visible-phone{text-transform:uppercase;margin:0 -12px;}.ty-menu__item{margin-right:0;text-transform:none;font-weight:normal;border-bottom-color:#1a1a1a;}.ty-menu-vertical .ty-menu__item i{font-size:14px;position:relative;top:-12px;right:0;color:#fff;}.ty-menu-vertical .ty-menu__item-active .ty-menu__item-link{background:#f06c43;}.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__item .ty-menu__submenu .ty-menu__item .ty-menu__submenu .ty-menu__submenu-item-header .ty-menu__item-link{color:#fff;text-transform:none;font-weight:normal;background:none;}.ty-menu-vertical .ty-menu__submenu-items .ty-menu__item{border-top-color:#1a1a1a;}.no-touch .ty-menu-vertical .ty-menu__item:hover .ty-menu__submenu .ty-menu__item-link,.ty-menu-vertical .is-hover-menu .ty-menu__submenu .ty-menu__item-link,.ty-menu-vertical .is-hover-menu.ty-menu__item-active .ty-menu__submenu .ty-menu__item-link{font-size:14px;color:#fff;background:none;}.ty-menu__item.ty-menu__item-active .ty-menu__item-link,.no-touch .ty-menu__item.ty-menu__item-active:hover .ty-menu__item-link{background:#f06c43;}.ty-menu-vertical .ty-menu__item.menu-level-2.ty-menu__item-active,.ty-menu-vertical .ty-menu__submenu .ty-menu__item.ty-menu__item-active .ty-menu__submenu-item-header .ty-menu__item-link,.ty-menu-vertical .ty-menu__submenu .ty-menu__submenu .ty-menu__item.ty-menu__item-active .ty-menu__submenu-item-header .ty-menu__item-link{background:#981f26;}.ty-menu__item:hover:not(.ty-menu__item-nodrop) .ty-menu__item-link:after{display:none;}.ty-menu__item:nth-child(n + 2) .ty-menu__item-link{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.ty-menu__item-toggle,.ty-menu__item-toggle-active{background-color:rgba(0,0,0,0.1) !important;width:38px;height:34px;top:7px;right:10px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.ty-menu__item-toggle .ty-menu__icon-hide,.ty-menu__item-toggle .ty-menu__icon-open,.ty-menu__item-toggle-active .ty-menu__icon-hide,.ty-menu__item-toggle-active .ty-menu__icon-open{line-height:34px;}.ty-menu__item:last-child .ty-menu__item-link{-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;}.ty-menu__item .ty-menu__item-link{color:white;padding:15px;}.ty-menu__submenu-items{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:transparent;}.ty-menu__item &gt; .ty-menu__submenu &gt; ul{border-top:none;border-bottom:none;}.ty-menu__items{background-color:#000;margin:0 12px;}.ty-menu__item &gt; .ty-menu__submenu{padding-top:0;}.ty-menu__submenu-items{border:none;}.ty-menu__submenu-items .ty-menu__submenu-item{border-bottom:none !important;border-top:1px solid #1a1a1a !important;}.ty-menu__submenu-items .ty-menu__submenu-item:hover .ty-menu__submenu-link{color:white;}.ty-menu__submenu-items .ty-menu__submenu-link{color:white;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header{border-bottom:none;border-top:1px solid #1a1a1a;text-transform:none;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header a{color:white;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header a:hover{color:white;}.ty-menu__submenu .ty-top-mine__submenu-col .ty-menu__submenu-item-header-active{background:rgba(255,0,0,0.5);}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active{background:rgba(255,0,0,0.3);}.ty-menu__submenu .ty-menu__submenu-items .ty-menu__submenu-item-active a{color:white;}}.ty-product-filters__wrapper{background-color:transparent;}.ty-product-filters__title,.ty-product-filters__item{color:inherit;}.ty-product-filters__item:hover{color:#f06c43;}.ty-product-filters__item.disabled,.ty-product-filters__item.checked.disabled,.ty-product-filters__item.disabled:hover{color:#8c8c8c;}.ty-range-slider .ui-slider-range{background-color:#f06c43;}.ty-range-slider .ui-slider-handle{width:8px;height:8px;border:8px solid #000;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}.ty-range-slider__num{color:#000;font-size:1em;background-color:#e6e6e6;width:40px;top:25px;left:-20px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}.ty-product-filters__switch{padding-right:30px;}.ty-product-filters__switch&gt; i{margin-right:-20px;}@media screen and (min-width: 767px) and (max-width: 1000px){.ty-range-slider__num{font-size:9px;background:transparent;padding:0;}}.ty-sort-container,.ty-horizontal-product-filters{background-color:transparent;}.ty-sort-container__views-a,.ty-horizontal-product-filters__views-a{background-color:#edf2f5;color:#000;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s;margin-left:3px;}.ty-sort-container__views-a.active,.ty-sort-container__views-a:hover,.ty-horizontal-product-filters__views-a.active,.ty-horizontal-product-filters__views-a:hover{background-color:#f06c43;color:white;}.ty-sort-dropdown__wrapper,.ty-horizontal-product-filters-dropdown__wrapper{background-color:#edf2f5;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:2px solid #e6edf1;padding:3px 5px 7px;}.ty-sort-dropdown__wrapper:hover,.ty-sort-dropdown__wrapper.open,.ty-horizontal-product-filters-dropdown__wrapper:hover,.ty-horizontal-product-filters-dropdown__wrapper.open{background-color:white;color:#000;}@media screen and (max-width: 400px){.ty-sort-dropdown__wrapper,.ty-horizontal-product-filters-dropdown__wrapper{font-size:0.9em;}}.ty-sort-dropdown__content,.ty-horizontal-product-filters-dropdown__content{border:2px solid #e6edf1;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-sort-dropdown__content-item-a:hover,.ty-horizontal-product-filters-dropdown__content-item-a:hover{background-color:#edf2f5;color:#f06c43;}.ty-horizontal-product-filters{margin-bottom:0;}.ty-grid-list__item{border:1px solid #edf2f5;border-radius:5px;background-color:white;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:box-shadow 0.4s;-moz-transition:box-shadow 0.4s;-o-transition:box-shadow 0.4s;transition:box-shadow 0.4s;}.ty-grid-list__item:hover{background-color:white;-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.12);box-shadow:0px 0px 15px 0px rgba(0,0,0,0.12);}.ty-grid-list__item-name{max-width:100%;display:block;height:3.2em;overflow:hidden;}.ty-grid-list__item-name .product-title{color:#000;font-size:1.15em;line-height:1.3em;}.ty-grid-list__item-name .product-title:hover{color:#f06c43;}.ty-grid-list__image{border:none;}.ty-grid-list__price{display:block;text-align:left;float:none;max-width:100%;}.ty-grid-list__control .ty-btn{padding:10px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-no-items{color:#000;}.ty-price-num{font-weight:normal;font-size:1.25em;}.ty-list-price{color:#404040;}.grid-list__rating{height:24px;}.ty-grid-list__control{position:relative;}.ty-quick-view-button{text-align:center;position:absolute;width:100%;bottom:120px;}.ty-scroller-list__item .ty-quick-view-button{bottom:50px;}.ty-product-list{background-color:white;border:1px solid #edf2f5;padding:10px;margin-bottom:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-transition:box-shadow 0.4s;-moz-transition:box-shadow 0.4s;-o-transition:box-shadow 0.4s;transition:box-shadow 0.4s;}.ty-product-list:hover{-webkit-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 0px 15px 0px rgba(0,0,0,0.12);box-shadow:0px 0px 15px 0px rgba(0,0,0,0.12);}.ty-product-list__item-name{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #edf2f5;}.ty-product-list__image{border:none;}.ty-product-list + hr{display:none;}.ty-product-list__control .ty-btn__text{padding:0 !important;}.ty-compact-list{background-color:white;border:1px solid #edf2f5;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.ty-compact-list__item:last-child{border-bottom:none;}.ty-compact-list__controls{margin-right:10px;}.ty-compact-list__item .ty-value-changer{padding-top:6px;}.ty-pagination__bottom{border:none;}.ty-pagination__selected{background-color:#f06c43;color:white;}.ty-pagination__item:hover{background-color:transparent;color:#f06c43;}.ty-pagination__text{text-transform:none;background-color:transparent;color:inherit;}.ty-sidebox{background-color:white;-webkit-box-shadow:0px 1px 4px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 4px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 4px 0px rgba(0,0,0,0.12);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border-bottom:3px solid #bcceda;}.ty-sidebox__title{background-color:#000;color:white;padding:6px 30px 12px 12px;-webkit-border-top-right-radius:5px;-moz-border-radius-topright:5px;border-top-right-radius:5px;-webkit-border-top-left-radius:5px;-moz-border-radius-topleft:5px;border-top-left-radius:5px;margin:0;}.ty-sidebox__title span,.ty-sidebox__title a{color:inherit;}.ty-sidebox__body{padding:12px;}.ty-sidebox__icon-open,.ty-sidebox__icon-hide{color:white;margin-top:6px;padding:6px 12px;float:right;}.ty-btn{-webkit-transition:0.4s;-moz-transition:0.4s;-o-transition:0.4s;transition:0.4s;padding:10px 15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;text-transform:none;}.ty-btn:hover,.ty-btn:active{padding:10px 15px;}.ty-btn__primary:hover{background-color:#000;}.ty-btn__secondary:hover{background-color:#f06c43;}.buttons-container{background:#edf2f5;}.ty-product-block__img-wrapper{background-color:white;padding:10px;border:1px solid #edf2f5;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.ty-product-block__note .product-promo-header{text-transform:uppercase;font-weight:normal;}.ty-product-block__note .product-promo-body{font-size:0.9em;color:#333;}.ty-product-block-title{padding-bottom:5px;border-bottom:1px solid #edf2f5;}.ty-product-switcher span{color:#000;}.ty-product-switcher__icon{color:#000;-webkit-transition:color 0.4s;-moz-transition:color 0.4s;-o-transition:color 0.4s;transition:color 0.4s;}.ty-product-switcher__a:hover .ty-product-switcher__icon{color:#f06c43;}.ty-product-switcher__a.disabled .ty-product-switcher__icon{color:#000;opacity:0.5;}.ty-product-img{border:none;}@media screen and (max-width: 767px){.ty-product-block-title{margin-top:15px;}.ty-product-block__button .ty-btn{margin-right:10px;}.ty-btn + .ty-btn{margin-left:0;}.ty-btn__text{padding:0 !important;}}.ty-tabs__item{background-color:#edf2f5;font-size:1.25em;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin:4px 4px 4px 0;border:1px solid transparent;border-width:0 1px;}.ty-tabs__item:hover{background-color:white;}.ty-tabs__item:hover a{color:#000;}.ty-tabs__item.active{background-color:white;color:#000;border-right:1px solid #ccdae3;border-left:1px solid #ccdae3;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;-webkit-box-shadow:inset 0px 3px 0px 0px #000;-moz-box-shadow:inset 0px 3px 0px 0px #000;box-shadow:inset 0px 3px 0px 0px #000;}.ty-tabs__item.active .ty-tabs__a{color:inherit;}.ty-tabs__item.active:after{content:"";display:block;background:#fff;width:100%;position:absolute;height:5px;left:-1px;border-right:1px solid #ccdae3;border-left:1px solid #ccdae3;}.ty-tabs__a{color:inherit;font:inherit;padding:12px 20px;}.ty-tabs__content{background-color:white;border:1px solid #ccdae3;border-top:none;-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;padding:20px;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);}.ty-tabs__content .content-description{line-height:1.5;}.ty-discussion-post{background:white;}.ty-cart-content{-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);}.ty-cart-content th{background-color:white;border:1px solid #edf2f5;}.ty-cart-content tbody tr:nth-child(2n){background-color:white;}.ty-cart-content .ty-cart-content__product-elem,.ty-cart-content .ty-cart-content__title{border:1px solid #edf2f5;}.ty-cart-total{border:1px solid #edf2f5;-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);box-shadow:0px 1px 2px 0px rgba(0,0,0,0.12);-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;}.ty-cart-total input[type="text"]{border-color:#dde6ec;}.ty-cart-total__wrapper{border:none;}.ty-step__container,.ty-step__container-active{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;overflow:hidden;margin-bottom:5px;border:1px solid #edf2f5;}.ty-step__container h3,.ty-step__container-active h3{margin-bottom:0;}.ty-step__title-arrow{display:none;}.ty-step__container-active{background-color:white;}.ty-step__container-active .ty-step__title-left{color:white;background-color:transparent;}.ty-step__container-active .ty-step__title-txt{color:white;}.ty-step__title .ty-step__title-left{color:#000;}.ty-step__title .ty-step__title-txt{color:#000;}.ty-step__title-left,.ty-step__title-txt{background-color:transparent;}.ty-step__title-active{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background-color:#000;}.ty-step__title-complete .ty-step__title-right .ty-btn{padding:0;margin:4px 0;background-color:transparent;color:#000;}.ty-checkout-buttons{background-color:transparent;border:none;}.notification-content-extended{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}.notification-content-extended h1{background-color:transparent;border:none;}.notification-content-extended h1 span{color:#000;}.notification-content-extended h1 span:hover{color:#f06c43;}.ui-dialog .ui-dialog-titlebar{background:transparent;border:none;}.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick{color:#000;}.ui-dialog .ui-dialog-titlebar-close.ui-state-hover .ui-icon-closethick{color:#262626 !important;}.ui-widget-header .ui-dialog-titlebar-close.ui-state-hover span:before{color:#000;}.ty-cart-items__list-item .ty-icon-cancel-circle{color:#000;}.ty-breadcrumbs__a{color:#000;}.ty-breadcrumbs__current{color:#333;}.ty-footer-menu{background:#081b29 url('//patterns.cart-services.com/images/6.png') repeat;}.ty-footer-menu__header{font-size:1.45em;font-weight:normal;color:white;}.ty-footer-menu__item{margin-bottom:6px;}.ty-footer-menu__item a{color:white;font-size:0.95em;}.ty-footer-menu__item a:hover{color:#f06c43;}.footer-copyright{background-color:#040d14;}@media screen and (max-width: 767px){.ty-footer-menu{padding-bottom:10px;}.ty-footer-menu__header{font-size:1.2em;border-bottom-color:#103754;}.ty-footer-menu__item{border-bottom-color:#103754;margin-bottom:0;}.ty-footer-menu__icon-open,.ty-footer-menu__icon-hide{font-size:14px;padding:8px 12px;background-color:rgba(0,0,0,0.1);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}.footer-no-wysiwyg .ty-footer-menu__items,.footer-no-wysiwyg .ty-footer-general__body{margin-top:0;}.ty-compact-list__controls{margin-right:0px;}}.owl-carousel.ty-scroller-list{background:white;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;padding:10px 0;border:1px solid #edf2f5;}.owl-theme .owl-controls .owl-buttons div{opacity:1;background:#000;line-height:24px;}.owl-theme .owl-controls.clickable .owl-buttons div:hover{background:#f06c43;}.owl-theme .owl-controls .owl-page span{background-color:#000;}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background-color:#f06c43;}input[type="text"],input[type="password"],textarea,select{padding:4px 8px;border:2px solid #edf2f5;background:#edf2f5;-webkit-transition:border 0.2s linear 0s;-moz-transition:border 0.2s linear 0s;-o-transition:border 0.2s linear 0s;transition:border 0.2s linear 0s;}input[type="text"]:hover,input[type="password"]:hover,textarea:hover{border-color:#262626;}input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:0;border-color:#262626;background:#fff;}.ty-control-group__title{font-weight:normal;}.ty-calendar__button{color:#000;}.footer-stay-connected{background:#000;}.ty-footer-form-block__form .cm-hint{color:#404040;}.ty-btn-go{border:none;background:transparent;}.ty-compare-menu__elem{background:#000;}.ty-product-empty{border:1px solid #edf2f5;}.logo_top{margin:8px 0px;padding-left:13px;}#option_29500_AOC select{display:none;}#opt_29500_1374{display:block !important;}#opt_29500_1373 img{background:#fff !important;}#opt_29500_1373 .product-variant-image-unselected{border:2px solid #f5f5f5 !important;}#opt_29500 &gt; div{width:50%;float:left;}@media (min-width: 320px) and (max-width: 480px){#option_29500_AOC label{width:auto !important;}}.stilh1{font-size:30px !important;color:#000 !important;margin-top:45px;line-height:25px;}.products_view.aidi-427.pushmenu-push .ty-control-group.ty-product-options__item.product-list-field select,.products_view.aidi-427.pushmenu-push .ty-control-group.ty-product-options__item.product-list-field label,.products_view.aidi-427.pushmenu-push .tabs-intro{display:none;}.ty-menu__items.cm-responsive-menu.desktopMenu .ty-menu__item.__design.version2 .ty-menu__submenu-items.cm-responsive-menu-submenu{max-width:max-content !important;width:max-content !important;min-width:max-content !important;left:auto !important;}.ty-menu__item.__design.version2 .ty-menu__submenu-items .ty-menu__submenu-item{width:100%;}.quickcheckout_checkoutcheckout .right-checkout{overflow:scroll;}.products_view .same-seller{display:none;}.ptFreeShip{font-weight:700;text-align:left;padding:10px 20px;background:#f06c431f;}.ptFreeShip2{font-weight:700;text-align:left;padding:10px 20px;background:#f06c431f;padding-bottom:20px;border-top:1px solid #8080801c;}.ptFreeShip2 .fas.fa-bell{float:left;font-size:25px;padding:0px 5px;padding-right:5px;padding-right:15px;color:#f06c43;height:50px;}.ptFreeShip .pretFreeShip{color:#f06c43;}.ptFreeShip .fas.fa-bell{float:left;height:30px;font-size:25px;padding:5px;padding-right:15px;color:#f06c43;}.aidi-422 .tabs-intro{display:none;}.products_view .same-category{display:none;}.ty-form-builder .cm-processed-form .buttons-container{background:transparent;}.aidi-422 .ty-product-block__option .ty-control-group.ty-product-options__item.product-list-field::after{clear:both;content:'copil dama barbat';word-spacing:16px;line-height:15px;padding-left:9.3rem;color:#959595;}.ty-checkout__shipping-tips{margin-bottom:0px;}.o-status-h{color:yellow;}.maskha .divTabel table tr:nth-child(1) th{text-align:left;}.maskha .divTabel td{text-align:left !important;padding-left:0px;}.quickcheckout_create_account #content_general .part1info{width:100%;}#link-shop{display:none !important;}.seller_url{padding-bottom:15px;background:#bf1e2e;width:300px;margin:0 auto;margin-bottom:0px;margin-bottom:20px;padding-top:15px;font-size:16px;font-weight:700;color:#fff;}.maskha img{padding-top:7% !important;}.infoc1 h5{margin:0px;}.contact-custom{margin-top:3vw;}#sw_elm_subcats_fields{text-transform:capitalize;}.part2info #file_single_avatar{height:100px;display:block;position:relative;margin-top:-100px;}.part2info .dz-message.needsclick{padding-top:100px;}#link-shop{display:none;}.shift-input.shopLink{float:left;margin-top:11px;}.cm-shopLink a{color:#bf1e2e;border:1px solid #bf1e2e;padding:8px 15px;text-transform:uppercase;font-weight:600;letter-spacing:2px;font-size:15px;}#link-shop{margin-bottom:20px;margin-top:30px;}.profiles_update div#link-shop.ty-control-group{display:block;}.sellerShop{text-align:left;}.designer-avatar img{width:100px;}.secondary-menu&gt;ul:nth-child(1)&gt;li:nth-child(3)&gt;div:nth-child(2)&gt;ul:nth-child(1)&gt;li:nth-child(39){display:none;}.secondary-menu&gt;ul:nth-child(1)&gt;li:nth-child(3)&gt;div:nth-child(2)&gt;ul:nth-child(1)&gt;li:nth-child(40){display:none;}.ty-sort-dropdown li.ty-sort-dropdown__content-item:nth-child(39){display:none;}.ty-product-notification__item .ty-product-notification__image{margin-left:20px;}.ty-product-notification__item .ty-product-notification__content{width:100%;}.ty-cart-content__product-elem.ty-cart-content__description .imgProd .ty-pict.cm-image:nth-child(2){display:none;}.ty-cart-items__list-item .ty-cart-items__list-item-image .ty-pict.cm-image:nth-child(2){display:none;}.notification-body-extended .ty-product-notification__body.cm-notification-max-height .ty-product-notification__item .ty-pict.cm-image:nth-child(2){display:none;}.notification-body-extended .ty-product-notification__body.cm-notification-max-height .ty-product-notification__item .ty-no-image{display:none;}.ty-cart-items__list-item .ty-cart-items__list-item-image .ty-no-image{display:none;}.ty-cart-content__product-elem.ty-cart-content__description .imgProd .ty-no-image{display:none;}.ty-product-block__left .ty-product-block__button a.ty-btn:nth-child(7){display:none;}.materiale h2{line-height:30px;}.orders_search table tr{background-color:transparent !important;}.orders_search table tr td{text-align:left;padding:12px !important;border-right:1px solid #e7e7e7;}.orders_search table tr td .order-status_dot{display:none;}.orders_details .ty-mainbox-title .ty-status{float:initial;}.blogSection h2{margin-bottom:25px;}.prodSection h2{margin-bottom:25px;}.ty-login-popup .ty-login__remember-me-label{display:none;}.login-form__container .ty-register__left .cm-processed-form p{text-align:left;}.ty-login-popup .shipErr{color:#ef1620;}.ty-customer-notes{display:block;width:auto;}.ty-customer-notes .ty-customer-notes__text.cm-focus{height:auto !important;}.ty-cart-items__list-item-tools{display:block;}.courier_track_order .ty-mainbox-title{margin-top:25px;}.courier_track_order .urmarire-grid{width:50%;margin:0 auto;}.courier_track_order .urmarire-grid .span8{border:1px solid gray;}.courier_track_order .urmarire-grid .span8 h2{padding-top:15px;}.courier_track_order .urmarire-grid .span8 th{padding:5px;}.courier_track_order .urmarire-grid .span8 td{text-align:left !important;padding:5px;}.ty-product-empty{background:#eee;}.category-content-grid #pagination_contents .grid-list{padding:0px;}.ty-menu__item.ty-menu__item-nodrop.__designers.__search{margin-right:0px;}.ty-sort-container{padding-left:0px;}.category-content-grid .ty-mainbox-container .ty-mainbox-title{position:absolute;right:0px;}.product_description_tricou p{line-height:30px;}.contact-custom .cm-processed-form .ty-form-builder__buttons.buttons-container{float:right;padding:0px;margin-top:25px;}.categFoot{display:inline-block;margin-top:45px;}.categBlog{width:40%;float:left;}.ty-wysiwyg-content.ty-mb-s.categDesc{width:60%;float:left;}.carticole h2{text-align:left;}.carticol{width:100%;display:inline-block;margin-bottom:15px;}.cstyleArticol p{width:82%;float:left;margin-left:3%;text-align:justify;}.ty-mb-s.categDesc{width:55%;float:left;margin-left:5%;}.ty-mb-s.categDesc p{text-align:justify;}.ty-mb-s.categDesc h2{text-align:left;}.cstyleArticol img{width:15%;float:left;}.cstyleArticol h4{width:82%;float:left;text-align:left;margin-left:3%;font-weight:600;}.contact-custom form .ty-control-group{width:49%;float:left;margin:0px;margin-top:25px;}.time{padding-top:10px;display:block;}.contact-custom .ty-form-builder form label{padding-top:15px;}.contact-custom form .ty-control-group:nth-child(4){margin-left:2%;}.contact-custom form .ty-control-group:nth-child(6){margin-left:2%;}.contact-custom form .ty-control-group:nth-child(7){width:100%;}.main-content-grid .ty-mainbox-container .ty-mainbox-body .ty-wysiwyg-content{min-width:1000px;padding:0px !important;display:inline-block;}.sidebar-stg{width:25%;float:left;}.continut-dr{width:75%;float:left;}.sidebar-tit{background:#f06c43;padding:10px 20px;}.sidebar-tit p{font-size:18px;font-weight:600;color:#fff;margin-left:0px !important;}.sidebar-cnt ul{margin-top:30px;margin-left:20px;line-height:25px;padding-left:10px;margin-bottom:30px;}.continut-cnt{padding:10px 25px;}.sidebar-cnt{border-right:1px solid #8080803d;}.sidebar-cnt p{margin-left:20px;}.sideBold{font-size:16px;font-weight:600;margin:10px 0px;}.sidebar-cnt iframe{margin:0 auto;display:block;margin-top:30px;margin-bottom:10px;}.to_exclude input[type="checkbox"]:checked::after{font-size:20px !important;left:38% !important;top:55% !important;}.ty-orders-detail .ty-orders-detail__table.ty-table .ty-orders-detail__table-product{width:60%;}.ty-orders-detail .ty-orders-detail__table.ty-table .ty-orders-detail__table-price{width:10%;}.ty-orders-detail .ty-orders-detail__table.ty-table .ty-orders-detail__table-quantity{width:10%;}.ty-orders-detail .ty-orders-detail__table.ty-table .ty-orders-detail__table-subtotal{width:10%;}.desktopV{display:block;}.mobileV{display:none;}.ty-checkout-complete__create-account{margin:0 auto;display:block;}.products_view .cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide{top:25% !important;}.quickcheckout .ty-cart-statistic__value{text-align:right;}.ty-cart-statistic__title{margin-right:0px;}#pagination_contents #popup-notification-mod{display:none;}.same-seller h2{margin-top:45px;text-align:left;color:#333;}.same-seller{display:inline-block;width:100%;}.same-category h2{margin-top:45px;text-align:left;color:#333;}.same-category{display:inline-block;width:100%;}.__contact a::before{font-family:'Font Awesome 5 Pro';font-weight:800;content:"\f573";margin-right:5px;}a._contact::before{font-family:'Font Awesome 5 Pro';font-weight:800;content:"\f573";margin-right:5px;}.__myshop a::before{font-family:'Font Awesome 5 Pro';font-weight:800;content:"\f54e";margin-right:5px;}a._myshop::before{font-family:'Font Awesome 5 Pro';font-weight:800;content:"\f54e";margin-right:5px;}.__mask a::before{margin-right:5px;content:"";display:inline-block;background:url('../../../../../../../../design/themes/tshirtfactory/media/images/medical-mask.png') no-repeat;width:17px;height:15px;background-size:cover;}a._mask::before{margin-right:5px;content:"";display:inline-block;background:url('../../../../../../../../design/themes/tshirtfactory/media/images/medical-mask.png') no-repeat;width:17px;height:15px;background-size:cover;}.logo_top img{width:100%;}.bannerCategory{padding-top:10px;display:inline-block;width:100%;}.firstPartCateg{width:49%;float:right;}.secondPartCateg{width:49%;float:left;}.firstPartCateg img{width:100%;height:100%;transition:transform 1s ease;}.secondPartCateg img{width:100%;transition:transform 1s ease;}.sectionTitle{width:100%;font-size:25px !important;display:block;text-align:center;margin-top:0px !important;}.firstSecProd{width:33%;float:left;}.prodTitle{font-size:17px;text-align:center;width:auto;font-weight:700;padding:12px 20px;border-radius:50px;box-shadow:0px 8px 28px -11px #000000c9;margin-top:10px;display:inline-block;margin-bottom:10px;}.secondSecProd{width:33%;float:left;margin-left:2%;}.ty-discussion-post__rating .ty-stars__icon.ty-icon-star{color:#f06c43;}.thirdSecProd{width:32%;float:left;}.thirdSecProd div{width:44%;float:left;margin-left:6%;}.ty-menu__submenu-items.cm-responsive-menu-submenu{margin-top:-10px;}.prodChild{padding-top:18px;}.prodSection{padding-top:30px;display:inline-block;}.profits1{font-size:30px;width:100%;text-align:center;display:block;margin-top:3%;padding-top:3%;}.profitSection{background-color:#e6e6e6;margin-top:2%;}.profits2{font-size:20px;width:100%;text-align:center;display:block;margin-top:1%;}.profitIcons{display:inline-block;width:50%;margin-top:2%;margin-bottom:3%;}.proficon{width:33%;float:left;margin:0 auto;}.proficon img{width:90px;display:block;margin:0 auto;}.profitle{font-size:20px;margin-top:5%;display:block;}.despres{width:100%;display:block;font-size:30px;margin-top:5%;}.despren{font-size:20px;width:50%;display:block;margin:0 auto;margin-top:0px;line-height:25px;margin-top:3%;}.secDetalii{display:inline-block;margin-top:3%;background:#e6e6e6;}.detaliu{width:25%;float:left;background:#e6e6e6;margin:0px 2%;padding:2%;transform:skewX(-15deg);}.detaliu i{transform:skewX(15deg);font-size:35px;color:#bf1e2e;}.detaliu.dunu{background:#cecece;}.detitlu{display:block;font-size:20px;margin-top:2%;transform:skewX(15deg);}.detext{display:block;margin-top:2%;transform:skewX(15deg);}.onecateg{position:relative;display:block;width:48.2%;float:left;background:#000;height:auto;overflow:hidden;}.onecateg:nth-child(2){margin-left:1.5vw;}.onecateg:nth-child(4){margin-left:1.5vw;margin-top:1.5vw;}.onecateg:nth-child(3){margin-top:1.5vw;}.onetitle{position:absolute;bottom:35%;width:38%;text-align:left;line-height:28px;margin-left:30px;}.onetitle span{background:#fff;font-size:17px;font-weight:700;padding:12px 20px;border-radius:50px;box-shadow:0px 8px 28px -11px #000000c9;}.twocateg{position:relative;display:block;margin-bottom:1.5vw;overflow:hidden;}.twotitle{position:absolute;bottom:8%;width:100%;}.titleTwoCategSection{font-size:17px;font-weight:700;padding:12px 20px;color:#fff;}.firstSecProd:hover .prodTitle{color:#bf1e2e;}.secondSecProd:hover .prodTitle{color:#bf1e2e;}.thirdSecProd div:nth-child(1):hover .prodTitle{color:#bf1e2e;}.thirdSecProd div:nth-child(2):hover .prodTitle{color:#bf1e2e;}.thirdSecProd div:nth-child(3):hover .prodTitle{color:#bf1e2e;}.thirdSecProd div:nth-child(4):hover .prodTitle{color:#bf1e2e;}.ty-minicart__icon.ty-icon-basket{display:none;}.seler-form__container #register_field_firstname{width:49%;float:left;}.seler-form__container #register_field_lastname{width:49%;float:right;}.seler-form__container #register_field_email{width:49%;float:left;}.seler-form__container #register_field_portofolio_url{float:right;width:49%;}.seler-form__container .ty-register__left #add-product{background:#ffffffba;}.ty-profile-field.ty-account.form-wrap form.cm-processed-form .buttons-container .ty-btn,.ty-account form.cm-processed-form .buttons-container .ty-btn{background:#bf1e2e;border-radius:0px;width:185px;}.ty-sort-container .ty-btn.ty-btn-add-new{background:#bf1e2e;border-radius:0px;}.ty-sort-container .ty-btn.ty-btn-add-new:hover{background:#f06c43;}.ty-login-popup .buttons-container .ty-btn__login:hover{background:#f06c43;}.ty-login-popup .buttons-container .ty-btn__login{background:#bf1e2e;border-radius:0px;}.ty-profile-field.ty-account.form-wrap form.cm-processed-form .buttons-container .ty-btn:hover,.ty-account form.cm-processed-form .buttons-container .ty-btn:hover{background:#f06c43;border-radius:0px;width:185px;}.bannerCategory .onecateg:hover img{transform:scale(1.02);}.bannerCategory .twocateg:hover img{transform:scale(1.02);}.tygh-top-panel{background-color:#bdbdbd42;background-image:initial;}.secondary-menu li.ty-menu__item.ty-menu__item-nodrop:hover .ty-menu__item-link{color:#bf1e2e;}.no-touch .ty-menu__item:hover .ty-menu__item-link{color:#bf1e2e;}.secondary-menu li.ty-menu__item.ty-menu__item-nodrop:hover a::before{color:#bf1e2e;}.header-account-cart .top-my-account .ty-dropdown-box__title:hover{background:none !important;}.tygh-top-panel .header-account-cart .top-my-account .ty-dropdown-box__title{padding:24px 0px 7px 17px !important;}.tygh-top-panel .header-account-cart .top-cart-content .ty-dropdown-box__title{padding:24px 20px 7px 23px;}.header-account-cart .ty-dropdown-box__title.cm-combination:hover span.ty-minicart-title.empty-cart.ty-hand{color:#bf1e2e;}#tygh_main_container .tygh-top-panel .ty-dropdown-box__title a:hover{color:#bf1e2e !important;}#tygh_main_container .tygh-top-panel .ty-dropdown-box__title a:hover i{color:#bf1e2e !important;}#tygh_main_container .top-messages a:hover span,#tygh_main_container .top-messages a:hover i{color:#bf1e2e !important;}.tygh-footer&gt;div{background-color:#fff;background-image:initial;}.info_designer{color:#575757;font-weight:400;font-size:12px;}.ty-footer-menu{background:#fff;}.footer-content .footer-text p{color:#000;}.footer-content .footer-information p{color:#000;}.footer-content .footer-information a{color:#000;}.footer-content .footer-social a i{color:#000;}.footer-content .footer-social p{color:#000;}.subscribe-wd .ty-footer-form-block__title{color:#000;}.ty-footer-menu input[type="text"]{border:#000;}.ty-footer-menu .ty-payment-icons{padding-top:16px;}.footer-copyright{background-color:#fff;}.profitButt a{background:#bf1e2e;display:inline-block;font-size:20px;color:#fff;font-weight:700;margin-bottom:3%;padding:0 50px;height:55px;line-height:55px;}.ty-btn{border-radius:0px;}.products_view .ty-btn.cm-dialog-opener.cm-dialog-auto-size.ty-btn__primary{border-radius:0px;background:#f06c43;}.header-account-cart .top-my-account .ty-account-info li.ty-menu__item:hover a{color:#bf1e2e !important;}.header-account-cart .top-my-account .ty-dropdown-box__title.open{background-color:#e6e6e6 !important;}.top-balance{position:initial;display:inline-block;margin-right:20px;width:75px;}.ty-product-block__img-wrapper img{margin:0px;float:right;max-width:58%;}.ty-product-block__img-wrapper{width:60%;padding-right:10%;}.ty-product-block__left{width:40%;}.ty-product-block__left{padding:0px 0px 0px 50px;}.ty-price{color:#bf1e2e;}.ty-product-block__option{float:left;text-align:left;}.ty-product-block__field-group{float:left;text-align:left;}.ty-product-block__button{float:left;text-align:left;margin-top:-15px;z-index:999;position:relative;}.ty-add-to-wish{padding:0px;margin:0px !important;}.tshirt-tabs{margin-top:40px;}.ty-product-block__button .ty-btn{border-radius:0px !important;margin-right:0px;}.ty-product-block__button button:hover{background:#e6e6e8;color:#736d7f;}.ty-product-block__button a.ty-btn:nth-child(7){background:#f06c43;}.ty-product-block__button a.ty-btn.ty-add-to-wish:hover{transition:none;padding:10px 15px;}.ty-product-block__button a.ty-btn:nth-child(7):hover{background:#e6e6e8;color:#736d7f;}.ty-product-block__button a.ty-btn.ty-add-to-wish{background:#e6e6e8;padding:10px 15px;margin-left:10px !important;margin-bottom:10px !important;}.ty-product-block__button a.ty-btn.ty-add-to-wish i{color:#736d7f;margin:0px;top:0px;font-size:16px;}.ty-product-block-title{text-align:left;font-weight:700;line-height:25px;}.prices-container.price-wrap{text-align:left;}.pretLiv{display:inline-block;text-align:left;float:left;margin-top:25px;}.descriereaIA{text-align:left;}.tabelMarimi{width:50%;float:left;}.doiMarimi{width:30%;float:left;}.unuMarimi{width:60%;float:right;}table{border-collapse:separate;border-spacing:0;border-width:1px 0 0 1px;margin:0 0 1.6em;table-layout:fixed;width:100%;}table tr:nth-child(1){background-color:#8080804d;}table tr:nth-child(1) td{font-weight:700;padding:5px;}tr td:nth-child(1){text-align:left;}td{text-align:center;}.tabelMarimi h3{text-align:left;}.product-details h2{margin:15px 0px;}.tabelMarimi h2{text-align:left;}.tab-control span{background:transparent;font-weight:700;padding:15px;}.tab-control span.active{border-bottom:2px solid #bf1e2e;color:#bf1e2e;}.product-design-change{padding-right:0px;}.pretLiv h6{font-size:18px;font-weight:700;}.pretLiv p{font-weight:700;}.ty-product-block__sku{text-align:left;float:right;}.ty-product-block__sku .ty-control-group__label{width:auto;}.ty-product-block__option{width:100%;}.ty-product-block__option .ty-clear-both{clear:initial;}.ty-product-block__option label{width:90px;padding-top:10px;}.ty-product-block__price-actual.priceBG .ty-price-num{position:absolute;font-size:13em;letter-spacing:-5px;color:#b8b4bf;left:-30px;opacity:.1;top:33px;z-index:1;}.ty-product-block__price-actual.priceBG .ty-price-num:nth-child(2){display:none;}.ty-product-block__field-group label{font-weight:700;width:90px;}.ty-product-block__option .ty-product-variant-image{padding:0px;}.ty-product-variant-image.ty-clear-both img{border-radius:0px;max-width:30px;max-height:30px !important;min-height:30px !important;}.aidi-422 .ty-product-variant-image.ty-clear-both img{margin:0px 6px;}.ty-product-block__wrapper{background:#fff;box-shadow:0px 0px 10px gray;padding:30px;}.tab-content{background-color:#fff;}.ty-product-options__title{display:inline-block;margin-bottom:10px;float:left;}.ty-control-group.ty-product-options__info bdi{text-align:left;margin:0px;}.ty-control-group.ty-product-options__info{margin-top:25px;display:inline-block;}.ty-product-notification__buttons a.ty-btn.ty-btn__primary{background:#bf1e2e;border-radius:0px;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide .ty-product-notification__buttons .ty-btn.ty-btn__secondary.cm-notification-close{border-radius:0px;}.ty-control-group.ty-product-options__info bdi&gt;span{border-bottom:1px solid gray;}.cm-cart-content .cm-cart-buttons .ty-btn__secondary{background:#f06c43;}.cm-cart-content .cm-cart-buttons .ty-btn__primary{background:#bf1e2e;border-radius:0px;}#custom-view__cart .buttons-container .ty-float-right.ty-cart-content__right-buttons button.ty-btn__secondary{background:#f06c43;}#custom-view__cart .buttons-container .ty-float-right.ty-cart-content__right-buttons a.ty-btn__primary{background:#bf1e2e;}#custom-view__cart .buttons-container .ty-float-right.ty-cart-content__right-buttons a.ty-btn__secondary{background:#f06c43;}#pagination_contents .grid-item__sales-price .grid-item__price{display:none;}#pagination_contents .cm-disable-empty-files.cm-ajax.cm-ajax-full-render.cm-ajax-status-middle.cm-processed-form{display:none;}.ty-pagination .ty-pagination__selected{background-color:#f06c43;}.wishlist_view a.ty-btn.ty-btn__secondary.text-button{background:#f06c43;border-radius:0px;}.wishlist_view a.ty-btn.ty-btn__tertiary{border-radius:0px;}.wishlist_view .grid-item__top .grid-item__price{display:none !important;}.rejected .product_info{min-width:auto;}.my-products_product{height:auto;}.partenerSec1{height:782px;}.partenerSec1::before{content:url('../../../../../../../../design/themes/tshirtfactory/media/images/vendorBanner.jpg');left:0px;position:absolute;}.partenerSec1 h1{position:absolute;left:10%;color:#fff;top:8%;transition:none 0s ease 0s;text-align:left;line-height:43px;border-width:0px;margin:0px 0px 5px;padding:0px;letter-spacing:0px;font-weight:700;font-size:34px;text-transform:initial;width:30%;}.partenerSec1 a{background:#bf1e2e;position:absolute;left:10%;top:15%;color:#fff;font-weight:700;margin-bottom:10px;padding:0 50px;height:55px;line-height:55px;}.ty-register__left.devinoForm{width:100%;}.devinoForm #add-product{width:100%;min-width:100%;padding:0px;}.seler-form__container .devinoForm #register_field_firstname{width:18%;float:left;margin-right:2%;}.seler-form__container .devinoForm #register_field_lastname{width:18%;float:left;margin-right:2%;}.seler-form__container .devinoForm #register_field_email{width:18%;float:left;margin-right:2%;}.seler-form__container .devinoForm #register_field_phone{width:20%;float:left;}.seler-form__container .devinoForm #register_field_portofolio_url{width:20%;float:left;}#register_field_shop_name{width:18%;float:left;margin-right:2%;}#register_field_password{width:48%;float:left;margin-right:2%;}#register_field_password2{width:50%;float:left;}.seler-form__container .devinoForm #register_field_work_examples{width:48%;float:left;}.seler-form__container .devinoForm #register_field_bio{width:50%;float:left;margin-left:2%;}.seler-form__container .devinoForm #register_field_work_examples .customdropzone{padding:19px 54px;border:2px dashed #dedede;}.devinoForm #add-product{background:transparent !important;box-shadow:0px 0px 0px;}.partenerSec2{display:inline-block;width:100%;margin-top:35px;padding:30px 0px;background-image:url('../../../../../../../../design/themes/tshirtfactory/media/images/apparel-black-and.jpg');}.partenerSec2 h1{color:#bf1e2e;font-weight:700;margin-bottom:0px;}.iconSec{width:29%;float:left;padding:3% 2% 3% 2%;}.iconSec i{font-size:65px;}.iconSec h2{display:block;line-height:25px;font-weight:600;text-transform:initial;padding-top:30px;height:45px;color:#bf1e2e;}.dividerP{height:75px;}.iconSec img{width:75px;height:60px;}.partenerSec1 p{left:10%;position:absolute;top:12.5%;color:#fff;font-style:italic;}.sucText p{left:10%;position:absolute;top:8%;color:#fff;text-align:justify;font-style:normal;width:500px;font-weight:600;font-size:18px;line-height:22px;background:#0000005e;padding:30px;}.partenerSec3{display:block;position:relative;overflow:hidden;padding:60px 20px 60px 20px;margin-top:45px;}.sec3content{position:relative;z-index:2;text-align:center;}.blankCateg{max-width:1400px;position:relative;margin:0 auto;clear:both;display:flex;flex-wrap:wrap;justify-content:center;text-align:center;width:1400px;}.coloana{position:relative;box-sizing:border-box;vertical-align:top;display:table;clear:both;}.blankuri{display:flex;flex-wrap:wrap;justify-content:center;text-align:center;align-items:center;}.blankuri .coloana{width:125px;padding:5px;}.coloana img{max-width:125px;max-height:125px;}.sec3background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50% 50%;overflow:hidden;display:table;}.register-store-video{position:absolute;top:-1000%;left:-1000%;right:-1000%;bottom:-1000%;min-width:100%;min-height:100%;width:auto;height:auto;margin:auto;background-color:#fff;}.colProd{padding:25px;}.sec3content h1{color:#bf1e2e;font-weight:700;}.coloana strong{padding-top:10px;display:block;}.coloana.colProd h2{margin-bottom:30px;}.top_menu .ty-menu__item.ty-menu__item-nodrop.__account.ty-menu__item__logout{display:none !important;}.blogTitle{width:100%;font-size:25px;display:block;text-align:center;padding-bottom:30px;font-weight:700;}.blogSection{display:inline-block;margin-top:3%;}.articole{width:100%;display:inline-block;}.articol{width:25%;float:left;}.articol h4{padding:15px;}.articol p{padding:15px 30px 30px 30px;}.styleArticol{width:90%;margin:0 5%;background:#fff;}.iconita2 img{width:110px;margin-top:6px;}.ty-cart-content .quantity-cell{display:block;text-align:center;}.ty-cart-content .ty-cart-content__qty{display:block;}.ty-cart-content__title.ty-left{width:50%;}.quickcheckout thead th.ty-cart-content__title{background:#f06c43;}.quickcheckout .ty-step__title-active{background:#f06c43;}.ty-center.ty-value-changer.cm-value-changer{width:120px;}.cm-decrease.ty-value-changer__decrease{width:30px;border:none;float:left;font-size:20px;height:20px;border-right:1px solid;border-radius:0px;padding-top:10px;padding-right:5px;line-height:15px;background:#fff;color:#000;}.cm-increase.ty-value-changer__increase{border:none;float:left;font-size:20px;height:20px;border-left:1px solid;border-radius:0px;padding-top:10px;padding-right:5px;width:30px;line-height:15px;background:#fff;color:#000;}.ty-value-changer__input.cm-amount{border:none;background:none;padding:0px;width:48px;height:25px;float:left;padding-top:10px;font-size:16px;text-align:center;}.ty-cart-content__product-elem.ty-cart-content__price bdi{display:block;padding-top:65%;font-weight:700;}.ty-cart-content__product-elem.ty-right.ty-cart-content__qty&gt;div{display:block;padding-top:55%;}.quickcheckout_checkout .ty-mainbox-title{color:#bf1e2e;}.ty-value-changer__increase:hover,.no-touch .ty-value-changer__decrease:hover{background:#fff !important;color:#000 !important;}.ty-value-changer__input.cm-amount:focus{height:25px !important;border:none;}.ty-menu__item.__design .ty-menu__submenu-items{min-width:715px;max-width:715px;}.ty-menu__item.__design .ty-menu__submenu-items .ty-menu__submenu-item{width:25%;float:left;text-align:left;}.quickcheckout{max-width:initial;}.quickcheckout .ty-checkout-block-full{width:40%;float:right;margin:0;}.quickcheckout .cm-processed-form{width:60%;float:left;}.quickcheckout .ty-checkout-block-full form{width:100% !important;}.ty-menu__item.__design .ty-menu__submenu-items.cm-responsive-menu-submenu{border:0px !important;box-shadow:0px 0px 10px gray;}.ty-menu__item.__design .ty-menu__submenu-item a::before{display:none;}.ty-menu__item.__design:hover:not(.ty-menu__item-nodrop) .ty-menu__item-link::after{content:none;}.quickcheckout .ty-cart-content__product-elem.ty-cart-content__description .ty-pict.cm-image{float:left;}.ty-cart-content__sku.ty-sku{opacity:0.5;}.quickcheckout .options .option{background:#fff;color:#000;opacity:0.5;padding:0px;}.ty-cart-content.ty-table{border-collapse:collapse;border:none;}.ty-cart-content.ty-table tbody&gt;tr{border-bottom:1px solid gray;}.ty-control-group.ty-profile-field__item.ty-invoice_type_switch.invoice_type label{display:none;}.ty-control-group.ty-profile-field__item.ty-invoice_type_switch.invoice_type #elm_42{margin-top:20px;}.quickcheckout .ty-checkout-block-full&gt;form{margin:5px;border:thin solid #eee;}.quickcheckout .ty-cart-content.ty-table .ty-cart-content__title{padding:20px 10px;font-size:17px;line-height:18px;}.quickcheckout .ty-checkout-block-three .ty-step__title-txt{text-transform:initial;}.quickcheckout .options{display:table;}.hp-description .ty-wysiwyg-content{font-size:16px;color:#736d7f;text-align:left;font-weight:400;letter-spacing:.1px;line-height:23px;text-align:justify;}.top_menu .ty-logo-container .ty-logo-container__image{width:300px;float:left;margin-top:10px;}.ty-menu__items.cm-responsive-menu.desktopMenu .ty-menu__item.ty-menu__item-nodrop.__vectors a{padding-left:0px !important;}.kontakt&gt;div&gt;h1{padding:20px 0px;font-size:15px;}.infoContact{display:inline-block;width:1200px;margin:0 auto;margin-top:0px;margin-top:1vw;}.infoc1{width:23%;float:left;height:96px;margin:0 1%;}.infoc2{width:46%;float:left;height:96px;margin:0 1%;}.infoc3{width:23%;float:left;height:96px;margin:0 1%;}.day{width:100%;background-color:#bdbdbd42;display:inline-block;padding-top:10px;height:30px;}.opening-hours{max-width:278px;}.infoContact h5{padding-top:10px;}.contact-custom{width:1200px;margin:0 auto;margin-top:0px;margin-top:2vw;display:inline-block;}.contact-custom .ty-form-builder{width:50%;float:left;padding:15px 10%;}.contact-custom .ty-form-builder__description{width:20%;padding:11px 5%;float:right;background:transparent;box-shadow:0px 0px 0px;}.contact-custom .ty-form-builder{padding-bottom:46px;}.contact-custom .ty-form-builder form .buttons-container button{background:#bf1e2e;border-radius:0px;}.toateIconMarket{display:inline-block;width:1200px;}.grid-list .product-c-name{border:0px;text-align:left;padding:0px !important;padding-top:0px;padding-top:5px !important;}.grid-item .grid-item__top .grid-item__sales-price{padding-top:3px !important;}.grid-item .seller-name-c{font-weight:100;}.products_view .marimiWrap .tabelMarimi{width:480px !important;}.divTabel h2{text-align:center;}.divTabel p{background:gray;width:max-content;padding:5px 15px;border-radius:5px;color:#fff;font-weight:700;margin:0 auto;}.divTabel table{padding:15px;}.divTabel table tr:nth-child(1){background-color:transparent;}.divTabel table tr:nth-child(1) th{font-weight:700;text-align:center;line-height:40px;}.divTabel td{text-align:center !important;padding:15px;border-bottom:1px solid #80808024;}.divTabel img{max-width:50%;}.divTabel{padding-bottom:25px;}.row-fluid.desinger-page_info{margin-top:0px;}.desinger-page_info .designer-page_info-info .d__name{font-size:20px;color:#222;margin-bottom:0px;text-transform:initial;height:35px;}.d__bio{font-size:14px;color:#575757;text-align:left;}.row-fluid.desinger-page_info{margin-top:0px;height:440px;background-position:center center !important;display:block;position:relative;margin-bottom:10vw;}.ty-designer-page .designer-page_thumb{bottom:-40% !important;position:absolute !important;padding:0px !important;left:2%;}.ty-designer-page .desinger-page_info .designer-page_info-info{position:absolute;bottom:-37% !important;background:transparent !important;padding:0px !important;display:block;top:auto;border-radius:0px;left:13%;padding-right:45px !important;}.viuz i{margin-right:5px;}.desinger-page_info .designer-page_bio{position:absolute;bottom:-45px;padding:0px;left:23vw;margin-top:10px;display:block;}.viuz{color:#736d7f;padding:6px;background:#e6e6e8;border-radius:2px;font-size:14px;float:left;margin-right:9px;}.ty-product-options__image{border:2px solid #7777774a !important;padding:2px;}.ty-product-block .cm-picker-product-options .ty-product-variant-image img.product-variant-image-selected{border:2px solid #000 !important;}.ty-product-block__left .prices-container.price-wrap{display:inline-block;float:left;width:100%;margin-top:0px;}.ty-product-block .ty-product-block__left .ty-product-block__field-group{margin-bottom:0px;}.ty-product-block-title{text-transform:initial;border:0px;padding:0px;margin:0px;height:auto;}.info_avatar{max-width:4%;float:left;}.info_avatar img{border-radius:50px;}.info_designer_views{float:left;padding-top:4px;padding-left:7px;}.info_designer a{font-weight:700;color:#333;}.product_info__on_page{display:inline-block;width:100%;padding-bottom:10px;border-bottom:1px solid #80808082;margin-bottom:15px;padding-top:15px;}.to_exclude .cm-tooltip{border-radius:50px;height:35px !important;width:35px !important;}.color-exclude{margin-top:10px;}.color-exclude label{font-size:15px;position:relative;bottom:12px;margin-right:12px;}.opening-hours{max-width:100%;}.ty-product-block__description{text-align:left;margin-bottom:45px;color:#575757a3;font-size:16px;}.ty-product-options__elem{display:none;}.ty-product-block__option .help-inline{margin-left:100px;}.designer-popup.designer-popup-lg.add-to-cart-popup .designer-popup-content .product.design .ty-product-block__button .ty-btn.ty-btn__primary.ty-btn__big:nth-child(7){display:none;}.designer-popup.designer-popup-lg.add-to-cart-popup .designer-popup-content .product.design .ty-product-block__button .ty-btn.ty-btn__text.ty-add-to-wish.cm-submit{display:none;}.udesign .designer-popup{top:25%;}.designer-popup.designer-popup-lg.add-to-cart-popup{width:90%;min-width:450px;max-width:918px;}.designer-popup.designer-popup-lg.add-to-cart-popup .ty-product-block{width:100%;}.designer-popup.designer-popup-lg.add-to-cart-popup .ty-product-block__left{padding:0px;}.designer-popup.designer-popup-lg.add-to-cart-popup .tabSizes{display:none;}.designer-popup.designer-popup-lg.add-to-cart-popup .ty-product-block__option{width:100%;}.designer-popup.designer-popup-lg.add-to-cart-popup .ty-product-variant-image.ty-clear-both img{max-width:35px;max-height:35px !important;min-height:35px !important;}.designer-popup.designer-popup-lg.add-to-cart-popup .cm-decrease.ty-value-changer__decrease{height:30px;}.designer-popup.designer-popup-lg.add-to-cart-popup .cm-increase.ty-value-changer__increase{height:30px;}.designer-popup.designer-popup-lg.add-to-cart-popup .ty-product-block__left .prices-container.price-wrap{margin-top:0px;}.designer-popup.designer-popup-lg.add-to-cart-popup .ty-product-block__wrapper{padding:20px;background:transparent;box-shadow:0px 0px 0px;}.designer-popup.designer-popup-lg.add-to-cart-popup .ty-product-block__field-group{width:100%;}.designer-popup.designer-popup-lg.add-to-cart-popup .prices-container.price-wrap{width:auto;}.designer-popup.designer-popup-lg.add-to-cart-popup .ty-product-prices{margin:0px;}.ty-product-block .ty-product-block__left .ty-product-block__field-group .ty-product-prices{margin:0px 0px 20px 0px;}.designer-popup.designer-popup-lg.add-to-cart-popup .ty-product-block__button{margin-left:20px;margin-top:0px;}.designer-option.designer-option-color .swatch-dropdown .option,.udesign .swatch-dropdown .selected-option{min-width:30px;border-radius:50px;width:30px;height:30px;margin:5px !important;padding:5px;font-size:15px;}.designer-option.designer-option-color .swatch-dropdown .dropdown-list{width:125px;}.dropdown-value.colorValue i{margin-top:10px;}.dropdown-value.sizeValue i{margin-top:10px;}.designer-option.designer-option-color .designer-option-label{margin-top:10px;}.designer-option.designer-option-size .designer-option-label{margin-top:10px;}.designer-option.designer-option-size .swatch-dropdown .option{font-size:15px;}.udesign .swatch-dropdown .dropdown-list{top:45px;}.designer-option.designer-option-size .swatch-dropdown{min-width:100%;}.imgPlati{margin-top:20px;}.imgPlati img{padding:10px;}.ty-account-info__buttons.buttons-container .ty-account-info .uish a{padding:10px 15px !important;background:#e6e6e8;text-align:center;margin-top:10px;}.ty-account-info__buttons.buttons-container .ty-account-info .uish a:hover{background:#e6e6e8 !important;}.ty-account-info__buttons.buttons-container a{font-size:14px;line-height:18px;font-weight:700;text-transform:uppercase;}.imgProd{width:40%;float:left;}.specProd{float:left;width:60%;margin-top:25px;}.uish{display:none !important;}.ty-cart-items__list-item{padding:12px 0px;}.my-products_product .p_pending i{font-size:14px;color:#bf1e2e;}.my-products_product .product_edit .p_edit i:hover{background:#bf1e2e;}.my-products_product .product_edit .p_delete i:hover{background:#bf1e2e;}.ty-login form.cm-processed-form .buttons-container .ty-btn,.ty-recover-password form.cm-processed-form .buttons-container .ty-btn{background:#bf1e2e;}.ty-dropdown-box__title.open a,.ty-dropdown-box__title.open i,.ty-dropdown-box__title.open .ty-minicart-title{color:#736d7f !important;}.message-sender button#send_message_now{background:#bf1e2e;}.designers__container .designer__info .designer__info--info .d__contact a.following i{color:#bf1e2e;}.udesign .designer-option{display:inline-flex;}.ty-profile-field__switch{padding:15px 10px;}.ty-profile-field__switch-actions{float:left;margin-left:10px;}.seller_view .d__contact a.following i{color:#bf1e2e !important;}.ty-product-notification__body.cm-notification-max-height{padding-bottom:0px;}.cm-notification-content.cm-notification-content-extended.notification-content-extended h1{border-bottom:1px solid #80808036;padding:0px;color:#575757 !important;font-weight:600;}.cm-notification-content.cm-notification-content-extended.notification-content-extended .ty-product-notification__product-name{font-weight:700;text-transform:capitalize !important;color:#575757 !important;}.cm-notification-content.cm-notification-content-extended.notification-content-extended .ty-product-notification__price{font-weight:700;color:#575757;font-size:16px;}.cm-notification-content.cm-notification-content-extended.notification-content-extended .ty-product-notification__item{margin-bottom:0px;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide .notification-body-extended .ty-product-notification__total-info{padding:0px 20px !important;}.cm-notification-content.cm-notification-content-extended.notification-content-extended .ty-product-notification__amount.ty-float-left{width:100%;text-align:left;color:#575757a3 !important;font-weight:600;}.cm-notification-content.cm-notification-content-extended.notification-content-extended .ty-product-notification__subtotal.ty-float-right{width:100%;text-align:left;color:#575757 !important;font-size:16px;margin-top:10px;}.cm-notification-content.cm-notification-content-extended.notification-content-extended .ty-product-notification__subtotal.ty-float-right bdi{float:right;color:#575757 !important;}.notification-content-extended{width:400px;left:56.5%;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide .ty-product-notification__buttons .ty-btn{font-weight:600;}.notification-content-extended{top:25%;}.cartSub{float:left;font-weight:600;padding:2%;}.cartDis{float:left;font-weight:600;padding:2%;}.cartTot{float:left;font-weight:600;padding:2%;}.cm-cart-content.cm-cart-content-thumb.cm-cart-content-delete .hidden-xs{float:left;width:50%;background-color:#fff;}.cm-cart-content.cm-cart-content-thumb.cm-cart-content-delete .cm-cart-buttons.ty-cart-content__buttons.buttons-container.full-cart{float:right;background-color:#fff;}.cm-popup-box.ty-dropdown-box__content .cm-cart-content{box-shadow:0 1px 4px 0 #fff;}.redus_none{display:none;}.reducere_29116 .redus_none{display:block !important;}.redus_none p{font-size:12px;font-weight:bold;color:#bf1e2e;margin-left:20px;}.reducere_29116 .ty-product-block__price-actual{width:15%;float:left;margin-bottom:18px;}.redus_none{width:80%;float:right;margin-top:3px;}.reducere_29166 .ty-price{position:relative;white-space:nowrap;}.reducere_29166 .ty-price:after{border-top:2px solid #bf1e2e;position:absolute;content:"";right:0;top:20%;left:0;}.deAcord{background:#f5f5f5;}#register_deacordcu a{color:#bf1e2e;}.cm-notification-content.cm-notification-content-extended.notification-content-extended h1{font-size:12px;}.ty-product-notification__body.cm-notification-max-height{min-height:1px;}.notification-body-extended{padding:25px 0px;}.tshirt-tabs{display:inline-block;width:100%;}@media (min-width: 320px) and (max-width: 480px){.tab-content{width:93%;}.twocateg{margin-bottom:25px;}.ptFreeShip .fas.fa-bell{height:50px;}.ty-list-price.ty-save-price.ty-nowrap{display:none;}.aidi-404 .tabelMarimi .marimi-content{overflow:scroll;height:500px;}.det-masti{order:3;}.aidi-422 .ty-product-block__option .ty-control-group.ty-product-options__item.product-list-field::after{clear:both;content:'copil dama barbat';word-spacing:12px;line-height:15px;padding-left:5px;color:#959595;}.product-design-change.active{border:2px solid #c4c4c4;border-radius:5px;}.tygh-content.clearfix{background:#fff;}.tab-control span#all{background-color:#fbf3f4;}.tygh-top-panel{background-color:#fbf3f4;}.secondary-menu_mobile{overflow:hidden;}.mobile-header .ty-search-block #search_input{border:#fbf3f4;background:#fbf3f4;}#search_input{color:#bf1e2e;}.tshirt-tabs .owl-carousel.ty-scroller-list{border:0px;}.tshirt-tabs .tab-content{border:0px;}.maskha img{margin:0 auto;display:block;}.ty-control-group.ty-avatar.part2info{margin-bottom:50px;}.same-seller h2{font-style:22px;}.contact-custom form .ty-control-group{width:100%;}.contact-custom .cm-processed-form .ty-form-builder__buttons.buttons-container{margin-top:20px;}.reducere_ .ty-product-block__button{margin-top:0px;}.buttons-container .ty-float-right .ty-btn__login.ty-btn__secondary.ty-btn{margin-top:10px;}.materiale h2{line-height:20px;font-size:18px;margin-top:10px;margin-bottom:15px;}.imgMobVal{display:none;}.kontakt&gt;div&gt;h1{padding:10px 0px;font-size:15px;margin:0px;line-height:20px;margin-bottom:25px;}.mobile-header .mobile_menu .ty-menu__items{z-index:9999;}#dropdown_411{z-index:9999;}.partenerSec1::before{content:initial;}.partenerSec1{height:350px;}.ty-mainbox-title .ty-mainbox-title__right{width:100%;float:right;}.ty-product-block .ty-product-block__wrapper{display:flex;flex-direction:column;}.ty-product-block .ty-product-block__wrapper .ty-product-block__img-wrapper{order:1;}.ty-product-block .ty-product-block__wrapper .ty-product-block__left{order:3;}.ty-product-block .ty-product-block__wrapper .tshirt-tabs{order:2;margin-top:10px;}.desktop-hidden.bubblewapp span{position:fixed !important;z-index:16000160 !important;bottom:33px !important;text-align:center !important;width:180px;visibility:visible;transition:none !important;background:#fff;right:78px;padding:5px;border-radius:5px;}.desktop-hidden.bubblewapp i{position:fixed !important;z-index:16000160 !important;bottom:55px !important;text-align:center !important;visibility:visible;transition:none !important;right:72px;background:#000;color:#fff;border-radius:50px;}.desktop-hidden.bubblewapp:after{content:'';position:absolute;background:white;right:-4px;top:50%;margin-top:-4px;width:8px;height:8px;z-index:1;-ms-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}.reducere_26277 .ty-product-block__price-actual{width:30%;margin-top:17px;}.reducere_26277 .redus_none{width:70%;}div.twocateg:nth-child(1)&gt;div:nth-child(2){right:auto;}.ty-product-variant-image.ty-clear-both img:nth-child(1){margin-left:0px;}.ty-product-variant-image.ty-clear-both img:nth-child(1){margin-left:0px;}.ty-logo-container__image{z-index:9;}.mobile-header .mobile-top__account{z-index:9;}.search-opener{z-index:9;}.courier_track_order .ty-mainbox-title{line-height:25px;}.courier_track_order .urmarire-grid{width:100%;}.category-content-grid #elm_subcats_fields li a{text-align:left;margin-left:15px;}.category-content-grid #elm_subcats_fields{min-width:100%;}.ty-product-variant-image.ty-clear-both img{border-radius:0px;max-width:29px;max-height:29px !important;min-height:29px !important;margin:3px 5px;}.ty-product-block__option .ty-product-variant-image{float:left;}.span16.breadcrumbs-grid{display:none;}.category-content-grid .ty-mainbox-container .ty-mainbox-title{width:100%;font-size:15px;font-weight:600;}.category-content-grid .ty-mainbox-container .ty-sort-dropdown:nth-child(3){display:none;}.category-content-grid .ty-mainbox-container .ty-sort-dropdown{width:100%;}.category-content-grid .ty-mainbox-container .ty-sort-dropdown a{width:100%;text-align:center;padding:5px 0px !important;}.category-content-grid .ty-mainbox-container .ty-sort-container form.cm-processed-form{display:none;}.ty-product-block__img-wrapper img.ty-pict.cm-image{max-width:100% !important;}.ty-product-block.ty-product-detail .cm-disable-empty-files.cm-ajax.cm-ajax-full-render.cm-ajax-status-middle.cm-processed-form{display:flex;flex-direction:column;}.ty-product-block.ty-product-detail .ty-product-block-title{order:4;}.ty-product-block.ty-product-detail .product_info__on_page{order:5;}.ty-product-block.ty-product-detail .ty-product-block__description{order:6;margin-bottom:10px;}.ty-product-block.ty-product-detail .tabSizes{order:7;}.ty-product-block.ty-product-detail .ty-product-block__option{width:100%;order:2;margin-top:5px;margin-bottom:5px;}.ty-product-block.ty-product-detail .ty-product-block__option .ty-control-group{margin:0px;}.ty-product-block.ty-product-detail .ty-product-block__field-group{order:8;display:none;}.ty-product-block.ty-product-detail .prices-container.price-wrap{order:1;margin-top:-30px !important;height:auto;}#tygh_main_container .container-fluid.content-grid .reducere_26277 .prices-container.price-wrap{margin-bottom:25px;margin-top:-45px !important;}.ty-product-block.ty-product-detail .ty-product-block__button{order:3;}.ty-product-block.ty-product-detail .pretLiv{order:9;margin-top:0px;}.ty-product-block.ty-product-detail .ty-control-group__label.ty-product-options__item-label.cm-required{display:none;}.ty-product-block.ty-product-detail .ty-product-block__option label{width:100px;}.ty-product-block.ty-product-detail .ty-product-block__button a.ty-btn:nth-child(7){display:none;}.ty-product-block.ty-product-detail .ty-btn__primary.ty-btn__big.ty-btn__add-to-cart.cm-form-dialog-closer.ty-btn{width:83%;}.ty-product-block.ty-product-detail .product_info__on_page{padding-bottom:0px;margin-bottom:10px;padding-top:5px;}.ty-product-block.ty-product-detail .info_designer_views{padding-top:2px;}.ty-product-block.ty-product-detail .ty-product-block__sku{float:left;width:100%;}.ty-product-block.ty-product-detail .ty-qty{margin-bottom:0px;}.category-content-grid .ty-mainbox-container .ty-mainbox-body{margin-top:45px;}.mobileMenu ._vectors{display:none;}.categBlog{width:100%;float:left;}.ty-mb-s.categDesc{width:100%;margin-left:0px;}.cstyleArticol p{width:100%;margin-left:0px;}.sidebar-stg{width:100%;}.continut-dr{width:100%;}.main-content-grid .ty-mainbox-container .ty-mainbox-body .ty-wysiwyg-content{min-width:100%;}.sucText p{left:7%;padding:10px;top:1% !important;font-size:15px;width:80%;color:#fff !important;}.desktopV{display:none;}.mobileV{display:block;}.ty-billing-city_state{margin-left:0px;}.styleArticol{width:100%;margin:0px;margin-top:20px;}.buttons-container{padding:0px;}.ty-product-block__option .help-inline{margin-left:0px;}.products_view .marimiWrap .tabelMarimi{width:100% !important;}.divTabel table{padding:0px;}.divTabel td{text-align:center !important;padding:5px;border-bottom:1px solid #80808024;}.ty-product-thumbnails.ty-center.cm-image-gallery{width:100% !important;display:none;}.firstPartCateg img{width:100%;}#pagination_contents .ty-sort-container .ty-btn.ty-btn-add-new{margin:10px 0px;padding:10px 0px;width:100%;}.my-products_product .p_name{width:120px;}.seller_list .designers__container{margin-top:30px;}.detaliu:nth-child(1){padding-top:20px;}.ty-cart-content__product-elem.ty-cart-content__description&gt;.ty-table__responsive-header{width:100% !important;}.securecheckout .ty-mainbox-title{height:auto;margin-bottom:0px;}.ty-product-notification__amount{margin-left:6%;}.ty-sort-container{margin:0px;margin-bottom:10px;}.ty-minicart__icon.ty-icon-basket{display:block;}#tMarimiOpen{position:initial;}.ty-product-block__option{width:100%;}.tab-control span{font-weight:700;padding:8px;border:0px !important;}.ty-product-block__wrapper{background:transparent;box-shadow:0 0 0;}.ty-product-block .ty-product-block__img-wrapper .ty-product-thumbnails a.cm-thumbnails-mini{width:25%;}.ty-product-block__img-wrapper{padding:0px;border:0px;border-radius:0px;box-shadow:0 0 0;width:100% !important;min-width:100%;}.toateIconMarket{width:100%;}.grid-list .grid-item{width:50%;padding:0px 2px;}.grid-list .grid-item .grid-item__image{padding:0px !important;margin:0px !important;}.grid-item .seller-name-c{width:105px;}.onecateg{width:100%;background-color:#f5f5f5;margin-bottom:25px;}.onecateg:nth-child(2){margin-left:0px;margin-top:2vw;}.onecateg:nth-child(4){margin-left:0px;}.ty-cart-content__product-elem.ty-cart-content__price bdi{display:initial;}.ty-product-block__wrapper{padding:0px;}.ty-cart-content__product-elem.ty-right.ty-cart-content__qty&gt;div{display:initial;}.ty-cart-content__product-elem.ty-cart-content__price bdi{display:initial;}.iconita2 img{width:45px !important;}.proficon img{width:40px;}.partenerSec2{width:100%;}.blogSection{width:100%;margin:0px;margin-top:3%;}.articole{width:100%;}.articol{width:100%;display:flex;}.detaliu i{transform:skewX(0deg);}.blankCateg{max-width:100%;}.partenerSec3{padding:0px;}.sec3background{display:none;}.partenerSec2 h1{color:#bf1e2e;font-weight:700;margin-bottom:0px;line-height:28px;font-size:18px;display:initial;}.iconSec{width:80%;float:left;padding:3% 10% 3% 10%;}.iconSec h2{font-size:18px;}.seler-form__container .devinoForm .ty-control-group{width:100% !important;}.partenerSec1 h1{width:100%;color:#000;font-size:20px;line-height:25px;position:initial;padding-top:10px;}.partenerSec1 p{color:#000;position:initial;padding-top:25px;text-align:left;}.partenerSec1 a{float:left;position:initial;margin-top:10px;}.infoContact{width:100%;}.infoc1{width:100%;}.infoc2{width:100%;display:inline-table;}.infoc3{width:100%;}.contact-custom{width:100%;}.contact-custom .ty-form-builder{width:100% !important;padding:0px;float:initial;background:transparent;border:0px;box-shadow:0 0 0;}.contact-custom .ty-form-builder__description{width:100% !important;float:initial;padding:0px;}.day{padding:0px;}.ty-designer-page .designer-page_thumb{bottom:0px !important;left:0px;position:initial !important;}.ty-designer-page .desinger-page_info .designer-page_info-info{bottom:0px !important;left:0px;position:initial;padding:0px !important;width:100% !important;margin-top:10px !important;}.desinger-page_info .designer-page_bio{bottom:0px;left:0px;position:initial;float:left;width:100%;}.devinoForm .ty-profile-field__buttons.buttons-container{display:inline-block;width:100%;}.row-fluid.desinger-page_info{height:135px;margin-bottom:100%;padding-top:20%;}.devinoForm .ty-profile-field__buttons.buttons-container button{width:100% !important;}.seler-form__container .devinoForm #register_field_bio{margin-left:0px;}.tshirt-tabs .tab-content .product-design-change{width:25%;margin:0px;}.tshirt-tabs .tab-content #content_all .product-design-change{width:100%;margin:0px;}.ty-product-notification__buttons a.ty-btn.ty-btn__primary{width:100px;}.ty-product-notification__body.cm-notification-max-height{display:block;}.notification-body-extended .ty-product-notification__item{display:block;}.notification-content-extended{width:100%;left:0px;}.tshirt-tabs .tab-content #scroll_list_alls .owl-wrapper .owl-item{width:72px !important;}.quickcheckout .ty-checkout-block-full{width:100%;}.quickcheckout .cm-processed-form{width:100%;margin:0px !important;}.quickcheckout .ty-checkout-block-three{width:100% !important;}.quickcheckout_checkout .ty-mainbox-title{line-height:25px;}.quickcheckout .ty-coupons__container{width:100% !important;}.quickcheckout .ty-cart-statistic{width:100% !important;}.quickcheckout .ty-checkout-buttons.ty-checkout-buttons__submit-order{float:initial;}.ty-product-block__left{width:100%;padding-left:0px !important;margin-top:20px;}.prices-container.price-wrap{display:inline-block;float:left;margin-top:20px;}.descriereaIA{width:100%;}.tabelMarimi{width:100%;}.unuMarimi{width:100%;}.doiMarimi{width:100%;}.ty-menu__items.cm-responsive-menu li:nth-child(1) a{padding:0px !important;}.mobile-header .mobile_menu{right:60px;top:23px;}.search-opener{right:95px;}.mobile-header .mobile_cart i.fa-shopping-cart{background:#bf1e2e;color:#fff !important;}.mobile-top__account{right:90px !important;}.tygh-content{padding-top:50px;}.ty-search-block{top:110px;z-index:999;}.mobile-header .mobile_logo{width:150px;top:10px;}.mobile-header i{color:#bf1e2e !important;}.onetitle span{font-size:15px;padding:10px 20px;}#tygh_main_container .tygh-top-panel .ty-dropdown-box__title a:hover i{color:#000 !important;}.titleTwoCategSection{font-size:15px;padding:10px 20px;}.profits1{padding:20px 15px 15px 15px;width:90%;margin-top:10%;}.profitButt a{padding:0px 10px;margin-bottom:5%;margin-top:5%;font-size:15px;height:30px;line-height:30px;}.profitSection{padding:0px 15px 15px 15px;}.despres{margin-top:10%;}.designer-toolbar a{width:49%;float:left;margin:1%;margin-left:0px !important;}.firstPartCateg{width:100%;}.secondPartCateg{width:100%;margin-top:2%;}.firstSecProd{width:100%;}.secondSecProd{width:100%;margin-left:0px;}.thirdSecProd div{margin-left:0px;width:50%;}.twocateg .twotitle{bottom:5%;}.thirdSecProd{width:100%;}.profits1{font-size:16px;line-height:18px;font-weight:700;}.profits2{font-size:15px;}.profitIcons{width:100%;margin-top:5%;}.profitle{font-size:13px;}.despren{width:100%;font-size:15px;}.detaliu{width:100%;transform:initial;margin:0px;padding:10px 0px;}.detitlu{transform:initial;}.detext{transform:initial;padding:10px 15px;}.ty-table__responsive-header{float:left !important;width:auto !important;margin-right:15px;padding-top:0px !important;}.ty-cart-content__product-elem.ty-right.ty-cart-content__qty .ty-table__responsive-header{margin-top:7px;}.ty-cart-content.ty-table .ty-cart-content__product-elem.ty-cart-content__price{border-bottom:1px solid #8080803d !important;}.ty-cart-content__product-elem.ty-right.ty-cart-content__qty{border-bottom:1px solid #8080803d !important;}.ty-product-block__left .ty-product-block__field-group .cm-increase.ty-value-changer__increase{background:transparent;}.ty-product-block__left .ty-product-block__field-group .cm-decrease.ty-value-changer__decrease{background:transparent;}.ty-product-block__button a.ty-btn.ty-add-to-wish{margin-left:0px !important;padding:10px 15px !important;}.products_view .tab-content .owl-prev{bottom:25%;}.products_view .tab-content .owl-next{bottom:25%;}}@media (min-width: 481px) and (max-width: 767px){.tab-content{width:93%;}.twocateg{margin-bottom:25px;}.aidi-404 .tabelMarimi .marimi-content{overflow:scroll;height:500px;}.ty-list-price.ty-save-price.ty-nowrap{display:none;}.det-masti{order:3;}.maskha img{margin:0 auto;display:block;}.ty-profile-field__buttons.buttons-container{padding:0px;}.ty-profile-field__buttons.buttons-container #save_profile_but{margin-top:-55px;}.contact-custom form .ty-control-group{width:100%;}.contact-custom .cm-processed-form .ty-form-builder__buttons.buttons-container{margin-top:20px;}.ty-search-block{top:13px;z-index:99999;width:300px;left:210px;}.bannerCategory{margin-top:40px;}.materiale h2{line-height:20px;font-size:18px;margin-top:10px;margin-bottom:15px;}.twocateg .desktop-hidden{display:none;}.ty-logo-container__image{z-index:9;}.mobile-header .mobile-top__account{z-index:9;}.search-opener{z-index:9;}.courier_track_order .ty-mainbox-title{line-height:25px;}.courier_track_order .urmarire-grid{width:100%;}.category-content-grid #elm_subcats_fields{min-width:100%;}.span16.breadcrumbs-grid{display:none;}.category-content-grid .ty-mainbox-container .ty-mainbox-title{width:100%;font-size:15px;font-weight:600;}.category-content-grid .ty-mainbox-container .ty-sort-dropdown:nth-child(3){display:none;}.category-content-grid .ty-mainbox-container .ty-sort-dropdown{width:100%;}.category-content-grid .ty-mainbox-container .ty-sort-dropdown a{width:100%;text-align:center;padding:5px 0px !important;}.category-content-grid .ty-mainbox-container .ty-sort-container form.cm-processed-form{display:none;}.ty-product-block__img-wrapper img.ty-pict.cm-image{max-width:100% !important;}.ty-product-block.ty-product-detail .cm-disable-empty-files.cm-ajax.cm-ajax-full-render.cm-ajax-status-middle.cm-processed-form{display:flex;flex-direction:column;}.ty-product-block.ty-product-detail .ty-product-block-title{order:4;}.ty-product-block.ty-product-detail .product_info__on_page{order:5;}.ty-product-block.ty-product-detail .ty-product-block__description{order:6;margin-bottom:10px;}.ty-product-block.ty-product-detail .tabSizes{order:7;}.ty-product-block.ty-product-detail .ty-product-block__option{width:100%;order:2;margin-top:10px;}.ty-product-block.ty-product-detail .ty-product-block__field-group{order:8;display:none;}.ty-product-block.ty-product-detail .prices-container.price-wrap{order:1;margin-top:-30px !important;height:auto;}.ty-product-block.ty-product-detail .ty-product-block__button{order:3;}.ty-product-block.ty-product-detail .pretLiv{order:9;margin-top:0px;}.ty-product-block.ty-product-detail .ty-control-group__label.ty-product-options__item-label.cm-required{display:none;}.ty-product-block.ty-product-detail .ty-product-block__option label{width:65px;}.ty-product-block.ty-product-detail .ty-product-block__button a.ty-btn:nth-child(7){display:none;}.ty-product-block.ty-product-detail .product_info__on_page{padding-bottom:0px;margin-bottom:10px;padding-top:5px;}.ty-product-block.ty-product-detail .info_designer_views{padding-top:2px;}.ty-product-block.ty-product-detail .ty-qty{margin-bottom:0px;}.ty-product-thumbnails.ty-center.cm-image-gallery{width:100% !important;display:none;}.category-content-grid .ty-mainbox-container .ty-mainbox-body{margin-top:45px;}.mobileMenu ._vectors{display:none;}.categBlog{width:100%;float:left;}.ty-mb-s.categDesc{width:100%;margin-left:0px;}.cstyleArticol p{width:100%;margin-left:0px;}.main-content-grid .ty-mainbox-container .ty-mainbox-body .ty-wysiwyg-content{min-width:100%;}.sucText p{left:12%;top:2% !important;color:#fff !important;}.desktopV{display:none;}.mobileV{display:block;}.ty-control-group.ty-profile-field__item.ty-billing-state.ty-billing-city_state{margin-left:0px;}.products_view .marimiWrap .tabelMarimi{width:100% !important;}.divTabel table{padding:0px;}.imgProd{width:25%;}.divTabel td{text-align:center !important;padding:5px;border-bottom:1px solid #80808024;}#pagination_contents .ty-sort-container .ty-btn.ty-btn-add-new{margin:10px 0px;padding:10px 0px;width:100%;}.ty-minicart__icon.ty-icon-basket{display:block;}#tMarimiOpen{position:initial;}.articol h4{padding:6px;margin-bottom:0px;font-size:17px;}.styleArticol{width:90%;margin:0 5%;}.ty-product-block__option{width:100%;}.tab-control span{font-weight:300;padding:8px;}.ty-product-block__wrapper{background:transparent;box-shadow:0 0 0;}.ty-product-block .ty-product-block__img-wrapper .ty-product-thumbnails a.cm-thumbnails-mini{width:25%;}.ty-product-block__img-wrapper{padding:0px;border:0px;border-radius:0px;box-shadow:0 0 0;width:100% !important;min-width:100%;}.toateIconMarket{width:100%;}.grid-list .grid-item{width:33%;}.onecateg{width:48%;height:auto;margin-top:0px !important;margin-bottom:25px;}.onecateg:nth-child(2){margin-left:4%;}.onecateg:nth-child(4){margin-left:4%;}.ty-cart-content__product-elem.ty-cart-content__price bdi{display:initial;}.ty-product-block__wrapper{padding:0px;}.ty-cart-content__product-elem.ty-right.ty-cart-content__qty&gt;div{display:initial;}.ty-cart-content__product-elem.ty-cart-content__price bdi{display:initial;}.partenerSec2{width:100%;}.blogSection{width:100%;margin:0px;margin-top:3%;}.articole{width:100%;}.articol{width:50%;display:flex;}.detaliu i{transform:skewX(0deg);}.blankCateg{max-width:100%;}.partenerSec3{padding:0px;}.sec3background{display:none;}.partenerSec2 h1{color:#bf1e2e;font-weight:700;margin-bottom:0px;line-height:28px;font-size:18px;display:initial;}.iconSec{width:80%;float:left;padding:3% 10% 3% 10%;}.iconSec h2{font-size:18px;}.seler-form__container .devinoForm .ty-control-group{width:100% !important;}.partenerSec1 h1{top:6%;width:85%;color:#000;}.partenerSec1 p{top:8%;color:#000;padding-top:40px;}.partenerSec1 a{top:10%;}.infoContact{width:100%;}.infoc1{width:100%;}.infoc2{width:100%;display:inline-table;}.infoc3{width:100%;}.contact-custom{width:100%;}.contact-custom .ty-form-builder{width:50% !important;}.contact-custom .ty-form-builder__description{width:20% !important;}.day{padding:0px;}.ty-designer-page .designer-page_thumb{bottom:0px !important;left:0px;position:initial !important;}.ty-designer-page .desinger-page_info .designer-page_info-info{bottom:0px !important;left:0px;position:initial;padding:0px !important;width:100% !important;margin-top:10px !important;}.desinger-page_info .designer-page_bio{bottom:0px;left:0px;position:initial;float:left;width:100%;}.devinoForm .ty-profile-field__buttons.buttons-container{display:inline-block;width:100%;}.row-fluid.desinger-page_info{height:135px;padding-top:10%;margin-bottom:20%;}.devinoForm .ty-profile-field__buttons.buttons-container button{width:100% !important;}.seler-form__container .devinoForm #register_field_bio{margin-left:0px;}.product-design-change{width:100%;margin:0px;}.ty-product-notification__buttons a.ty-btn.ty-btn__primary{width:100px;}.ty-product-notification__body.cm-notification-max-height{display:none;}.notification-content-extended{left:25%;}.tshirt-tabs .tab-content #scroll_list_alls .owl-wrapper{width:200% !important;}.tshirt-tabs .tab-content #scroll_list_alls .owl-wrapper .owl-item{width:90px !important;}.quickcheckout .ty-checkout-block-full{width:100%;}.quickcheckout .cm-processed-form{width:100%;}.quickcheckout .ty-checkout-block-three{width:100% !important;}.quickcheckout_checkout .ty-mainbox-title{line-height:25px;}.quickcheckout .ty-coupons__container{width:100% !important;}.quickcheckout .ty-cart-statistic{width:100% !important;}.quickcheckout .ty-checkout-buttons.ty-checkout-buttons__submit-order{float:initial;}.ty-product-block__img-wrapper img{margin:auto;float:initial;max-width:100%;}.ty-product-block__left{width:100%;padding-left:0px !important;margin-top:20px;}.prices-container.price-wrap{display:inline-block;float:left;margin-top:20px;}.descriereaIA{width:100%;}.tabelMarimi{width:100%;}.unuMarimi{width:100%;}.doiMarimi{width:100%;}.ty-menu__items.cm-responsive-menu li:nth-child(1) a{padding:0px !important;}.mobile-header .mobile_menu{right:60px;top:23px;}.search-opener{right:95px;}.mobile-header .mobile_cart i.fa-shopping-cart{background:#bf1e2e;}.mobile-top__account{right:130px !important;}.mobile-header .mobile_logo{width:150px;top:10px;}.mobile-header i{color:#000 !important;}.onetitle span{font-size:11px;padding:10px 5px;}#tygh_main_container .tygh-top-panel .ty-dropdown-box__title a:hover i{color:#000 !important;}.titleTwoCategSection{font-size:11px;padding:10px 5px;}.ty-product-block__option .help-inline{margin-left:0px;}.onetitle{top:initial;}.twotitle{top:initial;}.profits1{margin-top:10%;}.profitButt a{padding:0px 10px;font-size:15px;height:30px;line-height:30px;}.profitSection{padding:0px 15px 15px 15px;}.despres{margin-top:10%;}.designer-toolbar a{width:49%;float:left;margin:1%;margin-left:0px !important;}.firstPartCateg{width:100%;}.secondPartCateg{width:100%;margin-top:2%;}.firstSecProd{width:50%;}.secondSecProd{width:50%;margin:0px;}.thirdSecProd{width:100%;margin-top:15px;}.thirdSecProd div{width:25%;margin-left:0px;}.prodChild{padding:0px;}.profits1{font-size:16px;line-height:18px;font-weight:700;}.profits2{font-size:15px;}.profitIcons{width:100%;margin-top:5%;}.profitle{font-size:13px;}.despren{width:100%;font-size:15px;}.detaliu{width:100%;transform:initial;margin:0px;padding:10px 0px;}.detitlu{transform:initial;}.detext{transform:initial;padding:10px 15px;}.ty-product-block__sku{float:right;}.ty-product-block__left .ty-product-block__field-group .cm-increase.ty-value-changer__increase{background:transparent;}.ty-product-block__left .ty-product-block__field-group .cm-decrease.ty-value-changer__decrease{background:transparent;}.ty-product-block__button a.ty-btn.ty-add-to-wish{margin-left:10px !important;padding:10px 15px !important;}.products_view .tab-content .owl-prev{bottom:25%;}.products_view .tab-content .owl-next{bottom:25%;}}@media (min-width: 768px) and (max-width: 1024px){.ty-search-block{top:15px;z-index:99999;width:300px;left:210px;}.aidi-404 .tabelMarimi .marimi-content{overflow:scroll;height:700px;}.part1info{width:47%;float:left;}.part2info{width:47%;float:left;margin-left:4.8%;}.part1info h3,.part2info h3{margin-bottom:10px;}.ty-profile-field__buttons.buttons-container{padding:0px;}.ty-profile-field__buttons.buttons-container #save_profile_but{margin-top:-55px;}.contact-custom form .ty-control-group{width:100%;}.contact-custom .cm-processed-form .ty-form-builder__buttons.buttons-container{margin-top:20px;}.twocateg .desktop-hidden{display:none;}.tab-content{width:93%;}.ty-product-variant-image.ty-clear-both img:nth-child(1){margin-left:0px;}.ty-logo-container__image{z-index:9;}.mobile-header .mobile-top__account{z-index:9;}.search-opener{z-index:9;}.courier_track_order .ty-mainbox-title{line-height:25px;}.courier_track_order .urmarire-grid{width:100%;}.category-content-grid #elm_subcats_fields{min-width:100%;}.category-content-grid #elm_subcats_fields{min-width:100%;}.span16.breadcrumbs-grid{display:none;}.category-content-grid .ty-mainbox-container .ty-mainbox-title{width:100%;font-size:15px;font-weight:600;}.category-content-grid .ty-mainbox-container .ty-sort-dropdown:nth-child(3){display:none;}.category-content-grid .ty-mainbox-container .ty-sort-dropdown{width:100%;}.category-content-grid .ty-mainbox-container .ty-sort-dropdown a{width:100%;text-align:center;padding:5px 0px !important;}.category-content-grid .ty-mainbox-container .ty-sort-container form.cm-processed-form{display:none;}.ty-product-block__img-wrapper img.ty-pict.cm-image{max-width:100% !important;}.ty-product-block.ty-product-detail .cm-disable-empty-files.cm-ajax.cm-ajax-full-render.cm-ajax-status-middle.cm-processed-form{display:flex;flex-direction:column;}.ty-product-block.ty-product-detail .ty-product-block-title{order:4;}.ty-product-block.ty-product-detail .product_info__on_page{order:5;}.ty-product-block.ty-product-detail .ty-product-block__description{order:6;margin-bottom:10px;}.ty-product-block.ty-product-detail .tabSizes{order:7;}.ty-product-block.ty-product-detail .ty-product-block__option{width:100%;order:2;margin-top:10px;}.ty-product-block.ty-product-detail .ty-product-block__field-group{order:8;display:none;}.ty-product-block.ty-product-detail .prices-container.price-wrap{order:1;margin-top:-10px !important;height:auto;}.ty-product-block.ty-product-detail .ty-product-block__button{order:3;}.ty-product-block.ty-product-detail .pretLiv{order:9;margin-top:0px;}.ty-product-block.ty-product-detail .ty-control-group__label.ty-product-options__item-label.cm-required{display:none;}.ty-product-block.ty-product-detail .ty-product-block__option label{width:65px;}.ty-product-block.ty-product-detail .ty-product-block__button a.ty-btn:nth-child(7){display:none;}.ty-product-block.ty-product-detail .product_info__on_page{padding-bottom:0px;margin-bottom:10px;padding-top:5px;}.ty-product-block.ty-product-detail .info_designer_views{padding-top:2px;}.ty-product-block.ty-product-detail .ty-qty{margin-bottom:0px;}.ty-product-thumbnails.ty-center.cm-image-gallery{width:100% !important;display:none;}.category-content-grid .ty-mainbox-container .ty-mainbox-body{margin-top:45px;}.mobileMenu ._vectors{display:none;}.categBlog{width:100%;float:left;}.ty-mb-s.categDesc{width:100%;margin-left:0px;}.cstyleArticol p{width:100%;margin-left:0px;}.main-content-grid .ty-mainbox-container .ty-mainbox-body .ty-wysiwyg-content{min-width:100%;}.sucText p{left:14%;top:2% !important;color:#fff !important;}.desktopV{display:none;}.mobileV{display:block;}.designers__container .designer__info .designer__info--thumb{width:25%;}.ty-product-block-title{margin-top:15px;}.products_view .marimiWrap .tabelMarimi{width:100% !important;}.seller_dasboard .seller_card-wrapper:first-child{padding:0 0.5%;}.seller_dasboard .seller_card-wrapper{width:45%;}.divTabel table{padding:0px;}.divTabel td{text-align:center !important;padding:5px;border-bottom:1px solid #80808024;}#pagination_contents .ty-sort-container .ty-btn.ty-btn-add-new{margin:10px 0px;padding:10px 0px;width:100%;}.ty-minicart__icon.ty-icon-basket{display:block;}#tMarimiOpen{position:initial;}.articol h4{margin-bottom:0px;font-size:16px;height:45px;}.styleArticol{width:90%;margin:0 5%;}.ty-product-block__option{width:100%;}.tab-control span{font-weight:300;padding:8px;}.ty-product-block__wrapper{background:transparent;box-shadow:0 0 0;}.ty-product-block .ty-product-block__img-wrapper .ty-product-thumbnails a.cm-thumbnails-mini{width:25%;}.ty-product-block__img-wrapper{padding:0px;border:0px;border-radius:0px;box-shadow:0 0 0;width:100% !important;min-width:100%;}.toateIconMarket{width:100%;}.grid-list .grid-item{width:33%;}.onecateg{width:48%;height:auto;margin-top:0px !important;margin-bottom:25px;}.onecateg:nth-child(2){margin-left:4%;}.onecateg:nth-child(4){margin-left:4%;}.ty-product-block__wrapper{padding:0px;}.ty-cart-content__product-elem.ty-right.ty-cart-content__qty .ty-table__responsive-header{display:none;}.partenerSec2{width:100%;}.blogSection{width:100%;margin:0px;margin-top:3%;}.articole{width:100%;}.articol{width:50%;display:flex;}.detaliu i{transform:skewX(0deg);}.blankCateg{max-width:100%;}.partenerSec3{padding:0px;}.sec3background{display:none;}.partenerSec2 h1{color:#bf1e2e;font-weight:700;margin-bottom:0px;line-height:28px;font-size:18px;display:initial;}.iconSec{width:80%;float:left;padding:3% 10% 3% 10%;}.iconSec h2{font-size:18px;}.seler-form__container .devinoForm .ty-control-group{width:100% !important;}.partenerSec1 h1{top:6%;width:85%;color:#000;}.partenerSec1 p{top:8%;color:#000;padding-top:40px;}.partenerSec1 a{top:10%;}.infoContact{width:100%;}.infoc1{width:100%;}.infoc2{width:100%;display:inline-table;}.infoc3{width:100%;}.contact-custom{width:100%;}.contact-custom .ty-form-builder{width:50% !important;}.contact-custom .ty-form-builder__description{width:20% !important;}.day{padding:0px;}.ty-designer-page .designer-page_thumb{bottom:0px !important;left:0px;position:initial !important;margin-top:15px;}.ty-designer-page .desinger-page_info .designer-page_info-info{bottom:0px !important;left:0px;position:initial;padding:0px !important;width:100% !important;margin-top:10px !important;}.desinger-page_info .designer-page_bio{bottom:0px;left:0px;position:initial;float:left;width:100%;}.devinoForm .ty-profile-field__buttons.buttons-container{display:inline-block;width:100%;}.row-fluid.desinger-page_info{height:135px;padding-top:20%;}.devinoForm .ty-profile-field__buttons.buttons-container button{width:100% !important;}.seler-form__container .devinoForm #register_field_bio{margin-left:0px;}.product-design-change{width:100%;margin:0px;}.ty-product-notification__buttons a.ty-btn.ty-btn__primary{width:100px;}.ty-product-notification__body.cm-notification-max-height{display:block;}.notification-body-extended .ty-product-notification__item{display:block;}.notification-content-extended{left:65%;}.cm-notification-content.cm-notification-content-extended.notification-content-extended.cm-auto-hide{top:150px !important;}.tshirt-tabs .tab-content #scroll_list_alls .owl-wrapper{width:200% !important;}.tshirt-tabs .tab-content #scroll_list_alls .owl-wrapper .owl-item{width:90px !important;}.quickcheckout .ty-checkout-block-full{width:100%;}.quickcheckout .cm-processed-form{width:100%;}.quickcheckout .ty-checkout-block-three{width:100% !important;}.quickcheckout_checkout .ty-mainbox-title{line-height:25px;}.quickcheckout .ty-coupons__container{width:100% !important;}.quickcheckout .ty-cart-statistic{width:100% !important;}.quickcheckout .ty-checkout-buttons.ty-checkout-buttons__submit-order{float:initial;}.ty-product-block__img-wrapper img{margin:auto;float:initial;max-width:100%;}.ty-product-block__left{width:100%;padding-left:0px !important;margin-top:20px;}.prices-container.price-wrap{display:inline-block;float:left;margin-top:20px;}.descriereaIA{width:100%;}.tabelMarimi{width:100%;}.unuMarimi{width:100%;}.doiMarimi{width:100%;}.ty-menu__items.cm-responsive-menu li:nth-child(1) a{padding:0px !important;}.mobile-header .mobile_menu{top:10px;left:180px;display:none;}.search-opener{right:95px;}.mobile-header .mobile_cart i.fa-shopping-cart{background:#bf1e2e;}.mobile-top__account{right:130px !important;}.mobile-header .mobile_logo{width:150px;top:20px;left:25px;}.mobile-header i{color:#000 !important;}.onetitle span{font-size:15px;padding:10px 20px;}.twocateg{margin-bottom:25px;}#tygh_main_container .tygh-top-panel .ty-dropdown-box__title a:hover i{color:#000 !important;}.titleTwoCategSection{font-size:15px;padding:10px 20px;}.onetitle{top:initial;}.twotitle{top:initial;}.ty-product-block__option .help-inline{margin-left:0px;}.profits1{margin-top:10%;}.profitButt a{padding:0px 10px;font-size:15px;height:30px;line-height:30px;}.profitSection{padding:0px 15px 15px 15px;}.despres{margin-top:10%;}.designer-toolbar a{width:49%;float:left;margin:1%;margin-left:0px !important;}.firstPartCateg{width:100%;}.secondPartCateg{width:100%;}.firstSecProd{width:50%;}.secondSecProd{width:50%;margin:0px;}.thirdSecProd{width:100%;margin-top:15px;}.thirdSecProd div{width:25%;margin-left:0px;}.prodChild{padding:0px;}.profits1{font-size:16px;line-height:18px;font-weight:700;}.profits2{font-size:15px;}.profitIcons{width:100%;margin-top:5%;}.profitle{font-size:13px;}.despren{width:100%;font-size:15px;}.detaliu{width:100%;transform:initial;margin:0px;padding:10px 0px;}.detitlu{transform:initial;}.detext{transform:initial;padding:10px 15px;}.ty-product-block__sku{float:right;}.ty-product-block__left .ty-product-block__field-group .cm-increase.ty-value-changer__increase{background:transparent;}.ty-product-block__left .ty-product-block__field-group .cm-decrease.ty-value-changer__decrease{background:transparent;}.ty-product-block__button a.ty-btn.ty-add-to-wish{margin-left:10px !important;padding:10px 15px !important;}.products_view .tab-content .owl-prev{bottom:25%;}.products_view .tab-content .owl-next{bottom:25%;}.span16.footer-content.ty-footer-menu .span5{width:100%;}.span16.footer-content.ty-footer-menu .span2{width:25%;margin:0;}.span16.footer-content.ty-footer-menu .span3{width:25%;margin:0;}.span16.footer-content.ty-footer-menu .span4{width:25%;margin:0;}.ty-product-thumbnails.ty-center.cm-image-gallery{width:100%;}.designer__info.span5{width:100%;}.designer__carousel.span11.owl-carousel.owl-theme{width:100%;margin:0px;}}@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){.onecateg{width:48%;margin-bottom:25px;}.courier_track_order .ty-mainbox-title{line-height:25px;}.aidi-404 .tabelMarimi .marimi-content{overflow:scroll;height:700px;}.courier_track_order .urmarire-grid{width:100%;}.mobileMenu ._vectors{display:none;}.products_view .marimiWrap .tabelMarimi{width:100% !important;}.partenerSec1 h1{width:60%;}.secondary-menu_mobile__scroll{display:none;}.divTabel table{padding:0px;}.divTabel td{text-align:center !important;padding:5px;border-bottom:1px solid #80808024;}.onetitle span{font-size:13px;padding:10px 5px;}.titleTwoCategSection{font-size:13px;padding:10px 5px;}.twocateg{width:50%;float:left;margin-bottom:25px;}.articol{width:25%;}}@media (min-width: 1025px) and (max-width: 1280px){.top_menu .ty-logo-container .ty-logo-container__image{margin-top:20px;}.ty-list-price.ty-save-price.ty-nowrap{display:block;padding-bottom:20px;}.aidi-404 .tabelMarimi .marimi-content{overflow:scroll;height:700px;}.DYIcon{float:left;width:50%;}.divTabel img{padding-top:5%;width:50%;}.tabelDYI .divTabel{width:700px;}.part1info{width:47%;float:left;}.part2info{width:47%;float:left;margin-left:4.8%;}.part1info h3,.part2info h3{margin-bottom:10px;}.ty-profile-field__buttons.buttons-container{padding:0px;}.ty-profile-field__buttons.buttons-container #save_profile_but{margin-top:-55px;}.contact-custom form .ty-control-group{width:100%;}.contact-custom .cm-processed-form .ty-form-builder__buttons.buttons-container{margin-top:20px;}.mobile-header .mobile_logo{width:150px;position:absolute;left:10px;top:15px;}.ty-product-block__sku{width:100%;float:left;}.ty-search-block{position:relative;top:15px;width:300px;left:450px;}.ty-product-block .ty-product-block__left .ty-product-block__field-group{width:100%;margin-bottom:15px;}.ty-product-block__left .ty-product-block__button{margin-top:0px;margin-left:20px;}.ty-product-block__left .prices-container.price-wrap{width:auto;}.twocateg .desktop-hidden{display:none;}.reducere_26277 .ty-product-block__price-actual{width:30%;}.redus_none{width:70%;}.reducere_26277 .prices-container.price-wrap{margin-bottom:20px;}.h1css{text-align:right;margin-top:-69px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu{padding:0 0 0 4px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu li{margin:0px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu li a{padding-left:6px !important;padding-right:0px !important;}.sucText p{top:6% !important;color:#fff !important;}.desktopV{display:block;}.mobileV{display:none;}.profits2{width:90%;margin:0 auto;margin-top:1%;}.notification-content-extended{left:60%;}.quickcheckout .cm-processed-form{width:100%;}.quickcheckout .ty-checkout-block-full{width:100%;}.ty-cart-content__product-elem.ty-cart-content__price bdi{padding-top:40%;}.ty-cart-content__product-elem.ty-right.ty-cart-content__qty&gt;div{padding-top:35%;}.titleTwoCategSection{font-size:12px;}.mobile-header .mobile_menu{left:170px;}.span16.mobile-header.desktop-hidden i{color:#000;}.firstPartCateg{width:100%;}.onecateg{width:25%;margin:0px !important;height:auto;}.onetitle span{font-size:12px;}.secondPartCateg{width:100%;}.twocateg{width:50%;float:left;}.firstSecProd{padding-top:25px;}.secondSecProd{padding-top:25px;}.profits1{font-size:25px;}.articole{width:100%;display:inline-block;}.articol{float:left;width:25%;}.articol h4{padding:10px;font-size:16px;}.ty-product-block__option{width:100%;}.tabSizes{position:initial;}#tMarimiOpen{position:initial;}.ty-product-block__button a.ty-btn.ty-add-to-wish{margin-left:0px !important;}.ty-product-block__img-wrapper img.ty-pict.cm-image{max-width:100% !important;}.ty-product-thumbnails.ty-center.cm-image-gallery{width:100%;}.ty-product-block .ty-product-block__img-wrapper .ty-product-thumbnails a.cm-thumbnails-mini{width:30%;}.ty-designer-page .desinger-page_info .designer-page_info-info{bottom:-12vw !important;left:18vw;}.row-fluid.desinger-page_info{height:300px;margin-bottom:13vw;}.ty-designer-page .designer-page_thumb{bottom:-13vw !important;}.desinger-page_info .designer-page_bio{left:40vw;}.partenerSec1 h1{width:50%;top:25vw;}.partenerSec1 p{top:41vw;color:#000;}.partenerSec1 a{top:45vw;}.toateIconMarket{width:100%;}.blankCateg{width:100%;}.iconSec h2{height:60px;}.infoContact{width:100%;}.contact-custom{width:100%;}}@media (min-width: 1281px) and (max-width: 1366px){.ty-logo-container{margin-top:10px;}.ty-list-price.ty-save-price.ty-nowrap{display:block;padding-bottom:20px;}.aidi-404 .tabelMarimi .marimi-content{overflow:scroll;height:700px;}.DYIcon{float:left;width:50%;}.divTabel img{padding-top:5%;width:50%;}.tabelDYI .divTabel{width:700px;}.part1info{width:47%;float:left;}.part2info{width:47%;float:left;margin-left:4.8%;}.part1info h3,.part2info h3{margin-bottom:10px;}.ty-profile-field__buttons.buttons-container{padding:0px;}.ty-profile-field__buttons.buttons-container #save_profile_but{margin-top:-55px;}.ty-product-block .ty-product-block__img-wrapper .ty-product-thumbnails a.cm-thumbnails-mini{width:95px;}.ty-product-block__img-wrapper img.ty-pict.cm-image{max-width:79% !important;}.iconSec h2{height:60px;}.ty-product-block__img-wrapper{padding-right:0% !important;}.ty-product-block__left .ty-product-block__button{margin-top:0px;margin-left:20px;}.ty-product-block .ty-product-block__left .ty-product-block__field-group{width:100%;margin-bottom:15px;}.ty-product-block__left .prices-container.price-wrap{width:auto;}.reducere_26277 .ty-product-block__price-actual{width:22%;}.redus_none{width:78%;}.reducere_26277 .prices-container.price-wrap{margin-bottom:20px;}.h1css{text-align:right;margin-top:-69px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu{padding:0 0 0 4px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu li{margin:0px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu li a{padding-left:6px !important;padding-right:0px !important;}.onecateg:nth-child(2){margin-left:1.5vw;}.onecateg:nth-child(4){margin-left:1.5vw;}.sucText p{top:6% !important;color:#fff !important;}.desktopV{display:block;}.mobileV{display:none;}.profits2{width:90%;margin:0 auto;margin-top:1%;}.ty-menu__item{margin-right:0px;}.notification-content-extended{left:60%;}.quickcheckout .cm-processed-form{width:100%;}.quickcheckout .ty-checkout-block-full{width:100%;}.ty-cart-content__product-elem.ty-cart-content__price bdi{padding-top:40%;}.ty-cart-content__product-elem.ty-right.ty-cart-content__qty&gt;div{padding-top:35%;}.onetitle span{font-size:12px;padding:10px 10px;}.titleTwoCategSection{font-size:12px;padding:10px 10px;}.firstSecProd{padding-top:10px;}.secondSecProd{padding-top:10px;}.articole{width:1200px;}.styleArticol{width:auto;padding:10px;}.ty-product-block__option{width:100%;}.tabSizes{position:initial;}#tMarimiOpen{position:initial;}.ty-designer-page .designer-page_thumb{bottom:-12vw !important;}.ty-designer-page .desinger-page_info .designer-page_info-info{bottom:-11vw !important;left:15vw;}.desinger-page_info .designer-page_bio{left:33vw;}.row-fluid.desinger-page_info{margin-bottom:12vw;}.partenerSec1 h1{width:50%;top:15vw;}.partenerSec1 p{top:25vw;}.partenerSec1 a{top:30vw;}.toateIconMarket{width:100%;}.blankCateg{max-width:100%;}.infoContact{width:100%;}.contact-custom{width:100%;}.__vectors a::before{margin-right:0px;}}@media (min-width: 1367px) and (max-width: 1440px){.ty-logo-container{margin-top:10px;}.ty-list-price.ty-save-price.ty-nowrap{display:block;padding-bottom:20px;}.aidi-404 .tabelMarimi .marimi-content{overflow:scroll;height:700px;}.DYIcon{float:left;width:50%;}.divTabel img{padding-top:5%;width:50%;}.tabelDYI .divTabel{width:700px;}.part1info{width:47%;float:left;}.part2info{width:47%;float:left;margin-left:4.8%;}.part1info h3,.part2info h3{margin-bottom:10px;}.ty-profile-field__buttons.buttons-container{padding:0px;}.ty-profile-field__buttons.buttons-container #save_profile_but{margin-top:-55px;}.ty-product-block .ty-product-block__img-wrapper .ty-product-thumbnails a.cm-thumbnails-mini{width:95px;}.ty-product-block__img-wrapper img.ty-pict.cm-image{max-width:79% !important;}.ty-product-block__img-wrapper{padding-right:0% !important;}.ty-menu__item.ty-menu__item-nodrop.__designers.__search{width:100%;}.secondary-menu li:last-child .ty-search-block{width:300px;margin:0 auto;}.ty-product-block__left .ty-product-block__button{margin-top:0px;margin-left:20px;}.ty-product-block .ty-product-block__left .ty-product-block__field-group{width:100%;margin-bottom:15px;}.ty-product-block__left .prices-container.price-wrap{width:auto;}.reducere_26277 .ty-product-block__price-actual{width:20%;}.redus_none{width:80%;}.h1css{text-align:right;margin-top:-69px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu{padding:0 0 0 4px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu li{margin:0px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu li a{padding-left:12px !important;padding-right:0px !important;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu{padding:0 0 0 4px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu li{margin:0px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu li a{padding-left:6px !important;padding-right:0px !important;}.onecateg:nth-child(2){margin-left:1.5vw;}.onecateg:nth-child(4){margin-left:1.5vw;}.sucText p{top:6% !important;color:#fff !important;}.desktopV{display:block;}.mobileV{display:none;}.notification-content-extended{left:60%;}.quickcheckout .cm-processed-form{width:100%;}.quickcheckout .ty-checkout-block-full{width:100%;}.ty-cart-content__product-elem.ty-cart-content__price bdi{padding-top:40%;}.ty-cart-content__product-elem.ty-right.ty-cart-content__qty&gt;div{padding-top:35%;}.onetitle span{font-size:12px;padding:10px 10px;}.titleTwoCategSection{font-size:12px;padding:10px 10px;}.firstSecProd{padding-top:10px;}.secondSecProd{padding-top:10px;}.articole{width:1200px;}.styleArticol{width:auto;padding:10px;}.ty-product-block__option{width:100%;}.tabSizes{position:initial;}#tMarimiOpen{position:initial;}.ty-designer-page .designer-page_thumb{bottom:-12vw !important;}.ty-designer-page .desinger-page_info .designer-page_info-info{bottom:-11vw !important;left:15vw;}.desinger-page_info .designer-page_bio{left:33vw;}.row-fluid.desinger-page_info{margin-bottom:12vw;}.partenerSec1 h1{width:40%;top:15vw;}.partenerSec1 p{top:25vw;}.partenerSec1 a{top:30vw;}.toateIconMarket{width:100%;}.blankCateg{max-width:100%;}.infoContact{width:100%;}.contact-custom{width:100%;}.__vectors a::before{margin-right:0px;}}@media (min-width: 1441px) and (max-width: 1680px){.onetitle span{padding:12px 16px;font-size:15px;}.ty-list-price.ty-save-price.ty-nowrap{display:block;padding-bottom:20px;}.aidi-404 .tabelMarimi .marimi-content{overflow:scroll;height:700px;}.DYIcon{float:left;width:50%;}.divTabel img{padding-top:5%;width:50%;}.tabelDYI .divTabel{width:700px;}.part1info{width:47%;float:left;}.part2info{width:47%;float:left;margin-left:4.8%;}.part1info h3,.part2info h3{margin-bottom:10px;}.ty-profile-field__buttons.buttons-container{padding:0px;}.ty-profile-field__buttons.buttons-container #save_profile_but{margin-top:-55px;}.ty-billing-first-name,.ty-billing-last-name,.ty-shipping-first-name,.ty-shipping-last-name,.ty-billing-country,.ty-billing-state,.ty-shipping-country,.ty-shipping-state,.ty-first-name,.ty-last-name{float:left;}.ty-product-block .ty-product-block__img-wrapper .ty-product-thumbnails a.cm-thumbnails-mini{width:95px;}.ty-product-block__img-wrapper img.ty-pict.cm-image{max-width:79% !important;}.ty-product-block__img-wrapper{padding-right:0% !important;}.ty-menu__item.ty-menu__item-nodrop.__designers.__search{width:100%;}.secondary-menu li:last-child .ty-search-block{width:300px;margin:0 auto;}.tygh-content{min-height:100%;}.ty-cart-content__title.ty-left{width:35%;}.ty-product-block__left .ty-product-block__button{margin-top:0px;margin-left:20px;}.ty-product-block .ty-product-block__left .ty-product-block__field-group{width:100%;margin-bottom:15px;}.ty-product-block__left .prices-container.price-wrap{width:auto;}.reducere_26277 .ty-product-block__price-actual{width:20%;}.redus_none{width:80%;}.h1css{text-align:right;margin-top:-69px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu{padding:0 0 0 15px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu li{margin:0px;}.top_menu .ty-menu__items.cm-responsive-menu.desktopMenu li a{padding-left:12px !important;padding-right:0px !important;}.titleTwoCategSection{padding:12px 16px;font-size:15px;}.onecateg:nth-child(2){margin-left:1.5vw;}.onecateg:nth-child(4){margin-left:1.5vw;}}@media (min-width: 1681px){.h1css{text-align:right;margin-top:-69px;}.aidi-404 .tabelMarimi .marimi-content{overflow:scroll;height:700px;}.ty-orders-detail__products.orders-product .ty-orders-detail__table.ty-table td{vertical-align:middle;text-align:left;padding:5px;}.ty-orders-detail__products.orders-product .ty-orders-detail__table.ty-table .ty-control-group.ty-product-options__info{margin-left:10%;margin-top:0px;}.orders-customer{max-width:20% !important;margin-top:2% !important;float:left;}.ty-orders-detail__products.orders-product{max-width:75%;float:right;margin-top:2% !important;}.ty-orders-detail__products.orders-product{margin-top:-10px;}table.ty-orders-detail__table:nth-child(2){width:100%;float:left;margin-top:0px;}table.ty-orders-detail__table:nth-child(3){width:49%;float:right;margin-top:0px;margin-left:2%;}table.ty-orders-detail__table:nth-child(4){width:49%;float:right;margin-top:0px;}.ty-orders-summary.clearfix{min-width:47%;max-width:47%;float:right;padding:1%;}.ty-orders-promotion{min-width:46%;max-width:46% !important;float:left;padding:2% !important;margin-top:20px !important;}.ty-orders-repay.litecheckout{width:46%;float:right;}.ty-orders-detail__products.orders-product table tr{background-color:#fafbfc !important;}.ty-orders-detail__products.orders-product .ty-orders-summary .ty-orders-summary__table tr{background-color:#fff !important;}.ty-list-price.ty-save-price.ty-nowrap{display:block;padding-bottom:20px;}#option_25679_AOC .ty-control-group.ty-product-options__item:nth-child(6){float:right;display:block;position:absolute;top:25.2%;right:45px;}#option_25679_AOC .ty-control-group.ty-product-options__item:nth-child(7){float:right;display:block;position:absolute;top:32.6%;right:45px;}#option_25679_AOC .ty-control-group.ty-product-options__item:nth-child(8){float:right;display:block;position:absolute;top:40%;right:45px;}#option_25679_AOC .ty-control-group.ty-product-options__item:nth-child(9){float:right;display:block;position:absolute;top:47.5%;right:45px;}#option_25679_AOC .ty-control-group.ty-product-options__item:nth-child(10){float:right;display:block;position:absolute;top:55%;right:45px;}.ty-profile-field__buttons.buttons-container{padding:0px;}.ty-profile-field__buttons.buttons-container #save_profile_but{margin-top:-55px;}.ty-cart-content__title.ty-left{width:45%;}.partenerSec1 a{top:16%;}.partenerSec1 p{top:14%;color:#000;}.ty-product-block__left .prices-container.price-wrap{width:auto;}.ty-product-block__left .ty-product-block__button{margin-top:0px;margin-left:20px;}.ty-product-block .ty-product-block__left .ty-product-block__field-group{width:100%;margin-bottom:15px;}.ty-login-popup .cm-processed-form .buttons-container.buttons-container-picker{bottom:initial !important;margin:0px -10px !important;}.ty-login-popup .cm-processed-form .buttons-container.buttons-container-picker .ty-float-right{float:initial;}.ty-login-popup .cm-processed-form .buttons-container.buttons-container-picker .ty-btn__login.ty-btn__secondary.ty-btn{margin:0 auto;line-height:0px;float:initial;}.h1css2{text-align:left;margin-top:-50px;}.articol h4{height:40px;}.ty-product-block__img-wrapper{padding-top:0px;padding-bottom:0px;}.tshirt-tabs{margin-top:0px;width:100%;display:-inline-block;}.product_info__on_page{padding-bottom:5px;margin-bottom:5px;padding-top:5px;}.ty-product-block__description{margin-bottom:10px;}.ty-product-block__option{margin-bottom:5px;}.ty-product-block__advanced-option{margin-bottom:5px;}.ty-product-options{margin-bottom:0px;}.ty-product-block__option .ty-control-group{margin:0px;margin-bottom:5px;}.ty-product-block__field-group .ty-qty{margin-bottom:0px;}.prices-container.price-wrap .ty-product-prices{margin:0px;}.ty-product-block .ty-product-block__img-wrapper .ty-product-thumbnails a.cm-thumbnails-mini{width:90px;}.ty-product-block__img-wrapper img.ty-pict.cm-image{max-height:465px;max-width:100% !important;}.pretLiv{margin-top:0px;}.tab-control span{padding:5px 15px;}.tshirt-tabs{border-top:1px solid #80808061;margin-top:15px;padding-top:15px;}.tshirt-tabs .owl-item{height:200px;width:200px !important;}.tshirt-tabs .product-design-change{height:200px;}.tshirt-tabs #content_all .product-design-change{width:100%;}.tshirt-tabs .ty-pict.cm-image{height:200px;}.pretLiv h6{float:left;margin:0px;padding-top:10px;}.pretLiv p{float:left;padding:0px;padding-left:15px;}.ty-product-block__left{height:465px;}#content_general .cm-processed-form .ty-control-group label{width:20%;float:left;}#content_general .cm-processed-form .ty-control-group input{width:75%;float:right;}#content_general .cm-processed-form .ty-control-group select{width:75%;float:right;}.ty-profile-field.ty-account.form-wrap form.cm-processed-form .ty-control-group__title,.ty-account form.cm-processed-form .ty-control-group__title{padding-top:12px;}.ty-control-group.ty-profile-field__item.ty-billing-phone{width:47%;display:inline-block;}.ty-control-group.ty-profile-field__item.ty-billing-address{width:47%;display:inline-block;margin-left:4.8%;}.captcha.ty-control-group label{display:none;}.captcha.ty-control-group{float:left;}.ty-section__title.cm-combination.cm-save-state.cm-ss-reverse{text-align:left;width:15%;margin:0 auto;}.ty-orders-search-options.cm-processed-form input{background:#fff;border-color:#bf1e2e;}.ty-orders-search-options.cm-processed-form select{background:#fff;border-color:#bf1e2e;}.ty-orders-search-options.cm-processed-form .span4.ty-control-group{width:auto;text-align:left;}.ty-period label{text-align:left;}.orders_search .ui-datepicker{width:min-content !important;}.ty-orders-search-options.cm-processed-form .inputuri{width:55%;float:left;}.ty-orders-search-options.cm-processed-form .cecboxuri{width:44%;float:left;text-align:left;padding-left:1%;}.ty-status-info label{width:auto !important;float:left;}#content_general .cm-processed-form p{text-align:left;}.materiale h2{line-height:30px;font-size:25px;margin-top:10px;}.materiale h5{border-bottom:1px solid gray;}#content_general .part1info{width:47%;float:left;}#content_general .part2info{width:47%;float:left;margin-left:4.8%;}#content_general .part1info h3,.part2info h3{margin-bottom:10px;}.DYIcon{float:left;width:50%;}.divTabel img{padding-top:5%;width:50%;}.tabelDYI .divTabel{width:700px;}}.align-justify p{text-align:justify;}.empty-space30{padding:15px;}div.balance-link div.button a{background-color:#f06c43;padding:10px;display:block;width:max-content;margin:0 auto;margin-top:0px;margin-top:10px;font-weight:700;color:#fff;}.aidi-404 .ty-control-group.ty-product-options__item.product-list-field select{display:none;}.aidi-422 .ty-control-group.ty-product-options__item.product-list-field select{display:none;}.display-none{display:none !important;}h1.titleTwoCategSection{font-size:28px !important;text-transform:initial;}.onecateg h2.titluOneCategSection{font-size:24px;}p.titluOneCategSection2{position:relative;top:25px;font-weight:700;font-size:16px;text-decoration:underline;}</pre></body></html>