a {
    color: #5c4e91;
}
a:hover{
    color: #150162;
}

a#edit-login-returning-customer-forgot-password {
    margin-left: 20px;
}
img.header-logo{
	max-height: 150px;
}
.news-right form label {
    display: none;
}
.news-right form div#edit-mail-0-value--description {
    display: none;
}
.news-right form div#edit-mail-wrapper {
    width: fit-content;
    display: inline-block;
    height: auto;
}
.news-right form div#edit-actions {
    width: fit-content;
    display: inline-block;
    margin: 0px;
}
.news-right form div#edit-mail-wrapper .form-item {
    margin: 0px;
}
.news-right form {
  display: flex;
  flex-direction: column;
}
.footer-one-content ul li a {
    color: #fff
}
.footer-one-content ul li a:hover {
    opacity: unset;
}
.wc-footer-link {
    color: #fff;
    opacity: 0.7;
}
.wc-footer-link:hover{
    opacity: 1;
}
.wc_link {
    color: #fff;
}
.wc_link:hover {
    color: #fff;
}
.items-images img {
    background-color: #fff;
    border-radius: 26px;
}

.items-content p a {
    color: #fff;
}
.proleft.block-facets ul li:last-child a {
    text-decoration: none;
    opacity: 1;
}
.proleft.block-facets ul li:last-child a:hover {
    background-color: #2809A5;
}
.featured-row {
    padding: 17px 0px;
    position: relative;
}
.featured-content .featured-content-title {
    display: block;
}

.featured-content .featured-content-title a {
    color: #fff;
    font-size: 12px;
    display: block;
}

.featured-content {
    font-family: 'Playfair Display';
    font-weight: 800;
    color: #fff;
    font-size: 16px;
    word-break: break-all;
}
.featured-row::after {
    content: "";
    display: block;
    width: 86%;
    height: 1px;
    background-color: #2809A5;
    position: absolute;
    left: 16px;
    bottom: 0;
    margin: auto;
}
.featured-row:last-child::after {
    content: none;
}
span.featured-content-price {
    font-size: 21px;
}
div#block-wcsb-page-title h1 {
    font-family: 'Playfair Display';
    text-transform: uppercase;
    margin-bottom: 30px;
}
.node__content p {
    color: #737B7D;
    line-height: 28px;
    margin-bottom: 0.5rem;
}
.cont-info-single {
    background-color: #fafcff;
    padding: 40px 30px 20px;
    margin-bottom: 40px;
}
.cont-info-single .icon-wrap {
    line-height: 70px;
    margin: 0 0 30px;
}
.cont-info-single .icon-wrap svg {
    fill: #150162;
    width: 70px;
    height: 70px;
}
.cont-info-single p {
    color: #737B7D;
}
.cont-info-single a {
    color: #737B7D;
}
.cont-info-single a:hover {
    color: #000;
}
section#main-contact-area h1 {
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    font-size: 30px;
}
.contact-main-form {
    background-color: #fff;
    padding: 50px 40px 25px;
    border-radius: 10px;
}
.contact-main-form h3 {
    font-family: 'Playfair Display';
    text-transform: uppercase;
    margin-bottom: 30px;
}
.contact-main-form input#edit-actions-submit {
    margin: 30px 0px 0;
}
.contact-form-control:focus {
    box-shadow: none;
    border-bottom: 2px solid #150162;
}
.contact-form-control {
    border: none;
    border-bottom: 2px solid #5c4e91;
    border-radius: 0;
}
.contact-button {
    display: inline-block;
    color: #fff;
    border-radius: 23px;
    border: 0;
    outline: none;
    background-color: #150162;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
    padding: 11px 50px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

.contact-button:hover {
    opacity: .7;
}

.contact-main-form form #edit-actions {
    margin: auto;
    margin-top: 40px;
}
div.form-actions {
    margin: 0px;
}
.cp-one-img-link form .field--name-quantity {
    display: none;
}
.cp-one-img-link form input[type=submit] {
    font-size: 0px;
    width: 37px;
    height: 35px;
    padding: 0px;
    border-radius: unset;
}
.cp-one-img-link form input.button--add-to-cart {
    background: url(/themes/custom/wcsb/images/add-to-cart.png) no-repeat;
}

.cp-one-img-link form [data-drupal-selector="edit-wishlist"] {
    background: url(/themes/custom/wcsb/images/wishlist.png) no-repeat;
}

.cp-one-img-link form input[type=submit]:hover {
    opacity: 1;
}
div#block-views-block-promotions-block-1--2 {
    margin-top: 40px;
}

.side-promotion {
    text-align: center;
}

.side-promotion .side-promotion-text {
    font-family: 'Playfair Display';
    color: #fff;
    font-size: 25px;
    font-weight: 900;
}

.side-promotion .side-promotion-image {
    background-color: #fff;
    margin: 30px;
    border-radius: 20px;
}

.side-promotion .side-promotion-image a {
    display: inline-block;
    width: fit-content;
    color: #fff;
    border-radius: 23px;
    border: 0;
    outline: none;
    background-color: #150162;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    padding: 9px 26px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    margin: 26px auto;
}
div#block-views-block-promotions-block-1 {
    margin-top: 50px;
}
.side-promotion .side-promotion-image a:hover {
    opacity: 0.7;
}
.side-promotion-image img {margin-top: 20px;}
/* Commerce css */
a, svg, img, input, textarea, button, .transition {
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

div#views-bootstrap-products-page-1 .product__item_img {
	box-shadow: 10px 10px 10px 2px #f6f6f5;
	background-color: #ffffff;
	position: relative;
}
div#views-bootstrap-products-page-1 {
    position: relative;
    z-index: 1;
}
.product-title-wrapper {
    padding-left: 30px;
}
.product-title-wrapper h1 {
    font-weight: 500;
    margin-bottom: 15px;
}
.product-wrapper .product-price-info {
    margin: 15px 0px;
    border-top: 2px solid #5c4e91;
    border-bottom: 2px solid #5c4e91;
    padding: 10px 0 20px;
}
.product-description p {
    font-size: 19px;
    color: #737B7D;
}
.product-title-wrapper .commerce-order-item-add-to-cart-form {
    margin-top: 40px;
}

