/* General */
table.wp-list-table img {
  max-width: 50px;
  max-height: 50px;
}

a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline:none !important;
}
.row:after,
.clear-after:after {
  content: "\0020";
}
.clear,
.row:after,
.clear-after:after {
  display: block;
  /* height: 0; */
  /* overflow: hidden; */
  /* visibility: hidden; */
  /* width: 0; */
  clear: both;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}

.hide-box {
  display: none !important;
}

.kt-container {
  width: 100%;
  font-size: 12px;
  font-family: 'open sans', sans-serif;
  font-weight: 500;
  overflow: hidden;
}

.inside .kt-container {
  overflow:visible;
}

#kt-wrap {
  background-color: #fff;
  margin: 15px;
  padding-bottom: 25px;
  position: relative;
  box-shadow: 0px 0px 8px #EDEDED;
}
.kt-container a {
  text-decoration: none;
  font-size: 13px;
  -moz-transition: color 300ms ease-in-out 0s;
  -webkit-transition: color 300ms ease-in-out 0s;
  -o-transition: color 300ms ease-in-out 0s;
  transition: color 300ms ease-in-out 0s;
}

.kt-container hr {
  height: 1px;
  background-color: #efefef;
  border: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  width: 96%;
  margin-left: 2%;
}
.kt-container h1,
.kt-container h2,
.kt-container h3,
.kt-container h4,
.kt-container h5,
.kt-container h6 {
  font-family: 'open sans', sans-serif;
  margin: 0;
  padding: 0;
}
.kt-container h1 {
  font-size: 36px;
  line-height: 40px;
}
.kt-container h2 {
  font-size: 30px;
  line-height: 34px;
}
.kt-container h3 {
  font-size: 24px;
  line-height: 28px;
}
.kt-container h4 {
  font-size: 18px;
  line-height: 21px;
}
.kt-container h5 {
  font-size: 16px;
  line-height: 21px;
}
.kt-container h6 {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}

.kt-container input[type="text"]::-webkit-input-placeholder {
   color: #ccc;
}

.kt-container input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #ccc;  
}

.kt-container input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
}

.kt-container input[type="text"]:-ms-input-placeholder {  
   color: #ccc;  
}

.kt-container input#field-kiteApiKey[type="text"]::-webkit-input-placeholder {
   color: #000;  
}

.kt-container input#field-kiteApiKey[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

.kt-container input#field-kiteApiKey[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

.kt-container input#field-kiteApiKey[type="text"]:-ms-input-placeholder {  
   color: #000;  
}

.kt-container input[type="text"],
.kt-container input[type="password"],
.kt-container textarea,
.kt-container select {
  color: #666;
  font-family: 'open sans', sans-serif;
  font-weight: 500;
  font-size: 12px;
  background: #fff;
  border: 0;
  margin: 0;
  width: 60%;
  max-width:500px;
  border:1px solid #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.kt-container input[type="password"],
.kt-container input[type="text"] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.kt-container .field-label,
.kt-container label {
  color: #6e6e6e;
  margin-right: 10px;
  width: 25%;
  vertical-align: baseline;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 23px;
}
.kt-container .has-label {
  float: left;
}
.kt-container.post-meta input[type="password"],
.kt-container.post-meta input[type="text"]:not(.colorinput),
.kt-container.post-meta textarea,
.kt-container.post-meta .select,
.kt-container.post-meta select {
  width: 40%;
}
.kt-container.post-meta .field-label,
.kt-container.post-meta label {
  width: 28%;
}
.kt-container.post-meta .color-field-wrap label {
  width: 50%;
}
.kt-container.post-meta .small-text input[type="text"] {
  width: 10%;
}

.kt-container input[name="kiteApiKey"] {
    max-width:700px;
}

/* Page Setup */
.kt-container .theme-settings-body {
  display: table;
  width: 100%;
  padding-top: 15px;
}

.kt-container ul,
.kt-container li {
  margin: 0;
  padding: 0;
}
/* Header */
#kt-head {
  height: 150px;
}
#kt-head .logo {
  float: left;
  text-align: center;
  padding: 40px 10px 10px;
  width: 350px;
  margin-right: 20px;
  margin-left: 20px;
  /* min-width: 240px; */
  box-sizing: border-box;
}

#kt-head .logo img {
  float:left;
}

.version {
  position: relative;
  float:left;
  margin-top:40px;
}
.version span {
  color: #1a1a1a;
    height: 38px;
    font-size: 13px;
    font-weight: 600;
}
/* Columns */
#kt-sidebar {
  width: 23%;
  /* min-width: 240px; */
  display: inline-block;
  vertical-align: top;
  /*margin-right: 20px;*/
  margin-left: 20px;
  position: relative;
}

#kt-sidebar:after{
  content: "";
  position: absolute;
  width:1px;
  height: 100%;
  right:-1px;
  top: 0;
  z-index: 0;
  background-color: #E7E7E7;
}

.theme-settings .kt-main {
  width: calc(76% - 40px);
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
}
/* Sidebar */
#kt-sidebar .heading {
  text-align: center;
  text-transform: uppercase;
  display: block;
  height: 31px;
  background: url(../img/gear.png) no-repeat 25px top;
  margin-bottom: 30px;
  color: #3d3d3d;
}
#kt-sidebar-accordion > div {
    background-color: #f7f7f7;
}
#kt-sidebar-accordion a {
  font-family: 'open sans', sans-serif;
  font-weight: 500;
}
#kt-sidebar-accordion h3 a {
  color: #1a1a1a;
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  font-weight:600;
  text-transform: uppercase;
  padding-left: 15px;
  background: #efefef url(../img/up.png) no-repeat 95% center;
  -moz-transition: color 300ms ease;
  -webkit-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  transition: color 300ms ease;
}
#kt-sidebar-accordion h3 a span {
  -moz-transition: color 300ms ease !important;
  -webkit-transition: color 300ms ease !important;
  -o-transition: color 300ms ease !important;
  transition: color 300ms ease !important;
}
#kt-sidebar-accordion h3 a span{
  vertical-align: middle;
  font-size: 16px;
  padding-right: 5px;
}
#kt-sidebar-accordion > h3 a.active {
  background: #efefef url(../img/up.png) no-repeat 95% center;
}
#kt-sidebar-accordion li {
outline : none;
}
#kt-sidebar-accordion li a {
    font-weight: 600;
    display: block;
    line-height: 35px;
    color: #555;
    padding-left: 50px;
    padding-left: 35px;
    outline: 0;
    position: relative;
    background-color: transparent!important;
    -webkit-transition: color .5s ease;
    -ms-transition: color .5s ease;
    -moz-transition: color .5s ease;
    transition: color .5s ease;
}
#kt-sidebar-accordion li a[href="#headerstyle"] , #kt-sidebar-accordion li a[href="#headerStartBtn"] {
    padding-left: 50px;
    outline : none;
}
#kt-sidebar-accordion li a.active,
#kt-sidebar-accordion li:hover a {
  color: #31B0B4;
}
#kt-sidebar-accordion li a.active {
  outline: none;
}
#kt-sidebar-accordion li a:after {
  content: "";
  position: absolute;
  height: 0;
  width: 1px;
  z-index:10;
  background-color: #2DA3A7;
  right: -1px;
  top: 50%;
  -webkit-transition:height 0s ease,top 0s ease;
  -ms-transition:height .1s ease,top .1s ease;
  -moz-transition:height .1s ease,top .1s ease;
  transition:height 0s ease,top 0s ease;
}
#kt-sidebar-accordion li a.active:after {
  top:0%;
  height: 100%;
  -webkit-transition:height .3s ease,top .3s ease;
  -ms-transition:height .3s ease,top .3s ease;
  -moz-transition:height .3s ease,top .3s ease;
  transition:height .3s ease,top .3s ease;
}
#kt-sidebar-accordion li:hover a {
  background-color: #fafafa;
}
/* Main Container */
.kt-main {
  border-left:1px solid #e7e7e7;
}
.post-meta .kt-main {
  border-left:none;
}
.kt-main .kt-content-wrap {
  width: 100%;
}
.kt-main .content-head {
  height: 50px;
  padding:15px 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 30px;
}
.kt-main .support {
  float: right;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 140px;
  width:300px;
}
.kt-main .support a {
  color: #444;
  padding: 0 5px 0 30px;
  font-size: 13px;
  position: relative;
}

.kt-main .support a:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 1px;
  font-size: 17px;
  color: #676767;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color .1s ease-in 0;
  transition: color .1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kt-main .support a:before {
    content: "\f330";
}

.kt-main .support a:first-child:before {
    content: "\f468";
}


.kt-main .support a:hover {
  color: #31b0b4;
}
.kt-main .support .separator {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 5px;
  background: #ccc;
  position: relative;
  top: 2px;
}
.kt-main .content-head h3 {
  font-size: 19px;
  float: left;
  font-weight: 400;
  line-height: 50px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 30px;
}
.kt-main .save-button {
  position: absolute;
  display: block;
  float: left;
  z-index:1;
  top: 0;
  right: 0;
  padding: 0px;
  height: 50px;
  line-height: 50px;
  background-color: #31B0B4;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  width: 120px;
  overflow: hidden;
   float: right;
  -moz-transition: background-color 300ms ease-in-out 0s,width 300ms ease-in-out 0s;
  -webkit-transition: background-color 300ms ease-in-out 0s,width 300ms ease-in-out 0s;
  -o-transition: background-color 300ms ease-in-out 0s,width 300ms ease-in-out 0s;
  transition: background-color 300ms ease-in-out 0s,width 300ms ease-in-out 0s;
}

.kt-main .save-button:hover {
    background-color: #676767;
    width: 120px;
}

.kt-main .save-button.fixedSaveButton {
    position: fixed;
    top:-50px;
  margin-right: 15px;
    -webkit-animation: save-button-anim 300ms ease forwards;
    -moz-animation: save-button-anim 300ms ease forwards;
    -ms-animation: save-button-anim 300ms ease forwards;
    -o-animation: save-button-anim 300ms ease forwards;
    animation: save-button-anim 300ms ease forwards;
}

@keyframes save-button-anim {
  0% { 
        top:-50px;
    }
  100% { 
        top:32px;
    }
}

@keyframes save-button-anim {
  0% { 
        top:-50px;
    }
  100% { 
        top:32px;
    }
}

.kt-main .save-button.fixedSaveButton.hidefixedSaveButton {
    position: fixed;
    top:-50px;
    -webkit-animation: hide-save-button-anim 200ms ease forwards;
    -moz-animation: hide-save-button-anim 200ms ease forwards;
    -ms-animation: hide-save-button-anim 200ms ease forwards;
    -o-animation: hide-save-button-anim 200ms ease forwards;
    animation: hide-save-button-anim 200ms ease forwards;
}

@keyframes hide-save-button-anim {
  0% { 
        top:32px;
    }
  100% { 
        top:-50px;
    }
}

@keyframes hide-save-button-anim {
  0% { 
        top:32px;
    }
  100% { 
        top:-50px;
    }
}

.kt-main .save-button div {
  display: inline-block;
  float: left;
  padding: 0 10px;
  -moz-transition: opacity 500ms ease 0.1s;
  -webkit-transition: opacity 500ms ease 0.1s;
  -o-transition: opacity 500ms ease 0.1s;
  transition: opacity 500ms ease 0.1s;
}

.kt-main .save-button.loading .loader {
display:block;
}


.kt-main .save-button > img {
  display: inline;
  vertical-align: middle;
  float: left;
  padding: 11px 13px;
}
.kt-main .save-button.loading,
.kt-main .save-button:active {
  background-color: #2c9b48;
}
.kt-main .save-button .loading-icon {
  display: none;
}
.kt-main .section {
  padding: 15px 30px;
  position: relative;
}
.kt-main .section-head {
  /*margin-bottom: 20px;*/
  min-height: 23px;
}
.kt-main .label {
  float: left;
  font-size: 13px;
  line-height: 22px;
  color: #555;
}
.kt-main .section-head .label {
  font-family: 'open sans', sans-serif;
  font-weight: 700;
  color: #3B3A3A;
  font-size: 12px;
  float: none;
  text-transform:uppercase;
  margin-bottom: 10px;
}
.kt-main .upload-field a,
.kt-main .upload-field input {
  float: left;
}

