/*Woocommerce Shop Page*/
*{box-sizing: border-box;}
.table-responsive{
    overflow: auto;
}
.form-tags {
    list-style: none;
    padding: 0;
}
.form-tags .btn {
    position: relative;
    padding: 5px;
    font-size: 12px;
    text-transform: capitalize;
}.form-tags li {
    display: inline-block;
    margin-bottom: 5px  !important;
    margin-right: 5px  !important;
}
.form-tags li input{ position: absolute; visibility: hidden; }
.checkbox-tags:checked + label.btn {
    background: #25aae1;
    color: #fff;
}
.togglePassword{
    float: right;
    position: relative;
    top: -30px;
    right: 15px;
    z-index: 999;
    color: #ababab;
}
.togglePassword.active{
    color: #42aae1
}
/*.page-template-page-blank .mean-bar{display: none!important;}*/
.woocommerce .products ul, .woocommerce ul.products{
    text-align: center;
}
.text-right{text-align: right;}
.woocommerce-loop-category__title mark{background: transparent;}
.page-heading h1{border-bottom: 0;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: transparent;
    color: #25aae1;
    border-radius: 0;
    border: 1px solid #25aae1; 
    font-weight: normal;
    border-radius: 3px;

}
.summary.entry-summary button.single_join_waitlist_button  {
	  margin: 10px 0;
	width: 100%;
    padding: 11px 17px;
}
.summary.entry-summary button.single_add_to_cart_button {
	 background: #25aae1;
    color: #fff;
	font-size: 30px;
      margin: 10px 0;
	width: 100%;
    padding: 11px 17px;
	
}
.single-product .summary.entry-summary .woocommerce-product-details__short-description{
	text-align:justify;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #25aae1;
    text-decoration: none;
    background-image: none;
    color: #fff;
}
.woocommerce-page .woocommerce-message .button, .woocommerce-page .woocommerce-message .button:hover{
    background: transparent;
    color: #fff;
    border: 0px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    text-align: center;
    color: #333;
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    text-align: center;line-height: 1.3;position: relative;background: #fff;box-sizing: border-box;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{
    border: solid 1px #e9e9e9;box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06);top: -4px;
    
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #25aae1;
    line-height: normal;
    margin-bottom: 15px;

}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    color: #8d8d8d;
    padding: 0px 24px;
    line-height: 50px !important;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #e5e5e5 !important;
    box-shadow: none !important;
    padding: 10px;
}
.woocommerce ul.products li.product .button{margin-top: 0}
.woocommerce ul.products li.product a.woocommerce-loop-product__link{display: block; border-bottom: 1px solid #e9e9e9; margin-bottom: 10px;/*! box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.06); */}
.woocommerce ul.products li.product .add_to_cart_button,
 .woocommerce ul.products li.product .product_type_simple, 
 .woocommerce ul.products li.product  .product_type_auction{
    border: 0px;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
    color: #5a5d5e;
}
.woocommerce ul.products li.product .add_to_cart_button:hover, .woocommerce ul.products li.product .product_type_simple:hover{
    color: #5a5d5e;   
    background: transparent;
}
.add_to_cart_button:after {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f217";
    font-weight: 300;
    margin-left: 1em;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    border: 1px solid #e3e3e3;
    padding:8px 15px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #e3e3e3;
    border-radius: 0;
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
}
@media(min-width:768px){
    .woocommerce ul.products li.product a img{
     /*! height: 250px !important; */
     /*! object-fit: cover; */ 
    }
}
#tblspacer span.modify {
    visibility: visible !important;
}
/* WooCommerce 3.0 Gallery */
 
.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}
 
.woocommerce-product-gallery figure {
margin: 0
}
 
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}
 
.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}
 
.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}
 
.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}
 
.woocommerce-product-gallery img {
display: block
}
 
.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}
 
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}
 
.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}
 
.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}
 
a.woocommerce-product-gallery__trigger {
text-decoration: none;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}
 
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

.page-template-page-blank  .lmp_products_loading{
    display:none;
}
.page-template-page-blank  .page_container{
    background-image: none;
        background: #fff;
}
.page-template-page-blank *{
    box-sizing: border-box;
}
.page-template-page-blank .top_strip,
.page-template-page-blank .wp-live-chat-wraper
{
    display: none!important;
}
.page-template-page-blank .page-heading h1 {
    font-size: 28px;
    line-height: 36px;
    color: #000;
    font-weight: normal;
    text-shadow: 0 1px 1px #eee;
    border-bottom: 0;
    padding-top: 0px;
    padding-bottom: 6px;
    text-align: center;
    margin-bottom: 30px;
}
.form-signin-heading{
    margin-bottom: 10px
}
.single-product .page-heading {
    display: none!important;
}
.single-product .container_24 .grid_18{
    width: 100%;
    float: none;
}

