/*|-----------------------------------------------------------------|*/
/*|*********************** Theme setting ***************************|*/
/*|-----------------------------------------------------------------|*/

.colorpicker {
    display: none;
    width: 356px;
    height: 178px;
    overflow: hidden;
    position: fixed;
    background: url(../images/colorpicker_background.png);
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    z-index: 99999;
}
.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(../images/colorpicker_overlay.png);
    z-index: 9999;
}
.colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    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(../images/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;
    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_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 {
    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;
    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;
}

.colorSelector {
    cursor: pointer;
    position: relative;
    width: 22px;
    height: 22px;
    background: url("../images/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url("../images/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div:hover {
    background-position:  100% 0;
}

@media(max-width:1200px){
    .field-demo-wrap{
        display: none
    }
}
.field-demo-wrap .field-demo-title {
    border-bottom: 1px solid #ddd;
    color: #555555;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
}
.field-demo-wrap .control.inactive::before {
    color: #ffffff;
    content: "\f013" !important;
    font-family: fontawesome;
    font-size: 20px;
    line-height: 40px;
    padding: 0;
}
.field-demo-wrap .control.active::before {
    color: #ffffff;
    content: "\f057";
    font-family: fontawesome;
    font-size: 22px;
    line-height: 40px;
    padding: 0;
}
.field-demo-wrap .control.active {
    background-color: #e51d02;
    border: none;
}
.field-demo-wrap .control.inactive {
    background-color: #e51d02;
    border: medium none;
}
.field-demo-wrap .control a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
.field-demo-wrap {
    background: transparent;
    color: #111;
    font-size: 14px;
    line-height: 20px;
    right:auto;
    left: -210px;
    padding: 6px;
    position: fixed;
    text-align: left;
    width: 210px;
	top: 164px;
    z-index: 999;
    -webkit-transition: background 0.5s ease-in-out 0s;
    -ms-transition: background 0.5s ease-in-out 0s;
    -o-transition: background 0.5s ease-in-out 0s;
    -moz-transition: background 0.5s ease-in-out 0s;
}
.field-demo-wrap .control {
    cursor: pointer;
    float: right;
    border-radius: 0;
    height: 40px;
    margin-right: -46px;
    margin-top: -50px;
    width: 40px;
	text-align: center;
}
.field-demo-wrap .field-demo-option {
    float: left;
    padding: 5px 0 5px 4px;
}
.field-demo-wrap .cl-wrapper {
    float: left;
}
.field-demo-wrap .cl-container {
    float: left;
    width: 100%;
}
.field-demo-wrap .cl-table {
    float: left;
}
.field-demo-wrap .cl-tr {
    float: left;
    width: 100%;
    clear: both;
    padding: 0 0 8px;
}
.cl-row-body {}
.cl-row-header {}
.cl-row-main {}
.cl-row-footer {}
.cl-tr.last {
    background: none;
}
.cl-td-l,
.cl-td-r{
    float: left;
    width: 50%;
    text-indent: 8px;
    color: #444444 !important;
}
.cl-tr-mode div.radio span{
    vertical-align: middle;    
}
.cl-tr-background .cl-td-l,
.cl-tr-link .cl-td-l{
    width: 80%;
}
.cl-row-body .cl-td-l {
    padding-top: 60px;
}
.cl-tr-link .cl-td-r, .cl-tr-background .cl-td-r, .cl-tr-main .cl-td-r {
    float: left;
}
.field-demo-wrap .cl-tr-font { padding: 10px 0 8px; }
.cl-td-l-font {
    width: 40px;
}
.cl-td-r-font {
    float: left;
    width: auto;
}
.cl-tr-background .cl-td-r,
.cl-tr-link .cl-td-r{
    width: 20%;
}
.cl-tr.first .cl-td-r {
    padding-top: 8px;
}
.cl-tr.last .cl-td-r {
    padding-bottom: 8px;
}
.cl-td-r .cl-label {
    float: left;
    width: 90px;
    text-align: right;
    padding-right: 8px;
}
.cl-tr.cl-tr-mode label{
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}
.colorSelector {
    cursor: pointer;
    position: relative;
}
.colorSelector div {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
}
.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;
}

.cl-row-reset {
    text-align: center;
    height: 28px;
    padding: 10px 0;
}
.cl-row-reset .cl-reset {
    background: #111111 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}
.cl-row-reset .cl-reset:hover {
    cursor: pointer;
    background: none repeat scroll 0 0 #e51d02;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
}
.cl-td-bg, .cl-td-text, .cl-td-link {
    float: left;
    padding: 3px;
}

.cl-row-themeskin {}
.cl-row-themeskin .theme-title {
    font-size: 20px;
    padding: 0 10px 0;
    color: #444444 !important;
}
.cl-row-themeskin ul {
    float:left;
    padding: 0 0 15px 10px;
}
.cl-row-themeskin li {
    float: left;
    width: 20px;
    height: 20px;
    border: 2px solid #CCCCCC;
    margin: 10px 10px 0 0;
}
.cl-row-themeskin li:hover {
    border-color: #aaa;
}
.cl-row-themeskin li a {
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    text-indent: -9999px;
}
.cl-row-themeskin li a.cl-asparagus { background: #799042; }
.cl-row-themeskin li a.cl-blue { background: #036EB6; }
.cl-row-themeskin li a.cl-brick { background: #783937; }
.cl-row-themeskin li a.cl-cardinal { background: #d01242; }

.cl-row-themeskin li a.cl-darkcoral { background: #cd5b45; }
.cl-row-themeskin li a.cl-herbal { background: #54a925; }
.cl-row-themeskin li a.cl-indigo { background: #581797; }
.cl-row-themeskin li a.cl-khaki { background: #806b2a; }

.cl-row-themeskin li a.cl-magentadye { background: #ca1f7b; }
.cl-row-themeskin li a.cl-marengo { background: #384e5d; }
.cl-row-themeskin li a.cl-pumpkin { background: #ff7518; }
.cl-row-themeskin li a.cl-pear { background: #c6c700; }

.cl-row-themeskin li a.cl-prussianblue { background: #003348; }
.cl-row-themeskin li a.cl-red { background: #e43715; }
.cl-row-themeskin li a.cl-violetred { background: #ff52af; }
.cl-row-themeskin li a.cl-yellow { background: #fddd15; }

.field-demo-wrap .cl-tr-style { padding: 0 0 10px; }
.field-demo-wrap .cl-tr-style .cl-td-l,
.field-demo-wrap .cl-tr-style .cl-td-r { float: left; width: 90px; height: 30px; padding: 0; text-indent: -9999px; border: none; }
.field-demo-wrap .cl-tr-style .cl-td-l:hover,
.field-demo-wrap .cl-tr-style .cl-td-r:hover { border-color: #000; }
.field-demo-wrap .cl-tr-style .cl-td-l {}
.field-demo-wrap .cl-tr-style .cl-td-r { margin-left: 10px; }
.field-demo-wrap .cl-tr-style .cl-td-l a,
.field-demo-wrap .cl-tr-style .cl-td-r a { color: #fff; text-transform: uppercase; font-size: 12px; line-height: 30px; width: 100%; height: 100%; display: block; text-align: center; }
.field-demo-wrap .cl-tr-style .cl-td-l a:hover,
.field-demo-wrap .cl-tr-style .cl-td-r a:hover { text-decoration: none; }
.field-demo-wrap .cl-tr-style .cl-td-l-clothing { background: #E72526; }
.field-demo-wrap .cl-tr-style .cl-td-r-furniture { background: #e66f19; }
.field-demo-wrap .cl-tr-style .cl-td-l-hitech { background: #1E84C4; }
.field-demo-wrap .cl-tr-style .cl-td-r-watch { background: #5AA2AF; }

.field-demo-wrap .cl-tr-style .cl-td-layout1,
.field-demo-wrap .cl-tr-style .cl-td-layout2,
.field-demo-wrap .cl-tr-style .cl-td-layout3,
.field-demo-wrap .cl-tr-style .cl-td-layout4,
.field-demo-wrap .cl-tr-style .cl-td-layout5,
.field-demo-wrap .cl-tr-style .cl-td-layout6 {
    background: #666;
    width: 90px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 {  }
.field-demo-wrap .cl-tr-style .cl-td-layout2 { }
.field-demo-wrap .cl-tr-style .cl-td-layout3,
.field-demo-wrap .cl-tr-style .cl-td-layout4,
.field-demo-wrap .cl-tr-style .cl-td-layout5,
.field-demo-wrap .cl-tr-style .cl-td-layout6 {
    width: 90px;
    height: 30px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 span,
.field-demo-wrap .cl-tr-style .cl-td-layout2 span,
.field-demo-wrap .cl-tr-style .cl-td-layout3 span,
.field-demo-wrap .cl-tr-style .cl-td-layout4 span,
.field-demo-wrap .cl-tr-style .cl-td-layout5 span,
.field-demo-wrap .cl-tr-style .cl-td-layout6 span{
    float: left;
    width: 45px;
    height: 30px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 { background: #00bba6; }

.field-demo-wrap .cl-tr-style .cl-td-layout2 { background: #54c3f0; }

.field-demo-wrap .cl-tr-style .cl-td-layout3 { background: #7fb602; margin: 0; }

.field-demo-wrap .cl-tr-style .cl-td-layout4 { background: #9b8864; }

.field-demo-wrap .cl-tr-style .cl-td-layout5 { background: #f16355;margin: 0; }
.field-demo-wrap .cl-tr-style .cl-td-layout6 { background: #f6917d; }

.field-demo-wrap .cl-tr-style .cl-td-layout1 a,
.field-demo-wrap .cl-tr-style .cl-td-layout2 a,
.field-demo-wrap .cl-tr-style .cl-td-layout3 a,
.field-demo-wrap .cl-tr-style .cl-td-layout4 a,
.field-demo-wrap .cl-tr-style .cl-td-layout5 a,
.field-demo-wrap .cl-tr-style .cl-td-layout6 a {
    font-size: 11px;
}
span.tcbrown{background:#111111;}
span.tceb5f60{background:#e51d02;}
span.tcred{background:#c74747;}
span.tcyellow{background:#e3c048;}
span.tcorange{background:#ffb502;}
span.tcblue{background:#eb8278;}
span.tcblack{background:#333;}
span.tcpink{background:#5cc1b9;}
span.tcgray{background:#837a6b;}
span.tcblue2{background:#2bbbd8;}
span.tcgreen{background:#a9b35d;}
span.tcblue3{background:#08bbb7;}

/*|-----------------------------------------------------------------|*/
/*|********************** End Theme setting ************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|******************** Start Elementor Preview ********************|*/
/*|-----------------------------------------------------------------|*/

#module-fieldelementor-preview #wrapper .breadcrumb-all-page{
    display: none;
}
#module-fieldelementor-preview #elementor{
    margin-top: 40px;
}
/*|-----------------------------------------------------------------|*/
/*|******************** End Elementor Preview **********************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|****************** Theme customizer setting *********************|*/
/*|-----------------------------------------------------------------|*/

#wrapper.active_grid #box-product-grid {
    display: block;
    width: 100%;
}
#wrapper.active_list #box-product-list {
    display: block;
    width: 100%
}
#wrapper.active_grid #box-product-grid > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#box-product-list .item-product-list .product-miniature .right-product {
    padding: 0 0 0 30px;
}
.product-list-gallery ul li.thumb-item {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid transparent;
}
#box-product-grid .product-list-gallery ul {
    text-align: center;
}
.field-product-item .left-product.loading,.field-widget-wrapper .left-product.loading{min-height: 200px;}
#box-product-list .field-product-item .left-product.loading{min-width: 250px;}
.field-product-item .left-product .product-thumbnail.loading{
    width: 80px;
    height: 80px;
    top: 40%;
    left: 35%;
    position: absolute;
    background: url('../field-css/loading.gif');
}
.left-product .product-thumbnail.loading > span{
    display: none;
}
.breadcrumb-all-page {position: relative;margin-bottom: 50px;}
.breadcrumb-all-page .container_img_bread.no-img-cate.img-breadcrumb-on-fieldthemecustomizer{
    min-height: 100px;
}
#box-product-grid .right-product .decriptions-short_grid{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: left;
}
.images-container.vertical_thumbnail .thumb-product-page{
    max-width: 100px;
    display: inline-block;
    position: relative;
}
.images-container.vertical_thumbnail .product-cover {
    max-width: calc(100% - 120px);
    display: inline-block;
    float: right;
}
#product .tab-content .product-description{
    max-height: 80px;
    overflow: hidden;
    transition: 0.5s ease 0s;
}
#product .tab-content .product-description.opened{
    max-height: 1000px;
    transition: 0.5s ease 0s;
}
.button_readmore {
    text-align: center;
    margin-top: 25px;
}
.button_readmore .readmore_desc {
    background: #333;
    color: #fff;
}
/*|-----------------------------------------------------------------|*/
/*|****************** End Theme customizer setting *****************|*/
/*|-----------------------------------------------------------------|*/

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes beat{
    to { transform: scale(1.2); }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}