.kt-main .upload-field.favicon .upload-thumb img {
  width:16px !important;
  height: 16px !important;
}

.kt-main .upload-field a.remove-button {
  padding: 3px 3px 0 10px;
}
.kt-main .upload-field a.upload-button,
.menu-edit .upload-field a.upload-button {
  display: block;
  margin-left: 5px;
  padding: 5px 18px;
  line-height: 21px;
  background-color: #31b0b4;
  color: #FFF;
  text-decoration: none;
  -moz-transition: background-color 300ms ease-in-out 0s;
  -webkit-transition: background-color 300ms ease-in-out 0s;
  -o-transition: background-color 300ms ease-in-out 0s;
  transition: background-color 300ms ease-in-out 0s;
}
.kt-main .upload-field a.upload-button:hover,
.menu-edit .upload-field a.upload-button :hover {
  background-color: #4d4d4d;
}

.menu-edit .upload-field a.upload-button {
  display: inline-block;
}

.menu-edit .upload-field input[type="text"] {
    float: left;
    width: 70%;
}

.upload-thumb {
  width: 100px;
  margin:10px 0;
  display: none;
  float: left;
  position: relative;
  overflow: hidden;
  float: left;
  clear: both;
}

.upload-thumb .close {
cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  right: 0;
  height: 30px;
  background: rgba(255, 255, 255, 0.76);
}

.upload-thumb .close .close-icon , .remove-button .close .close-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.upload-thumb .close .close-icon:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 0px;
  border: 1px solid #F00;
  transform: rotate(-45deg);
  top:12px;
  left:50%;
  margin-left: -7px;
}

.upload-thumb .close .close-icon:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 0px;
  border: 1px solid #F00;
  transform: rotate(45deg);
  top:12px;
  left:50%;
  margin-left: -7px;
}

.section-gallery .upload-thumb .close  {
    display:none;
}

.upload-thumb.show {
  display: block;
  position: relative;
}

.upload-thumb img{
  width:100%;
}

.kt-main .section-tooltip {
  position: absolute;
  right: -2px;
  top: -5px;
  float: left;
}
.kt-main .section-tooltip a {
  display: block;
  width: 35px;
  height: 35px;
  margin: 0;
  font-size: 25px;
  background: url(../img/info.png) no-repeat center bottom;
}
.kt-main .section-tooltip .tip_wrapper {
  position: absolute;
  top: -100%;
  right: 0;
  padding: 0 0 20px 3px;
  z-index: 100;
}
.kt-main .section-tooltip .text {
  color: #777;
  padding: 15px;
  background: #f6f6f6;
  width: 250px;
  line-height: 21px;
  margin-bottom:0;
}
.kt-main .section-tooltip .arrow_shade,
.kt-main .section-tooltip .arrow {
  position: absolute;
  right: 16px;
  width: 0;
  height: 0;
  left:auto;
  bottom:0;
  border-style: solid;
  border-width: 20px 0 0 26px;
  border-color: #f6f6f6 transparent transparent;
}
.kt-main .section-tooltip .arrow_shade {
  /*right: 15px;*/
}
/* slider & switch */
.kt-main input[type="range"],
.kt-main .slider {
  width: 40%;
}
.kt-main .switch,
.kt-main input.switch {
  width: 20px;
}
.kt-main .switch,
.kt-main input[type="range"],
.kt-main .slider {
  float: left;
}

.kt-main .noUi-horizontal {
  height: 20px;
  background-color: transparent!important;
}

.kt-main .noUi-connect {
  box-shadow: none;
  background: transparent;
}

.kt-main .switch.noUi-horizontal {
  border-radius: 20px
}
.kt-main .switch .noUi-base,
.kt-main .switch .noUi-origin {
  border-radius: 20px
}
.kt-main .noUi-origin {

}
.kt-main .noUi-origin:after {
  z-index: 1;
  content: "";
  width: 100%;
  position: absolute;
  background: #e7e7e7;
  height: 3px;
  top: 7px;
}
.kt-main .noUi-base:after {
  content: "";
  width: 100%;
  position: absolute;
  background: #31B0B4;
  height: 3px;
  top: 7px;
}
.kt-main .slider .noUi-base:before {
  content: "";
  width: 10px;
  position: absolute;
  background: #31B0B4;
  height: 3px;
  top: 7px;
  left:-10px;
}
.kt-main .noUi-handle {
  border: 2px solid #31B0B4;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  top: 0 !important;
  box-shadow :none;
  z-index: 2;
}
.kt-main  .switch .noUi-handle {
  top: 0px;
}
.kt-main .switch .noUi-origin:after {
  height: 12px;
  top: 3px;
  border-radius: 12px;
  border: 1px solid #E7E7E7;
  left: -4px;
  padding: 0 4px;
}
.kt-main .switch .noUi-base:after {
  height: 12px;
  border-radius: 12px;
  top: 4px;
  left: -4px;
  padding: 0 4px;
}

.kt-main .switch .noUi-handle {
  left: -10px;
  transition:left 10ms ease;
}


.kt-main .noUi-handle:after,.kt-main  .noUi-handle:before {
  background:transparent;
}

.kt-main .noUi-target {
  border-radius: 0;
  border: none;
  box-shadow: none;
}


.kt-main .field {
    margin-bottom: 15px;
    min-height: 30px;
    padding-top: 15px;
}

.kt-main .field.upload-field {
    margin-bottom: 3px;
    min-height: 30px;
    padding-top: 3px;
}

.kt-main .field  .kt-input{
    float:left;
    width: 100%;
}

.kt-main .field  .chosen-container {
    width:245px !important;
}

.kt-main .field:last-child {
    margin-bottom: 0;
}

.kt-main .field:after {
    clear: both;
    content: "";
    display: table;
}


/* Main Container */
.theme-settings .kt-main .section {
  max-width: 100%;
  min-width: 580px;
}

.kt-container.post-meta .switch-input {
  width: 30%;
}

/* Select */
.kt-main .select {
  position: relative;
  width: 60%;
  max-width:500px;
}
.kt-main .select div {
  width: 96%;
  padding: 0 2%;
  height: 33px;
  line-height: 33px;
  background: transparent url(../img/combobox_arrows.png) no-repeat 96% center;
  color: #666;
  border:1px solid #e7e7e7;
}
.kt-main .select select {
  opacity: 0;
  height: 35px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* Multiselect */
.chzn-container-multi .chzn-choices {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.chzn-container-multi .chzn-choices .search-field input {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  height: auto !important;
}
.chzn-container .chzn-results li {
  padding: 5px 6px !important;
}
.chzn-container-multi .chzn-choices .search-choice {
  padding: 3px 20px 3px 5px !important;
  margin: 3px 0 3px 5px !important;
}
.chzn-container .chzn-results .highlighted {
  background-color: #74B000;
  filter: none;
  background-image: none;
}
.chzn-container-active .chzn-choices {
  border-color: #74b000;
}
/* Image Select */
.imageSelect:after {
  display: table;
  content: "";
  clear: both;
}
.imageSelect a {
  display: block;
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -2000px;
  outline: medium none;
  padding:0px;
  -webkit-transition: background-color 300ms ease;
  -moz-transition: background-color 300ms ease;
  -ms-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}
.section-widget-areas .imageSelect a {
    padding:2px;
}

.imageSelect label {
  min-height: 115px;
}

.section-featured-size .imageSelect label {
  min-height: 180px;
}

/* product detail */
.imageSelect.product-detail a {
  width: 139px;
  height: 96px;
}
.imageSelect.product-detail .selected,
.imageSelect.product-detail a:hover {
  background-color: #5b5b5b;
}

.imageSelect.product-detail .pd_classic {
  background-image: url(../img/shop/pd_classic.png);
}
.imageSelect.product-detail .pd_kt_classic {
  background-image: url(../img/shop/pd_kt_classic.png);
}
.imageSelect.product-detail .pd_background {
  background-image: url(../img/shop/pd_background.png);
}
.imageSelect.product-detail .pd_top {
  background-image: url(../img/shop/pd_top.png);
}
.imageSelect.product-detail .pd_classic_sidebar {
  background-image: url(../img/shop/pd_classic_sidebar.png);
}
.imageSelect.product-detail .pd_fixed_summary {
  background-image: url(../img/shop/pd_fixed.png);
}

body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .six-three-three,
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .three-three-six,
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .three-three-two-two-two,
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .two-two-two-three-three,
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .eight-four,
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .one-three-three-two-two-two,
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .six-six-three-three-two-two-two,
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .four-eight {
	width:0 !important;
	height:0 !important;
	padding:73px 0 0 142px;
}
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .six-three-three {
  background: url(../img/footer_widget/footer_widget7.png) no-repeat 0 0;
}
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .three-three-six{
	background: url(../img/footer_widget/footer_widget8.png) no-repeat 0 0;
}
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .three-three-two-two-two{
	background: url(../img/footer_widget/footer_widget10.png) no-repeat 0 0;
}
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .two-two-two-three-three{
	background: url(../img/footer_widget/footer_widget9.png) no-repeat 0 0;
}
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .eight-four{
	background: url(../img/footer_widget/footer_widget4.png) no-repeat 0 0;
}
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .four-eight{
	background: url(../img/footer_widget/footer_widget3.png) no-repeat 0 0;
}
body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .six-six-three-three-two-two-two{
	background: url(../img/footer_widget/footer_widget18.png) no-repeat 0 0;
}body.rtl #theme_pinkmart_options-footer_widgets .redux-image-select .one-three-three-two-two-two{
	background: url(../img/footer_widget/footer_widget17.png) no-repeat 0 0;
}
/* product detail sidebar position */
.imageSelect.product-detail-sidebar a {
  width: 139px;
  height: 96px;
}
.imageSelect.product-detail-sidebar .selected,
.imageSelect.product-detail-sidebar a:hover {
  background-color: #5b5b5b;
}

.imageSelect.product-detail-sidebar .left {
  background-image: url(../img/shop/pd_left_sidebar.png);
}
.imageSelect.product-detail-sidebar .right {
  background-image: url(../img/shop/pd_right_sidebar.png);
  float: left !important;
}


/* Page Sidebar */
.imageSelect.page-sidebar a {
  width: 139px;
  height: 96px;
}
.imageSelect.page-sidebar .selected,
.imageSelect.page-sidebar a:hover {
  background-color: #5b5b5b;
}

/* CSV Input */
.list {
  position: relative;
  margin-left: 20px;
}
.kt-container .csv-input input[type="text"] {
  float: left;
  width: 30%;
  height: 35px;
}
.csv-input .btn-add {
  float: left;
  width: 35px;
  height: 35px;
  display: block;
  margin-left: 10px;
  margin-top: 0px;
  background: #31b0b4 url(../img/plus1.png) no-repeat center center;
}
.csv-input .btn-add:active {
  background-color: #5f9000;
}
.csv-input .text-input {
  margin-bottom: 12px;
}
.csv-input .value {
  width: 285px;
  height: 30px;
  padding-left: 15px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #7b7b7b;
  position: relative;
}

.csv-input .value:before {
 content: "";
  position: absolute;
  width:1px;
  height: 13px;
  border-left:1px solid #eee;
  top: -13px;
  left: 14px;
}

.csv-input .value span{
  padding-left:20px;
}
.csv-input .btn-close {
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: #FFA500 url(../img/bin.png) no-repeat center center;
}
.csv-input .btn-close:active {
  background-color: #5f9000;
}

.section-parallax-options .color-field-wrap {
  float:right;
}

#blog_meta_box .kt-main input[type="range"], .kt-main .slider {
    max-width:500px;
    width: 40%;
    margin-left: 10px;
}

.section-parallax-options .field {
  margin-top:20px;
}
 
.section-Overlay-options .imageSelect {
  margin-left:0px;
  margin-top:50px;
}

.section-Overlay-options .imageList {
  float:right;

}

.section-Overlay-options .imageSelect a , .section-kite-slider-overlay .imageSelect a  {
  height:55px;
  width:55px;
}

.section-Overlay-options .imageSelect .texture1 , .section-kite-slider-overlay .imageSelect .texture1  {
  background-image: url(../img/texture/texture1.png);
}
.section-Overlay-options .imageSelect .texture2 ,.section-kite-slider-overlay .imageSelect .texture2 {
  background-image: url(../img/texture/texture2.png);
}