.product-title-wrapper .commerce-order-item-add-to-cart-form .field--name-quantity input {
    /* max-width: 50px; */
    margin-left: 30px;
    text-align: left;
}
.product-title-wrapper .commerce-order-item-add-to-cart-form .field--name-quantity label{
    font-weight: bold;
}
.product-title-wrapper .commerce-order-item-add-to-cart-form .form-item-quantity-0-value label, .product-title-wrapper .commerce-order-item-add-to-cart-form .form-item-quantity-0-value input {
    display: inline-block;
}
/*
.product-title-wrapper .commerce-order-item-add-to-cart-form .form-item-quantity-0-value label {
    font-weight: 400;
} */
.product-price-info .field--name-list-price, .product-price-info .field--name-price {
    display: inline-block;
}
.product-wrapper .product-price-info .field--name-list-price {
    color: #666;
    font-size: 25.76px;
    font-family: 'Playfair Display';
    text-decoration: line-through;
    margin-right: 10px;
}
.product-wrapper .product-price-info .field--name-price {
    font-size: 35.57px;
    font-family: 'Playfair Display';
    color: #000000;
}
.product-code {
    font-weight: 800;
}
.product-info-wrapper {
    margin: 38px 0 10px;
}
.nav-tabs {
    border-bottom: 1px solid #ccc;
}
.nav-tabs > li {
    margin-bottom: -1px;
    margin-right: 8px;
}
.nav-tabs > li > a {
    padding: 9px 32px 9px;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: black;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    display: block;
}
.nav-tabs > li > a {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.nav-tabs > li > a.active {
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    color: #0089cf;
}
.product-wrapper .tab-content {
    padding: 30px;
    border: 1px solid #ccc;
    border-top: none;
}
.path-product input#submit-review {
    display: none;
}
.path-product input:checked ~ .field--name-field-product-reviews > .comment-product-reviews-form.comment-form {
    display: block;
}
.path-product .comment-product-reviews-form.comment-form {
    display: none;
}
label.review_button {
    background-color: #051b3b;
    border-color: #051b3b;
    color: #ffffff;
    font-size: 16px;
    transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out,opacity .1s ease-in-out;
    border-radius: 4px;
    border: none;
    padding: 8px 27px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.path-comment .comment .comment__author, .comment .comment__author {
    display: inline-block;
    font-weight: bold;
}
.review-rating {
    display: block;
    float: none;
    margin: 0;
}
.path-comment .comment .comment__created, .comment .comment__created {
    margin: 2px 0 10px 0;
    padding: 0;
    font-size: 12px;
    font-style: italic;
}
.path-comment .comment .comment__content, .comment .comment__content {
    font-size: 14px;
}
.path-product .comment.comment--parent:first-of-type {
    margin-top: 40px;
}
.path-comment .comment.comment--parent:first-of-type, .comment.comment--parent:first-of-type {
    margin-top: 0;
    border-top: none;
}
.path-comment .comment.comment--parent, .comment.comment--parent {
    border-top: 1px solid #ccc;
}
.path-comment .comment, .comment {
    display: inline-block;
    width: 100%;
    position: relative;
    clear: both;
    margin: 0;
    border: none;
}
.comment {
    clear: both;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
}
.path-comment .comment ul.links, .comment ul.links {
    clear: both;
    display: block;
    margin: 10px 0 30px;
    padding: 0;
    list-style: none;
    text-align: left;
}
.path-comment .comment ul.links li, .comment ul.links li {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
    background: none;
    vertical-align: top;
}
.path-comment .comment ul.links li a, .comment ul.links li a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    color: #0089cf;
}
.product-info-wrapper .badge {
    position: relative;
    top: -2px;
    padding: 3px 6px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
}
.review-rating span.half:before {
    position: absolute;
}
.review-rating span.filled:before {
    content: url(../images/icons/star-filled.svg);
}
.review-rating span:before {
    content: url(../images/icons/star-empty.svg);
}
.review-rating span:before {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.review-rating p {
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    line-height: 0;
    margin-right: 15px;
}
.form-text {
    display: block;
    margin-top: 0px;
}

.path-product .comment-product-reviews-form.comment-form {
    display: none;
}
.field--name-field-review-rating .fieldset-wrapper > div > label {
    color: #c5c5c5;
    float: right;
    font-size: 0;
    cursor: pointer;
}
.field--name-field-review-rating .fieldset-wrapper > div > input, .field--name-field-review-rating .fieldset-wrapper .form-optional {
    display: none;
}
.field--name-field-review-rating .fieldset-wrapper > div > label:before {
    margin: 5px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    display: inline-block;
    content: url(/themes/custom/wcsb/images/icons/star-empty.svg);
}
.field--name-field-review-rating .fieldset-wrapper > div > input:checked ~ label:before {
    content: url(/themes/custom/wcsb/images/icons/star-filled.svg);
}
.field--name-field-review-rating .fieldset-wrapper > div {
    border: none;
    float: left;
}
.product-wrapper .form-actions [data-drupal-selector="edit-wishlist"]:hover {
    color: #ffffff;
    text-decoration: none;
}
.search form input[type=text]:focus {
    border: 0;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
#search__section form#views-exposed-form-products-page-1 label {
    display: none;
}
#search__section form#views-exposed-form-products-page-1 .js-form-item-sort-by.form-item-sort-by {
    display: none;
}
#search__section form#views-exposed-form-products-page-1  .js-form-item-sort-order.form-item-sort-order {
    display: none;
}
#search__section form#views-exposed-form-products-page-1 .js-form-item-search-api-fulltext.form-item-search-api-fulltext input[type=text] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 41px;
}
#search__section form#views-exposed-form-products-page-1 .js-form-item-search-api-fulltext.form-item-search-api-fulltext {
    margin: 0px;
    position: relative;
}
#search__section form#views-exposed-form-products-page-1 div#edit-actions input[type=submit],
#search__section form#views-exposed-form-products-page-1 div#edit-actions--2 input[type=submit] {
    background: none;
    font-size: 0px;
    border: none;
    background: url(../images/icons/search-solid.svg) center no-repeat;
    color: #ffffff;
    padding: 19.5px;
}
#search__section form#views-exposed-form-products-page-1 div#edit-actions,
#search__section form#views-exposed-form-products-page-1 div#edit-actions--2 {
    position: absolute;
    margin: 0px;
    right: 0px;
    background-color: transparent;
    border-left: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid #ced4da;
    border-left: 0px;
}

div#bread-crumb {
    margin: 30px 0px 70px;
}
nav.breadcrumb{
    background-color: transparent;
    font-weight: bold;
    font-family: 'Playfair Display';
    text-transform: uppercase;
}
nav.breadcrumb a{
    color: #000;
}
nav.breadcrumb a:hover{
    color: #150162;
}
#block-exposedformproductspage-1 .form-item .select-wrapper select option {
    background: #150162;
    color: #fff;
    border: 0px;
    font-size: 13px;
}
.breadcrumb li:before {
    font-family: 'Roboto';
    font-size: larger;
}
.cp-one .img-content a {
    color: #000;
}

