.aws-container .aws-search-form {
position: relative;
width: 100%;
float: none !important;
display: -webkit-box !important;
display: -moz-box !important;
display: -ms-flexbox !important;
display: -webkit-flex !important;
display: flex !important;
align-items: stretch;
height: 44px;
}
.aws-container .aws-search-form *,
.aws-search-result {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-hyphens: manual;
-webkit-hyphens: manual;
hyphens: manual;
border-radius: 0 !important;
}
.aws-container .aws-search-form .aws-loader,
.aws-container .aws-search-form .aws-loader:after {
border-radius: 50% !important;
width: 20px;
height: 20px;
}
.aws-container .aws-search-form .aws-wrapper {
flex-grow: 1;
position: relative;
vertical-align: top;
padding: 0;
width: 100%;
}
.aws-container .aws-search-form .aws-loader {
position: absolute;
display: none;
right: 10px;
top: 50%;
z-index: 999;
margin: 0;
margin-top: -10px;
font-size: 10px;
text-indent: -9999em;
border-top: 3px solid #ededed;
border-right: 3px solid #ededed;
border-bottom: 3px solid #ededed;
border-left: 3px solid #555;
}
.aws-container .aws-search-form.aws-processing .aws-loader {
display: block;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load8 0.7s infinite linear;
animation: load8 0.7s infinite linear;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.aws-container .aws-search-label {
position: absolute !important;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
}
.aws-container .aws-search-field {
width: 100%;
max-width: 100%;
color: #313131;
padding: 6px;
line-height: 30px;
display: block;
font-size: 12px;
position: relative;
z-index: 2;
-webkit-appearance: none;
height: 100%;
margin: 0 !important;
border: 1px solid #d8d8d8;
outline: 0;
} @media screen and (-webkit-min-device-pixel-ratio:0) and (max-device-width:1024px) {
.aws-container .aws-search-field {
font-size: 16px;
}
}
.aws-container .aws-search-field::-ms-clear {  display: none; width : 0; height: 0; }
.aws-container .aws-search-field::-ms-reveal {  display: none; width : 0; height: 0; }
.aws-container .aws-search-field::-webkit-search-decoration,
.aws-container .aws-search-field::-webkit-search-cancel-button,
.aws-container .aws-search-field::-webkit-search-results-button,
.aws-container .aws-search-field::-webkit-search-results-decoration {
display: none;
}
.aws-container .aws-search-field:focus {
background-color: #fff;
}
.aws-container .aws-show-clear .aws-search-field {
padding-right: 40px;
}
.aws-container .aws-search-field:focus::-webkit-input-placeholder { color:transparent; }
.aws-container .aws-search-field:focus:-moz-placeholder { color:transparent; }
.aws-container .aws-search-field:focus::-moz-placeholder { color:transparent; }
.aws-container .aws-search-field:focus:-ms-input-placeholder { color:transparent; } .aws-container .aws-search-form .aws-search-clear {
display: none !important;
position: absolute;
top: 0;
right: 0;
z-index: 2;
cursor: pointer;
color: #757575;
height: 100%;
width: 38px;
padding: 0 0 0 10px;
text-align: left;
}
.aws-container .aws-search-form .aws-search-clear span {
position: relative;
display: block;
font-size: 24px;
line-height: 24px;
top: 50%;
margin-top: -12px;
}
.aws-container .aws-search-form.aws-show-clear.aws-form-active .aws-search-clear {
display: block !important;
}
.aws-container .aws-search-form.aws-form-active.aws-processing .aws-search-clear {
display: none !important;
} .aws-container .aws-search-form .aws-search-btn {
padding: 0;
line-height: 10px;
width: 42px;
}
.aws-container .aws-search-form .aws-search-btn_icon {
display: inline-block;
fill: currentColor;
height: 24px;
line-height: 24px;
position: relative;
width: 42px;
color: #555;
}
.aws-container .aws-search-form .aws-search-btn svg {
display: block;
height: 100%;
width: 100%;
}
.aws-container[data-show-page="false"] .aws-search-form .aws-search-btn:hover {
background: #ededed;
cursor: default;
} .aws-container .aws-search-form .aws-form-btn {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
background: #ededed;
border: 1px solid #d8d8d8; margin: 0 0 0 -1px;
cursor: pointer;
position: relative;
white-space: nowrap;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: background-color 100ms ease-in-out;
-moz-transition: background-color 100ms ease-in-out;
-o-transition: background-color 100ms ease-in-out;
transition: background-color 100ms ease-in-out;
}
.aws-container .aws-search-form .aws-form-btn:hover {
background: #dcdcdc;
}
.aws-container .aws-search-form .aws-form-btn:active {
background: #d8d8d8;
} .aws-container[data-buttons-order="3"] .aws-search-form .aws-wrapper{
-webkit-order: 2;
order: 2;
}
.aws-container[data-buttons-order="3"] .aws-search-form .aws-search-btn{
margin: 0 -1px 0 0;
}
.aws-search-result {
position: absolute;
text-align: left;
z-index: 9999999999999;
background: #fff;
width: 100%;
margin-top: -1px;
border: 1px solid #ccc;
font-size: 12px;
line-height: 16px;
}
.aws-search-result ul {
list-style: none;
padding: 0 !important;
margin: 0 !important;
max-height: 400px;
overflow-y: auto;
}
.aws-search-result ul::-webkit-scrollbar-track {
-webkit-box-shadow: none;
background-color: #ededed;
}
.aws-search-result ul::-webkit-scrollbar {
width: 7px;
background-color: #ededed;
}
.aws-search-result ul::-webkit-scrollbar-thumb {
background-color: #d8d8d8;
}
.aws-search-result ul li {
list-style: none;
border-bottom: 1px solid #ccc;
overflow: hidden;
margin: 0 !important;
position: relative;
}
.aws-search-result ul li:last-child {
border-bottom: 0;
}
.aws-search-result .aws_result_link {
display: block;
cursor: pointer;
padding: 10px 8px;
height: 100%;
overflow: hidden;
text-decoration: none;
border: 0;
}
.aws-search-result .aws_result_item:hover,
.aws-search-result .aws_result_item.hovered {
background: #f5f5f5;
}
.aws-search-result .aws_result_content {
overflow: hidden;
display: block;
}
.aws-search-result .aws_result_title {
display: block;
font-weight: normal;
margin-bottom: 3px;
color: #21759b;
}
.aws-search-result .aws_result_featured {
margin: 0 6px 0 0;
position: relative;
top: -2px;
}
.aws-search-result .aws_result_featured svg {
width: 13px;
height: 13px;
fill: #fa0;
vertical-align: bottom;
}
.aws-search-result .aws_result_stock {
display: block;
font-weight: normal;
margin-top: 4px;
margin-bottom: 5px;
color: #7ad03a;
}
.aws-search-result .aws_result_stock.out {
color: #a44;
}
.aws-search-result .aws_result_sku {
display: block;
font-weight: normal;
margin-top: 3px;
margin-bottom: 5px;
color: #222;
}
.aws-search-result .aws_result_cat .aws_result_title,
.aws-search-result .aws_result_tag .aws_result_title {
margin-bottom: 2px;
}
.aws-search-result .aws_result_excerpt {
display: block;
color: #222;
}
.aws-search-result .aws_result_price {
display: block;
padding: 2px 0;
color: #222;
}
.aws-search-result .aws_result_price del,
.aws-search-result .aws_result_price ins {
background: none;
padding: 0 12px 0 0;
opacity: 1;
}
.aws-search-result .aws_result_price del {
opacity: 0.8;
text-decoration: line-through !important;
}
.aws-search-result .aws_result_cats {
display: block;
float: left;
margin: 0 20px 0 0;
}
.aws-search-result .aws_result_image {
display: block;
height: 100%;
float: left;
padding: 0 10px 0 0;
}
.aws-search-result .aws_result_image img {
width: 50px;
height: auto;
box-shadow: none;
}
.aws-search-result .aws_result_sale {
display: block;
height: 42px;
overflow: hidden;
position: absolute;
right: 0;
top: 0;
width: 47px;
}
.aws-search-result .aws_onsale {
background: #77a464 none repeat scroll 0 0;
color: #fff;
display: block;
float: right;
height: 20px;
padding-top: 2px;
position: relative;
right: -25px;
text-align: center;
top: 3px;
transform: rotate(45deg);
width: 77px;
}
.aws-search-result .aws_no_result {
line-height: 1.5;
padding: 10px 6px;
cursor: auto;
}
.aws-search-result .aws_search_more {
}
.aws-search-result .aws_search_more a {
line-height: 40px;
display: block;
text-decoration: none;
border: 0;
text-align: center;
color: #21759b;
}
.aws-search-result .aws_search_more a:hover {
background: #f5f5f5;
} body.aws-overlay {
overflow: hidden !important;
position: fixed;
width: 100%;
}
.aws-container.aws-mobile-fixed {
position: fixed !important;
z-index: 9999999 !important;
top: 10px !important;
left: 20px !important;
width: 100%;
width: calc(100% - 40px) !important;
}
.aws-mobile-fixed-close {
padding: 15px;
margin-right: -10px;
display: inline-block;
float: right;
cursor: pointer;
}
.aws-overlay-mask {
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
background: #fff;
z-index: 9999998 !important;
}
.aws-overlay .aws-overlay-mask {
opacity: 1;
} .et_search_outer .aws-container {
width: 60%;
}
.et_search_outer .aws-container .aws-search-form {
max-width: 100% !important;
}
.et_vertical_nav .et_search_outer .aws-container {
width: auto;
margin: 0 20px 0 0;
}
.et_fixed_nav .et-fixed-header .et_search_outer .aws-container {
top: 7px;
}
.et_pb_menu__search .aws-container {
width: 100%;
}
#et-boc .aws-container .aws-search-field {
border: 1px solid #d8d8d8;
padding: 6px 15px;
}
#et-boc .aws-container .aws-search-form .aws-form-btn {
background: #ededed;
border: 1px solid #d8d8d8;
margin: 0 0 0 -1px;
}
#et-boc .aws-container .aws-search-form .aws-wrapper .aws-loader {
border-top: 3px solid #ededed;
border-right: 3px solid #ededed;
border-bottom: 3px solid #ededed;
border-left: 3px solid #555;
margin: 0;
margin-top: -10px;
}
#et-boc .aws-container .aws-search-form .aws-search-clear span {
margin-top: -12px;
}
#et-boc .aws-container .aws-search-form .aws-search-clear {
padding: 0 0 0 10px;
}
.aws-search-result .aws_result_title .advanced-woo-labels {
position: relative !important;
width: auto !important;
margin: 0 5px 5px 0 !important;
transform: none !important;
}
.aws-search-result .aws_result_title .advanced-woo-labels:last-child {
margin-bottom: 0 !important;
}
.aws-search-result .aws_result_title .aws_result_labels {
display: flex;
margin: 0 !important;
flex-wrap: wrap;
flex-direction: row;
text-align: left;
justify-content: flex-start;
}#ywdpd-table-discounts th {
font-weight: bold;
font-size: .8em;
}
#ywdpd-table-discounts td,
#ywdpd-table-discounts th {
text-align: center;
}
.ywdpd-table-discounts-note {
font-style: italic;
}
.ywdpd-table-discounts-label span {
display: block;
font-size: .8em;
}
.show_note_on_apply_products {
font-weight: bold;
}
table#ywdpd-table-discounts {
border: 1px solid #efefef;
}
#ywdpd-table-discounts th {
border-right: 1px solid #efefef;
padding: 5px
}
#ywdpd-table-discounts tr {
border-bottom: 1px solid #efefef;
}
#ywdpd-table-discounts td {
border-right: 1px solid #efefef;
padding: 5px;
}
#ywdpd-action-discount div#publishing-action {
width: 100% !important;
}
.show_note_on_apply_products, .show_note_on_adjustment_products {
margin: 20px 0px;
}@font-face {
font-family: 'Woo-Side-Cart';
src:  url(//alsmi.ru/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.eot?le17z4);
src:  url(//alsmi.ru/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.eot?le17z4#iefix) format('embedded-opentype'),
url(//alsmi.ru/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.woff?le17z4) format('woff'),
url(//alsmi.ru/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.ttf?le17z4) format('truetype'),
url(//alsmi.ru/wp-content/plugins/side-cart-woocommerce/assets/css/fonts/Woo-Side-Cart.svg?le17z4#Woo-Side-Cart) format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="xoo-wsc-icon-"], [class*=" xoo-wsc-icon-"] { font-family: 'Woo-Side-Cart' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.xoo-wsc-icon-coupon-7:before {
content: "\e925";
}
.xoo-wsc-icon-coupon-8:before {
content: "\e926";
}
.xoo-wsc-icon-coupon-9:before {
content: "\e927";
}
.xoo-wsc-icon-coupon-1:before {
content: "\e91d";
}
.xoo-wsc-icon-coupon-2:before {
content: "\e91e";
}
.xoo-wsc-icon-coupon-3:before {
content: "\e91f";
}
.xoo-wsc-icon-coupon-5:before {
content: "\e920";
}
.xoo-wsc-icon-coupon-6:before {
content: "\e921";
}
.xoo-wsc-icon-coupon:before {
content: "\e922";
}
.xoo-wsc-icon-coupon-4:before {
content: "\e923";
}
.xoo-wsc-icon-bag1:before {
content: "\e90c";
}
.xoo-wsc-icon-bag2:before {
content: "\e910";
}
.xoo-wsc-icon-cart1:before {
content: "\e911";
}
.xoo-wsc-icon-cart2:before {
content: "\e912";
}
.xoo-wsc-icon-arrow-long-right:before {
content: "\e900";
}
.xoo-wsc-icon-basket5:before {
content: "\e901";
}
.xoo-wsc-icon-basket4:before {
content: "\e902";
}
.xoo-wsc-icon-basket6:before {
content: "\e903";
}
.xoo-wsc-icon-basket1:before {
content: "\e904";
}
.xoo-wsc-icon-basket2:before {
content: "\e905";
}
.xoo-wsc-icon-basket3:before {
content: "\e906";
}
.xoo-wsc-icon-trash1:before {
content: "\e907";
}
.xoo-wsc-icon-trash:before {
content: "\e908";
}
.xoo-wsc-icon-cross:before {
content: "\e909";
}
.xoo-wsc-icon-check_circle:before {
content: "\e90a";
}
.xoo-wsc-icon-spinner:before {
content: "\e97a";
}
.xoo-wsc-icon-spinner2:before {
content: "\e97b";
}
.xoo-wsc-icon-trash2:before {
content: "\e9ad";
}
.xoo-wsc-icon-checkmark:before {
content: "\ea10";
}
.xoo-wsc-icon-discout:before {
content: "\e924";
}
.xoo-wsc-icon-chevron-thin-left:before {
content: "\e919";
}
.xoo-wsc-icon-chevron-left:before {
content: "\e91a";
}
.xoo-wsc-icon-arrow-thin-left:before {
content: "\e91b";
}
.xoo-wsc-icon-arrow-left:before {
content: "\e91c";
}
.xoo-wsc-icon-arrow-thin-right:before {
content: "\e90d";
}
.xoo-wsc-icon-del4:before {
content: "\e913";
}
.xoo-wsc-icon-pencil:before {
content: "\e90b";
}
.xoo-wsc-icon-cart:before {
content: "\e93a";
}
.xoo-wsc-icon-spinner4:before {
content: "\e97d";
}
.xoo-wsc-icon-spinner8:before {
content: "\e981";
}
.xoo-wsc-icon-spinner11:before {
content: "\e984";
}
.xoo-wsc-icon-shopping-bag:before {
content: "\e918";
}
.xoo-wsc-icon-trash3:before {
content: "\e914";
}
.xoo-wsc-icon-del1:before {
content: "\e915";
}
.xoo-wsc-icon-del2:before {
content: "\e916";
}
.xoo-wsc-icon-del3:before {
content: "\e917";
}
.xoo-wsc-icon-shopping-bag1:before {
content: "\e90e";
}
.xoo-wsc-icon-shopping-cart:before {
content: "\e90f";
}.xoo-wsc-container, .xoo-wsc-slider {
position: fixed;
background-color: #fff;
z-index: 999999;
display: flex;
flex-direction: column;
width: 90%;
transition: 0.5s;
}
.xoo-wsc-modal * {
box-sizing: border-box;
}
.xoo-wsc-cart-active .xoo-wsc-opac {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #000;
z-index: 999998;
opacity: 0.7;
}
.xoo-wsc-body {
flex-grow: 1;
overflow: auto;
}
.xoo-wsc-loading .xoo-wsc-loader{
display: block;
}
span.xoo-wsc-loader {
display: none;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
opacity: 0.5;
background-color: #eee;
}
body.xoo-wsc-cart-active, html.xoo-wsc-cart-active{
overflow: hidden!important;
}
.xoo-wsc-basket {
padding: 10px 12px;
margin: 10px;
z-index: 9999999;
cursor: pointer;
position: fixed;
transition: 0.5s;
display: none;
}
.xoo-wsc-items-count{
border-radius: 50%;
position: absolute;
font-size: 13px;
width: 28px;
height: 28px;
line-height: 28px;
text-align: center;
overflow: hidden;
}
.xoo-wsc-bki{
position: relative;
top: 2px;
}
.xoo-wsc-fly-animating{
opacity: 1;
position: absolute!important;
height: 150px;
width: 150px;
z-index: 100;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
display: flex;
position: relative;
cursor: pointer;
align-items: center;
justify-content: center;
}
.xoo-wsc-sc-bki{
font-size: 30px;
}
span.xoo-wsc-sc-count {
border-radius: 50%;
height: 18px;
line-height: 18px;
width: 18px;
display: inline-block;
text-align: center;
font-size: 13px;
}
.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
margin-right: 3px;
} .xoo-wsc-notice-container {
z-index: 2;
position: absolute;
top: 0;
left: 0;
right: 0;
display: none;
}
ul.xoo-wsc-notices {
margin: 0;
list-style-type: none;
padding: 0;
}
.xoo-wsc-notice-success {
background-color: #DFF0D8;
color: #3C763D;
}
.xoo-wsc-notice-error {
color: #a94442;
background-color: #f2dede;
}
ul.xoo-wsc-notices li {
padding: 15px 20px;
list-style-type: none;
}
ul.xoo-wsc-notices li span {
margin-right: 6px;
}
span.xoo-wsc-undo-item {
float: right;
text-decoration: underline;
cursor: pointer;
}
.xoo-wsc-notices a.button.wc-forward {
display: none;
} .xoo-wscb-icon {
font-size: 37px;
}
.xoo-wscb-count {
position: absolute;
z-index: 1;
background-color: transparent;
font-size: 15px;
height: 45px;
line-height: 45px;
text-align: center;
left: 0;
right: 0;
} .xoo-wsc-header {
padding: 15px;
color: #000;
}
span.xoo-wsch-close {
position: absolute;
cursor: pointer;
}
span.xoo-wsch-text {
margin-left: 8px;
}
.xoo-wsch-top {
align-items: center;
}
.xoo-wsch-top .xoo-wsch-basket {
display: table;
position: relative;
}
.xoo-wsch-top {
display: flex;
margin: 0 auto;
}
.xoo-wsc-sb-bar {
height: 8px;
width: 90%;
background-color: #eeee;
border-radius: 7px;
display: table;
margin: 0 auto;
margin-top: 10px;
}
.xoo-wsc-sb-bar > span {
display: block;
z-index: 1;
height: inherit;
}
.xoo-wsc-ship-bar-cont {
width: 100%;
text-align: center;
margin-top: 10px;
}  .xoo-wsc-product {
display: flex;
border-bottom: 1px solid #eee;
}
.xoo-wsc-img-col {
align-self: center;
}
.xoo-wsc-sum-col {
flex-grow: 1;
padding-left: 15px;
display: flex;
flex-direction: column;
}
.xoo-wsc-img-col img {
width: 100%;
height: auto;
}
.xoo-wsc-sm-left {
flex-grow: 1;
display: flex;
justify-content: space-between;
flex-direction: column;
min-width: 0;
}
.xoo-wsc-sm-right {
align-items: flex-end;
padding-left: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
max-width: 30px;
}
span.xoo-wsc-pname, span.xoo-wsc-pname a {
font-weight: 600;
}
span.xoo-wsc-smr-del {
cursor: pointer;
margin-top: 5px;
}
.xoo-wsc-sm-info {
display: flex;
min-width: 0;
}
.xoo-wsc-sm-sales {
text-transform: uppercase;
border: 1px solid #333;
padding: 2px 10px;
display: block;
margin-bottom: 5px;
border-radius: 10px;
font-size: 10px;
}
.xoo-wsc-sm-left > *:not(:last-child) {
padding-bottom: 4px;
} .xoo-wsc-qty-box {
margin-top: 5px;
display: flex;
justify-content: center;
align-items: center;
max-width: 90px;
width: 100%;
flex-direction: row;
}
input[type="number"].xoo-wsc-qty {
font-size: 14px;
width: 100%;
flex-grow: 1;
padding: 6px;
text-align: center;
border: 0;
box-shadow: none;
background-color: transparent;
height: 28px;
line-height: 28px;
min-width: 1%;
}
.xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty{
border-top-width: 0;
border-bottom-width: 0;
}
span.xoo-wsc-chng {
min-width: 18px;
align-self: stretch;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
cursor: pointer;
font-weight: 600;
user-select: none;
}
.xoo-wsc-qtb-circle .xoo-wsc-chng {
border-radius: 50%;
height: 70%;
align-self: center;
}
.xoo-wsc-qtb-circle input[type="number"].xoo-wsc-qty {
margin: 0 5px;
}
input.xoo-wsc-qty::-webkit-outer-spin-button,
input.xoo-wsc-qty::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input.xoo-wsc-qty[type=number] {
-moz-appearance: textfield;
}
.xoo-wsc-qty-price span {
display: inline-block;
} .xoo-wsc-product dl.variation dd, .xoo-wsc-product dl.variation dt {
margin: 0 4px 0 0;
display: inline-block;
float: left;
font-style: italic;
}
.xoo-wsc-product dl.variation dt {
clear: left;
}
.xoo-wsc-product dl.variation, .xoo-wsc-product dl.variation p {
margin: 0;
font-size: 13px;
} .xoo-wsc-sl-content {
display: none;
overflow: auto;
flex-direction: column;
}
.xoo-wsc-sl-content[style*='block'] {
display: flex !important;
}
.xoo-wsc-sl-heading {
display: flex;
font-size: 20px;
font-weight: 600;
padding: 20px;
align-items: center;
}
.xoo-wsc-slc-active.xoo-wsc-sl-content{
display: block;
}
.xoo-wsc-sl-body {
padding: 10px 20px;
flex-grow: 1;
overflow: auto;
}
span.xoo-wsc-slider-close {
margin: 0 10px;
cursor: pointer;
} ul.xoo-wsc-shipping-methods {
list-style-type: none;
margin: 0 auto 20px;
padding: 0;
display: table;
}
input.xoo-wsc-shipping-method {
margin-right: 5px;
}
ul.xoo-wsc-shipping-methods li {
list-style-type: none;
margin: 0 0 7px 0;
padding: 0;
}
ul.xoo-wsc-shipping-methods li label {
cursor: pointer;
}
.xoo-wsc-shipping-destination span:nth-child(1) {
color: #777;
font-weight: 600;
margin-right: 8px;
font-size: 16px;
}
.xoo-wsc-shipping-destination {
display: table;
margin: 0 auto;
margin-bottom: 20px;
font-size: 17px;
}
.select2-dropdown {
z-index: 999999;
}
.xoo-wsc-slider section.shipping-calculator-form {
display: block!important;
margin: 0;
padding: 0;
}
.xoo-wsc-slider a.shipping-calculator-button {
display: none;
}
.woocommerce-checkout .xoo-wsc-sl-content.xoo-wsc-sl-shipping, .woocommerce-checkout .xoo-wsc-ft-amt-label .xoo-wsc-toggle-slider span {
display: none!important;
}
.woocommerce-checkout .xoo-wsc-ft-amt{
pointer-events: none;
}
.xoo-wsc-slider button[name="calc_shipping"] {
display: table;
margin: 0 auto;
}
.xoo-wsc-slider section.shipping-calculator-form > p{
margin: 0 0 30px 0;
padding: 0;
}
.xoo-wsc-slider section.shipping-calculator-form input, .xoo-wsc-slider section.shipping-calculator-form select {
width: 100%;
}
.xoo-wsc-slider .woocommerce-shipping-calculator {
padding: 0;
margin: 0;
} .xoo-wsc-coupon-row > span {
display: block;
margin-bottom: 9px;
}
span.xoo-wsc-cr-code {
display: inline-block;
text-transform: uppercase;
border: 1px solid;
padding: 1px 20px;
}
.xoo-wsc-coupon-row {
padding: 0 15px 30px;
border-bottom: 1px dashed #afafaf;
margin-bottom: 30px;
}
span.xoo-wsc-cr-off {
color: #4CAF50;
font-weight: 600;
margin-bottom: 0;
}
form.xoo-wsc-sl-apply-coupon {
display: flex;
width: 100%;
justify-content: center;
align-items: stretch;
margin: 20px 0;
flex-wrap: wrap;
}
.xoo-wsc-sl-applied > div {
display: flex;
text-transform: uppercase;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
span.xoo-wsc-remove-coupon {
text-transform: uppercase;
cursor: pointer;
font-size: 10px;
margin-left: 2px;
}
.xoo-wsc-sl-applied {
padding: 0 10px;
font-size: 14px;
margin-bottom: 20px;
}
.xoo-wsc-sl-applied > div .xoo-wsc-slc-saved {
color: #4CAF50;
font-weight: 600;
}
span.xoo-wsc-slc-remove {
font-weight: 600;
}
span.xoo-wsc-clist-label {
text-transform: uppercase;
color: #777;
font-weight: bold;
text-align: center;
font-size: 12px;
padding: 0 20px;
display: inline-block;
margin: 20px 0;
text-align: center;
}
.xoo-wsc-clist-section {
border: 1px solid #eee;
margin-bottom: 35px;
font-size: 13px;
padding: 0 25px;
}
.xoo-wsc-coupon-row:last-child {
border-bottom: 0;
margin-bottom: 0;
}
.xoo-wsc-coupon-row > span:last-child {
margin-bottom: 0;
}
span.xoo-wsc-slc-remove .xoo-wsc-remove-coupon {
display: block;
text-align: right;
} .xoo-wsc-ftx-row {
padding: 8px 0;
border-top: 1px solid #f3f3f3;
font-size: 14px;
display: flex;
align-items: center;
border-bottom: 1px solid #f3f3f3;
}
span.xoo-wsc-ftx-icon {
margin-right: 5px;
font-size: 17px;
}
.xoo-wsc-ftx-coups > div {
flex-grow: 1;
}
.xoo-wsc-ftx-coups {
display: flex;
align-items: center;
justify-content: space-between;
flex-grow: 1;
margin-left: 7px;
}
.xoo-wsc-remove-coupon {
display: inline-flex;
align-items: center;
text-transform: uppercase;
cursor: pointer;
margin-right: 3px;
}
.xoo-wsc-remove-coupon span {
color: red;
margin-left: 2px;
}
.xoo-wsc-ft-buttons-cont {
display: grid;
text-align: center;
grid-column-gap: 10px;
grid-row-gap: 10px;
}
a.xoo-wsc-ft-btn {
display: flex;
align-items: center;
justify-content: center;
}
a.xoo-wsc-ft-btn:not(.btn):not(.button) {
padding: 10px;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:only-child {
grid-column: 1/-1;
} .xoo-wsc-ft-totals {
width: 100%;
padding: 10px 0;
}
.xoo-wsc-ft-amt {
padding: 3px;
display: flex;
justify-content: space-between;
}
.xoo-wsc-ft-amt-value .xoo-wsc-toggle-slider {
cursor: pointer;
margin-left: 5px;
}
span.xoo-wsc-ft-amt-label {
font-weight: 600;
}
.xoo-wsc-toggle-slider {
cursor: pointer;
}
.xoo-wsc-ft-amt-shipping .xoo-wsc-toggle-slider span {
margin-left: 5px;
}
.xoo-wsc-ft-amt-label {
flex-grow: 1;
padding-right: 10px;
}
.xoo-wsc-ft-amt-value {
text-align: right;
}
.xoo-wsc-ft-amt.less {
color: #4CAF50;
}
.xoo-wsc-ft-amt-total {
border-top: 1px dashed #9E9E9E;
margin-top: 5px;
padding-top: 5px;
} .xoo-wsc-sp-product {
padding: 0 15px;
}
.xoo-wsc-sp-container {
margin: 10px 0;
}
.xoo-wsc-sp-left-col img {
width: 100%;
height: auto;
}
.xoo-wsc-sp-product {
display: flex;
align-items: center;
padding: 10px 20px;
align-self: stretch;
}
.xoo-wsc-sp-right-col {
padding-left: 20px;
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
flex-grow: 1;
justify-content: center;
}
.xoo-wsc-sp-right-col > span {
display: block;
}
span.xoo-wsc-sp-atc a.button {
text-transform: uppercase;
font-size: 12px;
}
span.xoo-wsc-sp-atc a.button span {
margin-right: 5px;
}
.xoo-wsc-sp-wide .xoo-wsc-sp-rc-bottom {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.xoo-wsc-sp-container .lSAction > .lSPrev {
background-image: url(//alsmi.ru/wp-content/plugins/side-cart-woocommerce/assets/images/arrow-left.png);
background-position: center center;
left: 0;
}
.xoo-wsc-sp-container .lSAction > .lSNext {
background-image: url(//alsmi.ru/wp-content/plugins/side-cart-woocommerce/assets/images/arrow-right.png);
background-position: center center;
right: 0;
}
.xoo-wsc-sp-container .lSAction > a {
background-size: 50%;
background-repeat: no-repeat;
max-width: 22px;
}
.xoo-wsc-sp-narrow .xoo-wsc-sp-rc-bottom {
display: flex;
flex-direction: column;
justify-content: space-around;
flex-grow: 1;
}
.xoo-wsc-sp-container ul.lSPager.lSpg {
display: none;
}
.xoo-wsc-sp-rc-top {
padding-bottom: 6px;
}
.xoo-wsc-payment-btns {
display: flex;
align-items: center;
justify-content: center;
}
.xoo-wsc-payment-btns p {
padding: 0!important;
margin: 0!important;
display: block;
}
.xoo-wsc-payment-btns > * {
flex-grow: 1;
margin-top: 8px!important;
}
.xoo-wsc-payment-btns .widget_shopping_cart {
margin: 0;
padding: 0;
} .xoo-wsc-product.xoo-wsc-is-parent {
border-bottom: 0;
padding-bottom: 0;
}
.xoo-wsc-product.xoo-wsc-is-child img {
max-width: 50px;
margin-left: auto;
float: right;
}
.xoo-wsc-product.xoo-wsc-is-child {
padding-top: 5px;
}
.xoo-wsc-empty-cart {
padding: 30px;
display: flex;
flex-direction: column;
align-items: center;
}
.xoo-wsc-empty-cart > * {
margin-bottom: 20px;
} span.xoo-wsc-ft-amt-label:after {
content: ":";
}
.xoo-wsc-ft-amt {
display: table;
margin: 0 auto;
font-weight: 600;
}
span.xoo-wsc-ft-amt-label {
padding-right: 5px;
}