.section-Overlay-options .imageSelect .texture3 ,.section-kite-slider-overlay .imageSelect .texture3{
  background-image: url(../img/texture/texture3.png);
}

.section-Overlay-options .imageSelect .texture4 ,.section-kite-slider-overlay .imageSelect .texture4{
  background-image: url(../img/texture/texture4.png);
}
.section-Overlay-options .imageSelect .texture5 ,.section-kite-slider-overlay .imageSelect .texture5{
  background-image: url(../img/texture/texture5.png);
}

.section-Overlay-options .imageSelect .texture6 ,.section-kite-slider-overlay .imageSelect .texture6{
  background-image: url(../img/texture/texture6.png);
}

.section-Overlay-options .imageSelect .texture7 ,.section-kite-slider-overlay .imageSelect .texture7{
  background-image: url(../img/texture/texture7.png);
}

.section-Overlay-options .imageSelect .texture8 ,.section-kite-slider-overlay .imageSelect .texture8{
  background-image: url(../img/texture/texture8.png);
}

.section-Overlay-options .imageSelect .selected , .section-kite-slider-overlay .imageSelect .selected   {
  opacity:0.6;
  background-color: #9f9f9f;
}

.section-Overlay-options .field-label {
  font-size: 13px;
  line-height: 13px;
}

.section-Overlay-options .slider , .section-parallax-options  .slider , .section-video-options .slider{
  margin-right: 0;
}

.section-Overlay-options .color-field-wrap  {
  float:right;
  width:150px;
}

.section-Overlay-options .color-field-wrap  input[type="text"] {
  width:108px;
}

.section-Overlay-options .field {
  margin-top:25px;
}

.section-Overlay-options .imageSelect  {
  margin-top:50px;
}

/* section caption style*/
.section-caption .imageSelect  a , .section-caption .imageSelect  a {
    width:140px;
    height:96px;
    background-color:#fff;
}

.section-caption .imageSelect .selected , .section-caption .imageSelect .selected {
  background-color:#BABABA;
}

.section-caption .imageSelect .style1 {
    background-image: url(../img/slider/caption1.jpg);
}

.section-caption .imageSelect .style2 {
    background-image: url(../img/slider/caption2.jpg);
}

.section-caption .imageSelect .style3 {
    background-image: url(../img/slider/caption3.jpg);
}

.section-caption .imageSelect .style4 {
    background-image: url(../img/slider/caption4.jpg);
}

.section-caption .imageSelect .style5 {
    background-image: url(../img/slider/caption5.jpg);
}

.section-caption .imageSelect .style6 {
    background-image: url(../img/slider/caption6.jpg);
}

.section-caption .imageSelect .left {
    background-image: url(../img/slider/left.jpg);
}

.section-caption .imageSelect .center {
    background-image: url(../img/slider/center.jpg);
}

.section-caption .imageSelect .right {
    background-image: url(../img/slider/right.jpg);
    float:left !important;
}

.section-caption .imageSelect .left-bottom {
    background-image: url(../img/slider/left-bottom.jpg);
}

.section-caption .imageSelect .center-bottom {
    background-image: url(../img/slider/center-bottom.jpg);
}

.section-caption .imageSelect .right-bottom {
    background-image: url(../img/slider/right-bottom.jpg);
    float:left !important;
}

/* End of capton style*/

/* section slide background*/
.section-background .imageSelect  a {
  width:139px;
  height:96px;
  background-color:#fff;
}

.section-background .imageSelect .selected , .section-background .imageSelect .selected {
  background-color:#BABABA;
}

.section-background .imageSelect .image {
  background-image: url(../img/slider/image_slider.png);
}

.section-background .imageSelect .video {
  background-image: url(../img/slider/video_slider.png);
}

/* End of slide background*/

/* section caption image-icon*/
.section-caption-image-icon .imageSelect  a , .section-caption-image-icon .imageSelect  a {
    width:140px;
    height:96px;
    background-color:#fff;
}

.section-caption-image-icon .imageSelect .selected , .section-caption-image-icon .imageSelect .selected {
    background-color:#BABABA;
}

.section-caption-image-icon .imageSelect .image {
    background-image: url(../img/slider/image_caption.png);
}

.section-caption-image-icon .imageSelect .icon {
    background-image: url(../img/slider/icon_caption.png);
}

/* End of caption image-icon*/

.section-featured-size .imageSelect  a,.section-media .imageSelect  a {
  width:142px;
  height:142px;
  background-color:#fff;
}

.section-featured-size .imageSelect .selected , .section-portfolio-detail-style .imageSelect .selected {
  background-color:#BABABA;
}

.section-featured-size .imageSelect .wide {
  background-image: url(../img/portfolio/wide.png);
}

.section-featured-size .imageSelect .big {
  background-image: url(../img/portfolio/big.png);
}

.section-featured-size .imageSelect .square {
  background-image: url(../img/portfolio/square.png);
}

.section-featured-size .imageSelect .slim {
  background-image: url(../img/portfolio/slim.png);
}

.section-featured-size .imageSelect .hslim {
  background-image: url(../img/portfolio/hslim.png);
}

.section-portfolio-skill label {
  width:25% !important;
  margin-left:10px;
}

.section-portfolio-skill input[type=checkbox] {
  margin-top:4px;
  float:left;
}

.section-featured-size .imageSelect .label , .section-portfolio-detail-style .imageSelect .label,.section-background .imageSelect .label ,.section-caption .imageSelect .label,.section-caption-image-icon .imageSelect .label ,.section-media .imageSelect .label {
  font-style: italic !important;
  font-size: 22px;
  line-height: 26px;
  font-family: Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  width: 200px;
  padding: 60px 80px 100px 45px;
}

/* blog post - post media type*/
.section-media .imageSelect.post_type a {
    height:97px;
    width:140px;
}

.section-media .imageSelect  a.none {
    background-image: url(../img/blog/none.png);
}

.section-media .imageSelect  a.gallery {
    background-image: url(../img/blog/gallery.png);
}

.section-media .imageSelect  a.quote {
    background-image: url(../img/blog/quote.png);
}

.section-media .imageSelect  a.video {
    background-image: url(../img/blog/video.png);
}

.section-media .imageSelect  a.video_gallery  {
    background-image: url(../img/blog/video_gallery.png);
}
.section-media .imageSelect  a.audio {
    background-image: url(../img/blog/audio.png);
}

.section-media .imageSelect  a.audio_gallery  {
    background-image: url(../img/blog/audio_gallery.png);
}

/* portfolio Detail Styles */
.section-portfolio-detail-style .imageSelect a {
    width:158px;
    height:178px;
}

.section-portfolio-detail-style .imageList .portfolio_detail_full_width{
    background-image: url(../img/portfolio/portfolio_detail_full_width.png);
}

.section-portfolio-detail-style .imageList .portfolio_detail_boxed {
    background-image: url(../img/portfolio/portfolio_detail_boxed.png);
}

.section-portfolio-detail-style .imageList .portfolio_detail_creative {
    background-image: url(../img/portfolio/portfolio_detail_creative.png);
}

#header .color-field-wrap, #menu .color-field-wrap  {
  float: left;
  position:relative;
} 

#header .imageSelect {
  margin-left:0px;
}

#header .section-kite-slider-overlay  .imageSelect .label {
  float:none;
}

#header .section-kite-slider-overlay  .imageSelect .imageList {
  position:relative;
  right:-21px;
  margin-top:25px;
}

.duplicate-text-button {
  display: block;
  width: 96%;
  margin: 0 2%;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  background-color: #31B0B4;
  color: #FFFFFF;
  font-size: 18px;
  position: relative;
  -webkit-transition: background-color .3s ease,color 300ms ease-in-out 0s !important;
  -moz-transition: background-color .3s ease,color 300ms ease-in-out 0s !important;
  -ms-transition: background-color .3s ease,color 300ms ease-in-out 0s !important;
  transition: background-color .3s ease,color 300ms ease-in-out 0s !important;
}

.duplicate-text-button:hover {
  color: #FFFFFF;
  background-color: #ff4c2f;
}

.duplicate-text-button .plus {
    font-size: 25px;
}

.duplicate-text-button .add {
    bottom: 0;
    text-transform: uppercase;
    left: 53%;
    position: absolute;
}

/* Home text Rotator */
.imageSelect.preloader-style a ,.imageSelect.header-type a,.imageSelect.menu-style a ,.imageSelect.header-position a ,.imageSelect.menu-hover-style a ,.imageSelect.submenu-hover-style a ,.imageSelect.intro_type a , .imageSelect.slide-mode a ,.imageSelect.slider-start-type a,
.imageSelect.shop-columns a ,.imageSelect.shop-styles a , .imageSelect.shop-layouts a, .imageSelect.page-transition a , .imageSelect.footer-widgets a , .imageSelect.product-detail-sidebar a {
  width: 138px;
  height: 95px;
  margin-bottom:12px;

  -moz-transition:all 500ms ease 0s;
  -o-transition:all 500ms ease 0s;
  -webkit-transition:all 500ms ease 0s;
  transition:all 500ms ease 0s;
}
.imageSelect.footer-widgets a{
	height:75px; /* size of footer widget images in theme setting was changed. */
}

.imageSelect.preloader-style a.selected, .imageSelect.header-type a.selected, .imageSelect.menu-style a.selected, .imageSelect.header-position a.selected, .imageSelect.menu-hover-style a.selected , .imageSelect.menu-hover-style a.selected ,.imageSelect.intro_type a.selected , .imageSelect.slide-mode a.selected , .imageSelect.slider-start-type a.selected , .section-media .imageSelect.post_type a.selected , 
.imageSelect.preloader-style a:hover,.imageSelect.header-type a:hover ,.imageSelect.menu-style a:hover,.imageSelect.header-position a:hover ,.imageSelect.menu-hover-style a:hover ,.imageSelect.submenu-hover-style a:hover,.imageSelect.submenu-hover-style a.selected ,.imageSelect.intro_type a:hover , .imageSelect.slide-mode a:hover , .imageSelect.slider-start-type a:hover , .section-media .imageSelect.post_type a:hover,
.imageSelect.shop-columns a.selected,.imageSelect.shop-columns a:hover,.imageSelect.shop-styles a:hover, .imageSelect.shop-layouts a:hover, .imageSelect.footer-widgets a:hover , .imageSelect.footer-widgets a.selected ,
.imageSelect.shop-styles a.selected, .imageSelect.shop-layouts a.selected, .imageSelect.page-transition a:hover , .imageSelect.page-transition a.selected , .imageSelect.product-detail-sidebar a:hover, .imageSelect.product-detail-sidebar a.selected {
  background-color: #5b5b5b;
}

.imageSelect.product_hover_preset a:hover:before , .imageSelect.product_hover_preset a.selected:before { 
content: "\f147";
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
    position: absolute;
    color: #fff;
    top: 6px;
    font-size: 20px;
    left: 5px;
    text-indent: 0;
}


.imageSelect.preloader-style .selected {
  background-color: #5b5b5b;
}
/* shop product - info on hover styles */
.imageSelect.product_hover_preset a {
  width: 30px;
  height: 30px;
  margin: 1px;
  background-repeat: repeat;
  background-size: contain;
  position: relative;
}


/* slider */
.imageSelect.slider-start-type a.kite {
    background-image: url(../img/intro/kite.png);
}

.imageSelect.slider-start-type a.slide  {
    background-image: url(../img/intro/slide.png);
}

.imageSelect.slider-start-type a.style-1 {
    background-image: url(../img/intro/arrow.png);
}

.imageSelect.slider-start-type a.style-2 {
    background-image: url(../img/intro/mouse.png);
}


/* Icon list */
.kt-container-popup {
  width: 100% !important;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
}

.kt-container-popup.show {
  opacity: 1;
  visibility: visible;
}

.kt-icon-container .kt-icons {
  background-color: #fff;
  border: 11px solid #eee;
  position: absolute;
  bottom: 20%;
  right: 25%;
  height: 60%;
  width: 50%;
  overflow: scroll;
  overflow-x: hidden;
  z-index: 99999;
  box-sizing:border-box;
}

.kite-menu-field .kt-icons {
  display: none;
}

.kt-icon-container .kt-icon {
  font-size: 27px;
  width: 50px;
  height: 50px;
  line-height: 45px;
}