.cp-one .img-content a:hover {
    color: #150162;
}
div.block-facets h2 {
    font-size: 22px;
    margin-bottom: 20px;
    background-color: #051b3b;
    color: #fff;
    padding: 3px 6px;
    font-size: 22px;
    margin-bottom: 20px;
    background-color: #051b3b;
    color: #fff;
    padding: 3px 6px;
    background-image: url(../images/icons/down-solid.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
}
.block-facets ul {
    padding: 0;
    list-style: none;
    /* padding-left: 11px; */
}
.block-facets ul li {
    position: relative;
}
.block-facets ul li .facets-checkbox {
    position: absolute;
    top: 1px;
    left: 0;
    height: 13px;
    width: 13px;
    margin: 6px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.block-facets ul li label {
    margin-left: 18px;
    font-size: 13px;
    font-weight: normal;
    font-weight: 700;
    text-transform: capitalize;
}
li.facet-item a {
    color: #000;
    font-weight: 700;
    /* margin-bottom: 13px; */
    display: inline-block;
}
li.facet-item a:hover {
    color: #0089cf;
}
div.block-facets {
    margin-bottom: 40px;
}
.product__name p a {
    color: #000;
}

.product__name p a:hover {
    color: #0089cf;
}
#block-exposedformproductspage-1 .form-item-search-api-fulltext {
    display: none!important;
}
#block-exposedformproductspage-1 .form-item {
    float: none;
    margin: 0 15px 0 0;
    font-family: 'Playfair Display';
}
#block-exposedformproductspage-1 .form-item label {
    margin: 0 5px 5px;
    display: inline-block;
	float:left;
	padding-left:4px;
	padding-right:6px;
}
#block-exposedformproductspage-1 .form-item .select-wrapper {
    display: inline-block;
}
#block-exposedformproductspage-1 .form-item .select-wrapper select {
    padding: 0 3px;
    height: 22px;
    border-radius: 0;
    border-color: #757d86!important;
}
#block-exposedformproductspage-1 .form-actions {
    clear: none;
    display: inline-block;
    margin: 0;
    margin-top: -3px;
    border: 1px solid #ccc;
    border-radius: 15px;
}
#block-exposedformproductspage-1 .form-actions input {
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #150162;
    border-color: #150162;
}
#block-exposedformproductspage-1 {
    padding: 14px 35px 12px;
    width: fit-content;
    border-radius: 36px;
    width: 100%;
    background: #150162;
    color: #fff;
    margin-bottom: 40px;
    text-align: right;
}
#block-exposedformproductspage-1  form select {
    background: transparent;
    color: #fff;
}
#search__section form#views-exposed-form-products-page-1  .js-form-item-items-per-page {
    display:none
}
li.pager__item {
  border: 1px solid black;
  margin: 0px 5px;
  display: inline-flex;
}
.pager__item {
  padding: 0em;
}
li.pager__item a {
  padding: 2px 11px 10px;
}
li.pager__item.is-active {
  padding: 11px; 
}
li.pager__item.is-active a {
    color: #fff;
}

li.pager__item.pager__item--last, li.pager__item.pager__item--first {
    display: none;
}
li.pager__item.is-active {
    background-color: #150162;
    color: #fff;
}
li.pager__item a {
    color: #000;
}
li.pager__item:hover {
    background-color: #150162;
    color: #fff;
}
li.pager__item:hover a {
    color: #fff;
}
i.pager__item a:hover {
    color: #fff;
}
li.pager__item.pager__item--next a, li.pager__item.pager__item--previous a {
    font-size: 23px;
    font-weight: 900;
}
.product-slider__nav-slider.slick-initialized {
    display: block;
}
.product-slider__nav-slider {
    margin: 0;
    padding: 0 40px;
    display: none;
}
.product-slider__nav-slider__item {
    position: relative;
    display: block;
    margin: 2px 10px;
    padding: 0;
    text-decoration: none;
    box-shadow: 0 0 0 1px #ccc;
    cursor: pointer;
    transition: box-shadow .2s ease-in-out;
}
.product-slider__nav-slider .slick-track {
    margin: unset;
}
.product-slider__main-slider__item img, .product-slider__nav-slider__item img {
    display: block;
    max-width: 100%;
    height: auto;
}
.product-slider__main-slider__item span {
    position: relative;
    display: block;
    opacity: 1;
}

.product-slider__main-slider__item span {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    border: 1px solid #ccc;
    outline: none;
}
.product-slider__main-slider.slick-initialized {
    display: block;
}
.product-slider__main-slider {
    margin: 0 0 10px 0;
    padding: 0;
}
.deal__zone-slider .owl-nav button.owl-prev {
    width: 36px;
    height: 39px;
    line-height: 30px !important;
    text-align: center;
    border: 1px solid #2a2574 !important;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
}
.deal__zone-slider .owl-nav button.owl-next {
    width: 36px;
    height: 39px;
    line-height: 30px !important;
    text-align: center;
    border: 1px solid #2a2574 !important;
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(50%, -50%);
}
.deal__zone-slider .owl-nav svg.slider-nav-icon {
    fill: #2a2574;
    width: 25px;
    height: 25px;
}
svg.slider-nav-icon.left {}

.deal__zone-slider {
    position: relative;
}
div#block-featuredproductsside {
    margin-top: 50px;
}
.field--type-image {
    text-align: center;
    margin: 30px 0px;
}
.product-slider__main-slider__item a.cloud-zoom {
    max-width: fit-content;
}
.view-commerce-cart-form form .views-view-grid {
    float: left;
    width: 70%;
    padding-right: 100px;
}

.view-commerce-cart-form form [data-drupal-selector="order-total-summary"] {
    float: right;
    width: 30%;
    /* padding-left: 100px; */
}
.cart-image-inner{
	text-align:center;
}

.view-commerce-cart-form form #edit-actions {
    clear: both;
    margin-top: 20px;
}
.cart-single-row {margin-bottom: 50px;}

