.captcha-image {
border: 1px solid;
padding: 10px;
display: inline-block;
text-align: center;
}
.cf7ic_instructions {
display: block;
}
.captcha-image .cf7ic_instructions span {
font-weight: bold;
}
.captcha-image label {
display: inline-block !important;
width: 60px !important;
position: relative;
} .captcha-image svg {
padding: 5px;
width: 50px;
height: 50px;
}
.captcha-image label>input+svg {
cursor: pointer;
border: 2px solid transparent;
position: relative;
overflow: hidden;
} .captcha-image label>input:checked+svg,
.captcha-image label>input:focus+svg {
border: 2px solid #f00;
}  span.wpcf7-form-control.wpcf7-cf7ic {
border: none;
}
.kc_captcha {
display: inherit;
} .cf7ic-style1 {
border: 1px solid;
padding: 10px;
display: inline-block;
text-align: center;
}
.cf7ic-icon-wrapper {
font-size: inherit;
}
.cf7ic-style1 .cf7ic-icon-wrapper .fa,
.cf7ic-style1 .cf7ic-icon-wrapper svg {
font-size: inherit;
border-color: inherit;
}
body .cf7ic-style1 .cf7ic-icon-wrapper svg {
width: 1em;
height: 1em;
fill: currentColor;
box-sizing: content-box !important;
}
.woocommerce .captcha-image .cf7ic-icon-wrapper label,
.woocommerce-page .captcha-image .cf7ic-icon-wrapper label,
.captcha-image .cf7ic-icon-wrapper label {
display: inline-block;
width: inherit;
vertical-align: text-top;
}
.captcha-image label>input { opacity: 0 !important;
width: 0 !important;
height: 0 !important;
min-width: 0 !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
position: absolute !important;
}
.captcha-image label>input+* { position: static;
cursor: pointer;
border-width: 2px;
border-style: none;
border-color: transparent;
padding: 7px;
}
.captcha-image label>input:checked+*,
.captcha-image label>input:focus+* { padding: 5px;
border-width: 2px;
border-style: solid;
}
.cf7ic-special {
opacity: 0;
filter: alpha(opacity=0);
pointer-events: none;
position: absolute;
left: 0;
width: 200px;
}
.cf7ic-loader,
.cf7ic-loader:before,
.cf7ic-loader:after {
border-radius: 50% !important;
width: 2em !important;
height: 2em !important;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation: cf7ic-load 1.2s infinite ease-in-out;
animation: cf7ic-load 1.2s infinite ease-in-out;
}
.cf7ic-loader {
display: block;
color: #444;
font-size: 10px !important;
margin: 4.8em 6em !important;
position: relative !important;
text-indent: -9999em !important;
-webkit-transform: translateZ(0) !important;
-ms-transform: translateZ(0) !important;
transform: translateZ(0) !important;
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.cf7ic-loader:before,
.cf7ic-loader:after {
content: '';
position: absolute;
top: 0;
}
.cf7ic-loader:before {
left: -3.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.cf7ic-loader:after {
left: 3.5em;
}
@-webkit-keyframes cf7ic-load {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
}
@keyframes cf7ic-load {
0%,
80%,
100% {
box-shadow: 0 2.5em 0 -1.3em;
}
40% {
box-shadow: 0 2.5em 0 0;
}
} .ai1ic-fields {
height: 0 !important;
display: block;
overflow: hidden !important;
}
body .ai1ic-fields input {
position: absolute;
transform: scale(0);
}
.cf7ic-wpf {
margin-bottom: 30px !important;
}
.cf7ic-wpf .captcha-image label {
width: 35px !important;
}
.cf7ic-wpf .captcha-image label i {
width: 35px !important;
text-align: center;
}
.cf7ic-wpf .captcha-image .cf7ic-icon-wrapper {
display: block;
text-align: left !important;
}.tsvg-preview-control,
.tsvg-selector-block,
.tsvg-selector-block .components-placeholder__fieldset {
align-items: center !important;
}
.tsvg-selector-block .components-placeholder__fieldset {
flex-direction: column;
-ms-flex-direction: column;
-webkit-box-direction: column;
}
.tsvg-guttenberg-block {
cursor: not-allowed;
}
.tsvg-guttenberg-block * {
pointer-events: none;
}
.tsvg-select-block {
padding-right: 2px;
padding-left: 7px;
margin-top: 8px;
border-top: 1px solid #e2e4e7;
border-bottom: 1px solid #e2e4e7;
background-color: #fff;
width: max-content;
}
.tsvg-select-block .components-select-control__input {
padding: 0 24px 0 8px;
}
.tsvg-select-block .components-base-control__field {
margin-bottom: 0;
margin-top: 3px;
margin-left: 4px;
}#wcs-debug {
padding: 0 0 0;
font-size: 1em;
margin-bottom: 2em;
}
#wcs-debug #wcs-debug-header {
background: #3d9cd2;
color: #ffffff;
padding: 10px 20px;
cursor: pointer;
position: relative;
}
#wcs-debug #wcs-debug-header .wcs-debug-toggle {
background-image: url(//prolabtech.cz/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/arrow.svg);
background-repeat: no-repeat;
background-position: right center;
width: 42px;
height: 100%;
right: 0;
top: 0;
background-size: 42px;
position: absolute;
transition: .3s all;
}
#wcs-debug.closed .wcs-debug-toggle {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#wcs-debug #wcs-debug-contents {
padding: 20px 20px 0;
display: none;
border: 1px solid #dee2e6;
border-width: 0 1px 1px;
}
#wcs-debug #wcs-debug-contents .wcs-debug-tip {
color: #1864ab;
background: url(//prolabtech.cz/wp-content/plugins/conditional-shipping-for-woocommerce/frontend/img/tip2.svg) no-repeat left 5px;
background-size: 16px 16px;
padding-left: 24px;
}
#wcs-debug #wcs-debug-contents h3 {
margin: 10px 0 20px;
font-weight: bold;
font-size: 1.2em;
}
#wcs-debug #wcs-debug-contents h3.ruleset-title {
font-size: 1em;
}
#wcs-debug #wcs-debug-contents h3.ruleset-title a {
font-weight: bold;
}
#wcs-debug .wcs-debug-result-label {
padding: 5px;
border-radius: 3px;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
}
#wcs-debug .wcs-debug-result-label.wcs-debug-result-label-pass {
background: #2b8a3e;
}
#wcs-debug .wcs-debug-result-label.wcs-debug-result-label-fail {
background: #c92a2a;
}
#wcs-debug table.wcs-debug-table {
border: 1px solid #dee2e6;
margin: 0 0 20px;
}
#wcs-debug table.wcs-debug-table.wcs-debug-table-fixed {
table-layout: fixed;
}
#wcs-debug table.wcs-debug-table td, #wcs-debug table.wcs-debug-table th {
padding: 5px 10px;
text-align: left;
}
#wcs-debug table.wcs-debug-table td.align-right,
#wcs-debug table.wcs-debug-table th.align-right {
text-align: right;
} .wcs-shipping-notices.wcs-shipping-notices-blocks {
margin-top: 1em;
}.wpcr3_in_content {
margin-bottom: 30px;
}
.wpcr3_in_content meta {
display: none;
}
.wpcr3_power {
padding-top: 30px !important;
padding-bottom: 30px !important;
font-size: 11px !important;
}
.wpcr3_status_msg {
color: #c00;
font-weight: bold;
}
.wpcr3_status_msg div {
color: #c00;
font-weight: bold;
padding-bottom: 15px;
padding-top: 15px;
}
.wpcr3_caps {
text-transform: capitalize;
}
div.wpcr3_dotline,
div.wpcr3_review div.wpcr3_dotline {
display: block !important;
border-bottom: 1px dotted #ccc !important;
margin-bottom: 10px !important;
clear: both !important;
}
.wpcr3_leave_text {
font-weight: bold;
font-size: 1.1rem;
}
div.wpcr3_aggregateRating {
display: block !important;
margin-bottom: 30px;
line-height: 24px;
font-size: 0.8em;
}
div.wpcr3_aggregateRating div.wpcr3_aggregateRating_ratingValue {
display: inline-block !important;
position: relative;
top: 2px;
}
div.wpcr3_review_item div.wpcr3_item_name {
font-size: 0.8em;
font-style: italic;
}
div.wpcr3_review div,
div.wpcr3_review span {
display: inline-block !important;
line-height: 24px;
}
div.wpcr3_review div.wpcr3_review_ratingValue {
position: relative;
top: 2px;
margin-right: 5px;
}
div.wpcr3_review div.wpcr3_review_title {
font-size: 0.8em;
display: block !important;
}
div.wpcr3_review blockquote.wpcr3_content {
font-size: 14px;
font-weight: normal;
display: block !important;
padding-bottom: 30px;
}
div.wpcr3_review blockquote.wpcr3_content p {
font-size: 14px;
font-weight: normal;
display: inline !important;
}
div.wpcr3_review blockquote.wpcr3_content.wpcr3_admin_response {
margin-left: 30px;
color: #00c;
}
div.wpcr3_review div.wpcr3_review_datePublished {
font-size: 0.9em;
font-style: italic;
}
div.wpcr3_review div.wpcr3_review_author {
font-size: 0.8em;
font-style: italic;
}
div.wpcr3_review div.wpcr3_review_customs {
margin-bottom: 5px;
}
div.wpcr3_review div.wpcr3_review_custom {
font-size: 12px;
float: left;
margin-right: 60px;
}
.wpcr3_respond_2 {
position: relative;
}
.wpcr3_respond_2 label {
display: inline-block !important;
}
.wpcr3_respond_2 .fconfirm2 {
width: auto !important;
}
.wpcr3_respond_2 input[type='text'] {
min-width: 200px;
}
.wpcr3_respond_2 textarea {
height: 100px !important;
min-width: 500px;
}
.wpcr3_respond_2 small {
padding: 0 !important;
margin: 0 !important;
}
.wpcr3_respond_2 table,
.wpcr3_respond_2 td {
border: 0 !important;
border-style: none !important;
}
.wpcr3_respond_2 .wpcr3_check_confirm label {
margin: -2px 0px 0px 5px;
}
.wpcr3_ad {
background: #ffffff;
}
.wpcr3_ad label {
font-weight: bold;
}
.wpcr3_respond_1,
.wpcr3_respond_2 {
margin: 0 !important;
padding: 0 !important;
clear: both !important;
}
.wpcr3_respond_1 p,
.wpcr3_respond_2 p {
margin: 0 !important;
padding: 0 !important;
line-height: 120% !important;
margin-top: 2px !important;
margin-bottom: 2px !important;
}
.wpcr3_respond_1 .wpcr3_rating,
.wpcr3_respond_2 .wpcr3_rating {
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
margin-left: 0px !important;
margin-top: 0px !important;
overflow: hidden;
height: 16px;
}
div.wpcr3_rating_style1 {
line-height: 17px;
display: inline-block;
}
div.wpcr3_rating_style1 div {
line-height: 17px;
}
div.wpcr3_rating_style1 * {
border: 0 none;
margin: 0;
padding: 0;
line-height: 17px;
}
div.wpcr3_rating_style1_base {
background: url(//prolabtech.cz/wp-content/plugins/wp-customer-reviews/css/newstars.png) 0 0 no-repeat;
width: 85px;
height: 17px;
line-height: 17px;
float: left;
padding-right: 4px;
overflow: hidden;
display: block;
}
div.wpcr3_rating_style1_average {
background: url(//prolabtech.cz/wp-content/plugins/wp-customer-reviews/css/newstars.png) 0 -15px no-repeat;
text-indent: -9999px;
height: 17px;
line-height: 17px;
}
div.wpcr3_rating_style1_status {
height: 17px;
line-height: 17px;
width: 100px;
overflow: hidden;
position: relative;
cursor: pointer;
display: block;
}
div.wpcr3_rating_style1_score {
background: url(//prolabtech.cz/wp-content/plugins/wp-customer-reviews/css/newstars.png) 0 0 no-repeat;
width: 85px;
height: 17px;
line-height: 17px;
float: left;
position: relative;
}
div.wpcr3_rating_style1_score div {
display: block;
height: 17px;
float: left;
text-indent: -9999px;
position: absolute;
overflow: hidden;
line-height: 17px;
}
div.wpcr3_rating_style1_score div:hover {
background: url(//prolabtech.cz/wp-content/plugins/wp-customer-reviews/css/newstars.png) bottom right no-repeat;
}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score1 {
width: 20%;
z-index: 55;
}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score2 {
width: 40%;
z-index: 54;
}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score3 {
width: 60%;
z-index: 53;
}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score4 {
width: 80%;
z-index: 52;
}
div.wpcr3_rating_style1_score div.wpcr3_rating_style1_score5 {
width: 100%;
z-index: 51;
}
.wpcr3_respond_2 {
display: none;
background-color: inherit;
}
.wpcr3_div_2 {
width: 600px;
max-width: 100%;
}
.wpcr3_table_2 {
text-align: left;
width: 100%;
}
.wpcr3_table_2 td {
text-align: left;
}
.wpcr3_check_confirm {
margin-top: 10px;
font-size: 13px;
margin-bottom: 4px;
}
.wpcr3_button_1 {
border: 1px solid;
border-color: #e6e6e6 #cccccc #cccccc #e6e6e6;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(100%, #c4c4c4)
);
background: -webkit-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
background: -o-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #c4c4c4 100%);
background: linear-gradient(to bottom, #ffffff 0%, #c4c4c4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4c4c4',GradientType=0 );
color: #404040;
cursor: pointer;
display: inline-block;
font-size: 13px;
font-weight: normal;
outline: 0;
padding: 5px 12px 5px;
text-align: center;
text-decoration: none;
white-space: nowrap;
float: none;
height: auto;
text-indent: 0;
margin-bottom: 15px;
}
.wpcr3_button_1:hover {
background: #dedede;
background: -moz-linear-gradient(top, #ffffff 0%, #b8b8b8 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(100%, #b8b8b8)
);
background: -webkit-linear-gradient(top, #ffffff 0%, #b8b8b8 100%);
background: -o-linear-gradient(top, #ffffff 0%, #b8b8b8 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #b8b8b8 100%);
background: linear-gradient(to bottom, #ffffff 0%, #b8b8b8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b8b8b8',GradientType=1 );
border-color: #99ccff;
color: #333333;
cursor: pointer;
font-weight: normal;
}
.wpcr3_button_1:active,
.wpcr3_button_1:focus {
background-position: 0 -25px;
background: #dedede;
background: -moz-linear-gradient(top, #ffffff 0%, #dedede 100%);
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #ffffff),
color-stop(100%, #dedede)
);
background: -webkit-linear-gradient(top, #ffffff 0%, #dedede 100%);
background: -o-linear-gradient(top, #ffffff 0%, #dedede 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #dedede 100%);
background: linear-gradient(to bottom, #ffffff 0%, #dedede 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=1 );
border-color: #8fc7ff #94c9ff #94c9ff #8fc7ff;
color: #1a1a1a;
}
.wpcr3_button_1.wpcr3_disabled {
opacity: 0.5;
}
.wpcr3_button_1.wpcr3_hide {
display: none !important;
}
.wpcr3_pagination {
clear: both;
padding: 0px 0px 0px 0px;
position: relative;
font-size: 11px;
line-height: 13px;
}
.wpcr3_pagination_page {
float: left;
display: block;
line-height: 30px;
padding-right: 5px;
}
.wpcr3_pagination .wpcr3_a {
display: block;
float: left;
margin: 0px 1px 0px 1px;
padding: 6px 10px 6px 10px;
line-height: 16px;
text-decoration: none;
width: auto;
color: #fff;
background: #555;
cursor: pointer;
}
.wpcr3_pagination .wpcr3_a:hover {
color: #fff;
background: #3279bb;
}
.wpcr3_pagination .wpcr3_ls {
margin-right: 1px;
}
.wpcr3_pagination .wpcr3_rs {
margin-left: 1px;
}
.wpcr3_pagination .wpcr3_a.wpcr3_current {
background: #3279bb;
color: #fff;
cursor: default;
}
.wpcr3_pagination .wpcr3_a.wpcr3_disabled,
.wpcr3_pagination .wpcr3_a.wpcr3_disabled:hover {
background: #ddd;
color: #fff;
cursor: default;
}
.wpcr3_clear,
div.wpcr3_review .wpcr3_clear {
clear: both !important;
display: block !important;
line-height: 0px !important;
height: 0px !important;
}
.wpcr3_show,
div.wpcr3_review .wpcr3_show {
display: inline;
}
.wpcr3_hide,
div.wpcr3_review .wpcr3_hide {
display: none !important;
}
.wpcr3_fakehide {
position: absolute !important;
top: 0 !important;
left: -999em !important;
height: 1px !important;
width: 1px !important;
}
.wpcr3_pb5 {
padding-bottom: 5px;
}.taiowc-cart-item,.taiowc-icon,.taiowc-total{
display:flex;
align-items: center;
justify-content: center;
}
.taiowc-cart-item{
padding: 0.6rem;
background: transparent;
border-radius: 3px;
}
.taiowc .taiowc-wrap{
line-height: inherit;
}
.taiowc .taiowc-content{
position:relative;
padding: 0;
margin: 0;
}
.taiowc-content,
.taiowc-cart-close{
text-decoration: none!important;
}
.cart-count-item{
position: absolute;
background: #111;
height: 30px;
width: 30px;
line-height: 30px;
color: #fff;
text-align: center;
font-size: 0.9rem;
border-radius: 100%;
top: -18px;
left:-18px;
z-index: 1;
}
.taiowc-content .taiowc-total{
margin-left:0.3rem;
font-size:0.89rem;
font-weight:500;
margin-bottom: 0;
}
.taiowc-icon span{
height: auto;
width: auto;
}
.taiowc-cart-model{
position: fixed;
background-color: #fff;
z-index: 9999999999;
display: flex;
transition: 0.5s;
top:0;
bottom:0;
max-width:400px;
width:100%;
right: -400px;
overflow-y: auto;
-webkit-border-radius: 4px;
}
.model-cart-active .taiowc-cart-model{
right: 0;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
-webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
}
.cart-heading{
display: flex;
flex: 0 0 auto;
align-items: center;
flex-direction: row;
justify-content: center;
padding: 0.9rem 0.7rem;
text-align: center;
background: #fff;
color: #111;
}
.cart-heading .th-icon{
font-size:2rem;
}
.cart-heading img{
width:2rem;
margin-right: 0.5rem;
}
.taiowc-icon .th-icon{
font-size: 1.7rem;
}
.cart_fixed_1 .taiowc-icon .th-icon{
font-size: 3rem;
}
.taiowc-cart-model-header{ 
background-color: #f7f7f8;
position: relative;
}
.cart-heading h4 {
margin-bottom: 0;
font-size: 1.2rem;
}
.logged-in .taiowc-cart-model{
top: 32px;
}
.taiowc-cart-model-body,.taiowc-cart-model-footer{
display:flex;
flex-direction: column;
text-align: left;
}
.taiowc-cart-model-body{
overflow-x: hidden;
overflow-y: auto;
border-bottom: 1px solid rgba(125, 87, 177, 0.1);
background-color: #f3f3f3;
}
.taiowc .taiowc-cart-model-body .woocommerce-mini-cart {
padding: 0;
margin: 0;
list-style: none;
text-align: left;
margin: 0rem 0.7rem;
}
.taiowc .taiowc-cart-model-body .taiowc-woocommerce-mini-cart-item {
overflow: hidden;
position: relative;
box-shadow: 0 0 2px #ddd;
padding: 0.7rem!important;
background: #fff;
margin-bottom: 0.7rem!important;
margin-top: 0.7rem!important;
color: #111;
}
.taiowc .taiowc-cart-model-body .taiowc-woocommerce-mini-cart-item:last-child{
border-bottom: 0;
}
.taiowc .taiowc-contnet-wrap {
padding: 4px 15px;
}
.taiowc .taiowc-cart-model-body  img {
float: left!important;
margin-left:0px;
margin-right:1rem;
width: 80px!important;
height: auto;
box-shadow: none;
}
.taiowc-cart-model-body a.taiowc-remove-item{
float: right;
font-size: 1.2em;
height: 1.2em;
width: 1.2em;
line-height: 1rem;
text-align: center;
border-radius: 0%;
text-decoration: none;
font-weight: 700;
border: 0;
z-index: 9999;
font-size: 0.89rem;
color: #ef6238!important;
}
.taiowc-cart-model-body a.taiowc-remove-item:hover{
background:none;
color:#ff0b0b!important;
}
.taiowc .taiowc-cart-model-body a{
display: flex;
font-size: 0.79rem!important;
font-weight: 500!important;
padding: 0!important;
color: #111;
}
.taiowc .taiowc-cart-model-body .quantity{
font-size: 1rem;
display: flex;
align-items: center;
margin-top: 0.5rem;
}
.taiowc .taiowc-cart-model-body .woocommerce-mini-cart__total {
padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.taiowc .taiowc-cart-model-body .woocommerce-mini-cart__total {
display: flex;
justify-content: space-between;
}
.taiowc .taiowc-cart-model-body p.total{
margin: 0px;
border-top: 1px solid rgba(187, 187, 187,0.32)!important;
padding-top: 1rem;
padding-bottom: 1rem;
}
.taiowc-cart-model-footer .cart-button{
text-align: center;
margin-top: 0.7rem;
}
.taiowc-cart-model-footer .cart-button .buttons {
width: 100%;
display: inline-flex;
padding: 0 0.6rem;
box-sizing: border-box;
}
.taiowc-cart-model-body .woocommerce-mini-cart__buttons {
padding: 0rem 1.5rem 1.5rem;
}
.taiowc-cart-model-body p.buttons a {
padding: 12px 20px;
color: #111;
background-color: #ecf1f5;
font-size: 1rem;
border: 1px solid;
border-color: #ecf1f5;
font-weight: normal;
width: 100%;
text-align: center;
}
.taiowc-cart-close {
position: absolute;
font-size: 0;
text-align: center;
left: 0.5rem;
transition: 0.2s;
opacity: 0;
visibility: hiddden;
line-height: initial;
}
.taiowc-cart-close:after {
font-family: dashicons;
content: "\f335";
font-size: 1.5rem;
color: #111;
}
.model-cart-active .taiowc-cart-close {
opacity: 1;
visibility: visible;
}
.taiowc-total-wrap{
padding: 0.7rem;
font-size: 0.79rem;
}
.taiowc .taiowc-total-wrap a{
font-size: 0.79rem;
padding: 0;
}
.taiowc-related-product-cont{
background-color: #f3f3f3;
}
.item-product-wrap,.item-product-quantity{
float:left;
width:100%;
}
.item-product-quantity{
border-top: 1px solid #ebebeb;
}
.taiowc-cart-model-body .quantity{
display: flex;
}
.quantity .amount{
flex-grow: 2;
text-align: end;
}
.taiowc-cart-model-wrap{
display: flex;
flex-direction: column;
flex: auto;
}
.taiowc-cart-model-body {
flex-grow: 1;
overflow: auto;
}
.taiowc-cart-model-footer{
margin-bottom: 1rem;
}
.quantity span.quantity-text{
font-size:0.68rem;
margin-right:0.5rem;
} .taiowc-slide-left .taiowc-cart-model{
right:auto;
left:-400px;
}
.taiowc-slide-left.model-cart-active  .taiowc-cart-model{
left:0;
} .taiowc-wrap.taiowc-click-dropdown {
position:relative;
}
.taiowc-click-dropdown .taiowc-cart-model{
position: absolute;
top:100%;
width: 320px;
right: 0;
bottom:auto;
opacity:0;
visibility: hidden;
}
.taiowc-click-dropdown.model-cart-active .taiowc-cart-model{
opacity:1;
visibility: visible;
}
.taiowc-cart-model-body p.buttons a.checkout{
margin-top:0.3rem;
}
.taiowc-cart-model-body p.buttons a:hover{
text-decoration: none!important;
}
.taiowc-click-dropdown .taiowc-cart-model-header,
.taiowc-click-dropdown .taiowc-payment-title,
.taiowc-click-dropdown .taiowc-coupon,
.taiowc-click-dropdown .taiowc-coupon-applied-coupons,
.taiowc-click-dropdown .taiowc-discount,
.taiowc-click-dropdown .taiowc-shipping,
.taiowc-click-dropdown .taiowc-related-product-cont{display:none;}
.taiowc-click-dropdown .cart-button {
margin-bottom: 0.7rem;
}
.taiowc-click-dropdown .taiowc-total{
margin-bottom: 0;
}
.taiowc-click-dropdown .taiowc-cart-model-body {
max-height: 317px;
} .taiowc-wrap.taiowc-popup{
position:inherit;
}
.taiowc-popup .taiowc-cart-model {
position: absolute;
top: 100%;
width: 100%;
max-width:700px;
right: 0;
left: 0;
margin: auto;
top:auto;
bottom:15%;
opacity: 0;
}
.taiowc-popup.model-cart-active  .taiowc-cart-model{
opacity: 1;
}
.taiowc-popup .taiowc-cart-model-body ul {
max-height: 225px;
}
.taiowc-popup .taiowc-cart-model-body p.buttons a{
width:auto;
}
.taiowc-popup .taiowc-cart-model-body p.buttons a.checkout {
margin-top:0;
margin-left:0.3rem;
}  .taiowc-cart-model-body::-webkit-scrollbar,.taiowc-cart-model::-webkit-scrollbar {
width: 6px;
} .taiowc-cart-model-body::-webkit-scrollbar-track,.taiowc-cart-model::-webkit-scrollbar-track {
background: #f1f1f1; 
} .taiowc-cart-model-body::-webkit-scrollbar-thumb,.taiowc-cart-model::-webkit-scrollbar-thumb{
background: #e0e0e0; 
} .taiowc-cart-model-body::-webkit-scrollbar-thumb:hover,.taiowc-cart-model::-webkit-scrollbar-thumb:hover{
background: #e0e0e0; 
} .taiowc-icon img{
width:2rem;
} .cart_fixed_1 .taiowc-content{
position:fixed;
position: fixed;
bottom: 36px;
right: 36px;
z-index: 999999999;
border-radius:100%;
box-shadow: -4px 2px 6px #dddddd1a;
}
.cart_fixed_1 .taiowc-cart-item {
padding: 0.7rem;
background: #fff;
border-radius: 10px!important;
box-shadow: 0 0 10px rgb(183 183 183 / 60%);
-moz-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
-webkit-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
-o-box-shadow: 0 0 10px rgb(183 183 183 / 60%);
}
.cart_fixed_1 .taiowc-cart-item .taiowc-total{
display:none;
} .taiowc-wrap.cart_fixed_2{ 
position: fixed;
left: 0;
right: auto;
bottom: -620px;
transition: 0.5s;
z-index: 999;
}
.taiowc-wrap.cart_fixed_2.model-cart-active {
bottom: 0;
}
.taiowc-wrap.cart_fixed_2 .taiowc-cart-model {
position: relative;
background-color: #fff;
z-index: 999;
display: flex;
flex-direction: column;
transition: 0.5s;
top: 0;
max-width:350px;
width: 100%;
height:620px;
right:auto;
}
.taiowc-wrap.cart_fixed_2 .taiowc-cart-model-header .cart-heading .th-icon{
display: none;
}
.cart_fixed_2 .taiowc-content h4{
margin-right:0.5rem; 
font-size: 1.2rem;
}
.taiowc-content h4{
display: none;
}
.cart_fixed_2 .taiowc-content {
position: relative;
background: #fff;
display: block;
width: 350px;
text-align: center;
display: flex;
justify-content: center;
box-sizing: border-box;
}
.cart_fixed_2 .taiowc-cart-item,.cart_fixed_2 .taiowc-content{
align-items: center;
}
.cart_fixed_2 .taiowc-total {
margin-left: 0.3rem;
font-size: 1rem;
}
.cart_fixed_2 .taiowc-cart-item{
padding:0;
background:transparent;
}
.cart_fixed_2 .cart-count-item{
display:none
}
.cart_fixed_2 .taiowc-content{
padding:0.5rem 1rem;
background: #f0f0f1;
}
.cart_fixed_2 .taiowc-content{
border-radius: 0px 5px 0px 0px;
transition: 0.2s;
}
.cart_fixed_2 .taiowc-content:hover{
padding-bottom: 0.75rem;
transition: 0.2s;
}
.taiowc-wrap.cart_fixed_2{
-webkit-border-radius: 4px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
-webkit-box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
box-shadow: rgb(0 0 0 / 15%) 0px 0px 20px;
}
.taiowc-wrap.cart_fixed_2 .taiowc-cart-model{
webkit-border-radius:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
} .cart_fixed_2 .taiowc-cart-close{   
position: absolute;
top: -68px;
font-size: 0;
background: #000;
text-align: center;
right: 0;
left: 335px;
opacity: 0;
visiblility: hidden;
transition: 0.2s;
z-index:999;
}
.cart_fixed_2.model-cart-active .taiowc-cart-close{   
opacity:1;
visiblility:hidden;
}
.cart_fixed_2 .taiowc-cart-model .taiowc-cart-close:after{
font-family: dashicons;
content: "\f335";
position: absolute;
top: 3px;
font-size: 1rem;
background: #000;
width: 30px;
height: 30px;
line-height: 30px;
color: #fff;
border-radius: 50%;
}
.cart_fixed_2  .cart-heading{
padding:0;
border:0;
position: fixed;
}
.cart_fixed_2 .cart-heading h4{
display:none;
} .taiowc .cart-button .buttons a{
background: #000!important;
padding: 0.8rem 1.5rem!important;
font-size: .8rem!important;
text-decoration: none!important;
color: #fff!important;
border: none;
margin: 0.25rem!important;
font-weight: 500;
width: 100%;
line-height: normal;
}
.taiowc .taiowc-cart-model-body .woocommerce-back-to-shop{
background: #000!important;
padding: 0.6rem 1.5rem!important;
font-size: 1rem!important;
text-decoration: none!important;
color: #fff;
border: none;
font-weight: 500;
margin: 0 auto!important;
margin-bottom:1rem!important;
}
.cart-button .buttons a:hover{
background: #000;
color: #fff;
opacity: 0.8;
}
.taiowc-cart-model-footer .cart-button .button:first-child{
background:transparent!important;
color:#111!important;
border:1px solid #000;
}
.taiowc .woocommerce-back-to-shop{
width: fit-content;
margin: auto;
margin-bottom: 1rem;
}
.taiowc .woocommerce-mini-cart__empty-message{
margin-bottom: 1rem;
text-align: center;
margin-top: 1rem;
}
.taiowc-subtotal .taiowc-value{
font-weight: bold;
} .taiowc-quantity[type="number"]::-webkit-inner-spin-button, .taiowc-quantity[type="number"]::-webkit-outer-spin-button {
display:none;
}
.quantity-decrement, .quantity-increment {
cursor: pointer;
border: 1px solid #eee;
background-color:transparent;
font-size: 12px;
user-select: none;
height:25px;
line-height:25px;
width:25px;
}
.quantity-decrement:focus,
.quantity-increment:focus {
outline: none; box-shadow: none; }
.quantity-decrement:active,
.quantity-increment:active {
outline: none; box-shadow: none; }
.quantity-decrement:hover, .quantity-increment:hover {
background-color: #eee;
}
.taiowc input[type=number].taiowc-quantity {
width: 30px;
text-align: center;
border: 1px solid #eee;
font-size: 0.68rem;
line-height: 25px !important;
min-height: 25px !important;
height: 25px;
padding: 0;
margin:0;
margin-right:-1px;
margin-left:-1px;
}
.quantity-wrap{
display:flex;
margin-left:0.2rem;
}
.taiowc .quantity .amount{
margin-left: 0.4rem;
font-size: 0.78rem;
font-weight: 700;
} .taiowc-cart-model-body.loading::after {
content: ""; 
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background:#eee;
opacity: .6;
}/*/*/.taiowc-notice-box .woocommerce-message,
.taiowc-notice-box .woocommerce-error{
position: absolute;
font-size: 0.8rem;
padding: 0.4rem;
top: 0;
left: 0;
right: 0;
text-align: center;
z-index: 999;
}
.taiowc-notice-container{
position: absolute;
font-size: 0.89rem;
top: 0;
left: 0;
right: 0;
text-align: center;
z-index: 999;
display: none;
}
.taiowc-notice-container .taiowc-notices{
margin: 0;
padding: 0;
text-align: center;
}
.taiowc-notice-container .taiowc-notices li{
padding: 0.6rem;
}
.taiowc-notice-box .woocommerce-message,
.taiowc-notice-container .taiowc-notices li{
background: #4db359;
color: #fff;
}
.taiowc-notice-box .woocommerce-error,
.taiowc-notices li.taiowc-notice-error{
background: #b73d3d;
color: #fff;
}
.taiowc-notice-box .woocommerce-error>li {
margin: 0;
padding: 0;
}/**/.taiowc .taiowc-coupon{
margin-top: 0.4rem;
text-align: center;
}
.taiowc ul.taiowc-coupon-applied-coupons{
padding: 0 0.7rem;
font-size: 0.69rem;
display: flex;
align-items: center;
background: none!important;
margin: 0;
}
.taiowc ul.taiowc-coupon-applied-coupons  li{
list-style: none;
}
.taiowc-coupon-remove-coupon{
display: inline-flex;
align-items: center;
text-transform: uppercase;
cursor: pointer;
background: #f6f7f7;
padding: 0.3rem 0.5rem;
margin: 0.2rem;
}
.taiowc-coupon-remove-coupon span{
color:#ef6238;
} .cart-total{
display: flex;
flex-direction: column;
font-size: 1rem;
color: #111;
}
.taiowc-subtotal,.taiowc-discount,.taiowc-total,.taiowc-shipping{
display: flex;
justify-content: space-between;
margin-bottom: 0rem;
}
.taiowc-subtotal{
margin-top: 0.7rem;
}
.cart-total .taiowc-label{
font-weight: 600;
line-height: normal;
}
.cart-total .taiowc-total{
border-top: 1px solid;
border-color: rgba(129,129,129,.2);
margin-top: 0.7rem;
padding-top: 0.7rem;
} .taiowc-coupon-list{
margin: 0.7rem 0.7rem;
font-size: 0.89rem;
box-sizing: border-box;
border: 1px solid rgba(125, 87, 177, 0.1);
}
.coupon-list{
font-size:0.89rem;
padding:0.8rem;
text-align:left;
display:block;
}
.taiowc-coupon-list .code {
display: inline-block;
text-transform: uppercase;
border: 1px solid;
padding: 1px 20px;
margin-bottom:0.5rem;
}
.taiowc-coupon-list .off{
color: #4CAF50;
font-weight:500;
margin-bottom: 0;
}
.coupon-list .taiowc-coupon-apply-btn.button{
color: #fff;
padding: 0.3rem 1rem;
font-size: 0.69rem;
text-decoration: none!important;
color: #fff;
border: none;
margin: 0;
font-weight: 400;
border: 1px solid #111;
cursor: pointer;
transition: all .2s linear;
position: absolute;
bottom: 0.9rem;
right: 0.9rem;
text-transform: capitalize;
}
.coupon-list .taiowc-coupon-apply-btn.button.added{
opacity: 0.7;
cursor: default;
}
.coupon-list .taiowc-coupon-apply-btn.button:hover{
background:#fff;
boder:1px solid #111;
color:#fff;
} .taiowc-cart-model .owl-dots {
}
.taiowc-cart-model .owl-dots button.owl-dot {
width: 8px;
height: 8px;
border-radius: 50%;
background: #eee;
margin: 0 3px;
}
.taiowc-cart-model .owl-dots button.owl-dot.active {
background-color: #ddd;
}
.taiowc-cart-model .owl-carousel .owl-nav{
opacity: 0;
}
.taiowc-cart-model .owl-carousel:hover .owl-nav{
opacity:1
}
.taiowc-cart-model .owl-carousel .owl-nav .owl-prev{
right: 40px;
position: absolute;
display: block;
top:0;
height: 32px;
line-height: 32px;
cursor: pointer;
position: absolute;
z-index: 99;
opacity: 0.6;
-webkit-transition: opacity 0.35s linear 0s;
transition: opacity 0.35s linear 0s;
background: transparent;
color: #111;
}
.taiowc-cart-model .owl-carousel .owl-nav .owl-next{
right: 12px;
position: absolute;
display: block;
top:0;
height: 32px;
line-height: 32px;
cursor: pointer;
position: absolute;
z-index: 99;
opacity: 0.6;
-webkit-transition: opacity 0.35s linear 0s;
transition: opacity 0.35s linear 0s;
background: transparent;
color: #111;
}
.taiowc-cart-model .owl-carousel .owl-nav span{
line-height:inherit;
font-size:0.89rem;
}
.taiowc-cart-model .owl-carousel .owl-nav .disabled{
display:none;
}
.taiowc-cart-model .owl-carousel .owl-nav .owl-next:hover,.taiowc-cart-model .owl-carousel .owl-nav .owl-prev:hover{
background:transparent;
opacity:1;
color:#111;
} .taiowc-shptgl-cont,#shipping_method label{
text-align:left;
font-size: 0.79rem;
}
#shipping_method{
margin:0;
padding:0;
list-style: none;
}
.taiowc-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form{
margin-top:0.8rem;
padding: 0;
}
.taiowc-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form p select,
.taiowc-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form p input{
height: 35px!important;
width:70%;
max-width:1005;
font-size: 0.89rem;
color: #666;
padding:0rem 0.75em;
margin: 0;
height: auto;
border-width: 1px;
border-style: solid;
border-color: #eee;
border-radius: 2px;
background-color: transparent;
box-shadow: none;
box-sizing: border-box;
transition: all .2s linear;
}
.taiowc-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form p{
margin-bottom:0.7rem;
}
.taiowc-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form button {
background: #fff!important;
color: #111!important;
padding: 0.6rem 1rem;
font-size: 0.69rem;
text-decoration: none!important;
color: #fff;
border: none;
margin: 0;
font-weight: 400;
border: 1px solid;
cursor: pointer;
transition: all .2s linear;
}
.taiowc-shptgl-cont .woocommerce-shipping-calculator .shipping-calculator-form button:hover{
background: #111!important;
color:#fff!important;
}
.shipping-calculator-button{
text-decoration:underline;
}
.taiowc-shptgl-cont{
display:none;
}
.taiowc-label .pencil{
font-size: 0.89rem;
vertical-align: sub;
}
.taiowc-shptgl-cont input[type=radio] {
-webkit-appearance: none;
-moz-appearance: none;
position: relative;
width: 12px;
height: 12px;
border: 1px solid #ddd!important;
}
.taiowc-shptgl-cont input[type=radio]:checked {
border:0;
}
.taiowc-shptgl-cont input[type=radio]:after {
content: "";
opacity: 0;
display: block;
left: 1.33px;
top: 1.58px;
position: absolute;
width: 6px;
height: 6px;
border-radius: 50%;
background: #dcdcde;
}
.taiowc-shptgl-cont input[type=radio]:checked:after{
opacity:1;
} .taiowc-related-product-cont{
background-color: #f3f3f3;
}
.taiowc-related-wrap{
margin: 0.7rem;
}
.taiowc-related-product-cont ul{
margin:0;
padding:0;
}
.taiowc-related-product-cont ul li{
display: flex!important;
align-items: center;
flex-wrap: wrap;
text-align: left;
box-sizing: border-box;
position: relative;
font-size: 0.89rem;
padding: 0.7rem;
text-align: left;
background: #fff;
}
.taiowc-related-product-right-area .price {
font-size: 0.79rem;
}
.taiowc-related-product-cont ul li .taiowc-related-product-left-area {
width: 24%;
margin: 0;
padding: 0;
}
.taiowc-related-product-cont ul li .taiowc-related-product-right-area {
width: 75%;
margin: 0;
padding-left: 0.8rem;
padding-right: 0.8rem;
padding-top: 0px;
padding-bottom: 0;
position: initial;
}
.taiowc-related-product-right-area h4{
font-size: 1rem;
margin-bottom: 0.5rem;
line-height: inherit;
}
.taiowc-related-product-title,
.taiowcmo-code,.taiowc-payment-title {
display: block;
font-size: 0.89rem;
font-weight:500;
padding:0.7rem;
text-align: center;
cursor: pointer;
background-color: #fff;
}
.taiowc-payment-title{
background-color: #f3f3f3;
color: #111;
}
.woocommerce .taiowc-related-product-right-area .star-rating,
.taiowc-related-product-right-area .star-rating {
font-size: 0.8em;
margin-bottom: 0.3rem;
}
.taiowc-cart-model .taiowc-related-product-right-area .button.th-button{
color: #fff;
padding: 0.3rem 0.5rem;
font-size: 0.69rem;
text-decoration: none!important;
border: none;
margin: 0;
font-weight: 400;
border: 1px solid #111;
cursor: pointer;
transition: all .2s linear;
position: absolute;
top: 37%;
right: 0.8rem;
text-transform: capitalize;
background:#111;
text-decoration:none!important;
}
.taiowc-cart-model .taiowc-related-product-right-area .button.th-button:hover {
background: #fff;
boder: 1px solid #111;
color: #111;
text-decoration: none!important;
}
.taiowc-show-coupon{
font-size: 0.89rem;
color: #03cd00;
font-weight: 500;
cursor:pointer;
}
.taiowc-coupon-list-content{
display:none;
}
.taiowc-related-product-right-area .dashicons-plus-alt2{
font-size: 0.89rem;
line-height: normal;
vertical-align: bottom;
}
.taiowc-show-coupon{
font-size: 0.89rem;
color: #03cd00;
font-weight: 500;
cursor:pointer;
}
.taiowc-related-product-right-area .dashicons-plus-alt2{
font-size: 0.89rem;
line-height:20px;
vertical-align: bottom;
}
.taiowc-coupon-box{
display: inline-flex;
border: 1px solid #eee;
border-radius: 15px;
background: #f3f3f3;
margin-bottom: 0.5rem;
}
.taiowc-coupon {
margin-top: 0.4rem;
margin: 0 0.7rem;
justify-content: space-between;
display: flex;
align-items: center;
}
.taiowc-coupon input#taiowc-coupon-code {
height: 35px!important;
font-size: 0.89rem;
color: #666;
padding: 0.89rem;
margin: 0;
height: auto;
border-width: 1px;
border-style: solid;
border-color: #eee;
border-radius: 2px;
box-shadow: none;
box-sizing: border-box;
transition: all .2s linear;
border: 0;
background: transparent;
width: 200px;
}
.taiowc-coupon-submit {
background: transparent;
color: #ef6238!important;
padding: 0rem 0.6rem;
font-size: 0.89rem;
text-decoration: none!important;
color: #fff;
border: none;
margin: 0;
font-weight: 400;
border: 1px solid;
cursor: pointer;
transition: all .2s linear;
height: 35px;
line-height: 35px;
border: 0;
}
.taiowc-undo-item{
cursor:pointer;
text-decoration: underline;
margin-left: 5px;
}
.paypal-button{
border-radius:0!important;
margin: 0.25rem!important;
}
.wcppec-cart-widget-spb{
display:block!important;
}
.woocommerce .taiowc-cart-model-body .star-rating,.taiowc-cart-model-body .star-rating {
font-size: 0.79em;
color: #e5a632;
margin-top: 0.5rem;
float: none;
}
.star-rating {
overflow: hidden;
position: relative;
height: 1em;
line-height: 1;
font-size: 1em;
width: 5.4em;
font-family: star;
margin-bottom: 0.7rem;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.taiowc-woocommerce-mini-cart-item .variation dd{
margin:0;
margin-right:0.3rem;
padding:0;
}
.taiowc-woocommerce-mini-cart-item dl.variation{
display: flex;
font-size: 0.79rem;
margin-top: 0.3rem;
}
.taiowc-woocommerce-mini-cart-item .variation-size{
padding:0;
font-size: 0.79rem;
margin: 0;
margin-right: 0.2rem;
}
.taiowc-woocommerce-mini-cart-item .variation dt{
font-weight: 400;
}
.taiowc-woocommerce-mini-cart-item .variation-size p{
line-height: inherit;
}
@media screen and (max-width:1024px) {
.responsive-main-header .taiowc-cart-model-footer .cart-total, .sticky-header-bar .taiowc-cart-model-footer .cart-total {
display: block!important;
}
}
@media screen and (max-width:767px) {
.taiowc-cart-model,.taiowc-slide-left .taiowc-cart-model{
max-width: 300px;
right: -300px;
}
.taiowc-cart-close:after {
font-size: 1rem;
}
.cart-heading{
padding: 0.7rem 0.5rem;
}
.cart-heading h4 {
margin-bottom: 0;
font-size: 0.89rem;
}
.cart-heading img {
width: 1.4rem;
margin-right: 0.4rem;
}
.taiowc .taiowc-cart-model-body .taiowc-woocommerce-mini-cart-item {
padding: 0.5rem!important;
margin-bottom: 0.5rem!important;
margin-top: 0.5rem!important;
}
.taiowc .taiowc-cart-model-body .woocommerce-mini-cart{
margin: 0rem 0.5rem;
}
.taiowc .taiowc-cart-model-body img {
margin-right: 0.7rem;
width:3.5rem!important;
height: 3.5rem!important;
}
.taiowc .taiowc-cart-model-body a {
font-size: 0.69rem!important;
}
input[type=number].taiowc-quantity {
width: 35px;
padding: 2px;
margin-right: 0.3rem;
font-size: 0.68rem;
line-height: 1.5;
}
.taiowc-related-product-cont ul li .taiowc-related-product-left-area {
width: 16%;
}
.taiowc-related-product-title, .taiowcmo-code, .taiowc-payment-title {
display: block;
font-size: 0.69rem;
padding: 0.5rem;
}
.taiowc-subtotal, .taiowc-discount, .taiowc-total, .taiowc-shipping {
margin-bottom: 0.5rem;
}
.taiowc-total-wrap {
padding: 0.5rem;
font-size: 0.69rem;
}
.taiowc-coupon-remove-coupon {
padding: 0.2rem;
margin: 0.2rem;
font-size: 0.6rem;
}
.taiowc .taiowc-coupon {
margin-top: 0;
}
.taiowc-coupon input#taiowc-coupon-code {
height: 30px!important;
padding: 0.4rem;
width: 100px;
font-size: 0.69rem;
}
.taiowc-coupon-submit {
padding: 0rem 0.5rem;
height: 30px;
line-height: 30px;
border: 0;
font-size: 0.69rem;
}
.cart-button .buttons a, .woocommerce-back-to-shop {
padding: 0.5rem 1rem;
font-size: 0.69rem;
width: 100%;
}
.taiowc-wrap.cart_fixed_2 {
bottom: -350px;
}
.cart_fixed_2 .taiowc-content {
width: 240px;
}
.cart_fixed_2 .taiowc-content {
padding: 0.3rem 0.5rem;
}
.cart_fixed_2 .taiowc-content h4 {
margin-right: 0.5rem;
font-size: 0.89rem;
}
.cart_fixed_2 .taiowc-icon img {
width: 25px;
}
.cart_fixed_2 .taiowc-content .taiowc-total {
color: #111;
font-size: 0.69rem;
}
.taiowc-wrap.cart_fixed_2 .taiowc-cart-model {
max-width: 240px;
}
.cart_fixed_2 .taiowc-cart-close {
top: -57px;
left: 232px;
}
.taiowc-wrap.cart_fixed_2 .taiowc-related-product-cont ul li .taiowc-related-product-left-area {
width: 25%;
}
.cart_fixed_2 .taiowc-total {
margin-left: 0.3rem;
font-size: 0.79rem;
}
.cart_fixed_2 .taiowc-show-coupon {
font-size: 0.6rem;
}
.cart_fixed_1 .taiowc-cart-item {
padding: 0.6rem;
}
.taiowc .cart-button .buttons a {
padding: 0.5rem 1.5rem!important;
}
.quantity-decrement, .quantity-increment {
height:22px;
line-height:22px;
width:22px;
}
.taiowc input[type=number].taiowc-quantity {
font-size: 0.60rem;
line-height: 22px !important;
min-height: 22px !important;
height: 22px;
}
.quantity-wrap{
margin-left:0.1rem;
}
}