.kt-icon-container .kt-icons:before {
  content: "";
  background: #444;
}

.kt-icons .close {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.kt-icon-container .close:before,
.kt-icon-container .close:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  top: 20px;
  left: 18px;
  transform: rotate(45deg);
}

.kt-icon-container .close:after {
  transform: rotate(-45deg);
}

.kt-icon-container .selected-icon {
  background-color: #fefefe;
  border: 1px solid #eee;
  width: 60px;
  height: 60px;
  display: inline-block;
  float: left;
  font-size: 31px;
  text-align: center;
  line-height: 55px;
  color: #3cd0bb;
  margin:16px 0 20px 10px;
}

.kt-icon-container .selected-icon.icon {
  background-color: #fff;
}

.kt-icon-container .select-icon-text {
  cursor: pointer;
    font-size: 12px;
    line-height: 8px;
    float: left;
    padding: 12px 20px;
    background-color: #31b0b4;
    color: #FFF;
    vertical-align: bottom;
    margin-top: 27px;
    margin-left: 10px;
}

.kt-icon-field label {
  display: inline-block !important;
  float: left;
  padding: 30px 30px 0 0;
}

#headerstyle .kt-icon-container {
    height: 114px;
}

.kt-icon {
    float:left;
    display: block;
    font-size: 30px;
    width:1.5em;
    line-height: 1.5em;
    text-align:center;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    margin-top:-1px;
    margin-left:-1px;
    padding:5px;
}

.kt-icon:hover{
    color: #a8a8a8;
}

.kt-icon.selected{
  background-color:#31B0B4;
  color:#fff;
  font-size: 27px;
}

.noUi-midBar {
  height:4px;
  background-color: #2da3a7;
}

.noUi-handle > div {
  width:13px;
  height:13px;
  border-radius: 50px;
  border: 2px solid #2da3a7;
  background-color:#fdfdfd;
  top: -7px;
}

.kt-main .switch {
  margin-right:10px;
}

/* text RotatorX Remove */
.imageSelect.deleteImageSelect {
  width: 28px;
  height: 28px;
    top:15px;
    right:49px;
    position:absolute;
    background: #FFA500 url(../img/bin.png) no-repeat center center;
    cursor: pointer;
}

/* Demo importer */
#demo-container {
  font-size: 0;
}

#kt-importer-box {
background:#fff;
padding:20px 36px;
margin: 15px 15px 2px;
-webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
  box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
}

#kt-importer-box h2 {
    color: #333;
    font-weight: 300;
    font-size: 28px;
    font-weight:700;
    text-transform:uppercase;
}

#kt-importer-box hr {
border-top: 1px solid #EAEAEA;
}

.demo {
    display:inline-block;
    width:calc(33.3333% - 12px);
    position: relative;
    overflow: hidden;
    margin-top: 18px;
    margin-right:18px;
    float: left;
}

.demo:nth-child(3n)  {
    margin-right:0px;
}

.demo img{
    width:100%;
    float: left;
    -moz-transition: opacity 400ms ease-in-out 0s;
    -webkit-transition: opacity 400ms ease-in-out 0s;
    -o-transition: opacity 400ms ease-in-out 0s;
    transition: opacity 400ms ease-in-out 0s;
}

.demo .description {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align:center;
    opacity: 1;
    height:55%;
    z-index: 99;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.demo:hover .description {
  bottom:10%;
   height:60%;
}

.demo h3 {
    text-align: center;
    position: relative;
    font-weight: 400;
    color:#fff;
    font-size: 20px;
    line-height: 25px;
    z-index: 99;
    padding:10px;
    margin: 0;
    opacity:1;
    -moz-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

.demo h3:after {
    content:"";
    width:30px;
    position: absolute;
    top:100%;
    left:50%;
    margin-left:-15px;
    border:1px solid #fff;
    margin-top:-5px;
}

.demo p{
  display: none;
    top: 60%;
    z-index: 99;
    color:#fff;
    padding:10px 15px;
    margin: 0;
    opacity:1;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 10px;
    -moz-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}

.demo:hover h3,
.demo:hover p {
opacity:0;
}

.demo.loading .loader {
display:block;
}
.demo.succesful .success{
display:block;
}
.demo.failed .fail{
display:block;
}

.demo.loading h3,
.demo.loading p{
opacity:0;
}

.demo.loading a.button {
  opacity: 0 !important;
}

.demo.loading .description {
  bottom:10%;
  height:60%;
}

.demo .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0%;
    left:0;
    -moz-transition: all 200ms ease-in-out 0s;
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
    background: rgba(0,0,0,.15)
}

.demo.succesful a.button {
display: none;
}

.demo.loading a.button {
display: none;
}

.demo .buttons {
position: absolute;
height:40%;
width: 100%;
top:40%;
text-align: center;
}

.demo a.import {
    margin-right: 4px;
}

.demo a.button{
    box-shadow: none;
    z-index: 99999;
    border: none;
    display: inline-block;
    border-radius: 0;
    text-align: center;
    top:50%;
    position: relative;
    background: #fff;
    color: #333;
    padding: 1px 21px;
    min-height: 29px;
    border-radius: 17px;
    font-family: "Open sans";
    opacity: 0;
    -moz-transition: all 300ms ease0ms;
    -webkit-transition: all 300ms ease 0ms;
    -o-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}

.demo:hover a.button {
  opacity: 1;
}

.demo a.button:hover {
  background:#18e0cd;
  opacity: 1;
  color: #fff;
}

.status {
  text-align: right;
  float: right;
  padding-top: 15px;
}

.success,
.fail {
display:none;
}

/* loading spinner */
.loader {
    position: relative;
    width: 100%;
    height: 100px;
    z-index: 9999;
    overflow: hidden;
    display: none;
}

.loader .stones {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    list-style: none;
    -webkit-animation-name: load;
    -webkit-animation-duration: 1.2s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: load;
    -moz-animation-duration: 1.2s;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: load;
    -ms-animation-duration: 1.2s;
    -ms-animation-timing-function: ease;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: load;
    -o-animation-duration: 1.2s;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: infinite;
    animation-name: load;
    animation-duration: 1.2s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.loader .stones li {
    position: absolute;
    margin: -5px;
    top: 50%;
    left: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #18e0cd;
    -webkit-animation-name: attack;
    -webkit-animation-duration: .6s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: attack;
    -moz-animation-duration: .6s;
    -moz-animation-timing-function: ease;
    -moz-animation-direction: alternate;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: attack;
    -ms-animation-duration: .6s;
    -ms-animation-timing-function: ease;
    -ms-animation-direction: alternate;
    -ms-animation-iteration-count: infinite;
    -o-animation-name: attack;
    -o-animation-duration: .6s;
    -o-animation-timing-function: ease;
    -o-animation-direction: alternate;
    -o-animation-iteration-count: infinite;
    animation-name: attack;
    animation-duration: .6s;
    animation-timing-function: ease;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.loader .stones .one {
    margin-top: -25px;
}

.loader .stones .two {
    margin-top: -14.27px;
    margin-left: 15.53px;
}

.loader .stones .three {
    margin-top: -14.27px;
    margin-left: -23.53px;
}

.loader .stones .four {
    margin-top: 9.27px;
    margin-left: 12.63px;
}

.loader .stones .five {
    margin-top: 9.27px;
    margin-left: -22.63px;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes attack {
    0% {
        -webkit-transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.4, 1.4);
    }
}

@keyframes attack {
    0% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.4, 1.4);
    }
}

/* sweet Alert Box */
.sweet-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}
.sweet-alert {
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

@media all and (max-width:540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    color: #000000;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.sweet-alert p {
    color: #444;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert button {
    background-color: transparent;
    border:2px solid #ccc;
    color: #ccc;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 25px;
    margin: 26px 5px 0;
    cursor: pointer;
}

.sweet-alert button:focus {
    outline: 0;
    -moz-box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05);
}
.sweet-alert button:hover {
    border-color: #a1d9f2;
}
.sweet-alert button:active {
    border-color: #81ccee;
}
.sweet-alert button.cancel {
    border-color: #D0D0D0;
}
.sweet-alert button.cancel:hover {
    border-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
    border-color: #b6b6b6;
}
.sweet-alert button.confirm {
    border-color: #DD6B55;
    background: transparent !important;
    color: #DD6B55 !important;
    -moz-box-shadow: none !important -webkit-box-shadow:none !important box-shadow:none !important;
}
.sweet-alert button.confirm:hover {
    border-color: ##DD6B55;
}
.sweet-alert button.confirm:active {
    border-color: ##DD6B55;
}
.sweet-alert button.cancel:focus {
    -moz-box-shadow: rgba(197, 205, 211, .8) 0 0 2px, rgba(0, 0, 0, .0470588) 0 0 0 1px inset!important;
    -webkit-box-shadow: rgba(197, 205, 211, .8) 0 0 2px, rgba(0, 0, 0, .0470588) 0 0 0 1px inset!important;
    box-shadow: rgba(197, 205, 211, .8) 0 0 2px, rgba(0, 0, 0, .0470588) 0 0 0 1px inset!important;
}
.sweet-alert button::-moz-focus-inner {
    border: 0;
}
.sweet-alert[data-has-cancel-button=false] button {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}
.alert-box .sa-icon {
    width: 80px;
    height: 60px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}
.alert-box .sa-icon.sa-error {
    border-color: #F27474;
}
.alert-box .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block;
}
.alert-box .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 4px;
    width: 40px;
    background-color: #F27474;
    display: block;
    top: 30px;
    border-radius: 2px;
}
.alert-box .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 20px;
}
.alert-box .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
}
.alert-box .sa-icon.sa-warning {
    border-color: #F8BB86;
}
.alert-box .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86;
}
.alert-box .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86;
}
.alert-box .sa-icon.sa-info {
    border-color: #C9DAE1;
}
.alert-box .sa-icon.sa-info::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #C9DAE1;
}
.alert-box .sa-icon.sa-info::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px;
    background-color: #C9DAE1;
}
.alert-box .sa-icon.sa-success {
    border-color: #A5DC86;
}
.alert-box .sa-icon.sa-success::after, .alert-box .sa-icon.sa-success::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.alert-box .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
}
.alert-box .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
}
.alert-box .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 0;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2;
}
.alert-box .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.alert-box .sa-icon.sa-success .sa-line {
    height: 4px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
}
.alert-box .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.alert-box .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.alert-box .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat;
}
@-webkit-keyframes showSweetAlert {
    0% {
    transform: scale(.7);
    -webkit-transform: scale(.7);
}
45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
80% {
    transform: scale(.95);
    -webkit-tranform: scale(.95);
}
100% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}@keyframes showSweetAlert {
    0% {
    transform: scale(.7);
    -webkit-transform: scale(.7);
}
45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
80% {
    transform: scale(.95);
    -webkit-tranform: scale(.95);
}
100% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
}@-webkit-keyframes hideSweetAlert {
    0% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
100% {
    transform: scale(.5);
    -webkit-transform: scale(.5);
}
}@keyframes hideSweetAlert {
    0% {
    transform: scale(1);
    -webkit-transform: scale(1);
}
100% {
    transform: scale(.5);
    -webkit-transform: scale(.5);
}
}.showSweetAlert {
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s;
}
.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}
.hideSweetAlert {
    -webkit-animation: hideSweetAlert .2s;
    animation: hideSweetAlert .2s;
}
.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}
@-webkit-keyframes animateSuccessTip {
    0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
}
70% {
    width: 50px;
    left: -8px;
    top: 37px;
}
84% {
    width: 17px;
    left: 21px;
    top: 48px;
}
100% {
    width: 25px;
    left: 14px;
    top: 45px;
}
}@keyframes animateSuccessTip {
    0%, 54% {
    width: 0;
    left: 1px;
    top: 19px;
}
70% {
    width: 50px;
    left: -8px;
    top: 37px;
}
84% {
    width: 17px;
    left: 21px;
    top: 48px;
}
100% {
    width: 25px;
    left: 14px;
    top: 45px;
}
}@-webkit-keyframes animateSuccessLong {
    0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
}
84% {
    width: 55px;
    right: 0;
    top: 35px;
}
100% {
    width: 47px;
    right: 8px;
    top: 38px;
}
}@keyframes animateSuccessLong {
    0%, 65% {
    width: 0;
    right: 46px;
    top: 54px;
}
84% {
    width: 55px;
    right: 0;
    top: 35px;
}
100% {
    width: 47px;
    right: 8px;
    top: 38px;
}
}@-webkit-keyframes rotatePlaceholder {
    0%, 5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
100%, 12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
}
}@keyframes rotatePlaceholder {
    0%, 5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
100%, 12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
}
}.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s;
}
.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s;
}
.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animateErrorIcon {
    0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
}
100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
}
}@keyframes animateErrorIcon {
    0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
}
100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
}
}.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s;
}
@-webkit-keyframes animateXMark {
    0%, 50% {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    margin-top: 26px;
    opacity: 0;
}
80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
}
100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
}
}@keyframes animateXMark {
    0%, 50% {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    margin-top: 26px;
    opacity: 0;
}
80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
}
100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
}
}.animateXMark {
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s;
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */

/* Error icon */
.alert-box .icon.error .line.left {
  -ms-transform: rotate(45deg)\9;
}
.alert-box .icon.error .line.right {
  -ms-transform: rotate(-45deg)\9;
}


/* Success icon */
.alert-box .icon.success {
  border-color: transparent\9;
}
.alert-box .icon.success .line.tip {
  -ms-transform: rotate(45deg)\9;
}
.alert-box .icon.success .line.long {
  -ms-transform: rotate(-45deg)\9;
}

/* attribute filed */
.kt-main .field.attribute-title {
  margin-bottom: 5px !important;
  padding-top: 0px !important;
  position: relative;
}

.kt-main .field.attribute-title:before {
  content: "";
  position: absolute;
  background-color: #ccc;
  width: 8px;
  height: 1px;
  left: -8px;
  top: 17px;
}

.kt-main .field.attribute-title:after {
  content: "";
  position: absolute;
  background-color: #ccc;
  width: 1px;
  height: 37px;
  left: -8px;
  top: 17px;
}

.kt-main .field.attribute-value {
  margin-bottom: 25px !important;
  padding-top: 0px !important;
  position: relative;
}

.kt-main .field.attribute-value:before {
  content: "";
  position: absolute;
  background-color: #ccc;
  width: 8px;
  height: 1px;
  left: -8px;
  top: 17px;
}

/* add button */
.duplicate-button {
  position: relative;
  font-size: 0 !important;
  width: 30px;
  height: 25px;
  display: block;
  margin-top:-10px;
}

.field.upload-field + .duplicate-button {
  margin-top:10px !important;
}

.duplicate-button:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 0px;
  border: 1px solid #31B0B4;
  top: 12px;
  left: 50%;
  margin-left: -7px;
}