.cart-single-row .cart-content-wrapper span.cart-item-title a {font-family: 'Playfair Display';font-weight: 800;color: #000;}

.cart-single-row .cart-content-wrapper span.cart-item-title a:hover {
    color: #150162;
}

.cart-single-row .cart-content-wrapper span.cart-item-title {
    margin-bottom: 15px;
    display: block;
}

.cart-single-row .cart-content-wrapper .cart-content-row {
    display: flex;
    margin-bottom: 30px;
}
.cart-single-row .cart-content-wrapper .cart-content-row:last-child {
    margin-bottom: 0px;
}
.cart-single-row .cart-content-wrapper .form-item {
    margin: 0px;
    margin-left: 20px;
}

.cart-single-row .cart-content-wrapper .form-item input{
    max-width: 50px;
}
input[type=submit] {
    display: inline-block;
    color: #fff;
    border-radius: 23px;
    border: 0;
    outline: none;
    background-color: #150162;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
    padding: 5px 17px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

input[type=submit]:hover {
    opacity: 0.7;
}
.view-commerce-cart-form form h3 {
    text-transform: uppercase;
    font-family: 'Playfair Display';
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #5c4e91;
}
h3.cart-title {
    text-transform: uppercase;
    font-family: 'Playfair Display';
    margin-bottom: 70px;
    padding-bottom: 30px;
    border-bottom: 2px solid #5c4e91;
}
.checkout-order-summary .cart-title {
    display: none;
}
.order-total-line {
    text-align: left;
    margin-bottom: 10px;
    font-size: 17px;
    text-transform: uppercase;
}
.order-total-line.order-total-line__total {
    /* margin-top: 20px;
    padding-top: 20px; */
    border-top: 1px solid #5c4e91;
}
div#block-checkoutprogress {
    justify-content: space-around;

}
.checkout-progress--step {
    justify-content: space-around;
    font-size: 20px;
    text-transform: uppercase;
    padding-right: 0px;
}
li.checkout-progress--step.checkout-progress--step__current {
    color: #5c4e91;
    border-bottom: 2px solid #5c4e91;
    font-weight: 400;
}
ol.checkout-progress.clearfix {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 60px;
}
.order-summary-content {
    font-family: 'Playfair Display';
    font-weight: 600;
}
.order-summary-content
span.order-content-title a {
    color: #000;
    font-family: 'Playfair Display';
    font-weight: 500;
}
.order-summary-content span.order-content-title {
    margin-bottom: 10px;
    display: block;
}
.order-summary-content span.order-content-price {
    font-family: 'Playfair Display';
    font-size: 16px;
}
.cart-block--contents {
    position: absolute;
    /* width: unset; */
    /* left: 0px; */
    margin-top: 5px;
    border: 1px solid #150162;
    border-radius: 4px;
	right: 0px;
	width: 325px;
}
div.cart-block--contents .cart-block--contents__items {
    overflow: visible;
    max-height: none;
}
div.cart-block--contents .cart-block--contents__items table {
    width: 100%;
}
table tbody tr {
    border-bottom: 1px solid #ccc;
}
div.cart-block--contents .cart-block--contents__items table tr td {
    padding: 5px;
    font-size: 13px;
    line-height: 1.1em;
    text-align: left;
}
div.cart-block--contents .cart-block--contents__items table tr td:nth-of-type(1) {
    width: 50px;
}
div.cart-block--contents .cart-block--contents__items table tr td.views-field-title {
    font-weight: 600;
    transition: color .2s ease-in-out;
}
div.cart-block--contents .cart-block--contents__items table tr td.views-field-quantity {
    width: 36px;
}
div.cart-block--contents .cart-block--contents__items table tr td.views-field-total-price__number {
    width: 60px;
    text-align: right;
    font-weight: 400;
}
div.cart-block--contents .cart-block--contents__items table tr td.views-field-remove-button {
    position: relative;
    width: 40px;
}
div.cart-block--contents .cart-block--contents__links {
    text-align: right;
}
div.cart-block--contents .cart-block--contents__links a {
    display: inline-block;
    color: #fff;
    border-radius: 23px;
    border: 0;
    outline: none;
    background-color: #150162;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 600;
    margin-left: 10px;
    padding: 5px 24px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    margin-top: 5px;
}
.cart--cart-block input.delete-order-item{
	font-size: 12px;
}
div.cart-block--contents .cart-block--contents__items table tr td.views-field-title{
	padding: 10px 0px;
}
div.cart-block--contents .cart-block--contents__items .form-actions {
    display: none;
}
div.cart-block--contents .cart-block--contents__links a:hover {
    opacity: 0.7;
    color: #fff;
}
.header-wrapper .search form, div#mobile-header-1-inner .serch-box for{
    position: relative;
}
.header-wrapper .search form label, div#mobile-header-1-inner .serch-box form label {
    display: none;
}
.header-wrapper .search form select, div#mobile-header-1-inner .serch-box form select {
    display: none;
}
.header-wrapper .search .block-views-exposed-filter-blockproducts-page-1 h2, div#mobile-header-1-inner .serch-box .block-views-exposed-filter-blockproducts-page-1 h2 {
    display: none;
}
.header-wrapper .search form .form--inline > .form-item, div#mobile-header-1-inner .serch-box form .form--inline > .form-item{
    float: none;
    margin: 0px;
}
.header-wrapper .search form .form--inline > .form-actions{
    margin: 0px;
}
.header-wrapper .search form input[type=submit], ._header__top_right_area input#edit-submit-products--2, div#mobile-header-1-inner .serch-box input[type=submit], div#mobile-header-1-inner .serch-box input#edit-submit-products--2 {
    background: url(/themes/custom/wcsb/images/ser.png) no-repeat center;
    color: #ffffff;
    font-size: 0px;
    position: absolute;
    top: 10px;
    right: 20px;
    min-height: 38px;
    padding: 18px;
    max-width: 17px;
    box-shadow: none;
    background-size: 17px;
}
span.cart-block--link__expand img {
    width: 40px;
}
span.cart-block--link__expand {
    position: relative;
}
span.cart-block--summary__count {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #C21800;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    padding: 2px 3px;
    position: absolute;
    right: 0px;
    text-align: center;
}
main.container {
    padding-bottom: 40px;
}
span.contact-info {
    display: inline-grid;
}
svg.icon-filters {
    width: 20px;
    height: 21px;
}
.site-sidebar--mobile {
    padding: 15px 0 !important;
    border-bottom: 1px solid #dedede;
}

.site-sidebar--mobile #mobile-sidebar__toggle-open a {
    width: calc(100% - 30px);
    border-color: #ccc;
}