.form-control {
    display: block;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f7f7f7;
    background-image: none;
    border: none;
    border-radius: 0px;
    width: 100%;
}
textarea.form-control {
    height: 150px;
}

.sponsor-form .form-group {
    margin-bottom: 20px;
    /*color: #000;*/
    padding: 0 15px;
    
}
.sponsor-form  label{
    font-weight: 600;
}
.sponsor-form .form-group.half {
    width: 50%;
    float: left;
    padding: 0 15px;
}
span.wpcf7-list-item{
    margin: 0 1em 0 0;
}
.sponsor-form{
    border: 4px solid #e2e2e2;
    padding: 30px 20px 15px;
    width: 600px;
    max-width: 100%;
    margin:0 auto;
}
.sponsor-form .btn{
    font-size: 16px;
    color: #000;
    background: #fff;
    border: 1px solid #636363;
    padding: 10px 20px;
    margin-top: 30px;
}
.sponsor-form label{
    position: relative;
}
.wpcf7-form-control-wrap.terms{
    position: static;

}
.wpcf7-form-control-wrap.terms span.wpcf7-not-valid-tip {

    color: #f00;
    font-size: 1em;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    font-weight: normal;

}
.page-id-3484  .page-heading{
    display: none;
}
.freezloader-wrapper {
    position: relative;

}
.freezloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    padding-top: 20%;
    display: none;
    cursor: wait;
    text-align: center;
}
.freezloader.show{
    display: block;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  display: inline-block;
position: relative;
width: 100px;
height: 100px;
cursor: wait;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #25aae1;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 95px;
    height: 95px;
    opacity: 0;
  }
}
.wpua-edit .button{
float: none;

background: #25aae1;

color: #fff;

border: 0;

padding: 10px 15px;
}
.media-frame .button{
    float: none;
}
#wpua-edit-attachment-existing{
    display: none!important;
}
div#wpua-images-existing p {
    display: inline-block;
    vertical-align: middle;
}

.sidebar.dashboard .upload-image .fa{
        margin-right: 10px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    cursor: pointer;
}
.btn-ques,
.form-group .btn-ques{
    font-size: 12px;
    width: 16px;
    line-height: 1;
    border-radius: 10px;
    height: 16px;
    padding: 2px;
    position: relative;
    top: -2px;
    background: #25aae1;
    color: #fff;
    border: 0;
}
.btn.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.7;
}
.btn.loading {
    cursor: progress;
}
.btn-primary {
    color: #fff;
    background-color: #25aae1;
    border-color: #25aae1;
}
.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-default{
    border-color: #d7d7d7;
}
.btn-block{
    display: block;
    width: 100%
}
.btn-transparent{
    background: transparent;
    color: #25aae1;
    border-color: #25aae1;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #25aae1;
    border-color: #25aae1;
}

.orsep{
    margin:0 15px;
}
.wcp-userimage-buttons {

    padding: 1em 0;
    border: 1px solid #e2e2e2;
    text-align: center;
    background: #fff;

}

a.disabled {
  pointer-events: none;
  cursor: default;
}

 .dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image a{display: block;}

.wcp-update-place{
    background: #fff;
    padding: 30px;
    width: 500px;
    max-width: 100%;
}
.artwork-image {
    margin-bottom: 15px;
}
.artwork-image img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.wcp-update-place h3 {
    margin-top: 0;
    color: #25aae1;
}
.list-nsd-wrap{
    text-align: center;
}
.list-nsd{
    display: inline-block;
    text-align: left;
    list-style: none;
    margin-top: 14px;
     color: #0288bf;
     margin-bottom: 0;
}
.list-nsd li {
    
    padding: 2px 5px;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 1px;
}
.list-nsd li i{font-size: 16px;}

.red{
    color: #ee2f2f;
}