.duplicate-button:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 0px;
  border: 1px solid #31B0B4;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 12px;
  left: 50%;
  margin-left: -7px;
}

/* Remove button */
.attribute-value .remove-button {
  margin-top: -47px !important;
  left: -35px;
}

.remove-button {
  height: 30px;
  width: 30px;
  display: block;
  top: 1px;
  left: -31px;
  position: relative;
  font-size: 0 !important;
}

.remove-button:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 0px;
  border: 1px solid #F00;
  transform: rotate(45deg);
  top: 12px;
  left: 50%;
  margin-left: -7px;
}

.remove-button:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 0px;
  border: 1px solid #F00;
  transform: rotate(-45deg);
  top: 12px;
  left: 50%;
  margin-left: -7px;
}


#postdivrich,
#wpb_visual_composer {
  -webkit-transition:max-height 300ms ease,visibility 300ms ease,opacity 300ms ease;
  -moz-transition:max-height 300ms ease,visibility 300ms ease,opacity 300ms ease;
  -o-transition:max-height 300ms ease,visibility 300ms ease,opacity 300ms ease;
  transition:max-height 300ms ease,visibility 300ms ease,opacity 300ms ease;
  max-height: 1000000px;
  display: block;
}

.hideComposerSwitch {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}

#postdivrich.hiddeneditor,
#wpb_visual_composer.hiddeneditor {
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

/* Gallery post type */
#adminmenu a.menu-icon-gallery div.wp-menu-image img {
    height:20px;
}

/* slider post type */
#adminmenu a.menu-icon-slider div.wp-menu-image img {
    height:24px;
}

#adminmenu .wp-menu-image img {
    opacity:1;
}

.menu-item-settings .menu-upload-field.favicon .upload-thumb img {
  width:16px !important;
  height: 16px !important;
}

.menu-item-settings:after {
  content:"";
  display:table;
  clear:both;
}

.kite-menu-field {
  float:left;
  position: relative;
  width: 100%;
  padding-right: 10px;
  box-sizing: border-box;

}

.kite-menu-field .color-field {
  margin-bottom: 33px;
}

.kite-menu-field .color-field:before {
  content: "";
  width: calc(100% - 10px);
  height: 1px;
  background: #eaeaea;
  bottom: -15px;
  position: absolute;
  left: 0;
}

.menu-edit .field {
  margin-top:20px;
  display:table;
  width: 100%;
  position: relative;
}

.menu-item-settings .menu-upload-field a.remove-button {
  padding: 3px 3px 0 10px;
}

.menu-item-settings .menu-upload-field a.upload-button {
  display: inline-block;
  margin-left: 5px;
  padding: 5px 18px;
  line-height: 21px;
  background-color: #31b0b4;
  color: #FFF;
  text-decoration: none;
  -moz-transition: background-color 300ms ease-in-out 0s;
  -webkit-transition: background-color 300ms ease-in-out 0s;
  -o-transition: background-color 300ms ease-in-out 0s;
  transition: background-color 300ms ease-in-out 0s;
}

.menu-item-settings .kt-icon {
    font-size: 20px;
    width: 50.3px;
    height: 50.3px;
    line-height: 44px;
}

.menu-icon-container {
  float: left;
}

.kite-menu-field .color-field-wrap{
  margin-top:0;
}

/* Hide is-mega-menu option in 2nd and 3rd level*/
.menu-item.menu-item-depth-0 .hide-menu-title,
.menu-item.menu-item-depth-2 .hide-menu-title {
  display: none;
}
.menu-item.menu-item-depth-1 .is-mega-menu,
.menu-item.menu-item-depth-2 .is-mega-menu {
  display: none;
}

/* Hide special-last-child option in first and 3rd level*/
.menu-item.menu-item-depth-0 .special-last-child,
.menu-item.menu-item-depth-1:not(.enable-mega-menu-of-parent) .special-last-child,
.menu-item.menu-item-depth-2 .special-last-child {
  display: none;
}

/* Hide hide-in-menu option in second and 3rd level*/
.menu-item.menu-item-depth-1 .hide-in-menu,
.menu-item.menu-item-depth-2 .hide-in-menu {
  display: none;
}

.menu-item:not(.enable-mega-menu-of-parent) .upload-field,
.menu-item.menu-item-depth-2 .upload-field {
  display: none;
}

.kite-menu-field .field-label {
  display: block;
  font-style: italic;
}

.menu-item-settings hr {
  width:98%;
  margin:20px 10px 5px 0;
  box-sizing:border-box;
  display: block;
  position: relative;
  background:none;
  border-top:none;
  border-top-color:#ccc;
  padding-top:20px;
}

.menu-item-settings .menu-upload-field {
  margin:20px 10px 20px 0;
}

.menu-item-settings .menu-upload-field input[type="text"] {
width: 10px;
visibility: hidden;
}

.menu-item-settings .menu-upload-field a.upload-button:hover {
  background-color: #4d4d4d;
}

.menu-item-settings .upload-thumb.show {
  clear: both;
  float: none;
}

.menu-item-settings label {
    font-style: italic;
    display:table-header-group;
}
.menu-item-settings span.description {
  font-size:12px;
}
/*Gallery post type (hiding gallery from gallery post formats)*/
body.post-type-gallery label.post-format-icon.post-format-gallery {
    display: none;
}
body.post-type-gallery input#post-format-gallery {
    display: none;
}
#post-formats-select {
    line-height: 0em!important;
}

/*Gallery post type (hiding gallery and Quote from portfolio post formats)*/
#post-format-gallery{
    display: none;
}

label.post-format-icon.post-format-gallery{
  display: none;
}

#post-format-quote{
    display: none;
}

label.post-format-icon.post-format-quote{
  display: none;
}


.post-format-icon.post-format-standard:before,
.post-state-format.post-format-standard:before, 
a.post-state-format.format-standard:before {
    content: "\f161";
}

/* product attributes */
.woocommerce_attribute_data .field.upload-field input {
  opacity: 0;
  width: 1px !important;
  min-width: 1px;
}

.woocommerce_attribute_data .field.upload-field label {
  width: 100px;
  float: left;
  font-weight: bold;
  height: 52px;
  line-height: 50px;
  margin-left: 30px;
  cursor: default;
}

.woocommerce_attribute_data .field.upload-field:first-of-type {
    margin-top: 12px;
}

.woocommerce_attribute_data .fields-container .field{
    background: #fdfdfd;
    padding: 5px;
}
.woocommerce_attribute_data .fields-container {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 2px; 
}
.woocommerce_attribute_data .field-container .attr_remove {
  right: auto;
  left: 7px;
  top: 20px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: 100% 6px;
  position: absolute;
}

.woocommerce_attribute_data .field-container .attr_remove:before,
.woocommerce_attribute_data .field-container .attr_remove:after {
content: "";
  right: auto;
  left: 5px;
  top: 10px;
  transform: rotate(-45deg);
  cursor: pointer;
  width: 12px;
  height: 2px;
  background-position: 100% 6px;
  position: absolute;
  background-color: #aaa;
}

.woocommerce_attribute_data .field-container .attr_remove:after {
  transform: rotate(45deg);
}

.woocommerce_attribute_data .field-container {
position:relative;
height:60px;
visibility: visible;
opacity: 1;
-webkit-transition:opacity .3s ease, visibility .3s ease, height .3s ease;
-moz-transition:opacity .3s ease, visibility .3s ease, height .3s ease;
-ms-transition:opacity .3s ease, visibility .3s ease, height .3s ease;
transition:opacity .3s ease, visibility .3s ease, height .3s ease;
}

.woocommerce_attribute_data .field-container:after {
    content:'';
    clear:both;
}

.woocommerce_attribute_data .field-container.hide-field {
  visibility: hidden;
  opacity: 0;
  height: 0;
  max-height: 0;
  overflow: hidden;
}

.woocommerce_attribute_data .field.upload-field {
  height:50px;
line-height:50px;
}

.woocommerce_attribute_data  table td {
  display: inline-block;
  width: calc(100% - 230px);
}

.woocommerce_attribute_data .field.upload-field a {
  float: right;
  text-decoration: none;
  padding: 0 10px;
  position: relative;
  font-size: 0;
  width: 50px;
  color:#D8D8D8;
  -webkit-transition:color .3s ease;
  -moz-transition:color .3s ease;
  ms-transition:color .3s ease;
  transition:color .3s ease;
}