.site-sidebar--mobile #mobile-sidebar__toggle-open {
    position: relative;
    z-index: 2;
    text-align: center;
}
.site-sidebar--mobile #mobile-sidebar__toggle-close {
    text-align: center;
}
.site-sidebar--mobile #mobile-sidebar__toggle-close a {
   width: calc(100% - 30px);
    border-color: #ccc;
}
svg.icon.icon-close {
    width: 20px;
    height: 21px;
}
.site-sidebar--mobile #mobile-sidebar__product-filters {
    display: none;
    position: relative;
    z-index: 1;
    padding: 20px;
    background-color: #efefef;
}
.messages--status {
    color: #150162;
    border-color: #5c4e91 #5c4e91 #5c4e91 transparent;
    background-color: #5c4e911f;
    background-image: url(../../../../core/misc/icons/73b355/check.svg);
    box-shadow: -8px 0 0 #150162;
}
a.facets-soft-limit-link {
    text-decoration: underline;
    /* opacity: .7; */
    font-size: 16px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #fff;
    padding: 17px 35px;
    display: block;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    position: relative;
}
svg.icon.footer-icon {
    fill: #fff;
    width: 17px;
    height: 15px;
    margin-right: 5px;
}
div#views-bootstrap-banner-promotions-block-1 .carousel-inner {
    overflow: unset;
}
div#views-bootstrap-banner-promotions-block-1 span.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23150162' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
div#views-bootstrap-banner-promotions-block-1 span.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23150162' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.messages-section {
    margin-top: 50px;
}
select[data-drupal-selector=edit-field-category] {
    display: block!important;
}
form#views-exposed-form-products-page-1 .form--inline {
    display: flex;
}
form#views-exposed-form-products-page-1 .form--inline .form-item-field-category {
    order: 0;
}
form#views-exposed-form-products-page-1 .form--inline .form-item-search-api-fulltext {
    flex-grow: 1;
    flex-basis: 100%;
}
p.price-hidden {
    font-family: 'Roboto';
    margin-top: 5px;
    margin-bottom: 0px;
}
p.add-to-cart-hidden a {
    display: inline-block;
    color: #fff;
    border-radius: 23px;
    border: 0;
    outline: none;
    background-color: #150162;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 17px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
p.add-to-cart-hidden a:hover{
    opacity: 0.7;
}
.menu-wrapper .menu-right p a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    position: relative;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    text-transform: uppercase;
}
.menu-wrapper .menu-right p a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #8B7DB7;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}
.menu-wrapper .menu-right p a:hover:after{
    width: 90%;
}
.block-facets ul{}
.block-facets ul ul li{    padding-left: 25px;margin-right:20px;}
.block-facets ul ul li a {    padding: 9px 20px; border-bottom: 1px solid #2809a5;font-weight: normal;}
.proleft ul li li a:after{display:none;}
.block-facets ul li { position: relative; border-bottom: 1px;}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #150162;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(21 1 98 / .25);
}
h3.product-list-price, h3.product-sale-price {
    display: inline-block;
    width: fit-content;
}
h3.product-sale-price{
    font-size: 27px;
}
h3.product-list-price .field--name-list-price {
    color: #666;
    font-size: 23.76px;
    font-family: 'Playfair Display';
    text-decoration: line-through;
    padding-right: 15px;
}

@media (min-width: 480px){
    .commerce-order-item-listing > li {
        padding-right: 105px;
    }
    .commerce-order-item__col.commerce-order-item__col--total-price {
        position: absolute;
        top: 15px;
        right: 15px;
        display: table-cell;
    }
    .commerce-order-item-listing > li {
        padding-right: 105px;
    }
}
@media (max-width: 576px){
    .checkout-progress .checkout-progress--step {
        display: block;
        margin-bottom: 10px;
        font-size: 16px;
    }
}
@media (min-width: 768px){
    .order-information__header > .field {
        display: -webkit-inline-flex;
        display: inline-flex;
        margin: 0 40px 0 0;
    }
    .block-facets-summary > ul {
        padding: 0 0 15px;
        border-bottom: 1px solid #efefef;
    }
}
@media (min-width: 320px){
    .dropdown-menu ul li {
        float: left;
        display: inline-block;
        width: 50%;
    }
    .dropdown-menu .sub-content-row {
        display: none;
    }
    #block-exposedformproductspage-1 .form-item  {
        display: block;
        margin: 0 0 2px;
        font-family: 'Playfair Display';
    }
    #block-exposedformproductspage-1 .form-item label {
        font-weight: 600;
        font-size: 14PX;
        font-family: 'Playfair Display';
    }
    #block-exposedformproductspage-1 .form-item .select-wrapper select {
        width: 120PX;
    }

    ._header__top_left_area.d-flex, ._header__top_right_area .d-flex{
        display:block!important
    }
    .wishlist-wrap{
        margin-top: 16px!important;
        margin-right: 0px!important;
    }
    div#block-wcsb-content .view-products .view-header {
        /* position: relative;
        top: -20px; */
    }
    .nav-tabs > li > a.active {
        border-bottom: 1px solid #ccc;
        background-color: #ffffff;
    }
    .nav-tabs > li {
        width: 100%;
        margin-right: 0;
    }
    .nav-tabs > li > a {
        width: 100%;
        padding: 9px 20px 7px;
        background-color: #efefef;
    }
    ._header__top_left_area span{display:block;}
    span.cart-block--link__expand {
        float: inherit;
        display: inline-block;
        padding: 6px 10px;
        margin-left: 10px;
    }
    ._header__top_right_area.d-flex {
        display: block !important;
    }
}
@media(min-width: 576px){
    .dropdown-menu ul li {
        float: left;
        display: inline-block;
        width: 50%;
    }
    .dropdown-menu .sub-content-row {
        display: block;
    }
    ._header__top_left_area span {
        width: unset;
        margin-bottom: 0px;
        text-align: unset;
        display: unset;
    }
    ._header__top_left_area{
        text-align: center;
    }
    ._header__top_left_area span.seperator{
        margin: 0;
        display: unset;
    }
    ._header__top_right_area.d-flex {
        display: flex!important;
    }
    ._header__top_right_area > span {
        margin: 0px 15px!important;
    }
    .wishlist-wrap{
        margin-top: 0px!important;
        margin-right: 13px!important;
    }
    ._header__top_right_area span.cart-block--summary.d-flex {
        display: unset;
        width: unset;
        text-align: none;
    }
    span.cart-block--link__expand {
        float: unset;
        display: unset;
        padding: 9px;
        margin: 0px 13px;
    }
    ._header__top_left_area span {
        margin: 0px 15px!important;
    }

}
@media (min-width: 767px){
    .review-rating {
        /* float: right; */
    }
    .nav-tabs > li {
        width: unset;
        margin-right: 8px;
    }
    .dropdown-menu ul li {
        float: left;
        display: inline-block;
        width: 33%;
    }
    .nav-tabs > li > a {
        width: unset;
        padding: 9px 32px 7px;
        background-color: transparent;
    }
    ._header__top_left_area span {
        margin: 0px 4px;
    }
    ._header__top_left_area{
        text-align: center;
    }
    .nav-tabs > li > a.active {
        border-bottom: 1px solid #fff;
    }
    #block-exposedformproductspage-1 .form-item  {
        display: inline-block;
        margin: 0 15px 0 0;
    }
    #block-exposedformproductspage-1 .form-item label {
        font-weight: normal;
        display: inline-block;
    }
    #block-exposedformproductspage-1 .form-item .select-wrapper select {
        width: unset;
    }
    div#block-wcsb-content .view-products .view-header {
        /* position: absolute;
        top: -56px; */
    }
}
@media (min-width: 991px){
    #block-exposedformproductspage-1 .form-item  {
        float: none;
        display: inline-block;
        margin: 0 15px 0 0;
    }
    #block-exposedformproductspage-1 .form-item label {
        margin: 0 5px 5px;
        font-weight: normal;
    }
}
@media (min-width: 1200px){
    .commerce-order-item-listing > li {
        padding: 15px;
    }
    .commerce-order-item__col.commerce-order-item__col--product {
        width: 50%;
        display: table-cell;
    }
    .commerce-order-item__col.commerce-order-item__col--product .commerce-order-item__info-cont {
        position: relative;
        min-height: 100px;
        padding-top: 20px;
    }
    .commerce-order-item__col.commerce-order-item__col--price {
        padding: 20px 15px 0;
        text-align: right;
        display: table-cell;
    }
    .commerce-order-item__col.commerce-order-item__col--total-price {
        position: relative;
        top: 0;
        right: 0;
        display: block;
        padding-top: 20px;
        width: 20%;
        text-align: right;
    }
    .commerce-order-item-listing > li {
        padding: 15px;
    }
    .commerce-order-item__quantity-cont:before {
        margin: 0 20px;
    }
}
@media (max-width: 349px){
    form#commerce-order-item-add-to-cart-form-commerce-product-12 .form-actions input {
        margin-left: 0px;
        margin-top: 15px;
        margin-right: 0px;
    }
}
@media (max-width: 767px){
    .nav-tabs > li {
        width: unset;
        margin-right: 8px;
    }
    div#bread-crumb {
        margin: 30px 0px 0px;
    }
    .news-right form {
        display: block;
    }
    .nav-tabs > li > a {
        width: unset;
        padding: 9px 32px 7px;
        background-color: transparent;
    }
    .nav-tabs > li > a.active {
        border-bottom: 1px solid #fff;
    }
    /* .review-rating {
        float: right;
    } */
    /* #block-exposedformproductspage-1 .form-item {
        display: inline-block;
        margin: 0 15px 0 0;
    }
    #block-exposedformproductspage-1 .form-item label {
        font-weight: normal;
        display: inline-block;
    }
    #block-exposedformproductspage-1 .form-item .select-wrapper select {
        width: unset;
    } */
    div#block-featuredproductsside {
        display: none;
    }

    div#block-views-block-promotions-block-1 {
        display: none;
    }
}
@media (max-width: 991px){
    .view-commerce-cart-form form .views-view-grid {
        float: unset;
        width: 100%;
        padding-right: unset;
    }
    .view-commerce-cart-form form [data-drupal-selector="order-total-summary"] {
        float: unset;
        width: 100%;
        padding-left: unset;
    }
}