.wcp-places{
    position: relative;
}
.wcp-places-sidebar{
    width: 320px;
    background: rgba(0,0,0, 0.8);
    padding: 20px;
    color: #fff;
    position: absolute;
    z-index: 999;
    top: 15px;
    left: 15px;
}
#wcpmapplaces{
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e2e2;
}
.trackers-list .tra-name{
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
}
.trackers-list .tra-img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 10px
}
.form-group{
    margin-bottom: 15px;
}
.wcp-artwork .tra-img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 10px;
    float: left;
}
.wcp-artwork{
    overflow: auto;
    margin-bottom: 2em;
}
.wcp-artwork .tra-name{
    font-size: 22px;
    text-transform: capitalize;
    color: #25aae1;
    vertical-align: top;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid 
    transparent;
    border-radius: .25rem;
}
.alert-primary {
    color: #004085;
background-color:   #cce5ff;
border-color: #b8daff;
}
.alert-secondary {
    color: 
#383d41;
background-color:
#e2e3e5;
border-color:
    #d6d8db;
}
.alert-success {
    color: 
#155724;
background-color:
#d4edda;
border-color:
    #c3e6cb;
}
.alert-danger {
    color: 
#721c24;
background-color:
#f8d7da;
border-color:
    #f5c6cb;
}
.alert-warning {
    color: 
#856404;
background-color:
#fff3cd;
border-color:
    #ffeeba;
}
.alert-info {
    color: 
#0c5460;
background-color:
#d1ecf1;
border-color:
    #bee5eb;
} 
.wcp-places .btn-default{
    background: #d7d7d7;
}
.not-for-sale{
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    max-width: 80px;
    display: block;
    text-align: center;
    background: yellow;
    line-height: normal;
    padding: 2px;
}

 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2196F3;
  
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.switch input:checked + .slider {
    background-color: #ccc;
}

.switch.outofstock-switch input:checked + .slider {
    background-color: #ff5757;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
} 
.text-center{
    text-align: center;
}
.wcp-geolocation-modal p{
    margin-bottom: 10px
}
.wcp-geolocation-modal .modal-body .btn{
    width: 180px;
}
.btn:disabled {
    cursor: progress;
    opacity: 0.2;
}

@media (max-width: 767px){
    .wcp-places-sidebar{
        width: 100%;
        max-width: 100%;
        position: static;
    }
    /*, table td, table th*/
    .trackers-list .table{display: block; padding: 8px;}
    .trackers-list  .text-right{text-align: center;}
    .trackers-list  .btn{
        font-size: 14px;
        line-height: normal;
        padding: 5px 8px;
        margin-bottom: 3px;
    }
    .trackers-list table tr{border-bottom: 1px solid #e2e2e2;}
    .logo, .searchform{top: 0!important}
    .btn_wrapper_cstm,.btn_wrapper_cstm a{display:block !important;}
}

@media (max-width: 400px){
    .trackers-list .tra-name{font-size: 14px;}
    .trackers-list .tra-img{margin-right: 5px;}
    .trackers-list .btn{display: block;}
}
/*Pagination*/
.wcp-paginate {
    padding:2em 0;
    text-align:center
}
.wcp-paginate .page-numbers {
    display: inline-block;
    padding: 12px 15.5px;
    margin: 0 2px 0 0;
    border: 1px solid #D4D4D4;
    line-height: 1;
    text-decoration: none;
    border-radius: 4px;
    background: #fff;
    font-size: 16px;
    color: #888888;
}
.wcp-paginate  .page-numbers.current,
.wcp-paginate  a.page-numbers:hover {
    background: #25AAE1;
    color: #fff;
    border-color: #25AAE1;
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li.coloum-4 {
    width: 25%;
}
.wcp .dokan-seller-search-form{display: none!important;}
#wcpStepUserEmail{
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    background: #e9e9e9;
    padding: 2em;
}

.dgv-progress-bar {
    height: 20px;
    width: 100%;
    background: #f0f0f0;
    text-align: center;
    position: relative;
    margin-bottom: 10px
}
.dgv-progress-bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #2593c5;
    max-width: 100%;
}
.dgv-progress-bar-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}


.dgv-loader:before {
    height: 25px;
    width: 25px;
    content: '';
    animation: spin 1s ease-in-out infinite;
    background: url(/wp-content/plugins/wp-vimeo-videos/admin/img/loader.gif) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(78, 59, 59, 0.75);
    display: inline-block;
    margin-right: 5px;
}