.woocommerce_attribute_data .field.upload-field a:hover {
  color:#aaa;
}
.woocommerce_attribute_data .field.upload-field a:before {
    content: "\f128";
    font-family: Dashicons;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 48px;
    font-size: 48px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.woocommerce_attribute_data .add_all_attr {
  float: right;
  clear: both;
  display: block;
}

.woocommerce_attribute_data .add_new_attr {
  float: right;
  margin-right:7px;
}

.woocommerce_attribute_data .field.upload-field .upload-thumb img {
  max-width: 100%;
  width: auto;
  max-height: 50px;
}
.woocommerce_attribute_data .field.upload-field .upload-thumb {
  width: 50px;
  margin: 0px 19px;
  clear: none;
  height: 50px;
  background: #FDFDFD;
  text-align: center;
}

.woocommerce_attribute_data .field.upload-field .upload-thumb .close {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.woocommerce_attribute_data .field.upload-field .upload-thumb .close .close-icon{
  display: none;
}


.woocommerce_attribute_data .field.upload-field .upload-thumb .close-icon:after,
.woocommerce_attribute_data .field.upload-field .upload-thumb .close-icon:before {
  top:22px;
}


/* Woocommerce image/color filter */

.kite-widget-attributes-table .color-selector {
  width: 36px;
  height: 36px;
  background: url(../img/colorpicker/selector.png) no-repeat;
  float: left;
  position: relative;
}

.kite-widget-attributes-table .color-selector div {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: url(../img/colorpicker/selector.png) no-repeat center;
}

.kite-widget-attributes-table {
  margin-bottom:20px;
  position: relative;
  min-height: 50px;
}
.kite-widget-attributes-table th {
  padding:10px 30px 6px 0;
  border-bottom: 1px solid #eee !important;
}
.kite-widget-attributes-table td {
  height: 45px;
}

.kite-widget-attributes-table td:nth-child(2) {
  width:100%;
  position: relative;
}
.kite-widget-attributes-table .colorinput {
  width:75px !important;
  height: 31px;
}
.kite-widget-attributes-table .color-field-wrap {
  width:174px;
  margin-top: 15px;
}

.kite-widget-attributes-table .upload-field input {
  width:0;
  opacity:0;
  visibility: hidden;
  position: absolute;
  padding: 0;
}

.kite-widget-attributes-table .upload-field {
  height:60px;
}

.kite-widget-attributes-table .upload-field a {
  position: relative;
  font-size: 0;
  float: right;
  width: 50px;
  height: 50px;
}

.kite-widget-attributes-table .upload-field a:before {
    content: "\f128";
    font-family: Dashicons;
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 54px;
    font-size: 32px;
    color: #CCC !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.kite-widget-attributes-table .upload-thumb {
  width: 50px;
  height: 50px;
  margin: 0;
  top: 6px;
  right:0;
  background: #fff;
  position: absolute;
}

.kite-widget-attributes-table .upload-thumb .close {
  opacity: 0;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  -webkit-transition:opacity .2s ease;
  -moz-transition:opacity .2s ease;
  -ms-transition:opacity .2s ease;
  transition:opacity .2s ease;
}

.kite-widget-attributes-table .upload-thumb:hover .close {
  opacity: 1;
}
.kite-widget-attributes-table table tr {
  -webkit-transition:opacity .2s ease;
  -moz-transition:opacity .2s ease;
  -ms-transition:opacity .2s ease;
  transition:opacity .2s ease;
}
.kite-widget-attributes-table.loading table tr {
  opacity: 0;
}
.kite-widget-attributes-table.loading table tr:first-of-type {
  opacity: 1;
}

/* Shop loading */
.wc-loading {
    position: absolute;
    top:50%;
    left:50%;
    width:20px;
    height:20px;
    margin-top:0px;
    margin-left:-10px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease,visibility 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease,visibility 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease,visibility 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease,visibility 0.3s ease;
    -moz-animation: spin 1500ms ease infinite;
    -o-animation: spin 1500ms ease infinite;
    -webkit-animation: spin 1500ms ease infinite;
    animation: spin 1500ms ease infinite;
}

.wc-loading.hide {
    visibility: hidden;
    opacity: 0;
}
.woocommerce #respond input#submit.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after,
.woocommerce a.button.loading:after,
.wc-loading:after {
    content: "";
    border:1px solid #ddd;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    border-radius: 50%;
    box-sizing: border-box;
    -moz-animation: none;
    -o-animation: none;
    -webkit-animation: none;
    animation: none;
}

.woocommerce #respond input#submit.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce a.button.loading:before,
.wc-loading:before {
    content: "";
    background: #ccc;
    width: 5px;
    height: 5px;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: 4px;
    left: 50%;
    margin-left: 6px;
    border-radius: 50%;
    -moz-animation: spin 1500ms ease infinite !important;
    -o-animation: spin 1500ms ease infinite !important;
    -webkit-animation: spin 1500ms ease infinite !important;
    animation: spin 1500ms ease infinite !important;
    -webkit-transform-origin: -5px -5px;
    -moz-transform-origin: -5px -5px;
    -ms-transform-origin: -5px -5px;
    transform-origin: -5px -5px;
}

.wc-loading:before {
    -moz-animation: none !important;
    -o-animation: none !important;
    -webkit-animation: none !important;
    animation: none !important;
}

.text {
    display: block;
    font-weight: 600;
    margin: 4px 15px;
}

.wp-core-ui .field a.button {
    line-height: 18px;
    padding: 5px 17px;
    background: #31B0B4;
    border: none;
    color: #fff;
    margin: 0 20px;
    vertical-align: middle;
}

/* Instagram widget */
p.instagram-otheruser,
p.instagram-nav-style,
.instagram-custom-hover-color {
  display: none;
}

p.instagram-otheruser.show,
p.instagram-nav-style.show,
.instagram-custom-hover-color.show {
  display: block;
}

/* Video widget */
.kite-video-widget .el_aspect_container,
.kite-video-widget .video_autoplay_container,
.kite-video-widget .video_poster_image_container,
.kite-video-widget .video_background_image_container,
.kite-video-widget .video_webm_container,
.kite-video-widget .video_mp4_container,
.kite-video-widget .video_ogv_container,
.kite-video-widget .video_play_button_color_container,
.kite-video-widget .video_vimeo_id_container,
.kite-video-widget .video_youtube_id_container {
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
}

.kite-video-widget.embeded_video_vimeo .el_aspect_container,
.kite-video-widget.embeded_video_youtube .el_aspect_container {
  opacity: 1;
  height: auto;
  margin: 1em 0;
}

.kite-video-widget.embeded_video_youtube .video_youtube_id_container,
.kite-video-widget.embeded_video_youtube_popup .video_youtube_id_container {
  opacity: 1;
  height: auto;
  margin: 1em 0;
}

.kite-video-widget.embeded_video_vimeo .video_vimeo_id_container,
.kite-video-widget.embeded_video_vimeo_popup .video_vimeo_id_container {
  opacity: 1;
  height: auto;
  margin: 1em 0;
}

.kite-video-widget.local_video .video_webm_container,
.kite-video-widget.local_video_popup .video_webm_container,
.kite-video-widget.local_video .video_mp4_container,
.kite-video-widget.local_video_popup .video_mp4_container,
.kite-video-widget.local_video .video_ogv_container,
.kite-video-widget.local_video_popup .video_ogv_container {
  opacity: 1;
  height: auto;
  margin: 1em 0;
}

.kite-video-widget.local_video .video_play_button_color_container,
.kite-video-widget.local_video_popup .video_play_button_color_container,
.kite-video-widget.embeded_video_youtube_popup .video_play_button_color_container,
.kite-video-widget.embeded_video_vimeo_popup .video_play_button_color_container,
.kite-video-widget.local_video .video_autoplay_container,
.kite-video-widget.local_video_popup .video_autoplay_container,
.kite-video-widget.embeded_video_youtube_popup .video_autoplay_container,
.kite-video-widget.embeded_video_vimeo_popup .video_autoplay_container {
  opacity: 1;
  height: auto;
  margin: 1em 0;
}

.kite-video-widget.local_video_popup .video_background_image_container,
.kite-video-widget.embeded_video_youtube_popup .video_background_image_container,
.kite-video-widget.embeded_video_vimeo_popup .video_background_image_container {
  opacity: 1;
  height: auto;
  margin: 1em 0;
}

.kite-video-widget.local_video .video_poster_image_container,
.kite-video-widget.local_video_popup .video_poster_image_container {
  opacity: 1;
  height: auto;
  margin: 1em 0;
}


/* Maps */
.kiteApiKey span{
  border-color: #fff!important;
    background-color: antiquewhite!important;
    cursor: default!important;
    pointer-events: none;
    padding: 6px 8px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
}



/***************************/
/* RTL
/***************************/
.rtl .theme-settings-body {
  direction: ltr;
}

.rtl .kt-main .save-button.fixedSaveButton {
	right:180px;
}

.rtl .postbox {
    direction: ltr !important; 
}

div#product_attributes {
  overflow: scroll;
}

.woocommerce_attribute_data .field-container .attr_color_remove {
  right: 7px;
  left: auto;
}

/***************************/
/* Redux Framework Css Theme Setting
/***************************/

.redux-main .form-table-section-indented > tbody > tr
{	   
	border-bottom: none !important;
}

.redux-container #redux-header .display_header {
	float: none;
	margin: 0;
	text-align: center;
}
.redux-container #redux-header .display_header .redux-dev-mode-notice-container{
	left:0;
	top:3px;
}
.redux-container #redux-header .display_header > h2 {
	font-size: 2em;
	padding: 0px;
	margin: 20px 0;
	letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: bold;
}

.redux-container .sticky-save-warn .redux-save-warn {
	top: 22px;
}

.redux-container #redux-header .display_header span {
	padding-left : 5px;
    font-weight: normal;
	color:#FFF;
}


#theme_pinkmart_options-redux_options_object-fieldset a#consolePrintObject {
	background: #3B86FF;
	color: #FFF;
	font-weight: 400;
    transition: 0.8s;
    border: 0;
}

#theme_pinkmart_options-redux_options_object-fieldset a#consolePrintObject:hover {
	background: #0F60E2!important;
    transition: 0.8s;

}

.redux-container .redux-group-tab h3 {
	border-bottom: unset!important;
	border-top: 1px solid #E7E7E7;
	line-height: unset!important;
}


.redux-section-indent-start h3,
div.redux-group-tab h2{
	padding-left:15px !important;
	margin-left:0 !important;
}

.redux-section-field.redux-field h3 {
	padding-top: 20px!important;
    padding-left: 30px!important;
    margin-bottom: 10px;
	color: #43425D;
	font-weight: 650;
}
.wp-core-ui:not(.wc-setup) .button:not(.woocommerce-BlankState-cta),
.wp-core-ui:not(.wc-setup) .button-primary:not(.woocommerce-BlankState-cta),
.wp-core-ui .button-secondary{
	height:30px;
}

.sp-picker-container {
	background-color: #F7F7F7!important;
}
.sp-container button {
	background-image: linear-gradient(to bottom,#3B86FF,#3B86FF)!important;
	border-radius: 4px!important;
	border: unset!important;
	text-shadow: unset!important;
	color: #FFFFFF!important;
	padding: 8px 10px!important;
}

.sp-button-container .sp-cancel {
    background: #E4E4E4;
    border-radius: 4px;
    margin: 0 25px 0 0 !important;
    padding: 3px 15px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration: none!important;
	color: #8D8D8D!important;
	font-size: 14px;
}

.sp-button-container .sp-cancel:hover {
	color: #8D8D8D!important;
}

.sp-replacer {
	border: solid 1px #ccc;
}

.icons-selector .fip-icon-block:before {
	color: #FF5050;
}

.fip-grey.icons-selector span.current-icon i:before {
	font-weight: 800;
}
.fip-grey.icons-selector .fip-icons-container {
	border:0px !important;
}

.icons-selector .selector-search {
	margin: 8px;
}

.fip-grey.icons-selector .fip-box {
	border-color: #E1E1E1;
}


.icons-selector.fip-grey .selector-arrow-left,
.icons-selector.fip-grey .selector-arrow-right {
	background: transparent;
    width: 20px;
    height: 20px;
    border-radius: 100%;
	border: 1px solid #E1E1E1;
}

.icons-selector.fip-grey .selector-arrow-left {
	float: left;
	margin-left: 10px;
}

.icons-selector.fip-grey .selector-arrow-right {
	float: right;
	margin-right: 10px;
}

.icons-selector .selector-pages {
	font-size: 14px;
	color: #707070!important;
}

.icons-selector .selector-arrows,.icons-selector .selector-pages {
	float: unset!important;
}

.icons-selector .selector-pages {
	position: relative;
	top: 5px;
}

.icons-selector .fip-icon-right-dir:before,
.icons-selector .fip-icon-left-dir:before
{
	line-height: 1.5em!important;
}

.icons-selector .fip-icon-right-dir:before {
	margin-right: 0.1em!important;
}

.icons-selector .fip-icon-left-dir:before {
	margin-left: 0.1em!important;
}

.fip-grey.icons-selector .selector-footer {
	margin-bottom: 20px;
}

.fip-box [class^="icon-"]{
	font-size: 18px;
	color:#000;
}

.redux-info-field.redux-warning{
	background-color: unset;
	border: unset;
	color: #FF6565;
}

.redux-info-field.redux-warning i {
	color: #FF6565;
}

#theme_pinkmart_options-product-hover-color.redux-container-image_select img {
	width: 40px!important;
	height: 40PX!important;
	border-radius: 100% !important;
	border: 3px solid transparent;
    margin: 10px 5px !important;
}