div#block-views-block-related-products-block-1 {
    margin-top: 90px;
}

div#block-views-block-related-products-block-1 h2 {
    text-align: center;
    margin-bottom: 35px;
    font-family: 'Playfair Display';
}

.cp-one-img-link .product--rendered-attribute {
    display: none;
}



.product--rendered-attribute__selected ~ label.option {
    border: 2px solid #191919 !important;
    box-shadow: none;
  }

  .product--rendered-attribute label.option {
    min-width: 35px;
    min-height: 35px;
    width: auto;
    box-shadow: none;
    line-height: 32px;
    border: 2px solid transparent;
    height: 30px;
    overflow: hidden;
    text-align: center;
    background-color: #f5f5f5;
    padding: 0 10px;
    margin-bottom: 0;
  }

  .product--rendered-attribute > .fieldset-wrapper {
    margin-top: 8px;
  }

  .product--rendered-attribute .form-item {
    margin: 0 4px 0px 0;
    position: relative;
  }

  .product--rendered-attribute .form-item .ajax-progress {
    display: block;
    position: relative;
}

.product--rendered-attribute .form-item .ajax-loader {
    display: none;
}

.large-image img {
    max-width: 100%;
    height: auto;
}

.zoomWindowContainer div {
    /* width: 100%!important; */
    /* height: 100%!important; */
}

.product-slider__nav-slider__item img {
    margin-top: 20px;
}

body:not(.user-logged-in) .commerce-order-item-add-to-cart-form .form-actions,body:not(.user-logged-in) .commerce-order-item-add-to-cart-form .form-type-number{display:none;}


.contact-services-content-inner:last-child {
    margin-bottom: 0;
}

.contact-services-content-inner p {
    margin-bottom: 0;
}

.option-available {
    position: absolute;
    top: 0;
    background: url(../images/options-available.png);
    width: 65px;
    height: 65px;
    z-index: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.items-one .option-available{
    width: 80px;
    height: 80px;
}
.view-display-id-order_page .pager {
    margin-top: 25px;
}

.user-logged-in.path-user .commerce-order-summary .cart-title {
  margin-bottom: 15px;
}
.order-information__header .field-view-link {
    float: right;
    margin: 0!important;
}

.order-information__header .field-view-link a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    background-color: #150162;
    padding: 10px 33px;
    border-radius: 36px;
    margin-top: 30px;
    /* box-shadow: 0px 10px 20px rgb(20 1 98 / 26%); */
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    margin:0px;
}
.user-logged-in.path-user .customer-information {
  border: 1px solid #000;
  padding: 15px 0 15px 15px;
}
.user-logged-in.path-user .customer-information .profile--view-mode--user {
    border: 1px solid #000;
    padding: 5px 15px;
    border-right: 0;
    margin-top: 10px;
}
.user-logged-in.path-user .customer-information .customer-billing {
  margin-bottom: 10px;
  margin-top: 10px;
}
.user-logged-in.path-user .order-information {
    border: 1px solid #000;
    padding: 15px;
    border-top:0px;
}
.user-logged-in.path-user .order-information .views-view-table .views-field {
    border: 1px solid #000;
    padding: 0.75rem;
}
.user-logged-in.path-user .order-information .commerce-order-summary {
    margin-top: 25px;
}
.user-logged-in.path-user .order-information .views-view-table {
    border: 1px solid #000!important;
    padding: 5px 15px;
    border-right: 0;
    margin-top: 10px;
    width: 100%;
}
.user-logged-in.path-user .field--name-completed, .user-logged-in.path-user .field--name-placed {
  margin-bottom:5px;
}
.view-id-user_orders .view-footer a {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  background-color: #150162;
  padding: 10px 33px;
  border-radius: 36px;
  margin-top: 30px;
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  margin-top: 15px;
}
.user-logged-in.path-user .field--name-completed, .user-logged-in.path-user .field--name-placed {
  margin-bottom: 5px;
}
.order-information .commerce-order-summary .order-total-line-label {
  width: 85px;
}
.view-id-related_products .related-products-slider .img-content p {
  margin-top: 10px;
}
.view-id-related_products .view-related-products .cp-one-imgc .cp-one-img-link .field--name-field-image1 {
  display: none;
}
.view-id-related_products .view-related-products .cp-one-imgc .cp-one-img-link .add-to-cart-link {
    background: url(/themes/custom/wcsb/images/add-to-cart.png) no-repeat;
    width: 37px;
    height: 35px;
    padding: 0px;
    border-radius: unset;
    display: block;
    font-size: 0;
}
.path-checkout div[data-drupal-selector="order-total-summary"] .commerce-order-summary .cart-title , .path-checkout div[data-drupal-selector="order-total-summary"] .commerce-order-summary{
  margin-bottom: 30px;
}