.woocommerce form #billing_address_1_field abbr,
.woocommerce form #billing_city_field abbr{
    display: none!important;
}
.woocommerce form #billing_address_1_field.woocommerce-invalid input.input-text,
.woocommerce form #billing_city_field.woocommerce-invalid input.input-text{
        border-color: #6dc22e;
        box-shadow: inset 2px 0 0 #0f834d;
}
.woocommerce form #billing_address_1_field.form-row.woocommerce-invalid label,
.woocommerce form #billing_city_field.form-row.woocommerce-invalid label {
    color: inherit;
}

.woocommerce div.product form.cart .variations select{
  font-size: 16px;
  padding: 10px 15px;
}

.wcp-quote-form{
    border: 4px solid #d4e8f3;
    padding: 2em 4em;
    border-radius: 50px;
    margin: 3em 0;
}
table.shop_table_responsive tr td{
    text-align: left;
}
.wcp-subsinfo li strong{
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-family: sans-serif;
    line-height: normal;
}
.wcp-subsinfo li{
    font-size: 2em;
    text-align: center;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #25aae1;
    color: #fff;
    border-radius: 50%;
    border: 10px solid #43b9e9;
}
.wcp-subsinfo{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sidebar{padding-top: 2em;}
.gallery-button .btn{
    width: 200px;
    border-radius: 0;
    max-width: 100%
}
.gallery-button{
    clear: both;text-align: center;
}

.skip-wrapper{
    text-align: right;
}
.skip-wrapper .btn, #uploadForm .skip-wrapper input[type="submit"]{
    float: none !important;
    margin-top: 0;
}
.woovr-variation-image{display: none}

.trackers-list .table td, .trackers-list table th{padding: 8px 5px;}
.page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
}
.camera-infoimages {width: 200px;max-width: 100%;margin-left: auto;margin-right: auto;margin-bottom: 2em;}
.camera-infoimages img {width: 50%}
.camera-infoimages img:last-child {width: 19%;}
.places-switch{text-align: center;}

.places-switch li{display: inline-block;padding: 0 15px;}
.places-switch li a{color: #000;}
.places-switch li a.active,
.places-switch li a:hover{color: #079ad8;}
.places-switch li small{font-size: 10px;font-weight: normal;text-transform: uppercase;}

.centered-content-box{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.user-name {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 18px;
}
.info-input {
    font-size: 12px;
    opacity: 0.8;
}

body .select2-container--default .select2-selection--single{
    border-radius: 0;
    background: #f7f7f7;
    height: 45px;
    border: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 43px;
}

.wcp-artworkmap-place{
    clear:both; overflow:auto; margin-bottom:30px
}
.wcp-artworkmap-place .form-group-or{
    text-align:center;
}
@media(max-width: 500px){
    .wcp-subsinfo li{font-size: 1.3em;height: 94px;width: 94px;border: 8px solid #43b9e9;}
    .wcp-subsinfo li strong{}
    .page-heading h1{font-size: 1.5em;}
}

@media(min-width: 768px){
    .wcpProductTagFiltertoggle{
        display: none;
    }
    .skip-wrapper{
        width: 70%;
    }
    .skip-wrapper .btn, #uploadForm .skip-wrapper input[type="submit"]{
        margin-top: -70px;
    }
    .page-heading h1{margin-bottom: 0;}
     #myArtCanvas{position: absolute;}
     .wcp-artworkmap-place .form-group{
        width: 47%;float: left;
    }
    .wcp-artworkmap-place .form-group-or{
        width: 6%; padding-top:40px;float: left;
    }
}

@media(max-width: 767px){
    .widget_ptf_widget{
        position: fixed;
        z-index: 999999999999;
        top: 56px;
        right: 0px;
        max-width: 100%;
        text-align: right;
    }
    .sidebar .widget #wcpProductTagFilter, #wcpProductTagFilter ul{
        margin-bottom: 0px
    }
    .wcpProductTagFilterWrapper {
        text-align: left;
        background: #f5f5f5;
        padding: 16px;
    }
    .wcpProductTagFilterWrapper{display: none;}
    .wcpProductTagFilterWrapper.active{display: block;}
    #uploadForm input[type="text"], #uploadForm textarea{width: 100%!important}
    #uploadForm{padding-bottom: 100px;}
    #video_youtube{padding-bottom: 0px;}
}

.hideonempty {
    width: 100%;
    background: #efefef;
    table-layout: fixed;
    border-collapse: collapse;
}


.th1	{																								
    text-align: left;
    padding: 14px 20px;
    border-bottom: 1px solid #222;
}


.th2	{																								
    text-align: left;
    padding: 14px 20px;
    border-bottom: 1px solid #222;
}