#theme_pinkmart_options-product-hover-color .redux-image-select-selected img {
	border: 3px solid #FFFFFF!important;
	box-shadow: 0 0px 6px #4c3b3b!important;
}


#theme_pinkmart_options-product-hover-color.redux-container-image_select ul.redux-image-select {
	width: 598px;
}

.customize-control #theme_pinkmart_options-product-hover-color.redux-container-image_select ul.redux-image-select {
	width : 300px!important;
}
	
.sp-container button:hover {
    background-image: linear-gradient(to bottom,#0F60E2,#0F60E2)!important;
	transition: 0.8s;
    border: unset;
    border-bottom: unset;
    text-shadow: unset;
}
	
.sp-alpha .sp-alpha-inner {
	border-color: #FFFFFF;
}

.redux-action_bar input[type="submit"]#redux_save_sticky,
.redux-action_bar input[type="submit"]#redux_save {
	background:#43425D;
	border-color: #43425D;
	border-radius: 7px;
	padding : 5px 15px 25px 15px;
	box-shadow: 0 1px 0 #43425D;
	text-shadow: none;
}

.redux-action_bar input[type="submit"]#redux_save_sticky:hover,
.redux-action_bar input[type="submit"]#redux_save:hover,
input#redux-defaults-section-sticky:hover,
input#redux-defaults-sticky:hover,
input#redux-defaults-section:hover,
input#redux-defaults:hover {
    box-shadow: 0 0px 10px 0 rgba(0,0,0,0.24), 0 10px 50px 0 rgba(0,0,0,0.19) !important;
    -moz-transition: box-shadow ease 500ms !important;
    -o-transition: box-shadow ease 500ms !important;
    -webkit-transition: box-shadow ease 500ms !important;
    transition: box-shadow ease 500ms !important;
}

.redux-action_bar input[type="submit"]#redux_save_sticky {
	float : right;
	margin-left : 20px;
}

.redux-action_bar input[type="submit"]#redux_save{
	margin-right : 20px;
}


.redux-action_bar input[type="submit"]#redux-defaults-sticky,
.redux-action_bar input[type="submit"]#redux-defaults{
	margin-left: 5px!important;
}

.redux-container .notice-yellow {
	background-color: #FF6565;
	color:#FFFFFF;
	border-radius: 5px;
	margin-top: 10px;
}

.redux-save-warn.notice-yellow strong {
	font-weight: 400;
}

.admin-color-fresh #redux-header, .wp-customizer #redux-header {
	background: #43425D !important;
	border-color: #43425D !important;
}

.redux-container form{
	background-color:#43425D!important;
}

.redux-sidebar .redux-group-menu li.active a,
.redux-sidebar .redux-group-menu li.active a:hover, 
.redux-sidebar .redux-group-menu li.activeChild a,
.redux-sidebar .redux-group-menu li.activeChild a:hover{
	background:#3C3B54;
}

.redux-sidebar .redux-group-menu li a:first-child {
	border-bottom: none;
}

.admin-color-fresh .redux-sidebar .redux-group-menu li.active a,
 .admin-color-fresh .redux-sidebar .redux-group-menu li.activeChild a,
 .wp-customizer .redux-sidebar .redux-group-menu li.active a,
 .wp-customizer .redux-sidebar .redux-group-menu li.activeChild a {
	color: #FFFFFF;
}

.redux-sidebar .redux-group-menu li a {
    color: #FFFFFF;
    -moz-transition: color ease 300ms , opacity ease 300ms;
    -o-transition: color ease 300ms , opacity ease 300ms;
    -webkit-transition: color ease 300ms , opacity ease 300ms;
    transition: color ease 300ms , opacity ease 300ms;
}

.redux-sidebar .redux-group-menu > li, .redux-sidebar .redux-group-menu > li.active {
	padding : 10px 0;
}
.redux-sidebar .redux-group-menu > li.active.hasSubSections,
.redux-sidebar .redux-group-menu > li.activeChild.hasSubSections {
  padding: 0;
}
.redux-sidebar .redux-group-menu > li {
  border-left: 5px solid #43425D;
  background-color: #3C3B54;
}
.redux-container .redux-main input.large-text {
  width: 50%;
}

div.redux-group-tab h2 {
	color: #43425D;
	margin-left: 30px;
	padding-top : 20px;
	font-weight: 650;
}

.redux-main .form-table-section-indented {
	margin-left: 0px!important;
	width: 100%!important;
}

.redux-container .redux_field_th {
	color: #0C1842;
}

.redux-container-switch .cb-disable,
.redux-container-switch .cb-disable span, 
.redux-container-switch .cb-enable,
.redux-container-switch .cb-enable span{
	color: #FFFFFF;
}

.redux-group-tab .wp-customizer .noUi-connect {
	background:  #3B86FF !important;
}

.redux-group-tab .admin-color-fresh .noUi-target,
.wp-customizer .noUi-target.noUi-connect {
	    border: 1px #DEEBFF;
}

.redux-container .redux_field_th span:first-child {
	color: #716C6C;
}

.upload_button_div span.button.media_upload_button,
#redux-import.button-primary,#redux-export-code-dl.button-primary {
	background: #3B86FF;
	color: #FFFFFF;
	font-weight: 400;
	transition: 0.8s;
	border: unset;
	box-shadow: unset;
	text-shadow: unset;
}

.redux-container-switch .cb-disable span, .redux-container-switch .cb-enable span {
	font-weight: 400;
}

.noUi-horizontal {
	height: 4px!important;
}

.redux-group-tab .noUi-horizontal .noUi-handle {
    width: 20px!important;
    height: 20px!important;
    top: -9px!important;
    left: -8px!important;
    border-radius: 20px;
    background-color: #3B86FF;
    border: unset;
    cursor: pointer;
    -moz-transition: box-shadow ease 300ms;
    -o-transition: box-shadow ease 300ms;
    -webkit-transition: box-shadow ease 300ms;
    transition: box-shadow ease 300ms;
}

.redux-group-tab .noUi-horizontal .noUi-handle:hover {
	box-shadow: 0px 0px 1px 5px #3b86ff52 !important;
}

.noUi-handle {
	box-shadow: unset!important;
}

.noUi-handle:before, .noUi-handle:after {
	display: none;
}

.redux-container-slider .redux-slider-label {
	color: #3B86FF;
	margin-left: -3px;
}

.noUi-background {
	background: #DEEBFF!important;
}

.redux-container .form-table th, .redux-container .form-table td {
	display : inline;
}

.redux-container .redux_field_th {
	padding-left: 40px;
} 

.redux-container .redux-main .redux-field-container {
	padding : 0 0 20px 40px;
}
#redux_notification_bar {
  margin: 0 10px;
}
.redux-container-slider .redux-slider-container {
	margin-left : 35px;
}

.admin-color-fresh .redux-sidebar .redux-group-menu > li.active, .admin-color-fresh .redux-sidebar .redux-group-menu > li.activeChild, .wp-customizer .redux-sidebar .redux-group-menu > li.active, .wp-customizer .redux-sidebar .redux-group-menu > li.activeChild{
	background-color: #3C3B54;
	border-left: 5px solid #FFC06A;
}

.redux-sidebar .redux-group-tab-link-li.active i {
	color: #FFC06A!important;
}

input#redux-defaults-section-sticky, input#redux-defaults-sticky,
input#redux-defaults, input#redux-defaults-section {
    color: #43425D;
    border-radius: 5px;
    margin-top: 5px;
    -moz-transition: box-shadow ease 500ms !important;
    -o-transition: box-shadow ease 500ms !important;
    -webkit-transition: box-shadow ease 500ms !important;
    transition: box-shadow ease 500ms !important;
}

div#redux-footer-sticky div#redux-footer {
	background: #F0F0F7 !important;
	border: unset;
}

.redux-sidebar .redux-group-menu li a:hover {
    background: #43425D;
    color: #FFF;
    -moz-transition: color ease 300ms , opacity ease 300ms;
    -o-transition: color ease 300ms , opacity ease 300ms;
    -webkit-transition: color ease 300ms , opacity ease 300ms;
    transition: color ease 300ms , opacity ease 300ms;
}
.redux-container .sticky-save-warn .redux-save-warn {
	left : 385px;
}

.upload_button_div span.button.media_upload_button:hover,
.redux-container-multi_text .redux-multi-text-add:hover,
#redux-import.button-primary:hover,
#redux-export-code-dl.button-primary:hover
{
	background: #0F60E2!important;
	transition: 0.8s;
	color: #FFFFFF;
}

.fip-grey.icons-selector .selector-popup,
.fip-grey.icons-selector .selector-search input[type=text],
.fip-grey.icons-selector .fip-box,
.fip-grey.icons-selector .selector{
	border-radius:3px;
}
.fip-grey.icons-selector span.current-icon,
 .fip-grey.icons-selector span.current-icon:hover{
	 background:#1062E5 !important;
 }
#customize-save-button-wrapper .save:focus{
	box-shadow: 0 1px 0 #3B86FF, 0 0 2px 1px #3B86FF;
}
#redux-import-action {
	margin-top: 13px;
}

.redux-main #15_section_group {
	margin-top: 0px!important;
}

.redux-container-multi_text .redux-multi-text-add {
	background: #3B86FF!important;
	color: #FFFFFF!important;
	font-weight:400;
	margin-top: 10px;
	box-shadow: unset;
	border-color:unset;
	text-shadow: unset;
}

.redux-info-field {
	margin: 0px;
}

.kt-icon {
	border: unset !important;
	margin: -10px 0 0 -10px !important;
}

.redux-container .redux-main img {
	width : 134px !important;
	height: 91px !important;
	margin-right: 15px!important;
	margin-bottom: 12px!important;
	border-color: #FFFFFF;
}
#theme_pinkmart_options-icon_type  li label  img{
    width: 60px!important;
    height: 60px !important;
    box-sizing: border-box;
    margin-left: 10px!important;
}

.redux-container .redux-main .footer-widgets img {
	width : 142px!important;
	height: 73px!important;
}

.redux-container-image_select .redux-image-select-selected {
	background-color: unset;
}

.admin-color-fresh .redux-container-image_select .redux-image-select-selected img, 
.wp-customizer .redux-container-image_select .redux-image-select-selected img,
#customize-controls .redux-image-select-selected img {
	border: 4px solid #fdc689;
	border-radius:4px;
	transition: 0.8s;
}

.admin-color-fresh .redux-container-switch .cb-disable:hover,
.admin-color-fresh .redux-container-switch .cb-enable:hover,
.admin-color-fresh .redux-container-switch .cb-enable.selected:hover {
	box-shadow: 1px 1px 12px 2px rgba(0,0,0,0.24) !important;
}

.admin-color-fresh .redux-container-switch label.cb-disable,
.admin-color-fresh .redux-container-switch label.cb-enable,
.wp-customizer .redux-container-switch .cb-disable, 
.wp-customizer .redux-container-switch .cb-enable {
	background: #43425D !important;
	border:0;
    -moz-transition: box-shadow ease 200ms;
    -o-transition: box-shadow ease 200ms;
    -webkit-transition: box-shadow ease 200ms;
    transition: box-shadow ease 200ms;
}

.admin-color-fresh .redux-container-switch .cb-disable:hover {
    background: #393850 !important;
    border: 0;
}

.admin-color-fresh .redux-container-switch label.cb-disable.selected,
.wp-customizer .redux-container-switch label.cb-disable.selected,
.admin-color-fresh .redux-container-switch label.cb-enable.selected,
.wp-customizer .redux-container-switch label.cb-enable.selected {
	background:#1062E5 !important;
	border:0;
	box-shadow:1px 1px 12px 2px rgba(0,0,0,0.24) !important;
}

.admin-color-fresh .select2-results .select2-highlighted,
.wp-customizer .select2-results .select2-highlighted{
	background:#1062E5 !important;
}

.redux-container-switch .cb-disable span, 
.redux-container-switch .cb-enable span {
	font-weight: 400!important;
}

.redux-main .button.remove-image, .redux-main .removeCSS {
	transition: 0.8s;
}