/* Vertical Image For Manage  */

.cp-one-img, .cp-one-imgc{
    width: 200px;
    height: 200px;
}
.cp-one {
  width: 200px;
  height: auto;
}
.cp-one-img .vertical-image .field.field--name-field-media-image-1.slider-box{
    width: 100%;
    height: 100%;
}

.cp-one-img .vertical-image .field.field--name-field-media-image-1.slider-boxs {
    width: 100%;
    height: 100%;
    margin: 0;
}


.cp-one-img .field__item {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 20px;
    margin: 0px;
}
.cp-one-img .vertical-image .field.field--name-field-media-image-1.slider-box {
     width: 70%;
    height: 90%;

}
.cp-one-img .vertical-image .slider-box {
    height: 100%;
}

.cp-one-img .vertical-image  {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cp-one-img .vertical-image .slider-box img {
  width: auto;
  max-height: 100%;
}
.cp-one-img .class-honizol {
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-content {
  margin-top: 10px;
}

.cp-one-img .slider-box.field--type-image {
  margin: 0px;
  width: 100%;
  height: 100%;
}
.items-images img {
  background-color: inherit;
  border-radius: 26px;  
}
.items-images .large-image.class-honizol {
  background-color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.items-images .large-image.class-honizol  {
  border-radius: 26px;
  
}
.items-images, .vertical-image {
  height: 255px;
}
.items-images .field--type-image {
  height: 100%;
  margin: 0px;
}
 .vertical-image img {
  height: 100%;
}
.path-product  .vertical-image  {
  height: 100%;
}
.path-product .large-image.class-honizol {
  width: 100%;
  display: flex;
  /* height: 350px; */
  justify-content: center;
  align-items: center;
}
/* .path-product .large-image.class-honizol img {
  height: 100%;
} */
.product-wrapper .site-sidebar--mobile {
  display: none;
}
.path-product .product-slider__nav-slider__item img{
  width: 95px;
  height: 95px;
}

.path-product .product-slider__nav-slider__item[data-img-type="vertical-align"] img {
  width: 80%;
}
.path-product .product-slider__nav-slider__item[data-img-type="horizontal-align"] img {
  width: 100%;
}
.path-product .product-slider__nav-slider__item img {
    margin: 5px 0px;
}
.path-product .product-slider__nav-slider__item[data-img-type="vertical-align"] {
  display: flex;
  justify-content: center;
  align-items: center;
}
#thumb-slider {
  margin-top: 25px;
}
.path-product .vertical-align .product-image-zoom {
  height: 350px;
}
.path-product .vertical-align .product-image-zoom img {
  height: 100%
}
.zoomWindowContainer div {
    left: 120% !important;
    /* width: 500px!important; */
    /* height: 500px !important; */
    box-shadow: 1px 2px 6px 3px #cccc !important;
    border-radius: 5px;
    border: 2px solid #cccccc85 !important;
    /* background-position: center !important; */
        background-color: #fff;
}
.product-image-wrapper img{
  border: 1px solid #cccccc85;
}
@media (max-width: 1199px){
  .cp-one-img, .cp-one-imgc {
    width: 150px;
    height: 150px;
  }
  .cp-one {
    width: 150px;
  }
}
@media (max-width: 350px){
  .logom img {
        width: 270px;
  }
  .hero-right {
    width: 100%;
    height: auto;
  }
  .hero-right:after {
    right: 10px;
  }

}
@media (max-width: 335px){
  .cp-one-img, .cp-one-imgc {
    width: 120px;
    height: 120px;

  }
  .cp-one {
    width: 120px;
  }
}
@media (max-width: 991px){
  .footer .left-side ul li:last-child{
    margin-top: 10px;
  }
  .footer .right-side ul li:last-child{
    margin-top: 10px;
  }
  form#views-exposed-form-products-page-1 .form--inline:not(.serch-box form#views-exposed-form-products-page-1 .form--inline) {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: space-between;
  }
  form#views-exposed-form-products-page-1 .form--inline>div:not(.serch-box form#views-exposed-form-products-page-1 .form--inline>div) {
    margin-bottom: 10px;
  }
  form#views-exposed-form-products-page-1 .form--inline>div:last-child:not(.serch-box form#views-exposed-form-products-page-1 .form--inline>div:last-child) {
    margin-bottom: 0px;
  }
  #block-exposedformproductspage-1 {
    padding: 20px 35px;
  }
}
@media (max-width: 767px){
  .footer .right-side ul li {
    margin-top: 10px;
  }
  .copy .wc-footer-link {
    width: 100%;
    height: 40px;
    margin-top: 20px;
  }
  .copy-border {
    padding: 25px 0 10px 0px;
  }
  .zoomWindowContainer div {
    left: 0% !important;
  }
  .wc-footer-link {
    display: flex;
  }
  .wc-footer-link>div {
    float: inherit !important;
  }
  .copy-wrapper p {
    text-align: start;
  }
  .view-featured-products .owl-carousel .owl-item img {
    height: inherit;
    width: auto;
  }
}
#mobile-header-1-inner .serbox-wrapper .serch-box .form-submit {
  top: 0px!important;
}
#mobile-header-1-inner .serbox-wrapper .serch-box select {
  border: 0;
  border-bottom-left-radius: 36px;
  border-top-left-radius: 36px;
}
#mobile-header-1-inner .serbox-wrapper .serch-box input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.newslatter {
  padding-bottom: 80px;
}
.entity_commerce_product_canonical.path-product #bread-crumb,
.view_products_page_1.path-products #bread-crumb {
  margin: 0px 0px 70px;
}
div#block-views-block-related-products-block-1 {
  margin-top: 80px;
}
.view_products_page_1.path-products main.container {
  margin-bottom: 30px;
}
#page-about-ab-can-imports-ltd main.container {
  padding-bottom: 0px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .proleft {
    margin-bottom: 40px;
  }
  .items {
    margin-top: 40px;
    margin-bottom: 40px;    
  }
  .testmonial {
    margin-top: 40px;
  }
  .service-block {
    margin-top: 20px;
  }
  .logo {
      padding: 40px 0;
  }
  .newslatter {
    padding-bottom: 40px;
    padding-top: 0px;    
  }
  .entity_commerce_product_canonical.path-product #bread-crumb, .view_products_page_1.path-products #bread-crumb {
    margin: 0px 0px 40px;
  }
  .view_products_page_1.path-products main.container {
    margin-bottom: 0px;
  } 
}
@media (max-width: 576px){
  .product-wrapper .site-sidebar--mobile {
    display: block;
    margin-bottom: 40px;
    border: none;
  }
  .product-wrapper .proleft {
    display: none;
  }
  .product-wrapper #mobile-sidebar__product-filters .proleft {
    display: block;
  }
  .entity_commerce_product_canonical.path-product #bread-crumb, .view_products_page_1.path-products #bread-crumb {
    margin: 0px 0px 40px;
  }
}
/* 
.commerce-order-item-add-to-cart-form .form-type-number input[type="number"]::-webkit-inner-spin-button, .commerce-order-item-add-to-cart-form .form-type-number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.commerce-order-item-add-to-cart-form .form-type-number input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
 */

