.colorpicker {
  display: none;
  width: 356px;
  height: 178px;
  overflow: hidden;
  position: fixed;
  background: url(../../img/colorpicker_background.png);
  font-family: Arial, Helvetica, sans-serif;
  -moz-border-radius: 5px;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  right:280px;
}
.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 14px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
  z-index: 9999;
}
.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(../../img/colorpicker_overlay.png);
  z-index: 9999;
}
.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  /*background: url(../../img/colorpicker_select.gif);*/
  margin: -5px 0 0 -5px;
}
.colorpicker_hue {
  position: absolute;
  top: 14px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}
.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(../../img/colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px;
}
.colorpicker_new_color {
  position: absolute;
  width: 62px;
  height: 28px;
  left: 213px;
  top: 14px;
  background: #f00;
}
.colorpicker_current_color {
  position: absolute;
  width: 63px;
  height: 28px;
  left: 280px;
  top: 14px;
  background: #f00;
}
.colorpicker input {
  position: absolute;
  top: 4px;
  left: 16px;
  width: 26px !important;
  height: 10px !important;
  line-height: 10px !important;
  margin: 0 !important;
  padding: 2px !important;
  text-align: right !important;
  font-size: 10px !important;
  font-family: Tahoma, Helvetica, sans-serif !important;
  color: #ccc;
  border: none !important;
  background: none !important;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.colorpicker input:hover,
.colorpicker input:focus
{
  padding: 1px !important;
  color: #fff;
  border: 1px solid #999 !important;
  background: none !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  left: 213px;
  top: 142px;
}
.colorpicker_hex input {
  width: 37px !important;
}
.colorpicker_tt {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}
.colorpicker_tt span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}
.colorpicker_rgb_r {
  top: 61px;
  left: 213px;
}
.colorpicker_rgb_g {
  top: 88px;
  left: 213px;
}
.colorpicker_rgb_b {
  top: 115px;
  left: 213px;
}
.colorpicker_hsb_h {
  top: 61px;
  left: 280px;
}
.colorpicker_hsb_s {
  top: 88px;
  left: 280px;
}
.colorpicker_hsb_b {
  top: 115px;
  left: 280px;
}
.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  /*background: url(../../img/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;
}
.ttbackground .sub-inner > div {
  padding: 10px 0;
}
.tt-tr-main.ttbackground {
  padding: 10px 0;
  border-bottom: 1px solid var(--border-color);
}
.colorSelector {
  cursor: pointer;
  position: relative;
  width: 30px;
  float: right;
  height: 30px;
  background: url("../../img/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../../img/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div:hover {
  background-position:  100% 0;
}
.tt-demo-wrap {
    top: 200px;
    right: 0;
    padding: 0;
    width: 0;
    height: 0;
    border-radius: 3px;
    z-index: 9999;
    -webkit-transition: all .45s ease;
    -o-transition: all .45s ease;
    transition: all .45s ease;
    position: fixed;
    background: #ffffff;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}
.cart-active .tt-demo-wrap{
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
.tt-demo-wrap .tt-demo-title {
  color: var(--primary-text-color);
  padding: 10px;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 25px;
  margin: 0 0 20px;
  font-weight: 500;
  background: var(
  --primary-bg-color);
}
.tt-demo-wrap.active {
  width: 390px;
  height: 600px;
  border-radius: 0;
  right: 25px;
  padding: 10px;
  box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
  overflow-y: scroll;
  /* border: 4px solid #fff; */
}
.tt-demo-wrap.active::-webkit-scrollbar {
	width: 5px;
}
.tt-demo-wrap.active::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
.tt-demo-wrap.active::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
.tt-demo-wrap.active .tt-demo-color {
   opacity: 1;
    -webkit-transition: opacity .3s .4s ease;
    -o-transition: opacity .3s .4s ease;
    transition: opacity .3s .4s ease;
}
.tt-demo-color {
    opacity: 0;
    -webkit-transition: opacity 0s ease;
    -o-transition: opacity 0s ease;
    transition: opacity 0s ease;
	float:left;
	width:100%;
}
.tt-demo-wrap .control {
    width: 62px;
    height: 50px;
    top: 150px;
    right: 0;
    border: 0;
    padding: 10px;
    text-align: center;
    z-index: 5;
    cursor: pointer;
    position: fixed;
    left: auto;
    bottom: 0;
    transition: all .45s ease;
    background: #fff;
    border-radius: 64px 0 0 64px;
    box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
}
.tt-demo-wrap .control:hover {
    padding: 10px 17px 10px 10px;
    width: 67px;
}
.tt-demo-wrap .control.active:hover {
    padding: 10px;
    width: 62px;
}
.tt-demo-wrap .control::before {
    content: '';
    background: url(../../img/color-wheel.svg);
    height: 30px;
    width: 30px;
    float: none;
    display: inline-block;
    vertical-align: middle;
	-webkit-animation-name: spin;
    -webkit-animation-duration: 4000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 4000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 4000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-ms-keyframes spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.tt-demo-wrap .control.active {
    border: none;
    top: 150px;
    right: 25px !important;
    border-radius: 64px 64px 0 0;
    padding: 10px 16px;
	box-shadow:0px -2px 7px -5px rgba(0,0,0,.5);
}
.tt-demo-wrap .control.inactive {
        border: medium none;
}
.tt-demo-wrap .control a:hover {
    cursor: pointer;
	text-decoration: none;
	outline: none;
}
.tt-demo-wrap .tt-demo-option {
	float: left;
}
.tt-demo-wrap .tt-wrapper {
    float: left;
}
.tt-demo-wrap .tt-container {
    float: left;
    width: 100%;
}
.tt-demo-wrap .tt-table {
    float: left;
}
.tt-demo-wrap .tt-tr {
  float: left;
  width: 100%;
  padding: 10px 20px;
  cursor: pointer;
}
.tt-demo-wrap .tt-tr.tt-tr-mode-label {
    background: #fff;
}
.tt-demo-wrap .tt-tr.tt-tr-mode-label:hover,
.tt-demo-wrap .tt-tr.tt-tr-style-label:hover {
    background: #f5f5f5;
}
.tt-row-body {}
.tt-row-header {}
.tt-row-main {}
.tt-row-footer {}
.tt-tr.last {
	background: none;
}
.tt-td-l,
.tt-td-r{
    float: left;
    width: 50%;
    text-indent: 0;
    color: #111111;
}
.tt-tr-mode div.radio span{
    vertical-align: middle;    
}
.tt-tr-background .tt-td-l, .tt-tr-link .tt-td-l, .tt-tr-color .tt-td-l {
  width: 88%;
  font: 500 15px/20px var(--primary-font);
}
.tt-tr-style-color {
  float: left;
  width: 100%;
  border-bottom: 1px solid var(--border-color);
}
.tt-tr-main.tt-tr-color-main .sub-inner {
  padding: 10px 20px 25px;
}
.tt-demo-wrap [type="radio"] {
    vertical-align: middle;
}
.tt-row-body .tt-td-l {
	padding-top: 60px;
}
.tt-tr-link .tt-td-r, .tt-tr-background .tt-td-r, .tt-tr-main .tt-td-r {
	float: left;
}
.tt-demo-wrap .tt-tr-font { padding: 10px 0 8px; }
.tt-td-l-font {
	width: 40px;
}
.tt-td-r-font {
	float: left;
	width: auto;
}
.tt-tr-background .tt-td-r,
.tt-tr-link .tt-td-r,
.tt-tr-color .tt-td-r{
	width: 12%;
}
.tt-tr.first .tt-td-r {
	padding-top: 8px;
}
.tt-tr.last .tt-td-r {
	padding-bottom: 8px;
}
.tt-td-r .cl-label {
    float: left;
    width: 90px;
    text-align: right;
	padding-right: 8px;
}
.tt-tr.tt-tr-mode label {
  cursor: pointer;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  float: left;
  margin: 5px 0 0;
  width: 100%;
}
.colorSelector {
	cursor: pointer;
	position: relative;
}
.colorSelector div {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
}
.colorSelector div:hover{
	box-shadow:0 0 2px rgba(0,0,0, .2);
}
.cl-pattern .cl-pattern {
    float: left;
    width: 104px;
}
.cl-pattern .cl-image {
    border: 1px solid #aaa;
    cursor: pointer;
    float: left;
    height: 22px;
    margin: 0 0 6px 6px;
    width: 22px;	
}
.cl-pattern .cl-image:hover {
	border-color: #000;
}

.tt-row-reset {
	text-align: center;
	padding: 10px 0 0;
}
.tt-row-reset .tt-reset {
  background: var(--primary-bg-color);
  color: var(--primary-text-color);
  font-size: 13px;
  height: auto;
  line-height: 24px;
  width: 100%;
  float: left;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.tt-row-reset .tt-reset::after {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--secondary-bg-color);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.tt-row-reset .tt-reset:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.tt-row-reset .tt-reset a {
  padding: 13px 20px;
  float: left;
  color: #fff;
  display: block;
  overflow: hidden;
  z-index: 1;
  transition: all 400ms ease-in-out 0s;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
  width: 100%;
  font: 500 16px/20px var(--primary-font);
  text-transform: uppercase;
}
.tt-row-reset .tt-reset:hover a {
  color: var(--secondary-text-color);
}
.tt-td-bg, .tt-td-text, .tt-td-link {
    float: left;
	padding: 3px;
}
.tt-demo-wrap .tt-tr-style { padding: 0 0 10px; }
.tt-demo-wrap .tt-tr-style .tt-td-l,
.tt-demo-wrap .tt-tr-style .tt-td-r { float: left; width: 90px; height: 45px; padding: 0; text-indent: -9999px; border: none; }
.tt-demo-wrap .tt-tr-style .tt-td-l:hover,
.tt-demo-wrap .tt-tr-style .tt-td-r:hover { border-color: #000; }
.tt-demo-wrap .tt-tr-style .tt-td-l {}
.tt-demo-wrap .tt-tr-style .tt-td-r { margin-left: 10px; }
.tt-demo-wrap .tt-tr-style .tt-td-l a,
.tt-demo-wrap .tt-tr-style .tt-td-r a { color: #fff; text-transform: uppercase; font-size: 12px; line-height: 30px; width: 100%; height: 100%; display: block; text-align: center; box-shadow:0 1px 5px rgba(0, 0, 0, 0.2);}
.tt-demo-wrap .tt-tr-style .tt-td-l a:hover,
.tt-demo-wrap .tt-tr-style .tt-td-r a:hover { text-decoration: none; }
.tt-demo-wrap .tt-tr-style .tt-td-l-clothing { background: #E72526; }
.tt-demo-wrap .tt-tr-style .tt-td-r-furniture { background: #e66f19; }
.tt-demo-wrap .tt-tr-style .tt-td-l-hitech { background: #1E84C4; }
.tt-demo-wrap .tt-tr-style .tt-td-r-watch { background: #5AA2AF; }

.tt-demo-wrap .tt-tr-style .tt-td-layout1,
.tt-demo-wrap .tt-tr-style .tt-td-layout2,
.tt-demo-wrap .tt-tr-style .tt-td-layout3,
.tt-demo-wrap .tt-tr-style .tt-td-layout4,
.tt-demo-wrap .tt-tr-style .tt-td-layout5,
.tt-demo-wrap .tt-tr-style .tt-td-layout6 {
	background: #666;
	width: 48%;
}
.tt-demo-wrap .tt-tr-style .tt-td-layout3,
.tt-demo-wrap .tt-tr-style .tt-td-layout4,
.tt-demo-wrap .tt-tr-style .tt-td-layout5,
.tt-demo-wrap .tt-tr-style .tt-td-layout6 {
	width: 48%;
	height: 45px;
}
.tt-demo-wrap .tt-tr-style .tt-td-layout1 span,
.tt-demo-wrap .tt-tr-style .tt-td-layout2 span,
.tt-demo-wrap .tt-tr-style .tt-td-layout3 span,
.tt-demo-wrap .tt-tr-style .tt-td-layout4 span,
.tt-demo-wrap .tt-tr-style .tt-td-layout5 span,
.tt-demo-wrap .tt-tr-style .tt-td-layout6 span{
	float: left;
	width: 50%;
	height: 45px;
}
.tt-demo-wrap .tt-tr-style a span:nth-child(3), 
.tt-demo-wrap .tt-tr-style a span:nth-child(4) {
    display: none;
}
.tt-demo-wrap .tt-tr-style .tt-td-layout1 { background: #00bba6; }

.tt-demo-wrap .tt-tr-style .tt-td-layout2 { background: #54c3f0; }

.tt-demo-wrap .tt-tr-style .tt-td-layout3 { background: #7fb602; margin: 0; }

.tt-demo-wrap .tt-tr-style .tt-td-layout4 { background: #9b8864; }

.tt-demo-wrap .tt-tr-style .tt-td-layout5 { background: #f16355;margin: 0; }
.tt-demo-wrap .tt-tr-style .tt-td-layout6 { background: #f6917d; }

.tt-demo-wrap .tt-tr-style .tt-td-layout1 a,
.tt-demo-wrap .tt-tr-style .tt-td-layout2 a,
.tt-demo-wrap .tt-tr-style .tt-td-layout3 a,
.tt-demo-wrap .tt-tr-style .tt-td-layout4 a,
.tt-demo-wrap .tt-tr-style .tt-td-layout5 a,
.tt-demo-wrap .tt-tr-style .tt-td-layout6 a {
	font-size: 11px;
}


.container_img_bread .breadcrumb {
    padding: 0;
}
.container_img_bread .breadcrumb .parallex {
    background-color: #000000;
    float: left;
    padding: 100px 15px;
    text-align: center;
    width: 100%;
}
#wrapper .container_img_bread  .breadcrumb li a{
	color:#ffffff;
}
.tt-tr-main {
    float: left;
    width: 100%;
    margin: 0;
}
#wrapper .container_img_bread .breadcrumb li::after {
    content: "/";
    color: #ffffff;
}
.tt-tr.tt-tr-mode-label, .tt-tr-style-label {
  color: #111;
  font-weight: 500;
  font-size: 16px;
}
.tt-demo-wrap .tt-tr-style .tt-td-layout{
-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.tt-demo-wrap .tt-tr-style .tt-td-layout:hover{
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.fullwidth .tt-tr-main .full-bg {
    display: none;
}
.tt-tr-main.tt-tr-mode-main {
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
}
.ttselect-title-font-1 .tt-td-l {
  padding: 0 0 15px;
}
.sub-inner {
  float: left;
  width: 100%;
  padding: 10px 20px;
}
.inner {
    float: left;
    width: 100%;
}
.ttselect-title-font-1 .tt-tr.tt-tr-background,
.ttselect-title-font-2 .tt-tr.tt-tr-background {
  padding: 0;
}
.ttselect-title-font-1 .tt-tr.tt-tr-background .tt-td-r,
.ttselect-title-font-2 .tt-tr.tt-tr-background .tt-td-r {
  width: 100%;
}
.tt-tr-color-main .sub-inner > div {
  padding: 10px 0;
}
#select_title_font_1,
#select_title_font_2 {
  width: 100%;
  border: 1px solid var(--border-color);
  border-radius: unset;
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
}
.tt-tr-main.ttselect-title-font-1 {
  float: left;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
}
.tt-tr-main.tt-tr-mode-main .tt-tr.tt-tr-mode > div {
  text-align: center;
  padding: 0 10px;
}
.tt-tr-mode-inner {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
  justify-content: center;
}
.tt-tr.tt-tr-mode .tt-tr-mode-inner label {
  width: auto;
  margin: 0 0 0 8px;
}
@media only screen and (max-device-width : 1024px) and (orientation:landscape) {
/* landscape-specific styles */
.tt-demo-wrap.active {
	height: 300px;
}
.tt-demo-wrap .control.active,.tt-demo-wrap .control {
	top: 150px;
}
}
@media(max-width:1600px){
.tt-demo-wrap.active {
    height: 660px;
}
}
@media(max-width:1200px){
  .tt-demo-wrap.active {
      width: 270px;
  }
  .tt-demo-wrap .tt-tr {
    padding: 5px 10px;
  }
  .tt-demo-wrap .tt-tr-style .tt-td-l, .tt-demo-wrap .tt-tr-style .tt-td-r{
    height: 35px;
  }
  .sub-inner {
    padding: 10px;
  }
  .tt-demo-wrap .tt-demo-title {
      padding: 8px 10px;
      font-size: 14px;
  }
  .tt-tr.tt-tr-mode-label, .tt-tr-style-label {
    font-size: 14px;
}
  .tt-tr-background .tt-td-l, .tt-tr-link .tt-td-l, .tt-tr-color .tt-td-l {
    font: 500 13px/18px var(--primary-font);
  }
  .tt-row-reset .tt-reset a {
    padding: 10px 20px;
    font: 500 14px/18px var(--primary-font);
  }
  .tt-demo-wrap .tt-tr-style .tt-td-layout1, .tt-demo-wrap .tt-tr-style .tt-td-layout2, .tt-demo-wrap .tt-tr-style .tt-td-layout3, .tt-demo-wrap .tt-tr-style .tt-td-layout4, .tt-demo-wrap .tt-tr-style .tt-td-layout5, .tt-demo-wrap .tt-tr-style .tt-td-layout6{
    width: 47%;
  }
  .tt-demo-wrap .tt-tr-style .tt-td-layout3, .tt-demo-wrap .tt-tr-style .tt-td-layout4, .tt-demo-wrap .tt-tr-style .tt-td-layout5, .tt-demo-wrap .tt-tr-style .tt-td-layout6 {
    width: 47%;
    height: 35px;
}
  .tt-tr-main.tt-tr-mode-main .tt-td-l, .tt-tr-main.tt-tr-mode-main .tt-td-r {
    text-align: center;
  }
  .tt-demo-wrap .tt-tr-style .tt-td-layout1 span, .tt-demo-wrap .tt-tr-style .tt-td-layout2 span, .tt-demo-wrap .tt-tr-style .tt-td-layout3 span, .tt-demo-wrap .tt-tr-style .tt-td-layout4 span, .tt-demo-wrap .tt-tr-style .tt-td-layout5 span, .tt-demo-wrap .tt-tr-style .tt-td-layout6 span {
    height: 35px;
}
}
@media(max-width:991px){
.tt-demo-wrap.active {
    height: 550px;
    overflow-y: scroll;
}
.tt-demo-wrap .control {
	right:-25px !important;
}
}
@media(max-width:543px){
.tt-demo-wrap.active {
    height: 250px;
}
.tt-demo-wrap .control	{
	top: 131px;
}
}