.admin-color-fresh .redux-container-switch .cb-disable span{
	color:#E4E4E4;
}
.admin-color-fresh .redux-container-switch .cb-disable:hover span,
.admin-color-fresh .redux-container-switch .cb-enable:hover span,
.admin-color-fresh .redux-container-switch .cb-disable.selected span,
.admin-color-fresh .redux-container-switch .cb-enable.selected span{
	color:#FFF;
}

/***************************/
/* Redux Framework Responsive Css Theme Setting
/***************************/

@media screen and (min-width: 320px) and (max-width: 1024px) { 

   .redux-container .redux-main {
	   background-color: #FCFCFC;
   }
   
   .redux-container .redux-group-tab {
	   background-color: #FCFCFC;
	   margin : 0;
	   border-radius: unset;
   }
   
   input#redux-defaults-section-sticky, input#redux-defaults-sticky {
	   display: none;
   }
   
   .redux-container .redux-main .form-table {
	   margin-left: 5px;
   }
   
   div.redux-group-tab h2 {
	   margin-left: 5px;
   }
   
   .redux-sidebar .redux-group-tab-link-a:hover>span {
	   display: none!important;
   }
   
   .redux-main #redux-sticky {
	   margin-left: -20px;
	   margin-right: -20px;
	   margin-top: -10px;
	   margin-bottom : 8px;
   }
   
   .redux-container .notice-yellow {
	   border-radius: unset;
   }
   
   .redux-container .redux_field_th {
	   padding : 0;
   }
   
   .redux-container .redux-main .redux-field-container {
	   padding: 0 0 20px 0px;
   }
   
   .redux-container-multi_text a.redux-multi-text-remove.deletion {
	   float: left;
	   margin-left: 0px;
	   padding-top: 12px;
   }
   
   #redux-import-action span,
   #redux-import-code-button.button-secondary,
   #redux-import-link-button.button-secondary,
   #redux-export-code-copy.button-secondary,
   #redux-export-code-dl.button-primary,
   #redux-export-link.button-secondary
   {
	   display : inline-block;
	   margin-top: 15px;
   }
   
   .redux-container-slider .redux-slider-label, .redux-container-slider .select2-container, .redux-container-slider input, .redux-container-slider select {
	   position: absolute;
	   margin: 0px;
   }	   
   
   .redux-main #redux-footer-sticky {
	   margin-left: -20px;
	   margin-right: -20px;
	   margin-bottom: -10px;
   }
   
   .redux-action_bar input[type="submit"]#redux_save_sticky, .redux-action_bar input[type="submit"]#redux_save {
	   border-radius: 3px;
	   padding : 6px 6px;
	   margin-right : 0;
   }
   
   .redux-container .notice-yellow {
	   margin-top : 0;
   }
   
   .redux-action_bar input[type="submit"]#redux_save_sticky {
	   float : inherit;
   }
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
	.redux-container .redux-main .redux-field-container {
		padding : 20px 0 20px 0;
	}
	
	.redux-container .redux_field_th {
		padding-top : 20px;
	}
}



/***************************/
/* Redux Framework Css Customize Setting
/***************************/

.hide.screenshot {
	display: none;
}

.sp-replacer.redux-color-rgba,
.sp-container.redux-color-rgba,
.sp-color, .sp-hue, .sp-clear,.sp-alpha-inner{
	border-radius:4px;
}
.redux-color-rgba .sp-preview{
	border:1px !important;
}

.wp-customizer .redux-container-slider .redux-slider-label {
	width : 10%!important;
}

.wp-customizer .redux-container-slider .redux-slider-container {
	margin-left: 3%!important;
}

.redux-container-image_select label.redux-image-select-selected {
	background-color: unset!important;
}

.redux-container-typography .redux-typography-container{
	max-height:60px !important;
}
.noUi-handle:before,.noUi-handle:after {
	display: none!important;
}

.term-color-wrap p,
.term-image-wrap p{
	margin: 2px 0 5px;
    color: #666;
    font-style: italic;
}

/*Radio Button  Style in custom post types*/
.field .switch.noUi-target {
    visibility: hidden;
    width: 0px !important;
}
.kite-switch-options {
    display: inline-block;
    min-width: 30px;
}
.kite-switch-options label {
    width: fit-content !important;
    background: #43425D !important;
    border: 0;
    -moz-transition: box-shadow ease 200ms;
    -o-transition: box-shadow ease 200ms;
    -webkit-transition: box-shadow ease 200ms;
    transition: box-shadow ease 200ms;
    border-color: #ccc !important;
    display: block;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    margin: .25em 0 .5em!important;
}
.kite-switch-options label span {
    color: #E4E4E4;
    display: block;
    float: left;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
}
.kite-switch-options input:hover+label {
    background: #393850 !important;
    border: 0;
    box-shadow: 1px 1px 12px 2px rgba(0,0,0,0.24) !important;
}
.kite-switch-options div.state {
    position: relative;
    display: inline-block;
}
.kite-switch-options input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
}
.kite-switch-options input:checked + label {
  background: #1062E5 !important; 
    border: 0;
    box-shadow: none !important;
    border-color: #005177 !important;
    color: #fff;
	box-shadow: 1px 1px 12px 2px rgba(0,0,0,0.24) !important;
 }
.kite-switch-options input.state0 + label {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.kite-switch-options input.state1 + label {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  
}
/*======================================================
=                 360 view gallery shop                =
======================================================*/
#woocommerce-product-360-images .inside {
margin: 0;
padding: 0;
}

#woocommerce-product-360-images .inside .add_product_360_images {
padding: 0 12px 12px;
}

#woocommerce-product-360-images .inside #product_360_images_container {
padding: 0 0 0 9px;
}

#woocommerce-product-360-images .inside #product_360_images_container ul {
margin: 0;
padding: 0;
}

#woocommerce-product-360-images .inside #product_360_images_container ul:after {
content: " ";
display: table;
clear: both;
}

#woocommerce-product-360-images .inside #product_360_images_container ul:before {
content: " ";
display: table;
}

#woocommerce-product-360-images .inside #product_360_images_container ul li.add {
width: 80px;
float: left;
cursor: move;
border: 1px solid #d5d5d5;
margin: 9px 9px 0 0;
background: #f7f7f7;
border-radius: 2px;
position: relative;
box-sizing: border-box;
}

#woocommerce-product-360-images .inside #product_360_images_container ul li.add img {
width: 100%;
height: auto;
display: block;
}

#woocommerce-product-360-images .inside #product_360_images_container ul li.image {
width: 80px;
float: left;
cursor: move;
border: 1px solid #d5d5d5;
margin: 9px 9px 0 0;
background: #f7f7f7;
border-radius: 2px;
position: relative;
box-sizing: border-box;
}

#woocommerce-product-360-images .inside #product_360_images_container ul li.image img {
width: 100%;
height: auto;
display: block;
}

#woocommerce-product-360-images .inside #product_360_images_container ul li.wc-metabox-sortable-placeholder {
width: 80px;
float: left;
cursor: move;
border: 1px solid #d5d5d5;
margin: 9px 9px 0 0;
background: #f7f7f7;
border-radius: 2px;
position: relative;
box-sizing: border-box;
border: 3px dashed #ddd;
position: relative;
}

#woocommerce-product-360-images .inside #product_360_images_container ul li.wc-metabox-sortable-placeholder img {
width: 100%;
height: auto;
display: block;
}

#woocommerce-product-360-images .inside #product_360_images_container ul li.wc-metabox-sortable-placeholder:after {
font-family: Dashicons;
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
margin: 0;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
content: "яЕб";
font-size: 2.618em;
line-height: 72px;
color: #ddd;
}

#woocommerce-product-360-images .inside #product_360_images_container ul li:hover ul.actions {
display: block;
}

#woocommerce-product-360-images .inside #product_360_images_container ul ul.actions {
position: absolute;
top: -8px;
right: -8px;
padding: 2px;
display: none;
}

#woocommerce-product-360-images .inside #product_360_images_container ul ul.actions li {
float: right;
margin: 0 0 0 2px;
}

#woocommerce-product-360-images .inside #product_360_images_container ul ul.actions li a {
width: 1em;
margin: 0;
height: 0;
display: block;
overflow: hidden;
}

#woocommerce-product-360-images .inside #product_360_images_container ul ul.actions li a.tips {
cursor: pointer;
}

#woocommerce-product-360-images .inside #product_360_images_container ul ul.actions li a.delete {
display: block;
text-indent: -9999px;
position: relative;
height: 1em;
width: 1em;
font-size: 1.4em;
}

#woocommerce-product-360-images .inside #product_360_images_container ul ul.actions li a.delete:before {
font-family: Dashicons;
speak: none;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
margin: 0;
text-indent: 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: center;
content: "\f153";
color: #999;
background: #FFF;
border-radius: 50%;
}

#woocommerce-product-360-images .inside #product_360_images_container ul ul.actions li a.delete:hover:before {
color: #a00;
}

.elementor-panel .elementor-element .icon.icon-bubble-text,
.elementor-panel .elementor-element .icon.icon-select2 {
  font-size: 25px;
}
#activity-widget #the-comment-list .comment-author img{
	display:none;
}
/***************************/
/* RTL
/***************************/

body.rtl .redux-section-indent-start h3,
body.rtl div.redux-group-tab h2{
	padding-right:15px !important;
}

body.rtl .redux_field_th{
	padding: 20px 20px 20px 0px !important;
}
body.rtl .redux-container .redux-main .redux-field-container{
	padding: 0 40px 20px 0;
}
body.rtl .vc_subnav-fixed{
	padding-right:160px;
}
body.rtl .vc_autocomplete-field .vc_autocomplete li.vc_autocomplete-label .vc_autocomplete-remove {
	left:7px;
	right:auto;
}
body.rtl.wp-core-ui select{
	float:right !important;
}
.rtl .postbox {
    direction: ltr !important; 
}
li.toplevel_page_theme_settings .wp-menu-image:before {
  color: #ffc400 !important;
}
/* Elementor - Element Badges */
i.kite-element-icon:after {
  content: '';
  background-image: url(../../../assets/img/favicon.png);
  width: 16px;
  height: 16px;
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
  margin: 5px;
}
/* admin notice to install core plugins */
.kt-theme-notice.notice {
  border-left-color: #ffc400;
}
.kt-core-plugins {
  margin-top: 35px;
  overflow: hidden;
  position: relative;
  background-image: url(../img/notice.png);
  background-size: cover;
  min-height: 280px;
}
.kt-core-plugins > span:first-child {
    font-size: 36px;
    position: absolute;
    top: 18px;
    left: 44px;
    max-width: 360px;
    line-height: 45px;
    font-weight: 300;
}
.kt-core-plugins > span:nth-child(2) {
  font-size: 16px;
  position: absolute;
  left: 44px;
  top: 118px;
  max-width: 380px;
  line-height: 19px;
}
.kt-core-plugins > a {
    position: absolute;
    top: 170px;
    left: 44px;
    box-sizing: border-box;
    padding: 12px 25px;
    background-color: #3B86FF;
    border: none;
    border-radius: 2px;
    color: white;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.kt-core-plugins .kt-plugins-form,
.notice .kt-plugins-form {
  display: none;
}
.kt-checking:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  color: #fff;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: calc(50% - 5px);
  border-radius: 50%;
  border-top: 1px solid;
  border-right: 1px solid;
  animation: rotate 1s linear infinite;
  -webkit-animation: rotate 1s linear infinite;
  -moz-animation: rotate 1s linear infinite;
  -o-animation: rotate 1s linear infinite;
}
.button.kt-install-core-plugins {
  margin-bottom: 10px;
}
.kt-install-plugins.kt-checking:before,
.kt-install-core-plugins.kt-checking:before {
  position: relative;
  left: 0;
  box-sizing: inherit;
  margin-right: 10px;
}

.button.kt-install-core-plugins:before {
  top: unset;
  color: #fff;
}
@-webkit-keyframes rotate {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform:  rotate(360deg);
      -moz-transform:  rotate(360deg);
      -ms-transform:  rotate(360deg);
      -o-transform:  rotate(360deg);
      transform:  rotate(360deg);
  }
}

@keyframes rotate {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@media ( max-width: 768px ) {
  .kt-core-plugins > span:first-child {
    font-size: 30px;
  }
  .kt-core-plugins > span:nth-child(2) {
    font-size: 14px;
  }
  .kt-core-plugins > a {
    top: 185px;
  }
}