.commerce-order-item-add-to-cart-form .form-type-number, .view-commerce-cart-form.view-id-commerce_cart_form .form-type-number {
  position: relative;
  display: flex;
  align-items: center;
	width: 100%;
}

.commerce-order-item-add-to-cart-form .form-type-number input[type="number"]::-webkit-inner-spin-button,
.commerce-order-item-add-to-cart-form .form-type-number input[type="number"]::-webkit-outer-spin-button , .view-commerce-cart-form.view-id-commerce_cart_form .form-type-number input[type="number"]::-webkit-outer-spin-button, .view-commerce-cart-form.view-id-commerce_cart_form .form-type-number input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.commerce-order-item-add-to-cart-form .form-type-number input[type=number], .view-commerce-cart-form.view-id-commerce_cart_form .form-type-number input[type=number] {
  -moz-appearance: textfield;
}

.commerce-order-item-add-to-cart-form .form-type-number input, .view-commerce-cart-form.view-id-commerce_cart_form .form-type-number input {
  width: 70px;
  height: 47px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 7px;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-size: 1rem;
  border-radius: 4px;
}

.commerce-order-item-add-to-cart-form .form-type-number input:focus, .view-commerce-cart-form.view-id-commerce_cart_form .form-type-number input:focus {
  outline: 0;
}

.commerce-order-item-add-to-cart-form .form-type-number .quantity-nav, .view-commerce-cart-form.view-id-commerce_cart_form .form-type-number .quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.commerce-order-item-add-to-cart-form .form-type-number .quantity-button, .view-commerce-cart-form.view-id-commerce_cart_form .form-type-number .quantity-button {
  position: relative;
  cursor: pointer;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  width: 21px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "FontAwesome" !important;
  line-height: 1.5;
  padding: 0;
  background: #FAFAFA;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.commerce-order-item-add-to-cart-form .form-type-number .quantity-button:active, .view-commerce-cart-form.view-id-commerce_cart_form .form-type-number .quantity-button:active {
  background: #EAEAEA;
}

.commerce-order-item-add-to-cart-form .form-type-number .quantity-button.quantity-up, .view-commerce-cart-form.view-id-commerce_cart_form .form-type-number .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: "FontAwesome";
  border-radius: 0 4px 0 0;
  background-image: url('../images/arrowhead-up.svg'); 
  line-height: 1.6
}

.commerce-order-item-add-to-cart-form .form-type-number .quantity-button.quantity-down, .view-commerce-cart-form.view-id-commerce_cart_form .form-type-number .quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
  border-radius: 0 0 4px 0;
  background-image: url('../images/down-arrow.svg');
}
.product-title-wrapper .commerce-order-item-add-to-cart-form .field--name-quantity label {
  margin: 0;
}
.view-commerce-cart-form.view-id-commerce_cart_form .form-type-number {
  margin-top: 15px;
}
.cart-single-row .cart-content-wrapper .cart-content-row {
  display: flex;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.view-commerce-cart-form.view-id-commerce_cart_form .form-type-number {
  margin-top: 15px;
  margin-left: 0px;
}
.user-logged-in .commerce-order-item-add-to-cart-form .field--widget-commerce-quantity {
  display: block!important;
}

.user-logged-in .commerce-order-item-add-to-cart-form:has(#edit-commerce-stock-notifications) .field--widget-commerce-quantity {
  display: none!important;
}
#page-home{
	overflow: hidden;
}
.featured-image-wrapper .featured-image {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: center;
}
#page-about-ab-can-imports-ltd .node__content .field--type-image {
  text-align: left;
}
#page-ab-can-imports-ltd-response-covid-19 .node__content div.field--name-body ul {
  list-style-type: "→";
  padding-left: 20px;
  line-height: 30px;
}
#page-ab-can-imports-ltd-response-covid-19 .node__content div.field--name-body ul li {
  padding-left: 5px;
}
#mobile-sidebar__toggle-close {
  margin-bottom: 20px;
}
.news-right form div#edit-mail-wrapper, .news-right form div.captcha  {
  margin-bottom: 10px;
}
ul.terms {
  padding-left: 20px;
  list-style-type: "→";
  line-height: 30px;
}
.view-commerce-cart-form form h3 {
	margin-bottom: 30px;
	padding-bottom: 18px;
}
.view-commerce-cart-form form .commerce-order-summary .cart-title {
	margin-bottom: 20px;
}
.order-total-line {
	display: flex;
	justify-content: space-between;
}
.entity_commerce_product_canonical  #edit-commerce-stock-notifications {
	margin-bottom: 10px;
}
.ajax-progress.ajax-progress-throbber.custom-ajax {
  position: fixed;
  top: 0;
  z-index: 599;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
/*   background-image: url(../images/loader.gif);
  background-repeat: no-repeat; */
  background-size: 40px;
  background-position: center;
}

.ajax-progress.ajax-progress-throbber.custom-ajax {
	display: block !important
}
.serch-box, .search-api-autocomplete-search {
  z-index: 600;
}
.payment-wrapper h4 {
	color: #fff;
    opacity: .7;
}