/*
Theme Name: SoffKonceptet
Theme URI: http://underscores.me/
Author: Eagle-Vision-IT
Author URI: http://underscores.me/
Description: Custom theme: SoffKonceptet, developed by Eagle-Vision-IT
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: soffkonceptet
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

SoffKonceptet is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.ul.tabs.wc-tabs

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    background-color: #fff;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

ul,
ol {
    margin: 0;
}

ul {
    list-style: disc;
    padding-left: 0;
}

ol {
    list-style: decimal;
}

li {
    list-style: none;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}

a:active,
a:hover,
a:focus {
    outline: 0;
    text-decoration: none;
}

input:focus,
textarea:focus {
    outline: none;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* shift-menu */

#close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    right: 10px;
}

#close span {
    height: 2px;
    width: 100%;
    background: #fff;
    display: inline-block;
    transform-origin: center;
}

#close span:first-child {
    background: #000;
    width: 1px;
    height: 25px;
    display: inline-block;
    -moz-transform: rotate(45deg) translate(5px, -5px);
    -o-transform: rotate(45deg) translate(5px, -5px);
    -ms-transform: rotate(45deg) translate(5px, -5px);
    -webkit-transform: rotate(45deg) translate(5px, -5px);
    transform: rotate(45deg) translate(5px, -5px);
}


body.woocommerce-checkout .col-md-6.soff-cart-right {
    margin-top: 0!important;
}

#close span:last-child {
    background: #000;
    width: 1px;
    height: 25px;
    display: inline-block;
    -moz-transform: rotate(-45deg) translate(-2px, -1px);
    -o-transform: rotate(-45deg) translate(-2px, -1px);
    -ms-transform: rotate(-45deg) translate(-2px, -1px);
    -webkit-transform: rotate(-45deg) translate(-2px, -1px);
    transform: rotate(-45deg) translate(-2px, -1px);
}

body {
    overflow-x: hidden;
    position: relative;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*body.open {*/
/*  overflow: hidden;*/
/*  left: 300px;*/
/*}*/

.gh-shift-menu {
    position: fixed;
    top: 72px;
    height: calc(100% - 70px);
    overflow-y: scroll;
    left: -300px;
    width: 300px;
    z-index: 9999;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gh-shift-menu.open {
    left: 0;
}

.gh-shift-menu.day-menu {
    background-color: #2bd273;
}

.gh-shift-menu .title {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    padding: 1px;
    color: #666666;
    visibility: hidden;
}

.gh-shift-menu .title h2 {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
    color: #fff;
}

.gh-shift-menu .title span {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.gh-shift-menu ul.mobile-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gh-shift-menu ul.mobile-menu li.menu-item-has-children>a {
    position: relative;
}

.gh-shift-menu ul.mobile-menu>li:after {
    clear: both;
}

.gh-shift-menu ul.mobile-menu>li>a {
    padding: 0 15px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 50px;
    text-transform: lowercase !important;
}
.gh-shift-menu ul.mobile-menu>li>a:first-letter,
.gh-shift-menu ul.mobile-menu>li ul li a:first-letter {
      text-transform: uppercase !important;
}

.gh-shift-menu ul.mobile-menu>li ul {
    background-color: #f9f9f9;
    display: none;
    padding-left: 0;
    border-top: 1px solid #ccc;
}
.gh-shift-menu ul.mobile-menu>li ul  ul {
    background: #f4f4f4;
}
.gh-shift-menu ul.mobile-menu>li ul li {
    list-style: none;
    position: relative;
}
.gh-shift-menu ul.mobile-menu>li > ul > li:not(last-child),
.gh-shift-menu ul.mobile-menu>li ul.sub-menu ul > li{
   border-bottom: 1px solid #ccc;
}

.gh-shift-menu ul.mobile-menu>li ul li a {
    display: block;
    padding: 0 0 0 15px;
    color: #000;
    font-weight: 500;
    line-height: 50px;
    text-transform: lowercase !important;
}

.gh-shift-menu ul.mobile-menu>li ul li ul li a {
    padding: 0 0 0 15px;
}

.gh-shift-menu li.menu-item span {
    font-size: 12px;
    color: #5b5b5b;
}

.mr-arrow-box {
    float: right;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    bottom: 0;
    width: 55px;
    font-size: 14px;
    text-align: center;
    font-weight: 100 !important;
}

.mr-arrow-box.open .fa-angle-down:before {
    content: "\f106";
}

.gh-shift-menu .menu-mobile-menu-container > ul > li:not(.mmenu-divider) {
    border-bottom: 1px solid #ccc;
    padding: 0;
}


/* Down arrow */

.menu-item-has-children a {
    position: relative;
}

span.mr-arrow-box.open span {
    transform: rotate(90deg);
    color: #085263;
}

/* --------------- css for header starts ----------------
-------------------------------------------------------*/

header.site-header {
    background-color: #fff;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

#content {
    padding-top: 145px;
}

#page-content {
    /*padding-top: 50px;*/
}

.home #page-content {
    padding-top: 0;
}

.mobile-header {
    display: none;
}

header.site-header h1 {
    margin: 0 auto;
    text-align: center;
}

header.site-header h1 img {
    height: auto;
    width: 217px;
}

header.site-header nav ul#main-navigation {
    float: left;
}

header.site-header ul {
    margin-left: 0;
}

header.site-header ul li {
    float: left;
    margin-left: 25px;
    position: relative;
}

.site-header .main-navigation ul li:first-child {
    margin-left: 0;
}

.menu-main-menu-container>ul>li>a {
    color: #757575;
    display: block;
    text-transform: uppercase;
    padding: 15px 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    margin-top: 2px;
}

header.site-header ul#right-menu {
    float: right;
}

header.site-header li.menu-item-has-children a::after {
    content: '\f107';
    font-family: 'Fontawesome';
    padding-left: 5px;
    /*position: absolute;
    right: -3px;*/
}


/* for mobile-menu styling */

.menu-button {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    width: 40px;
}

.menu-button a {
    color: #000;
    display: block;
    font-size: 28px;
}
body.open .menu-button a {
    color: #085263;
}

.mmenu-divider {
    border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
    margin: 0 10px;
}

.mmenu-divider a {
    display: none !important;
}


/* css for dropdown */

.site-header ul ul.sub-menu {
    background: #ffffff;
    border-radius: 0;
    display: block;
    right: 0;
    padding: 0;
    position: absolute;
    top: 120%;
    margin-top: 0;
    min-width: 280px;
    transition: all .3s;
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 1px #e7e7e7c4;
    left: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.site-header ul ul.sub-menu li a {
    color: #000000;
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase !important;
    font-weight: 600;
}

.site-header ul ul.sub-menu li a:hover {
    color: #fff;
    background: #316767;
}

/*.site-header ul ul.sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.04);
}*/

.site-header ul ul.sub-menu li {
    border-bottom: 1px solid #d8d8d8;
    float: none;
}

.site-header ul ul.sub-menu li a::after {
    content: none;
}

.site-header ul li:hover ul {
    z-index: 99999;
    visibility: visible;
    opacity: 1;
    top: 100%;
}


/* for right menu-icon */

.center-div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 70px;
}

.soff-woo-options {
    float: right;
    padding: 13px 0;
    position: relative;
}

.menu-icon-button {
    display: none;
}

.soff-search-option {
    float: left;
    width: 47%;
}

.soff-search-option input {
    border: 1px #ddd solid;
    float: left;
    padding: 4px 8px;
    width: 81%;
}

.soff-search-option input:focus {
    border-color: #000;
    outline: none;
}

.soff-search-option button {
    background-color: #000;
    border: 1px #000 solid;
    color: #fff;
    line-height: 27px;
    height: 29px;
    width: 29px;
    text-align: center;
}

.search-icon-common {
    color: #000;
    float: left;
    font-size: 16px;
    height: 25px;
    width: 25px;
    line-height: 20px;
    text-align: center;
}

.search-icon-common:hover,
.search-icon-common:focus {
    color: #000;
}

.desktop-header .search-icon-common {
    display: none;
}

.search-container .soff-search-option {
    display: none;
    float: none;
    left: 15px;
    right: 15px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9;
}

.search-container .soff-search-option button {
    line-height: 27px;
    height: 37px;
    width: 37px;
}

.search-container form input {
    padding: 8px;
    width: calc(100% - 67px);
}

.soff-woo-options .soff-page-option {
    float: right;
}

.soff-page-option .soff-menu-icons {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

@media (max-width: 640px) {
    .soff-page-option .soff-menu-icons {
        margin-bottom: 20px;
    }
}

.soff-page-option .soff-menu-icons i {
    font-size: 16px;
}

.soff-page-option .soff-menu-icons:last-child {
    margin-right: 0;
}

.soff-page-option a {
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.soff-my-account {
    position: relative;
}

.soff-my-account .my-account-list {
    background: #383838;
    border-radius: 3px;
    float: left;
    right: 0;
    top: 100%;
    padding: 5px 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 140px;
    z-index: 99;
}

.soff-my-account:hover .my-account-list {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.soff-my-account .my-account-list li {
    float: none;
    margin-left: 0;
}

.soff-my-account .my-account-list li:hover {
    background: rgba(255, 255, 255, 0.04);
}

.soff-my-account .my-account-list li a {
    color: #fff;
    display: block;
    padding: 5px 8px;
}

.soff-my-account .user-icon {
    position: relative;
    display: block;
}

.soff-page-option .checkout-link {
    background-color: #316767;
    color: #fff;
    font-size: 13px;
    padding: 7px 24px;
    text-transform: uppercase;
}

.soff-page-option .checkout-link:hover,
.shipping-calculator-form button:hover {
    background-color: #000;
}

.soff-add-cart {
    position: relative;
    display: inline;
}

.soff-add-cart .cart-amount .amount {
    color: #000;
    font-size: 13px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.soff-add-cart .soff-cart-customlocation .cart-count {
    display: none;
}

.soff-add-cart .soff-cart-customlocation .icon-cart {
    text-align: center;
}

.site-main {
    margin-bottom: 20px;
}


/* ---------- slideout menu (cart-icon) ------------
--------------------------------------------------*/

body #page-overlay {
    background: #000;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 70px;
    left: 0;
    z-index: 99;
}
body.nav-expanded #page-overlay {
    top: 0px;
    z-index: 99999;
}
body.open,
body.nav-expanded {
    overflow: hidden !important;
}

body.open #page-overlay,
body.nav-expanded #page-overlay {
    opacity: 0.4;
    visibility: visible;
}

a.nav-expander {
    transition: right 0.3s ease-in-out 0s;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

a.nav-expander:hover {
    cursor: pointer;
}

.nav-expanded a.nav-expander.fixed {
    /* right: 20em; */
}

nav.cart-slideout {
    background: #fff;
    display: block;
    height: 100%;
    overflow: auto;
    position: fixed;
    padding-top: 10px;
    right: -30em;
    font-size: 15px;
    top: 0;
    width: 30em;
    z-index: 999999;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

.nav-expanded nav.cart-slideout {
    right: 20em;
}

body.nav-expanded {
    margin-left: 0em;
    transition: right 0.4s ease-in-out 0s;
    -webkit-transition: right 0.4s ease-in-out 0s;
    -moz-transition: right 0.4s ease-in-out 0s;
    -o-transition: right 0.4s ease-in-out 0s;
}

.navbar-inverse {
    background: transparent;
    border-color: transparent;
}

#nav-close {
    display: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding-right: 10px;
}

.main-menu {
    padding: 15px;
}

.mini-cart-header {
    border-bottom: 2px #eee solid;
    padding-bottom: 15px;
}

.mini-cart-header div {
    display: inline-block;
}

.mini-cart-header .cart-shopping i {
    font-size: 20px;
}

.mini-cart-header .cart-shopping .shoppinr-text {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

.mini-cart-header .shopping-btn {
    float: right;
}

.mini-cart-header .shopping-btn a {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.cart-slideout .cart_list .mini_cart_item a {
    display: inline-block !important;
}

nav.cart-slideout a.button.wc-forward {
    background: #316767 !important;
}

nav.cart-slideout a.button.wc-forward:hover,
nav.cart-slideout input.button,
.mini-cart-header .shopping-btn {
    background: #000 !important;
}
nav.cart-slideout input.button:hover,
.mini-cart-header .shopping-btn:hover,
.mini-cart-header .shopping-btn a:hover {
    background: #316767 !important;
}
.cart-slideout .widget_shopping_cart_contents .cart_list li,
.cart-slideout .widget_shopping_cart_content .cart_list li {
    border-bottom: 1px #eee solid;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 10px 0 !important;
}

.mini-cart-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    width: calc(100% - 23px);
}

.mini-cart-list .product-details {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.mini-cart-list .product-details .product-basic-info {
    float: left;
    width: 50%;
}

.mini-cart-list .product-details .product-basic-info .minicart-brand-name {
    word-wrap: break-word;
}

.mini-cart-list .product-quantity .qty {
    padding: 3px 6px;
}

.cart_list .mini_cart_item a.remove,
.woocommerce-checkout .cart .cart_item .product-remove a {
    border-radius: 50%;
    background-color: #fff;
    color: #000 !important;
    display: block;
    font-size: 25px;
    font-weight: 500;
    height: 23px;
    width: 23px;
    line-height: 19px;
    text-align: center
}

.cart-slideout .mini-cart-list .product-image {
    float: left;
    margin-right: 15px;
}

.cart-slideout .mini-cart-list .product-image img {
    float: left;
    width: 100px;
}

.mini-cart-list .product-details .product-name {
    font-size: 15px;
    font-weight: 600;
}

.mini-cart-list .product-details .quantity,
.mini-cart-list .product-details .quantity .amount {
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 600;
}

.widget_shopping_cart_contents .total,
.widget_shopping_cart_content .total {
    font-size: 12px;
    padding: 10px 0;
    text-align: right;
}

.mini-cart-list .product-details .product-quantity .quantity span.plus,
.mini-cart-list .product-details .product-quantity .quantity span.minus {
    color: #000;
    display: inline-block;
    font-size: 20px;
    width: 18px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}

.mini-cart-list .product-details .product-quantity,
.cart-slideout .mini-cart-total {
    float: right;
}

.cart-slideout .mini-cart-total .amount {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 20px !important;
}

.widget_shopping_cart_contents .total .amount,
.widget_shopping_cart_content .total .amount {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.cart-slideout .mini-cart-total .buttons {
    text-align: right;
    margin-bottom: 10px;
}

.widget_shopping_cart_content .buttons .button,
.widget_shopping_cart_contents .buttons .button {
    background-color: #316767;
    border-radius: 0;
    border: none;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    margin-right: 10px;
    padding: .9em 1.75em;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget_shopping_cart_contents .buttons input,
.widget_shopping_cart_content .buttons input {
    float: left !important;
}

.widget_shopping_cart_content .buttons .button:hover,
.widget_shopping_cart_contents .buttons .button:hover {
    background-color: #000;
    color: #fff;
}

.mini-cart-list .variation {
    display: none;
}


/*-------------------css for banner ----------------
-------------------------------------------------*/

.fullwidthbanner-container {
    margin-bottom: 10px !important;
}

.tparrows {
    background-color: #fff;
}

.tparrows:hover {
    background: #f6f3f3;
}

.tparrows:before {
    color: #383838;
}


/* ------------ css for feaured products ------------
----------------------------------------------------*/

.archive .woocommerce-message {
    display: none;
}

.soff-ft-cats-wrapper {
    margin-bottom: 20px;
}

.soff-ft-cat figure {
    background-position: center center;
    background-size: cover;
    padding-bottom: 71%;
    position: relative;
    margin: 0 0 30px 0;
}

.soff-ft-cat a.link-box {
    display: block;
    overflow: hidden;
    position: relative;
}

.soff-ft-cat .image-holder {
    background-color: #f1f1f1;
}

.soff-ft-cat .image-caption {
    background: #fff;
    color: #000;
    font-size: 17px;
    height: 40px;
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
    font-weight: 600;
    line-height: 22px;
    z-index: 1;
    padding: 10px;
}


/* ------------ css for product-tabs ------------
----------------------------------------------------*/

.wc-main-content .woocommerce-pagination {
   margin: 20px 0;
}

.page-numbers.disable {
    pointer-events: none;
    opacity: .7;
}

.soff-products-tab .tab-wrapper {
    background-color: #fff;
    padding: 70px 0 50px;
}

.soff-products-tab .nav-tabs li.active a,
.soff-products-tab .nav li a:hover,
.soff-products-tab .nav li a:focus {
    background-color: transparent;
    color: #000;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
}

.soff-products-tab .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px;
    position: relative;
}

.soff-products-tab .nav-tabs li {
    margin: 0 10px 0 0;
}

.soff-products-tab .nav-tabs li:first-child {
    display: none;
}

.soff-products-tab .nav-tabs li a {
    color: #222;
    font-size: 28px;
}

.soff-product-list .soff-product-thumbnail,
.shop-loop-img-wrapper {
    margin-top: 40px;
    position: relative;
    /*padding-bottom: 75%;*/
    margin-left: auto;
    margin-right: auto;
    /*width: 270px;*/
    /*overflow:hidden;*/
    padding:0 10px;
}

.next.page-numbers,
a.prev.page-numbers {
    font-weight: 600 !important;
}

a.prev.page-numbers:before {
    content: "«";
    padding-right: 4px;
}

a.next.page-numbers:after {
    content: "»";
    padding-left: 4px; 
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
    margin: 0 4px;
    border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a {
    color: #000;
    border: 1px solid #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current{ 
    background: #000000;
    color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    border: 1px solid #000;
    background: transparent;
    color: #000;
}

@media(max-width: 500px) {
    .soff-product-list .soff-product-thumbnail,
    .shop-loop-img-wrapper {
        padding: 0;
    }
}

.shop-loop-img-wrapper a img {
    max-width: 100%;
}

.soff-product-list .soff-product-thumbnail a,
.shop-loop-img-wrapper .woocommerce-LoopProduct-link {
   display: block;
    width: 100%;
    
}

.soff-product-list:before,
.soff-product-list:after {
    content: "";
    display: table;
}

.soff-product-list:after {
    clear: both;
}

.soff-product-list .soff-detail,
.shop-products-wrapper .soff-detail {
    padding: 20px;
    text-align: left;
    /*min-height: 94px !important;*/
}

.soff-product-list .soff-product-info,
.shop-products-wrapper .soff-product-info {
    color: #000;
    display: inline-block;
}

.soff-product-list .soff-product-info h3 {
    font-size: 14px;
    /*font-weight: bold;*/
    line-height: 20px;
    margin: 0;
    text-transform: uppercase;
    min-height: 42px;
}

.soff-product-list .soff-product-cats a {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    float: right;
}

.soff-product-list .soff-product-info a,
.soff-product-list .soff-product-info span {
    color: #000;
    font-size: 15px;
}

.soff-product-list .soff-product-thumbnail a img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a.load-more {
    background-color: #000;
    border-radius: 8px;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    width: 300px;
}

#soff-shop-more-products {
    margin-bottom: 40px;
    text-align: center;
}

a.load-more:hover {
    background-color: #316767;
}

.woocommerce .products ul,
.woocommerce ul.products {
    padding-top: 30px;
}

/*.woocommerce ul.products li.product,*/
/*.woocommerce-page ul.products li.product {*/
/*    width: 30.05%;*/
/*}*/

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product a img {
    margin-bottom: 0;
}

.text-descrp-wrap h1 {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 5px;
}

.text-descrp-wrap  p {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    body.term-soffor .shop-loop-img-wrapper,
    .soff-product-list .soff-product-thumbnail {
        margin-top: 15px;
    }
    .woocommerce-ordering {
        display: none;
    }
    .text-descrp-wrap p {
        font-size: 13px;
    }
}


/* --------------- css for soff-footer-page-wrapper ----------------
--------------------------------------------------------------- */

.soff-footer-page-wrapper {
    margin: 20px 0;
    padding: 20px 25px;
}

.soff-footer-page-wrapper .image-wrapper {
    float: right;
    margin-top: 16px;
}
@media only screen and (max-width: 575px) {
    .soff-footer-page-wrapper .image-wrapper {
        margin-top: 0;
    }
}

.soff-footer-page-wrapper .image-wrapper img {
    height: auto;
    max-width: 100%;
}


/* --------------- css for single-category-page ----------------
--------------------------------------------------------------- */

.soff-product-header-image {
    background-position: center;
    background-size: cover;
    margin-bottom: 40px;
    padding: 110px 0;
}

.soff-product-header-image .header-image-content {
    text-align: center;
}

.woocommerce .woocommerce-breadcrumb {
    color: #000;
    margin-bottom: 40px;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #000;
    margin: 0 5px;
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em;
}

.wc-main-content .images a {
    /*border: 1px #eee solid;*/
    display: block;
}

.iconic-woothumbs-images__arrow i,
.iconic-woothumbs-zoom-next i,
.iconic-woothumbs-zoom-prev i {
    background: #000;
    opacity: 0.8;
    color: #fff;
}

.wc-main-content .iconic-woothumbs-images-wrap {
    margin-bottom: 5px;
}

.iconic-woothumbs-thumbnails__slide {
    border: 1px #eee solid !important;
    height: 90px;
    margin-right: 9px !important;
    opacity: 1;
}
@media (min-width: 560px) {
    .iconic-woothumbs-thumbnails__slide {
        flex: 0 0 15.5%;
        width: 100% !important;
    }
}

.iconic-woothumbs-images__arrow,
.iconic-woothumbs-zoom-next,
.iconic-woothumbs-zoom-prev {
    z-index: 1;
}

.iconic-woothumbs-all-images-wrap--thumbnails-above .iconic-woothumbs-thumbnails-wrap--sliding .slick-list,
.iconic-woothumbs-all-images-wrap--thumbnails-below .iconic-woothumbs-thumbnails-wrap--sliding .slick-list {
    margin-top: 5px;
}

.iconic-woothumbs-all-images-wrap--thumbnails-above .iconic-woothumbs-thumbnails-wrap--sliding img,
.iconic-woothumbs-all-images-wrap--thumbnails-below .iconic-woothumbs-thumbnails-wrap--sliding img {
    padding-right: 0 !important;
}

.wc-main-content .iconic-woothumbs-images-wrap {
    border: 1px #eee solid;
}

.iconic-woothumbs-all-images-wrap {
    width: 100% !important;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    margin-bottom: 0;
}

.woocommerce div.product div.images img:not(.info-image) {
    display: inline-block;
    height: 90px;
    overflow: hidden;
    /*object-fit: contain;*/
}
.woocommerce div.product div.images .iconic-woothumbs-images-wrap img {
    height: auto;
}

.iconic-woothumbs-fullscreen {
    display: none !important;
}

.woocommerce div.product p.price .amount {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.soff-product-cat-share {
    position: relative;
    background: #fff;
    z-index: 9;
}
.woocommerce div.product p.price ins span.amount,
.woocommerce div.product p.price ins .woocommerce-Price-currencySymbol,
.woocommerce ul.products li.product .price ins .amount {
    color: #c60021 !important;
    font-family: 'Roboto', sans-serif;
}

.woocommerce ul.products li.product .price ins .amount {
    float: left;
    font-family: 'Roboto', sans-serif;
}

.soff-product-list .soff-detail ins,
.woocommerce ul.products li.product .price ins {
    font-weight: 500 !important;
}

.soff-product-list .soff-product-info del,
.woocommerce ul.products li.product .price del {
    float: right;
    margin-left: 3px;
    text-decoration: inherit;
    opacity: 1;
    line-height: 25px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    margin-left: 3px;
}

.soff-product-list .soff-product-info del::before,
.soff-product-list .soff-product-info del::after,
.woocommerce ul.products li.product .price del::before,
.woocommerce ul.products li.product .price del::after {
    font-family: Fontawesome;
    top: 4px;
    font-size: 20px;
}

.price del::before,
.price del::after {
    display: none;
}

.soff-product-list .soff-product-info del span.amount,
.woocommerce ul.products li.product .price del span.amount {
    font-family: 'Roboto', sans-serif;
    padding: 0 3px;
    text-decoration: line-through;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #949393;
}

.soff-product-list .soff-product-info del span {
    color: #949393 !important;
}

.price ins {
    color: #c60021 !important;
    float: left;
    text-decoration: none;
}

.soff-product-list .soff-detail ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    float: left;
}

.wc-main-content .product-summary-head .soff-onsale {
    float: right;
    left: auto;
    right: 0;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 57%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 40%;
}

.wpallshare a.wpas-facebook {
    background-color: #3b5a9a;
}

.wpallshare a.wpas-twitter {
    background-color: #1aa9e1;
}

.wpallshare a.wpas-google-plus {
    background-color: #dd4b39;
}

.wc-main-content .soff-product-share {
    margin-top: 15px;
}

.wpallshare-theme2 a {
    margin-right: 5px !important;
}

.twist-main-image>span {
    z-index: 1;
}
.iconic-was-swatches {
    list-style: none;
    margin: 20px 0 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.iconic-was-swatches li {
    margin: 0 !important;
    padding: 2px !important;
    width: 100%;
    vertical-align: top;
    max-width: 20%;
    flex: 0 0 20%;
}

.iconic-was-swatches label {
    color: #000;
    font-size: 11px !important;
    margin: 10px 0 5px !important;
    position: relative;
    font-weight: 500 !important;
    text-align: left;
    text-transform: initial !important;
}

.iconic-was-swatch--selected .iconic-was-swatch__container {
    border: 5px solid #000;
}


/*.iconic-was-swatches--tooltips .iconic-was-swatch span.iconic-was-swatch__text:after{
    border-color: #000 transparent transparent !important;
}*/


/*.iconic-was-swatches label .fa{
    color: #eae6e6;
    padding-right: 2px;
}*/


/*.iconic-was-swatches li a.iconic-was-swatch--selected label .fa:before{
    content: '\f14a';
    color: #757373;
    font-family:'fontawesome';
}*/

.iconic-was-swatches--visual .iconic-was-swatch--selected .iconic-was-swatch__container:before {
    content: '' !important;
}

.iconic-was-swatches .iconic-was-swatch__container {
    margin: 0 auto;
    width: 100% !important;
    height: 74px !important;
}
label.soff-var-label span.iconic-was-chosen-attribute {
    display: none;
}
label.soff-var-label {
    color: #fff !important;
}
.soff-chosen-section h2 {
    font-size: 13px;
    margin: 0 0 20px;
    font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce div.product .woocommerce-tabs .panel strong {
    font-size: 13px;
}
.soff-chosen-attributes p {
    font-size: 12px;
    margin: 0 0 5px;
}
.soff-chosen-section {
    margin: 25px 0 35px;
}
.soff-chosen-attributes p span {
    font-weight: bold; 
}

.iconic-was-swatches--visual .iconic-was-swatch--selected:before {
    background: none !important;
}

.iconic-was-swatches--visual .iconic-was-swatch {
    display: initial !important;
}

.iconic-was-swatches--visual .iconic-was-swatch--disabled:after,
.iconic-was-swatches--visual .iconic-was-swatch--disabled:before {
    display: none !important;
}

.iconic-was-swatches--tooltips .iconic-was-swatch span.iconic-was-swatch__text {
    background: #000 !important;
}


/* --------------- css for product-description-tabs----------------
-------------------------------------------------------------- */

.woocommerce-tabs.wc-tabs-wrapper {
    border-top: 1px #eee solid;
    padding-top: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: center;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
    width: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    text-transform: uppercase;
}

.woocommerce ul.products li.product h3 {
    color: #000;
    font-size: 16px;
}

.soff-product-list .soff-product-info span.price,
.woocommerce ul.products li.product .price .amount {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}


/* --------------- css for om-oss----------------
---------------------------------------------- */

aside.left-sidebar {
    padding: 0 0.75em 0 0;
}

aside.left-sidebar .soff-product-search {
    margin-bottom: 30px;
}

aside.left-sidebar .soff-product-search label {
    border: 1px #222 solid;
    display: block;
    margin-bottom: 0;
    position: relative;
}

aside.left-sidebar .soff-product-search input {
    border: none;
    padding: 4px 6px;
    position: relative;
    width: 100%;
}

aside.left-sidebar .soff-product-search input:focus {
    outline: none;
}

aside.left-sidebar .soff-product-search span.fa {
    padding: 5px 6px;
    position: absolute;
    right: 0;
    top: 0;
}

.soff-category-list ul li {
    margin-bottom: 5px;
    position: relative;
}

.soff-category-list ul li a {
    color: #757575;
    display: block;
    line-height: 24px;
    transition: all 0.3s ease-in-out 0s;
}

.soff-category-list ul li.current-menu-item a,
.soff-category-list ul li a:hover {
    color: #000;
}

.soff-category-list ul li a:hover a:before {
    color: red;
    opacity: 1;
}

article.type-page h1 {
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;
}

article.type-page .entry-content h3 {
    font-size: 16px;
}

article.type-page .fullwidthbanner-container {
    margin-bottom: 20px !important;
}

.woocommerce div.product .stock {
    display: none;
}


/* --------------- css for product-category ----------------
--------------------------------------------------------- */

.wc-main-content .archive-product-cat-img-wrapper {
    background-position: center;
    background-size: cover;
    min-height: 310px;
    position: relative;
}

@media only screen and (max-width: 768px) { 
    .wc-main-content .archive-product-cat-img-wrapper {        
        height: auto;
        min-height: auto;
    }
}
.wc-main-content .term-description {
    background: rgba(238, 240, 242, 0.9);
    bottom: 15px;
    right: 15px;
    top: 15px;
    padding: 20px;
    position: absolute;
    text-align: center;
    max-width: 500px;
}

.wc-main-content .term-description h3 {
    border-bottom: 1px #000 solid;
    display: inline-block;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    margin-top: 20px;
}


/*  summary */

.wc-main-content .entry-summary {
    margin: 0;
}
.wc-main-content .soff-product-short-description,
.wc-main-content .soff-product-attribute-wrapper{
    border-top: 1px #eee solid;
    padding-top: 20px;
}

.wc-main-content .soff-product-short-description h3 {
    margin-top: 0;
}

.wc-main-content .soff-product-short-description {
    clear: both;
}

.wc-main-content h1 {
    margin: 0 0 10px 0;
}

.product-summary-head p.price {
    color: #000;
    margin-top: 30px;
}

.soff-product-short-description .pdf-icon span {
    margin-right: 5px;
}

.woocommerce table.shop_attributes {
    border-top: none;
}

.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
    background-color: #fff;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    border-bottom: none;
}

.woocommerce-page p.woocommerce-result-count {
    font-size: 16px;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.woocommerce form .form-row textarea,
.woocommerce select {
    display: block;
    width: 100%;
    height: 36px;
    padding: 4px 8px;
    font-size: 16px;
    line-height: 1.875;
    color: #000;
    font-weight: 400;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#soff-menu-category-menu {
    border-bottom: 1px #eee solid;
    border-top: 1px #eee solid;
    padding: 20px 0;
}

.single-product .wc-main-content .cart .quantity span {
    display: none;
}


/* --------------- css for single-page -------------- 
---------------------------------------------------*/

.woocommerce-page .product {
    margin-bottom: 40px;
}

.single-product.woocommerce .wc-main-content .product-summary-head {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
}

.single-product.woocommerce .price {
    color: #000;
}

.woocommerce div.product form.cart .variations td.label {
    display: none;
}

.woocommerce div.product form.cart .variations {
    width: 100%;
    overflow: hidden;
}
@media only screen and (min-width: 700px) and (max-width: 980px)  {
    .woocommerce div.product form.cart .variations td.value.select-box {
        width: 60% !important;
    }
}

.variations_form.cart .woocommerce-variation-price {
    display: none;
}

.woocommerce div.product form.cart .variations td {
    position: relative;
    z-index: 1;
}

.woocommerce div.product form.cart .variations td.select-box:after {
    border-left: 1px #ccc solid;
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 18px;
    padding-left: 10px;
    z-index: -1;
}

.single-product.woocommerce div.product form.cart .variations select {
    background: transparent;
    display: block;
    color: #000;
    font-size: 13px;
    margin-bottom: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    z-index: 2;
    width: 100%;
}

.single-product.woocommerce div.product form.cart .variations label.iconic-was-swatch-label {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
}

.single-product.woocommerce div.product form.cart .variations td {
    z-index: initial;
}

.single-product.woocommerce div.product form.cart .variations select:focus,
.woocommerce .quantity .qty:focus {
    outline: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt.disabled,
.soff-login input[type="submit"] {
    background-color: #316767;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 56px);
    border-radius: 0;
    height: 45px;
}
.single_variation_wrap {
    width: 75%;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt.disabled:hover,
.soff-login input[type="submit"]:hover {
    background-color: #000;
    color: #fff;
    border-radius: 0;
}

.woocommerce .quantity .qty {
    border-radius: 3px;
    border: 1px #ddd solid;
    line-height: 18px !important;
    padding: 6px 6px !important;
}

.single-product.woocommerce .quantity .qty {
    line-height: 18px;
}
.summary.entry-summary .quantity .qty {
    height: 45px;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.single-product .wc-main-content .soff-product-short-description h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: left;
    padding-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    margin: 0 30px 0 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
    text-transform: initial;
}

.single-product .wc-main-content .woocommerce-message {
    display: none;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper {
    border-top: 0;
    margin-bottom: 35px;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs:after {
    content: none;
    z-index: 9;
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel {
    box-shadow: none;
}


/* ---------------- login-page -----------------
------------------------------------------------*/

.woocommerce .soff-login form.login {
    border: none;
    padding: 0;
}

.woocommerce .soff-login .login .woocommerce-FormRow {
    border-bottom: 1px #eee solid;
    padding-bottom: 10px;
    padding-top: 10px;
}

.soff-login h2 {
    font-size: 20px;
}

.soff-login .psw-reset {
    margin-bottom: 15px;
}

.soff-login .psw-reset div {
    color: #000;
    display: inline-block;
}

.soff-login .psw-reset .lost_password a {
    color: #000;
}

.soff-login .psw-reset .lost_password a:hover {
    color: #316767;
}

.soff-login .psw-reset .lost_password a:before {
    content: '|';
    padding: 0 10px;
}

.soff-login input[type="submit"] {
    border-radius: 3px;
    font-size: 13px;
}


/* ---------------- My account-page -----------------
---------------------------------------------------*/

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    text-transform: uppercase;
    display: none;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {}

.woocommerce-account .woo-menu {
    border-bottom: 1px #eee solid;
    margin-bottom: 30px;
}

.woocommerce-account .woo-menu a {
    color: #757575;
    display: inline-block;
    font-size: 13px;
    padding: 8px 15px;
    text-transform: uppercase;
}

.woocommerce-account .woo-menu a.active,
.woocommerce-account .woo-menu a:hover {
    color: #000;
}

.woocommerce-account .woo-menu a:first-child {
    padding-left: 0;
}

.soff-form-row:after {
    border-bottom: 1px #eee solid;
    content: '';
    display: block;
    margin: 15px 0;
}

.woocommerce-account .woocommerce input.button {
    background-color: #316767;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.woocommerce-account .woocommerce input.button:hover {
    background-color: #000;
    color: #fff;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.woocommerce form .form-row textarea,
.woocommerce select,
.woocommerce-checkout table.cart input.input-text {
    font-size: 13px;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset .soff-form-row .form-row-last label {
    font-weight: normal;
    font-style: italic;
}


/* ---------------- css for forgot password -----------
-----------------------------------------------------*/

.lost_reset_password label {
    display: inline-block !important;
    float: left;
    padding-right: 20px;
}

.lost_reset_password .form-row input.input-text {
    width: 50% !important;
}


/* ---------------- css for order-page -----------
-------------------------------------------------*/

.woocommerce-orders .woocommerce-MyAccount-content table.shop_table {
    border-radius: 0;
    border: none;
}

.woocommerce table.my_account_orders th {
    font-size: 15px;
    line-height: 20px;
    padding: 6px 12px;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 10px 12px;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders tbody .order a {
    color: #000;
}

.woocommerce table.my_account_orders tbody .order .order-number a {
    color: #316767;
}

.woocommerce table.my_account_orders tbody .order .amount {
    font-size: 13px !important;
    font-family: 'Roboto', sans-serif;
}

.woocommerce table.my_account_orders tbody .order .order-actions a.button {
    background-color: transparent;
    border: 1px #757575 solid;
    color: #757575;
    font-size: 12px;
    line-height: 14px;
    padding: 8px 14px;
    text-transform: uppercase;
}

.woocommerce table.my_account_orders tbody .order .order-actions a:hover {
    background-color: #316767;
    border: 1px #316767 solid;
    color: #fff;
}


/* ---------------css for address-page ----------
-----------------------------------------------*/

.woocommerce-Address .woocommerce-Address-title.title {
    border-bottom: 1px #eee solid;
    padding-bottom: 10px;
}

.woocommerce-account .addresses .title h3 {
    color: #000;
    font-size: 14px;
    margin: 0;
}

.woocommerce-Address .woocommerce-Address-title .edit {
    color: #316767;
}

.woocommerce-account .addresses address {
    color: #000;
    font-size: 12px;
    margin-top: 20px;
}

.ac-pannel-wrap p {
    margin-bottom: 20px;
}

.ac-pannel-wrap a {}


/* --------------- css for brand-page ----------
----------------------------------------------*/

.brands-wrapper .brand-lists {
    color: #4E4D4D;
    margin-bottom: 30px;
    width: 25%;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
}

.brands-wrapper .brand-lists:nth-child(4) {
    padding-right: 0;
}

.brands-wrapper .brand-lists .brand-title {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 15px;
}

.brands-wrapper .brand-lists ul li {
    margin-bottom: 5px;
}

.brands-wrapper .brand-lists a {
    color: #4E4D4D;
    font-size: 15px;
    word-break: break-word;
}


/* ----------- css for view--order-page ------------
-------------------------------------------------- */

.woocommerce-view-order .shop_table {
    margin-bottom: 50px !important;
}

.woocommerce-view-order table td,
.woocommerce-view-order table th {
    width: 33.3333%;
    text-align: left;
    word-break: break-word;
}

.view-order h2.order-detail-title,
.customer-information h2 {
    color: #000;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.view-order-details,
.customer_details {
    border-radius: 0 !important;
    border: none !important;
    border-collapse: collapse !important;
}

.view-order-details tbody,
.customer_details tbody {
    border-top: 2px #eee solid;
    border-bottom: 2px #eee solid;
}

.view-order-details th,
.view-order-details td,
.customer_details th,
.customer_details td {
    border: none !important;
}

.view-order .view-order-table tr td img {
    width: 100px;
    height: auto;
}

.view-order .view-order-table thead th {
    font-size: 13px;
}

.table.view-order-table>tbody>tr>td {
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.view-order .view-order-table .order-product-brand {
    font-size: 12px;
}

.view-bill-addres .address-title {
    border-bottom: 2px #eee solid;
    font-size: 14px;
    margin: 0;
    padding: 0 12px 10px;
    text-transform: uppercase;
}

.view-bill-addres address {
    color: #000;
    font-size: 12px;
    padding: 6px 12px;
}


/* --------------- css for cart-page ---------------
------------------------------------------------ */

.woocommerce-checkout table.shop_table.cart,
.woocommerce-cart table.shop_table.cart {
    border: none;
    padding: 13px;
}

.cui__editor--text:focus,
.cui__editor--with-icon:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

/* .woocommerce-checkout .cart-collaterals .soff-shipping-wrapper {
    width: 50%;
    float: left;
    margin-bottom: 50px;
} */

.woocommerce-checkout .woocommerce-info,
.woocommerce-cart .woocommerce-info {
    display: none;
}

.woocommerce-checkout table.cart,
.woocommerce-cart table.cart {
    margin-bottom: 0;
}

.woocommerce-checkout .table>thead>tr>th,
.woocommerce-cart .table>thead>tr>th {
    border-bottom: 0;
    color: #000;
    text-transform: capitalize;
}

.woocommerce-checkout .table-responsive,
.woocommerce-cart .table-responsive {
    border: none;
}

.woocommerce-checkout .cart th,
.woocommerce-cart .cart th {
    color: #757575;
    font-size: 14px;
    text-transform: capitalize;
}

.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td  {
    padding: 12px;
}

#klarna-checkout-widget {
    margin-bottom: 20px;
}

.woocommerce-checkout .cart .cart_item .product-remove a,
.woocommerce-cart .cart .cart_item .product-remove a {
    float: none;
    font-size: 24px;
    line-height: 20px;
    margin-top: 0;
}

th.product-remove {
    width: 3.5em;
}

.woocommerce-checkout .cart .cart_item .product-thumbnail img,
.woocommerce-cart .cart .cart_item .product-thumbnail img {
    width: 100px;
}

#klarna-checkout-cart {
    margin-bottom: 0;
}

.woocommerce-checkout .cart .cart_item .product-quantity,
.woocommerce-cart .cart .cart_item .product-quantity  {
    min-width: 105px;
}

.woocommerce-checkout .cart .cart_item .quantity input.qty,
.woocommerce-cart .cart .cart_item .quantity input.qty,
.mini-cart-list .product-quantity input.qty {
    border-radius: 0;
    border: 2px #eee solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    width: 55px;
}

.woocommerce td.product-quantity .quantity span {
    cursor: pointer;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
}
.woocommerce-checkout .cart .cart_item .product-name a,
.woocommerce-cart .cart .cart_item .product-name a {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.woocommerce-checkout .cart .cart_item .product-name .cart-brand-name,
.woocommerce-cart .cart .cart_item .product-name .cart-brand-name {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
}

.woocommerce-cart header.entry-header {
    display: none;
}

.woocommerce-checkout .cart .cart_item .product-price .amount,
.woocommerce-checkout .cart .cart_item .product-total .amount,
.woocommerce-checkout .cart .cart_item .amount {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
}

.woocommerce-checkout .cart .cart_item .variation,
.woocommerce-cart .cart .cart_item .variation  {
    font-style: italic;
    margin: 0;
    font-size: 12px;
}

.woocommerce-checkout .cart .cart_item .variation dt,
.woocommerce-cart .cart .cart_item .variation dt {
    clear: none;
    font-weight: 400;
    font-size: 12px !important;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: initial !important;
}

.woocommerce-checkout .cart .cart_item .variation dd,
.woocommerce-cart .cart .cart_item .variation dd {
    margin-right: 15px;
    margin-bottom: 2px;
    position: relative;
    padding-bottom: 0;
}

.woocommerce-checkout .cart .cart_item .variation dd:after,
.woocommerce-cart .cart .cart_item .variation dd:after {
    bottom: -2px;
    /* content: ',';*/
    display: block;
    position: absolute;
    right: -6px;
    font-size: 20px;
}

.woocommerce-checkout .cart .cart_item .variation dd:last-child:after,
.woocommerce-cart .cart .cart_item .variation dd:last-child:after  {
    display: none;
}

.woocommerce-checkout .cart .actions,
.woocommerce-cart .cart .actions {
    padding: 13px 12px 13px 13px;
}
.number-icon i {
    font-size: 12px;
    color: #316767;
}

.woocommerce-checkout .cart td.actions .coupon .cart-all-cat,
.woocommerce-cart .cart td.actions .coupon .cart-all-cat {
    background: #000;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 13px;
    float: left;
    line-height: 15px;
    padding: .618em 1em !important;
}

.woocommerce-checkout .cart td.actions .coupon .cart-all-cat:hover,
.woocommerce-cart .cart td.actions .coupon .cart-all-cat:hover {
    background: #316767;
}

.woocommerce-checkout .cart .actions input.button,
.woocommerce-cart .cart .actions input.button {
    background-color: transparent;
    border: 1px #999 solid;
    color: #757575;
    font-size: 12px;
    font-weight: normal;
    float: left;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.woocommerce-checkout .cart .actions input.button:disabled,
.woocommerce-cart .cart .actions input.button:disabled {
    opacity: 1;
}

.woocommerce-checkout .cart .actions input.button:hover,
.woocommerce-cart .cart .actions input.button:hover {
    background-color: #000;
    color: #fff;
}

.woocommerce-checkout .cart tr,
.woocommerce-cart .cart tr {
    border-bottom: 1px #eee solid;
}

#kco-page-subtotal .kco-col-desc,
#kco-totals #kco-page-shipping p,
#kco-page-total .kco-bold {
    font-size: 14px;
}

#kco-totals #shipping_method .amount {
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
}

.woocommerce-checkout .cart .sale-price-discounted {
    color: #c60021;
}

.soff-shipping-calculator .woocommerce-shipping-calculator {
    margin-bottom: 0;
}

#kco_order_note_field #kco_order_note,
#calc_shipping_postcode,
#tab-shipping_info_tab input#calc_shipping_state {
    border: 2px #eee solid;
    padding: 6px;
}
#tab-shipping_info_tab p#calc_shipping_state_field {
    width: 100%;
    max-width: 160px;
}


#tab-shipping_info_tab input#calc_shipping_state,
#accordion-mb input#calc_shipping_state{
    margin-top: 8px;
}

#kco_order_note_field #kco_order_note {
    height: auto;
}

.woocommerce-checkout .cart-collaterals h1,
.klarna-order-note h1 {
    border-bottom: 2px #eee solid;
    font-size: 14px !important;
    padding-bottom: 10px;
}

.soff-shipping-wrapper .soff-shipping-info {
    font-size: 12px;
    font-style: italic;
    color: #000;
    margin-bottom: 10px;
    padding: 20px 10px 0;
}

.shipping-calculator-form .form-row {
    padding: 0 !important;
}

#calc_shipping_postcode_field .button {
    background: #316767;
    box-shadow: none;
    border: none;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 12px;
    height: 36px;
    margin-left: -1px;
    padding: 4px 12px;
    text-align: center;
    text-transform: uppercase;
}

#calc_shipping_postcode_field #calc_shipping_postcode,
#calc_shipping_postcode-mb {
    color: #000;
    float: left;
    width: calc(100% - 141px);
}

.cart_totals .shipping {
    display: none !important;
}
.woocommerce ul#shipping_method .amount{
    font-size: 14px !important;

}
.woocommerce ul#shipping_method .amount,
div#tab-shipping_info_tab .amount,
div#collapse-shipping_info_tab .amount {
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: bold;
}
div#tab-shipping_info_tab .amount,
div#collapse-shipping_info_tab .amount {
    font-size: 13px !important;
}

div#tab-shipping_info_tab .amount span.woocommerce-Price-currencySymbol, 
div#collapse-shipping_info_tab .amount span.woocommerce-Price-currencySymbol{
    vertical-align: 0!important;
    font-size: 13px !important;
}
/* #shipping_method li input[type="radio"]+label:before,
#shipping_method li input[type="radio"]:checked+label:before {
    background-color: transparent;
    background: transparent;
    height: 25px;
    width: 25px;
} */

#shipping_method li input[type="radio"]+label:before {
    content: "";
    background: white;
    height: 20px;
    width: 20px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    border: 1px solid #e6e6e6;
    transition: all .3s;
    top: 50%;
    transform: translateY(-50%);
}
#shipping_method li input[type="radio"]:checked+label:before {
    background: #383838;
}

.woocommerce-checkout ul#shipping_method li input {
    height: 20px;
    width: 20px;
    vertical-align: unset;
    margin: 0 9px 0 0px;
    visibility: hidden;
    opacity: 0;
}

#shipping_method li label {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

#shipping_method li label  span.woocommerce-Price-currencySymbol {
    font-size: 14px !important;
}

ul#shipping_method li {
    display: flex;
    align-items: center;
    margin-bottom: 11px !important;
    position: relative;
}
ul#shipping_method li:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 560px) {  
    #shipping_method li label,
    .woocommerce ul#shipping_method .amount,
    #shipping_method li label  span.woocommerce-Price-currencySymbol {
        font-size: 13px !important;
    }  
    span.soff-submit-shipping {
        font-size: 12px;
    }
}
.woocommerce-checkout .calculated_shipping .wc-proceed-to-checkout a.checkout-button {
    font-size: 15px;
    padding: .618em 1em;
}

.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    font-weight: 400;
}

.woocommerce-checkout .cart-collaterals .cart_totals .amount,
.calculated_shipping table.shop_table .order-total span.order-total-vat .amount {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 14px !important;
    font-weight: 300 !important;
}

.cart-collaterals .cart_totals .order-total .includes_tax {
    display: none;
}

.cart-collaterals .cart_totals table.shop_table {
    border: none;
}

.cart-collaterals .cart_totals table.shop_table .order-total-vat th,
.cart-collaterals .cart_totals table.shop_table .order-total-vat td {
    border-top: none;
}

.cart-collaterals .cart_totals table.shop_table .order-total span:not(.woocommerce-Price-currencySymbol) {
    display: block;
}

.cart-collaterals .cart_totals table.shop_table .order-total span:not(.order-total-vat) {
    font-size: 17px !important;
}

.cart-collaterals .cart_totals table.shop_table .order-total .order-total-vat {
    font-weight: 400;
    font-style: italic;
}

.cart-slideout input::-webkit-outer-spin-button,
.cart-slideout input::-webkit-inner-spin-button,
.woocommerce-checkout input::-webkit-outer-spin-button,
.woocommerce-checkout input::-webkit-inner-spin-button,
.woocommerce-cart input::-webkit-outer-spin-button,
.woocommerce-cart input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.woocommerce-cart .woocommerce-privacy-policy-text {
    padding: 0 15px;
}


/* css for contact-page */

.soff-kontakt-form {
    margin-top: 20px;
}

.soff-kontakt-form .wpcf7-form .form-input {
    margin-bottom: 15px;
}

.soff-kontakt-form .wpcf7-form .form-input input,
.soff-kontakt-form .wpcf7-form .form-input textarea {
    border: 1px #A9A9A9 solid;
}

.soff-kontakt-form form input[type="text"],
.soff-kontakt-form form input[type="email"],
.soff-kontakt-form form textarea {
    height: 40px;
    padding: 8px;
    width: 100%;
}

span.your-message,
.soff-kontakt-form form textarea {
    height: auto;
    width: 100% !important;
}

.soff-kontakt-form form input[type="submit"] {
    background: #316767;
    border: none;
    border-radius: 3px;
    color: #fff;
    float: left;
    height: auto;
    padding: 8px 15px;
    width: 115px;
}

.soff-kontakt-form form input[type="submit"]:hover {
    background: #000;
}

span.wpcf7-not-valid-tip {
    margin-top: 3px;
}

.woocommerce-ordering .orderby option[value="rating"] {
    display: none;
}


/* --------------- css for footer----------------
------------------------------------------------ */

footer .col-sm-3,
footer .col-md-3,
footer .col-lg-3,
footer .col-xs-9,
footer .col-sm-9,
footer .col-md-9,
footer .col-lg-9 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

footer.site-footer {
    background-color: #3f3f3f;
    position: relative;
    overflow: hidden;
}

footer h2,
footer h3 {
    color: #fff;
}

footer a,
footer span,
.site-footer .copyright p {
    color: #999;
}

.site-footer h2 {
    display: inline-block;
    font-size: 20px;
    margin-top: 60px;
}

footer.site-footer h2::after {
    background: url("images/bottom-heading-light.png") repeat-x left top transparent;
    content: "";
    color: #D6D6D6;
    display: inline-block;
    font-size: 30px;
    height: 15px;
    margin: 10px 0;
    width: 100%;
}


/* footer social icons */

.social-icons {
    margin-top: 30px;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a {
    background-color: #4d4d4d;
    display: block;
    font-size: 20px;
    float: left;
    height: 40px;
    line-height: 45px;
    margin: 0 2px 2px 0;
    text-align: center;
    width: 40px;
}

.social-icons ul li a:hover {
    background-color: #316767;
}

.social-icons ul li a:hover span,
.site-footer a:hover {
    color: #fff;
}

.widget-content li {
    margin-bottom: 10px;
}

.contact-info h3 {
    font-size: 15px;
    margin: 30px 0 20px 0
}

.contact-info li {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.contact-info li i,
.contact-info li span,
.contact-info li a {
    color: #999999;
    font-size: 14px;
}

.contact-info li i {
    width: 32px;
    height: 32px;
    float: left;
    border: 1px solid #4d4d4d;
    line-height: 32px;
    text-align: center;
    margin: 0 15px 0 0;
}

.contact-info li span {
    display: block;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
}

.contact-info li a.label {
    font-weight: normal;
    text-decoration: underline !important;
}

.site-footer .copyright {
    margin-top: 20px;
    padding: 50px 20px 20px;
    position: relative;
    text-align: left;
}

.site-footer .copyright p {
    line-height: 34px;
    margin: 0;
    padding-left: 20px;
}

#colophon .site-info {
    padding: 0 29px;
}

@media only screen and (max-width: 480px) {
    #colophon .site-info {
        padding: 0 0;
    }
    .site-footer .copyright p {
        padding-top: 25px;
    }
}

.footer-first {
    padding-right: 7px;
}

.footer-first h2::after {
    background: none !important;
    height: 0 !important;
}

.footer-first h2 {
    margin-bottom: 0;
}

.site-footer .copyright::before,
.site-footer .copyright::after {
    background-color: #1c1c1c;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.site-footer .copyright::before {
    height: 1px;
    width: 100000px;
}

.site-footer .copyright::after {
    bottom: 0;
    top: auto;
    height: 100000px;
    width: 1px;
}

.site-footer .widget-content .payment {
    margin-top: 40px;
}

.mobile-filter {
    display: none;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    margin-top: 30px;
}

.filter-head {
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    position: relative;
    padding: 6px 0;
    margin: 0;
}

.mb-category-filtering h4 {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}

.mb-category-filtering h4 span {
    color: #000;
    font-size: 12px;
    font-style: italic;
    text-transform: lowercase;
}

.filter-head .sk-plus,
.filter-head .sk-plus:after {
    background: #000;
    height: 1px;
    width: 15px;
    position: absolute;
}

.filter-head .sk-plus {
    display: inline-block;
    right: 10px;
    top: 20px;
}

.filter-head .sk-plus:after {
    content: '';
    top: 0px;
    transform: rotate(-90deg);
}

.mb-category-filtering {
    display: none;
}

.mb-category-filtering.expand {
    display: block;
}

.cat-filter-wrapper,
.sorting-filter-wrapper {
    border-top: 1px #ccc solid;
    padding: 20px 0;
}

.filter-input label {
    font-weight: normal;
    position: relative;
    padding-left: 30px;
}

.filter-input input[type="checkbox"],
.filter-input input[type="radio"] {
    display: none;
}

.filter-input input[type="checkbox"]+label {
    cursor: pointer;
    position: relative;
}

.filter-input input[type="checkbox"]+label:before,
label:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.filter-input input[type="checkbox"]+label:before,
.filter-input input[type="radio"]+label:before {
    background: transparent;
    border: 1px #000 solid;
    cursor: pointer;
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
}

.filter-input input[type="checkbox"]:checked+label:before,
.filter-input input[type="radio"]:checked+label:before {
    background: #000;
    border: 1px solid #000;
}

.filter-input input[type="radio"]+label:before {
    border-radius: 50%;
}

.expand .sk-plus:after {
    display: none;
}


/* ---------------------Media-queries -----------*/


/* --------------------------------------------*/

#mm-site-navigation {
    display: none !important;
}

.mm-opened#mm-site-navigation {
    display: block !important;
}

@media (min-width: 992px) {
    #site-navigation {
        display: inline-block;
    }
    .mobile-top-menu {
        display: none;
    }
}

@media (max-width: 991px) {
    #site-navigation {
        display: none;
    }
    .soff-category-list,
    header.site-header ul#right-menu {
        display: none;
    }
    .soff-products-tab .tab-wrapper {
        padding: 0;
    }
    .soff-products-tab a.load-more {
        width: 150px;
    }
    .site-footer h2 {
        font-size: 14px;
    }
    .contact-info h3 {
        font-size: 13px;
    }
    .soff-footer-page-wrapper .image-wrapper {
        float: none;
        display: block;
        text-align: center;
    }
    .text-descrp-wrap {
        margin: 0 auto;
        width: 80%;
    }
    .text-descrp-wrap .page-content {
        margin-bottom: 20px;
    }
    aside.left-sidebar {
        margin-bottom: 30px;
        display: none;
    }
}

@media (max-width: 920px) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
    }    
}

@media (max-width: 767px) {
    .site-header ul ul.sub-menu li a {
        font-size: 12px;
        padding: 5px 12px;
    }
    .menu-right-menu-container {
        display: none;
    }
    .menu-icon-button {
        display: block;
    }
    .site-footer .copyright::before {
        width: 100%;
    }
    .site-footer .copyright::after {
        height: 0;
        width: 0;
    }
    .soff-footer-page-wrapper .image-wrapper {
        float: none;
    }
    aside.left-sidebar .soff-product-search input {
        padding: 8px 10px;
        text-align: left;
    }
    aside.left-sidebar .soff-product-search span.fa {
        padding: 10px;
    }
    .soff-footer-page-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-filter {
        display: block;
    }
}


/*  SIDE MENU */

.desktop-cat-menu li.active>a {
    font-weight: bold;
    color: #000;
}

.sub-cats-list {
    margin-left: 10px;
    padding-left: 20px;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    background: url("images/ajax-loader-2.gif") center center !important;
    background-size: 110px !important;
    width: 5em !important;
    height: 1em !important;
    margin-top: -0.5em !important;
    background-repeat: no-repeat !important;
    margin-left: -2.5em !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
}

.woocommerce .blockUI.blockOverlay,
.loader {
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    background: rgba(255, 255, 255, 0.75) !important;
}

.woocommerce-order-received .woocommerce,
.woocommerce-order-received .klarna-order-note {
    display: none;
}


/*modal style product detail*/

.shipping-calculator-form p.form-row {
    float: left;
    width: 25%;
    margin-left: 13px;
}
@media (max-width: 560px) { 
    .shipping-calculator-form p.form-row {
        width: 46%;
    }
}
.shipping-calculator-form p.form-row>input {
    width: 100% !important;
    border: 1px solid #e6e6e6;
}

.shipping-calculator-form p>button.button {
    background-color: #316767;
    border-radius: 3px;
    color: #fff;
    margin-top: 5px;
    margin-left: 5px;
    height: 36px;
    font-weight: 400;
}

.shipping-calculator-form p>button.button:hover,
.shipping-calculator-form p>button.button:focus,
.shipping-calculator-form p>button.button:active {
    background-color: #316767;
    color: #eee;
}

.shipping-calculator-form .soff-loader {
    font-size: 18px;
}
form#soff-submit-shipping:after,
form#soff-submit-shipping:before {
    content: '';
    clear: both;
    display: table;
}
.woocommerce-Tabs-panel p.form-row,
.panel p.form-row {
    margin-left: 0;
    margin-top: 2px;
}
.woocommerce-Tabs-panel span {
    font-size: 13px;
}
.woocommerce-Tabs-panel span.soff-submit-shipping {
    font-size: 12px;
}
.woocommerce-Tabs-panel .shipping-calculator-form p>button.button,
.panel .woocommerce-shipping-calculator p>button.button {
    margin-top: 10px;
}
/*modal*/

.modal .modal-content {
    padding: 0 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.modal-body,
.modal-header {
    padding-left: 0;
    padding-right: 0;
}

.modal-body>span {
    display: block;
    margin-bottom: 5px;
    opacity: 0.9;
}

.modal-header .close {
    font-size: 40px;
    opacity: 0.5;
    line-height: 0.2;
    position: absolute;
    top: 10px;
    right: 5px;
}

.modal-body .soff-shipping-details>div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    line-height: 1;
}

.modal-body .soff-shipping-details>div span {
    color: #000;
}

.modal-body .soff-shipping-details>div:last-child {
    border-bottom: none;
}

div.summary a[data-toggle="modal"] {
    background-color: transparent;
    font-size: 16px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

div.summary a[data-toggle="modal"]:hover,
div.summary a[data-toggle="modal"]:focus,
div.summary a[data-toggle="modal"]:active {
    background: transparent;
    color: #316767;
}

div.summary a[data-toggle="modal"]:before {
    content: '\f0d1';
    font-family: fontAwesome;
    margin-right: 5px;
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

body.modal-open {
    overflow: auto;
}

body.modal-open[style] {
    padding-right: 0 !important;
}

.modal::-webkit-scrollbar {
    width: 0 !important;
    /*removes the scrollbar but still scrollable*/
}


/* Temporary change */

li.soff-swatch {
    position: relative;
}
li.soff-swatch label {
    padding-left: 0 !important;
}

a.image-opener {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    z-index: 93;
}

a.image-opener:hover {
    background-color: rgba(255, 255, 255, 1);
}

a.image-opener i {
    color: #545252;
}

div.pp_woocommerce .pp_content_container {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
    padding: 20px 0
}

div.pp_woocommerce .pp_content_container::after,
div.pp_woocommerce .pp_content_container::before {
    content: ' ';
    display: table
}

div.pp_woocommerce .pp_content_container::after {
    clear: both
}

div.pp_woocommerce .pp_loaderIcon::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

div.pp_woocommerce div.ppt {
    color: #000
}

div.pp_woocommerce .pp_gallery ul li a {
    border: 1px solid rgba(0, 0, 0, .5);
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 2px;
    display: block
}

div.pp_woocommerce .pp_gallery ul li a:hover {
    border-color: #000
}

div.pp_woocommerce .pp_gallery ul li.selected a {
    border-color: #000
}

div.pp_woocommerce .pp_next::before,
div.pp_woocommerce .pp_previous::before {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1em;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    font-family: WooCommerce;
    content: '\e00b';
    text-indent: 0;
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-align: center
}

div.pp_woocommerce .pp_next::before:hover,
div.pp_woocommerce .pp_previous::before:hover {
    background-color: #000
}

div.pp_woocommerce .pp_next:hover::before,
div.pp_woocommerce .pp_previous:hover::before {
    display: block
}

div.pp_woocommerce .pp_previous::before {
    left: 1em
}

div.pp_woocommerce .pp_next::before {
    right: 1em;
    font-family: WooCommerce;
    content: '\e008'
}

div.pp_woocommerce .pp_details {
    margin: 0;
    padding-top: 1em
}

div.pp_woocommerce .pp_description,
div.pp_woocommerce .pp_nav {
    font-size: 14px
}

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_nav,
div.pp_woocommerce .pp_nav .pp_pause,
div.pp_woocommerce .pp_nav p,
div.pp_woocommerce .pp_play {
    margin: 0
}

div.pp_woocommerce .pp_nav {
    margin-right: 1em;
    position: relative
}

div.pp_woocommerce .pp_description {
    float: left;
    width: calc( 100% - 40px);
}

.pp_details>a.pp_close {
    position: initial;
    width: initial;
    font-size: 14px !important;
    height: initial;
    border-radius: initial;
    color: #000 !important;
    display: initial;
    background-color: transparent !important;
    text-shadow: none !important;
}

.pp_details>a.pp_close:before {
    display: none;
}


/*div.pp_woocommerce .pp_close {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1em;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    top: -.5em;
    right: -.5em;
    font-size: 1.618em!important
}
div.pp_woocommerce .pp_close:hover {
    background-color: #000
}
div.pp_woocommerce .pp_close::before {
    font-family: WooCommerce;
    content: '\e013';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}*/

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1em;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    position: relative;
    margin-top: -1px
}

div.pp_woocommerce .pp_arrow_next:hover,
div.pp_woocommerce .pp_arrow_previous:hover {
    background-color: #000
}

div.pp_woocommerce .pp_arrow_next::before,
div.pp_woocommerce .pp_arrow_previous::before {
    font-family: WooCommerce;
    content: '\e00b';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce .pp_arrow_previous {
    margin-right: .5em
}

div.pp_woocommerce .pp_arrow_next {
    margin-left: .5em
}

div.pp_woocommerce .pp_arrow_next::before {
    content: '\e008'
}

div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff!important;
    font-size: 16px!important;
    line-height: 1em;
    -webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    right: auto;
    left: -.5em;
    top: -.5em;
    font-size: 1.618em!important
}

div.pp_woocommerce a.pp_contract:hover,
div.pp_woocommerce a.pp_expand:hover {
    background-color: #000
}

div.pp_woocommerce a.pp_contract::before,
div.pp_woocommerce a.pp_expand::before {
    font-family: WooCommerce;
    content: '\e005';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce a.pp_contract::before {
    content: '\e004'
}

div.pp_woocommerce #respond {
    margin: 0;
    width: 100%;
    background: 0 0;
    border: none;
    padding: 0
}

div.pp_woocommerce #respond .form-submit {
    margin-top: 0;
    float: none
}

div.pp_woocommerce .pp_inline {
    padding: 0!important
}

.woocommerce div.product p.price {
    padding-bottom: 10px;
}

.iconic-was-swatches .iconic-was-swatch__container {
    position: relative;
}

.iconic-was-swatches--tooltips .iconic-was-swatch:hover .iconic-was-swatch__text {
    top: -4px !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_close {
    line-height: initial;
}

div.pp_woocommerce .pp_description {
    display: block !important;
}


/* Product badge & discount */

.soff-product-list {
    border: 1px solid #f3f3f3;
    box-shadow: 0 1px 0px #f3f3f3;
    padding: 5px;
    position: initial !important;
    margin-bottom: 12px !important;
    height: 100%;
}


/*li .soff-product-list {*/
/*    margin-left: 5px;*/
/*}*/

li .soff-product-list .shop-loop-img-wrapper {
    width: 100%;
}


/* .ribbon {
  position: absolute;
  left: 1px !important; 
  top: 1px !important;
  z-index: 1;  
  text-align: center !important;
  background: none !important;
} */

.soff-product-list {
    position: relative !important;
}


/*.product .soff-onsale {
    left: 7px !important;
    top: 2px !important;
}*/

.ribbon.ribbon-default>span {
    background-color: #c60021;
    color: #fff;
}

.ribbon span {
    left: 0;
}

.ribbon span,
span.soff-discount {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 0 4px;
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    letter-spacing: .7px;
}

span.soff-discount {
    font-family: 'Roboto', sans-serif;
    float: right;
    background: #c60021;
    right: 0;
}

.soff-product-list span.onsale {
    position: absolute;
    z-index: 999;
    top: 5px;
    left: 10px;
}

.wc-main-content .product-summary-head .ribbon.soff-onsale {
    display: block;
}

.wc-main-content .iconic-woothumbs-images-wrap {
    margin-bottom: 5px;
    /*    margin-left: 5px;
*/
    padding: 5px;
}


/* .single.single-product span.soff-discount.single-discount {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
} */


/* .single.single-product span.soff-discount{
   display: none;
}
 */


/* responsive */

@media (min-width: 769px) {
    .shop-products-wrapper li {
        margin: 0px !important;
        width: 100% !important;
        max-width: 33.13%;
        flex: 0 0 33.13%;
        padding: 0 5px 12px !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 769px) {
    body.single .shop-products-wrapper li {      
        max-width: 24.5%;
        flex: 0 0 24.5%;        
    }
}



/* updated on 2018-04-19 by Kalpana */

.soff-product-info a {
    display: inline-block;
}

.nav-expanded nav.cart-slideout {
    right: 0;
}

@media (max-width: 768px) {
    .contact-info li {
        position: relative;
        padding-left: 16px;
        word-wrap: break-word;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .contact-info li i {
        position: absolute;
        left: 0;
        top: 0;
        height: auto;
        width: auto;
        border: 0;
    }
    .contact-info li a.label {
        white-space: normal;
        font-size: 14px !important;
    }
}

.sub-head span.dott {
    display: none;
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
        max-width: 49.8%;
        flex: 0 0 49.8%;
        padding: .5rem;
        margin: 0 !important;
    }
    .woocommerce-page ul.products li.product .soff-product-list {
        margin-left: 0;
        margin-bottom: 7px !important;
    }
    .woocommerce ul.products {
        display: flex;
        flex-wrap: wrap;
    }
}

.cc-compliance a.cc-btn {
    background: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid rgba(255, 255, 255, 0.24);
    text-align: center;
    min-width: 100px !important;
    border-radius: 4px;
    opacity: 1;
   font-weight: 400;
   z-index: 999999;
}

.cc-compliance a.cc-btn:hover {
    background: #fff !important;
}

.buttons:after,
.buttons:before {
    content: "";
    display: table;
    clear: both;
}


/* campian badge */

.soff-flash-badge {
    position: absolute;
    left: 6px;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    z-index: 13;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    top: 6px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    background: #c60021;
}

.soff-flash-badge strong {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.product-summary-head .soff-flash-badge strong {
     font-size: 18px;
}

@media (max-width: 560px) {
   .soff-flash-badge strong {
        font-size: 13px;
    } 
}
.soff-flash-title-bold {
    font-weight: bold;
}

.soff-flash-badge:after {
    content: "";
    position: absolute;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0);
    border: 3px solid #c60021;
}

.circle-wrapper {
    position: absolute;
    left: 6px;
    background: #fff;
    z-index: 12;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    top: 6px;
}

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


@media (max-width: 560px) {
    .circle-wrapper, 
    .soff-flash-badge:after {
        width: 40px  !important;
        height: 40px  !important;
    }
    .soff-flash-badge {
        width: 32px  !important;
        height: 32px  !important;
        font-size: 12px;
    }
}


/* layout option */

@media (max-width: 560px) {
    body.soff-listing .soff-products-tab .soff-product-list {
        height: 100% !important;
    }
   /* body.soff-listing div#featured .col-xs-6,
    body.soff-listing.woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important;
    }*/
    
    .soff-product-list .soff-product-thumbnail a img,
    .woocommerce ul.products li.product a img {
        padding: 30px 0 0;
    }
    .woocommerce-Price-currencySymbol,
    body .soff-product-list .soff-product-info del span.amount,
    .soff-product-list .soff-product-info del>span>span {
        font-size: 13px !important;
        line-height: 1.8 !important;
    }
    .soff-product-list .soff-product-info del span.amount, 
    .woocommerce ul.products li.product .price del span.amount {
        font-size: 13px !important;
        line-height: 2.4 !important;
    }
    body .amount {
        font-weight: 500;
        font-size: 24px !important;
    }
    body .woocommerce-Price-currencySymbol {
        font-size: 16px !important;
    }
    .soff-product-price {
        margin-top: 5px;
    }
    .soff-product-list .soff-product-info ins span>span,
    span.woocommerce-Price-currencySymbol {
        vertical-align: 1px !important;
    }
    .soff-product-list .soff-product-info del>span>span {
        line-height: 0 !important;
        vertical-align: 1px !important;
    }
    .product-summary-head del>span>span {
        vertical-align: 0 !important;
    }
}

/* cookie notice restyle */
.cc-window {
    width: 100%;
    min-width: 320px;
    background-color: #333 !important;
    text-align: center;
    max-width: 100% !important;
    opacity: .9!important;
    padding: 20px 20px 15px !important;
    bottom: 1px !important;
}
.cc-message {
   font-size: 16px;
    margin-bottom: 0 !important;
    line-height: 125%;
     padding: 0 130px;
}
 .cc-message:before {
    content: "\f06a";
    font-family: fontAwesome;
    font-size: 32px;
    opacity: .9;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 100px;
}
.cc-invisible {
    display: none !important;
}
a.cc-link {
   display: block;
    text-decoration: none;
    color: #fff !important;
    font-weight: bold;
    opacity: 1 !important;
    max-width: 80px;
    margin: auto;
}
a.cc-link:hover {
    text-decoration: underline;
}
.cc-compliance {
        width: 100px;
        float: right;
        position: absolute;
        right: 65px;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 999999;
    }
@media (max-width: 560px) {
    .cc-window {
        font-size: 12px;
    }
    .cc-compliance {
        width: 100px;
        right: 16px;
        width: 46px;
        
    }
    .cc-compliance a.cc-btn {
        min-width: 43px !important;
    }
    a.cc-link {
        display: inline-block;
    }
    
    .cc-message {
        padding: 0 60px;
        float: left;
        font-size: 12px;
    }
    .cc-message:before {
        left: 16px;
    }
    
   
}

/* new product menu*/
.soff-bg-dark {
   background: #383838; 
   margin-top: 10px;

}
.soff-bg-dark #site-navigation {
    display: block;
    display: flex;
    justify-content: center;
}
.soff-menu-lower .main-navigation ul.desktop-lower-menu > li{
    padding: 4px 0;
    margin-left: 10px !important;
}
.soff-menu-lower .main-navigation ul.desktop-lower-menu > li:first-child {
    margin-left: 0px !important;
}

.soff-menu-lower ul li a {
    color: #fff;
    display: block;
    padding: 6px 45px 6px 0;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .3s;
    font-weight: 600;
}

@media (max-width: 1200px) { 
    .soff-menu-lower ul li a {
        padding: 6px 25px 6px 0;
   
    }
    
    header.site-header .soff-menu-lower li.menu-item-has-children a::after {
    position: absolute;
    top: 49%;
    right: 10px!important;
    transform: translate(0, -50%);
}
}

@media (max-width: 1100px) { 
    .soff-menu-lower ul li a {
        padding: 6px 45px 6px 0;
        font-size: 11px;
    }
    
    header.site-header .soff-menu-lower li.menu-item-has-children a::after {
    position: absolute;
    top: 49%;
    right: 30px!important;
    transform: translate(0, -50%);
}
}
.soff-menu-lower ul li:last-child a {
    padding-right: 0 !important;
}
/*.soff-menu-lower ul li a:hover {
    color: #316767;
}*/

.menu-with-phone{
    display: flex;
    align-items: center;
}
.menu-with-phone .phone-number {
    display: inline-block;
    padding-right: 25px;
    font-size: 19px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 800;
}

.menu-with-phone .phone-number a {
    color: #444444;
}
.menu-with-phone .phone-number a  i {
    color: #bbb;
    position: relative;
    padding-right: 5px;
    top: 1px;
    font-weight: 800;
}

.soff-menu-lower .main-navigation ul li.current-menu-item > a {
    color: #ffffff;
    font-weight: 800;
}
.soff-menu-lower .main-navigation ul ul.sub-menu li.current-menu-item > a {
    color: #000;
}
.soff-menu-lower .main-navigation ul.desktop-lower-menu > li > a span {
    display: none;
}
.soff-menu-lower .main-navigation ul.desktop-lower-menu  li  a span {
    margin-left: 6px;
}

header.site-header .soff-menu-lower li.menu-item-has-children a::after {
    position: absolute;
    top: 49%;
    right: 30px;
    transform: translate(0, -50%);
}


header.site-header .soff-menu-lower ul ul.sub-menu li.menu-item-has-children:hover .sub-menu  {
    visibility: visible;
    opacity: 1;
}

header.site-header .soff-menu-lower ul ul.sub-menu .sub-menu {
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: -1;
}

/* new brand page */
.soff-brand-wrapper {
    margin-top: 35px;
}

.soff-brand-list {
    min-height: 180px;
    display: flex;
    flex-wrap: nowrap;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #eee;
    padding: 8px;
    transition: all .3s;
}
.soff-brand-list:hover {
    box-shadow: 0 0 7px #d4d4d4;
}

.soff-brand-wrapper .term-image {
    height: 125px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.soff-brand-wrapper .term-name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}
.brand-title {
    margin-top: 0;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 20px;
}
.soff-brand-description {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
}
   
.d-none {
display: none !important;
}

.kunda-service {
margin-left: 0 !important;
}

.single_variation_wrap:after,
.single_variation_wrap:before,
span.green:after,
span.green:before {
    content: "";
    display: table;
    clear: both;
}

span.green {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    padding-left: 86px;
    color: #316767;
    position: relative;
    font-weight: 600;
}
span.green:after {  
    content: "";
    position: absolute;
    left: 56px;
    top: 48%;
    transform: translate(0, -50%);
    background: url(images/delivery-truck.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    height: 21px;
    width: 21px;
}
@media (max-width: 1100px) { 
    span.green {
        padding-left: 26px;
    }
    span.green:after {
        left: 0;
    }
}

.summary.entry-summary .button {
    float: none !important;
}
.grecaptcha-badge {
    display: none !important;

}
/*******2nd April************/
.soff-product-list .circle-wrapper{
   left: initial;
   right: 6px;
}
/*.soff-product-list .soff-product-thumbnail{*/
/*    margin-top : 60px !important;*/
/*}*/
.circle-wrapper,
   .soff-flash-badge:after{
       width: 42px;
       height: 42px;
   }
   
     

   .soff-flash-badge {
       font-size: 10px;
       width: 32px;
       height: 32px;
   }   

@media (max-width: 560px){   
   .price .amount{
       font-size: 18px !important;
   }
   
}


.rectangle-wrapper {
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 9;
}

.soff-flash-badge-- {
    padding: 0 7px;
    line-height: 0;
}

.rectangle-wrapper .soff-flash-badge-top {
    font-size: 10px;
    font-weight: normal !important;
    line-height: 1.6 !important;
}

.soff-product-list .soff-product-brand {
    margin: 1px 0 5px;
}

.soff-product-list .soff-product-brand a {
   font-size: 13px !important;
    font-style: italic; 
}


.summary.entry-summary .circle-wrapper {
    left: auto;
    right: 6px;
}
@media (min-width: 767px){
.summary.entry-summary h1.product_title.entry-title {
    padding-right: 76px !important;
}
.summary.entry-summary .soff-flash-badge {
    width: 55px;
    height: 55px;
}
.summary.entry-summary .circle-wrapper, .summary.entry-summary .soff-flash-badge:after {
    width: 65px;
    height: 65px;
}

}


@media (max-width: 560px){
    .summary.entry-summary .circle-wrapper {
    right: 10px;
}
body.soff-listing div#featured .col-xs-6,
body.soff-listing.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    width: 100% !important;
    max-width: 49.9%;
    flex: 0 0 49.9%;
}
.summary.entry-summary .soff-flash-badge {
    width: 45px !important;
    height: 45px !important;
}
.summary.entry-summary .circle-wrapper, .summary.entry-summary .soff-flash-badge:after {
    width: 55px !important;
    height: 55px !important;
}
}


// @media only screen and (min-width: 668px) and (max-width: 900px) {
//     .soff-product-list .soff-product-info .soff-product-title a, 
//     .shop-products-wrapper .soff-product-info .soff-product-title a,
//     .soff-product-list .soff-product-info a, 
//     .soff-product-list .soff-product-info span{
//         font-size: 18px !important;
//     }
    
//     .soff-product-list .soff-product-info .soff-product-brand a,
//     .shop-products-wrapper .soff-product-info .soff-product-brand a,
//     .soff-product-list .soff-product-info del span.amount, 
//     .woocommerce ul.products li.product .price del span.amount{
//          font-size: 15px !important;
//     }
// }

@media only screen and (min-width: 991px) and (max-width: 1100px) {
    .soff-product-list .soff-product-info .soff-product-title a, 
    .shop-products-wrapper .soff-product-info .soff-product-title a {
        font-size: 16px !important;
    }
    
    .soff-product-list .soff-product-info .soff-product-brand a,
    .shop-products-wrapper .soff-product-info .soff-product-brand a,
    .soff-product-list .soff-product-info del span.amount, 
    .woocommerce ul.products li.product .price del span.amount{
         font-size: 13px !important;
    }
    
    .price  .amount {
        font-size: 18px !important;
    }
}

@media (min-width: 1200px){
.woocommerce div.product p.price del span.amount,
.woocommerce div.product p.price del span.woocommerce-Price-currencySymbol{
    font-size: 21px !important;
    line-height: 2 !important;
}

}

@media (max-width: 560px){
   .woocommerce div.product p.price del span.amount,
.woocommerce div.product p.price del span.woocommerce-Price-currencySymbol {
   line-height: 48px !important;
    font-size: 15px !important;
} 

}

/*new single page design */

.woocommerce-tabs.wc-tabs-wrapper {
    border: 1px solid #E6E6E6 !important;
    margin-top: 10px;
    padding: 0;
}
.soff-product-price .price .price span {
    color: #D61919;
}

ul.tabs.wc-tabs {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

ul.tabs.wc-tabs li {
    margin: 0 !important;
    background: #F7F7F7 !important;
    max-width: 33.33%;
    width: 100%;
    flex: 0 0 33.33%;
    border-radius: 0 !important;
    border-right: 1px solid #E6E6E6 !important;
    transition: all .3s;
}
ul.tabs.wc-tabs li:last-child {
    border-right: 0 !important;
}

ul.tabs.wc-tabs li a {
    font-size: 15px !important;
    font-weight: 400 !important;
    display: block;
    width: 100%;
    text-align: center;
    color: #000 !important;
    cursor: pointer;

}
ul.tabs.wc-tabs li:hover,
ul.tabs.wc-tabs li.active {
    background: #383838 !important;
    border-right: 1px solid #383838 !important;
}
ul.tabs.wc-tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, 
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    height: 0;
    width: 0;
    box-shadow: none;
}
.woocommerce-Tabs-panel {
    padding: 0 20px 20px !important;
    margin-bottom: 0 !important;
}

/*counter number */
table.variations td label .soff-var-counter {    
    left: 0 !important;
}

table.variations td label,
table.variations td label strong {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 4px;
    text-transform: lowercase;
}
.woocommerce div.product form.cart .variations label b {
    color: #000;
    padding-left: 24px;
    text-transform: capitalize;
}
table.variations td label {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
td.value.select-box {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 75%;
}
@media (max-width: 900px) {
    td.value.select-box,
    .single_variation_wrap  {        
        max-width: 100% !important;
        width: 100%;
    }
}

table.variations td label:first-letter,
table.variations td label strong:first-letter {
    text-transform: lowercase;
}
.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
    margin-bottom: 17px;
    margin-top: 0;
    font-size: 22px;
}

// @media (min-width: 769px) {
//     .shop-products-wrapper li {      
//         max-width: 24.5%;
//         flex: 0 0 24.5%;       
//     }
// }

/* ups section */
.soff-ups-wrapper {   
    position: relative;
    margin-bottom: 25px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    margin-bottom: 25px;
}
.soff-ups-wrapper strong {
    position: absolute;
    line-height: 1;
    background: #fff;
    padding: 4px 12px;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    display: none;
}

.soff-ups-wrapper li p {
    font-weight: 100;
    padding-left: 28px;
    position: relative;
    font-size: 13px;
}
.soff-ups-wrapper li p a {
    color: #000;
}
.soff-ups-wrapper li p a:hover {
    color: #316767;
}
.soff-ups-wrapper li:last-child p {
    margin-bottom: 0;
}
.soff-ups-wrapper li p:before {
    content: '';
    background: url(images/check.png);
    height: 25px;
    width: 25px;
    position: absolute;
    background-size: 19px;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* responsive */
@media (max-width: 920px) {
    .iconic-was-swatches {
        width: 100%;
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
    }
    .iconic-was-swatches li {
        max-width: 22%;
        flex: 0 0 22%;
        padding-right: 3px !important;
    }
}

/* accordian */
.panel.panel-default {
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.panel-default > .panel-heading {
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    padding: 0;
}
.panel.panel-default .panel-heading p {
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    width: 100%;
    display: block;
    padding: 10px 0;
    z-index: 9999;
    position: relative;
}

.panel-collapse {
    padding: 18px 0;
    position: relative;
}

.panel-collapse h2 {
    font-size: 18px;
    margin-top: 8px;
}

.panel.panel-default .panel-heading:after {
    content: '';
    background: url(images/arr.png);
    height: 20px;
    width: 20px;
    position: absolute;
    background-size: 16px;
    background-position: center;
    right: 8px;
    transform-origin: center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
}
.panel.panel-default .panel-heading.active:after {
    background: url(images/minus.png);
    background-size: 16px;
    background-repeat: no-repeat;
}

#accordion-mb {
    display: block;
}
#accordion {
    display: none;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
@media (min-width: 920px) {
    #accordion-mb {
        display: none;
    }
    #accordion {
        display: block; 
    }
    .woocommerce-tabs.wc-tabs-wrapper {
        display: block;
    }
}
.soff-accor-wrap {
    display: flex;
    align-items: center;
}
.soff-accor-wrap .image-wrapper {
    max-width: 35%;
    flex: 0 0 35%;
}
.soff-accor-wrap .content-wrapper {
    max-width: 65%;
    flex: 0 0 65%;
    line-height: 1.5;
}

/* after accordion content */
.after-tab-content {
    display: flex;
    align-items: center;
    padding: 3px 20px 12px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 12px;
}
.after-tab-content .image-wrapper {
    max-width: 30%;
    flex: 0 0 21%;
    padding-right: 20px;
}
.content-wrapper {
    max-width: 70%;
    flex: 0 0 70%;
}

.content-wrapper h3 {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: bold;
}
.after-tab-content p {
    font-size: 13px;
    margin: 0;
}

/* usp section */
.soff-ups-section {
    border-top: 1px solid #e6e6e6;
    padding: 20px 0 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}
.ups-content {
    display: inline-block;
    text-align: center;
    padding: 0 3px;
    width: 24.3%;
}
@media (max-width: 860px) {
    .ups-content {      
        width: 23.5%;
    }
}
img.ups-image {
    margin: auto;
}
.ups-content p {
    font-size: 11px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 10px 0;
}
.ups-content img {
    max-width: 70px;
}
form.variations_form.cart {
    margin-bottom: 16px !important;
    overflow: hidden;
}
@media (min-width: 920px) {
    h3.ups-title-mbl {
        display: none;
    }
}
@media (max-width: 920px) {
    .soff-ups-section {
        border-top: 0;
    }
    .ups-content img {
        max-width: 10%;
        flex: 0 0 10%;
    }
    .ups-content {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        align-items: center;
        padding: 0;
        margin-bottom: 10px;
    } 
    .ups-content p {
        flex: 0 0 90%;
        text-align: left;
        font-weight: bold;
        font-size: 15px;
        text-transform: lowercase;
        display: block;
        padding-left: 10px;
        margin: 0;
    } 
    .ups-content p::first-letter {
        text-transform: capitalize;
    }
    h3.ups-title-mbl {
        display: block;
        margin: 0 0 20px;
        font-size: 16px;
        font-weight: 600;
    }
    .soff-accor-wrap .image-wrapper {
        display: none;
    }
    .soff-accor-wrap .content-wrapper {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 560px) {
    .ups-content img {
        max-width: 20%;
        flex: 0 0 20%;
    }  
    .ups-content p {
        flex: 0 0 80%;
    }
}

/* new check out page */
.woocommerce-checkout h1.entry-title {
    display: none;
}
.soff-cart-sidebar-menu-wrapper strong {
    padding-left: 13px !important;
}
strong.title-with-counter,
.soff-shipping-wrapper > strong {
    background: #F7F7F7;
    display: block;
    color: #000;
    padding: 12px 12px 12px 37px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    text-transform: lowercase;
    font-size: 16px;
}
strong.title-with-counter:first-letter,
.soff-shipping-wrapper > strong:first-letter {
    text-transform: capitalize;
}
.soff-cart-item-table {
    border: 1px solid #e6e6e6;
}
span.soff-var-counter {
    background: #316767;
    color: #fff;
    font-weight: 100;
    display: flex;
    position: absolute;
    left: 8px;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    font-family: roboto;
    font-size: 13px;
}

.soff-cart-sidebar-menu-wrapper {
    margin: 20px 0;
    border: 1px solid #e6e6e6;
}
.soff-cart-sidebar-menu-wrapper > div {
    padding: 13px 13px;
}
.soff-cart-sidebar-menu-wrapper ul li a {
    text-decoration: underline;
    color: #316767;
}
.soff-cart-sidebar-menu-wrapper ul li  {
    margin-bottom: 4px;
}
.soff-cart-sidebar-menu-wrapper ul li:last-child {
    margin-bottom: 0;
}
.cart-collaterals {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
div#calc_shipping_postcode_field {
    max-width: 300px;
    padding: 0 13px !important;
}
#tab-shipping_info_tab div#calc_shipping_postcode_field,
#accordion-mb div#calc_shipping_postcode_field{
    padding: 0 !important;
}
.soff-order-note {
    padding: 13px 13px 16px;    
}
.soff-order-note p {
    padding: 0 !important;
}
.soff-order-note a {
    text-decoration: underline;
    color: #316767;
}
.soff-klarna-checkout-wrap {
    border: 1px solid #e6e6e6;
}
tr.shipping th {
    color: #000 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    text-align: left;
    padding-left: 13px !important;
}
tr.shipping td {
    text-align: left;
    width: 100px;
    font-family: roboto;
    font-size: 14px;
}
tr.order-total th span {
    display: block;
    text-align: left;
    text-transform: initial;
}
tr.order-total td {
    width: 105px;
}
tr.order-total td strong>span {
    display: block;
}
tr.order-total td strong span {
    color: #316767;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 1;
}
tr.order-total td > span.amount {
    font-size: 14px !important;
    color: #000;
    font-weight: 100;
    display: block;
    line-height: 1.8 !important;
}
tr.order-total td,
th.product-price {
    text-align: left !important;
}
tr.order-total td span {
    line-height: initial;
    font-size: 13px !important;
}
tr.order-total td small.includes_tax {
    display: none;
}
span.primary-clr {
    color: #316767;
    font-weight: bold;
    font-size: 16px !important;
    line-height: 1;
}
span.order-total-vat {
    font-weight: 100;
    color: #000;
    font-size: 13px;
}
td.product-name {
    max-width: 511px;
    width: 100%;
}
th.product-subtotal.hidden-xs {
    text-align: left;
}
td.product-subtotal {
    min-width: 103px;
    width: 100%;
    text-align: left;
}
p.woocommerce-shipping-destination {
    display: none;
}
ul#shipping_method {
    padding: 17px 13px !important;
    background: #e5ebeb;
    margin: 20px 13px 5px !important;
}
td.actions {
    padding-bottom: 0 !important;
    padding-top: 13px !important;
}
td.actions button {
    background: #316767 !important;
    color: #fff !important;
    font-weight: 100 !important;
    border-radius: 0 !important;
}
/* checkout usb */
.soff-ups-wrapper-checkout {
    margin-top: 35px;
}
.soff-ups-wrapper-checkout .soff-ups-title p {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}
.soff-ups-wrapper-checkout figure.soff-ups-image {
    background: #e5ebeb;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.soff-ups-wrapper-checkout figure.soff-ups-image img {
    max-width: 60px !important;
}
@media (max-width: 920px) { 
    .soff-ups-wrapper {
        margin-bottom: 35px;
        margin-top: 35px;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 20px;
    }
}
@media (max-width: 560px) {    
    .soff-ups-wrapper-checkout .soff-ups-title p {
        font-size: 12px;
    }
    textarea#kco_order_note,
    strong.title-with-counter, 
    .soff-shipping-wrapper > strong {
        font-size: 16px !important;
    }
    
    .soff-ups-wrapper-checkout figure.soff-ups-image {
        width: 70px;
        height: 70px;        
    }
    .soff-ups-wrapper-checkout figure.soff-ups-image img {
        max-width: 50px !important;
    }    
    body.woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item td.product-subtotal .amount {
        font-weight: 600 !important;
        font-size: 13px !important
    }
    body.woocommerce-checkout .woocommerce-cart-form__cart-item.cart_item td.product-subtotal .woocommerce-Price-currencySymbol {
        font-size: 12px !important;
        vertical-align: initial !important;
    }
    td.product-subtotal {
        vertical-align: initial !important;
        text-align: left !important;

    }   
}
.soff-ups-wrapper-checkout ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
}
.soff-ups-wrapper-checkout .soff-ups-info {
    padding-left: 20px;
    max-width: 70%;
    flex: 0 0 70%;
}
.soff-ups-wrapper-checkout .soff-ups-info a {
    color: #000;
}
.soff-ups-wrapper-checkout .soff-ups-info a:hover {
    color: #316767;
}

.soff-ups-wrapper-checkout > strong {
    display: none;
}
div#collapse-shipping_info_tab:after {
    content: "";
    clear: both;
    display: table;
}
@media (min-width: 980px) {
    .soff-cart-right .soff-ups-wrapper-checkout,
    .soff-cart-right .soff-cart-sidebar-menu-wrapper,
     .soff-cart-right + .soff-ups-wrapper-checkout {
        display: none;
    }
    .soff-cart-left .soff-ups-wrapper-checkout,
    .soff-cart-left .soff-cart-sidebar-menu-wrapper {
        display: block;
    }
    .woocommerce > .row .col-md-6:first-child {
        padding-right: 15px !important;
        margin-top: 16px;
    }
    .woocommerce > .row .col-md-6:last-child {
        padding-left: 15px !important;
        margin-top: 16px;
    }    
}
@media (max-width: 980px) { 
    .soff-cart-left .soff-ups-wrapper-checkout,
    .soff-cart-left .soff-cart-sidebar-menu-wrapper{
        display: none;
    }
    .soff-cart-right .soff-ups-wrapper-checkout,
    .soff-cart-right .soff-cart-sidebar-menu-wrapper,
    .soff-cart-right + .soff-ups-wrapper-checkout {
        display: block;
    }
    .soff-cart-right {
        margin-top: 20px;
    }
}
.soff-cart-sidebar-menu-wrapper {
    display: none !important;
}


@media (max-width: 560px) {  
body.woocommerce-checkout .col-md-6.soff-cart-right {
    margin-top: 20px !important;
}  
    .soff-ups-wrapper-checkout figure.soff-ups-image {
        width: 90px;
        height: 90px;       
    }
    .soff-ups-wrapper-checkout figure.soff-ups-image img {
        max-width: 65px !important;
    }
    .woocommerce-checkout .cart-collaterals {
        margin-top: 20px;
    }
    .woocommerce .mobile-qty .quantity .qty {
        padding: 3px 6px !important;
        font-size: 14px !important;
    }
    .woocommerce .mobile-qty .quantity {
        margin: 4px 0;
    }
    td.product-quantity.mobile-qty {
        vertical-align: initial !important;
    }
    td.product-subtotal {
        min-width: 66px !important;        
    }
    span.order-total-vat {
        padding-top: 0;
    }
    tr.order-total td > span.amount {
        font-size: 13px !important;
        margin-top: -9px;
    }
    tr.order-total td strong span {
        min-width: 69px;
        margin-top: -5px;
    }
    .equal-height {
        height: 23px;
    }
}

/* new amount */
.soff-price-wrapper .amount {
    font-family: roboto;
}
.soff-price-wrapper {
    display: flex;
    align-items: flex-end;
}
.summary.entry-summary .soff-price-wrapper {   
    margin-top: 10px;
}
.soff-regular-price {
    font-weight: 100;
    padding-left: 4px;
}
.soff-regular-price .amount,
.soff-regular-price,
.soff-regular-price span.woocommerce-Price-amount.amount,
.soff-regular-price span.woocommerce-Price-currencySymbol {
    font-weight: 100;
    font-size: 15px !important;
    color: #1d1d1d;
}
.soff-sale-price span.woocommerce-Price-currencySymbol {
    font-size: 19px !important;
}
.soff-sale-price .amount,
.shop-products-wrapper .price .amount,
.shop-products-wrapper .price span.woocommerce-Price-currencySymbol,
.soff-product-list .soff-price-wrapper .soff-sale-price span.woocommerce-Price-currencySymbol {
    color: #D61919 !important;
    line-height: initial !important;
}

.woocommerce div.product p.price .amount {
    color: #D61919 !important;
}

.shop-products-wrapper .price .soff-regular-price .woocommerce-Price-amount.amount,
.shop-products-wrapper .price .soff-regular-price .woocommerce-Price-currencySymbol,
.shop-products-wrapper .price .soff-regular-price,
.soff-product-list .soff-price-wrapper .soff-regular-price span.woocommerce-Price-amount.amount,
.soff-product-list .soff-price-wrapper .soff-regular-price,
.soff-product-list .soff-price-wrapper .soff-regular-price .woocommerce-Price-currencySymbol   {
    font-size: 14px !important;
    color: #1d1d1d !important;
    font-weight: 100 !important;
    line-height: 24px;
}

@media (max-width: 560px) { 
    .shop-products-wrapper .price .soff-regular-price .woocommerce-Price-amount.amount,
    .shop-products-wrapper .price .soff-regular-price .woocommerce-Price-currencySymbol,
    .shop-products-wrapper .price .soff-regular-price,
    .soff-product-list .soff-price-wrapper .soff-regular-price span.woocommerce-Price-amount.amount,
    .soff-product-list .soff-price-wrapper .soff-regular-price,
    .soff-product-list .soff-price-wrapper .soff-regular-price .woocommerce-Price-currencySymbol {
        line-height: 28px !important;
        font-size: 13px !important;
    } 
    .summary.entry-summary .soff-price-wrapper .soff-regular-price {
        line-height: 31px !important;
    }
    .soff-sale-price .amount,
    .shop-products-wrapper .price .amount,
    .shop-products-wrapper .price span.woocommerce-Price-currencySymbol {
        line-height: 27px !important;
    }
}

/* iconic swatch */
li.soff-see-more a {
    font-size: 13px;
    padding: 0;
    color: #000;
    text-decoration: underline;
    position: relative;
    opacity: 1 !important;
    font-weight: 100;
    float: none !important;
}
li.soff-see-more:after, li.soff-see-more:before {
    content: "";
    clear: both;
    display: table;
}
li.soff-see-more {
    text-align: left;
    max-width: 100%;
    flex: 0 0 100%;
}
li.soff-see-more a.open:after {
    background: url(images/top.png);
    background-size: 11px;
    background-repeat: no-repeat;
    top: 3px;
}
li.soff-see-more a:after {
    content: '';
    background: url(images/left.png);
    height: 15px;
    width: 15px;
    position: absolute;
    background-size: 11px;
    background-position: center;
    right: -22px;
    top: 1px;
    transform-origin: center;
    background-repeat: no-repeat;
}

/* product attr */
tr.attr-product td {
    border-top: 0 !important;
    padding-top: 0 !important;
}

tr.attr-product td dt {
    float: left;
    padding-right: 2px;
}
tr.attr-product td dt,
tr.attr-product td p {
    color: #000 !important;
}
tr.attr-product td p {
    margin-bottom: 0;
    font-weight: 100;
}

.soff-regular-price.soff-just-price {
    padding-left: 0;
}

.summary.entry-summary .amount {
    font-size: 26px !important;
}
.summary.entry-summary .soff-regular-price.soff-just-price span.woocommerce-Price-amount.amount,
.summary.entry-summary .soff-regular-price.soff-just-price span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol{
    color: #D61919;
    font-weight: 500;
    font-size: 26px !important;
    font-family: roboto;
}

.soff-product-list .soff-regular-price.soff-just-price span.woocommerce-Price-amount.amount,
.soff-product-list .soff-regular-price.soff-just-price span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol,
li .soff-product-list .price .soff-regular-price.soff-just-price span.woocommerce-Price-amount.amount,
li .soff-product-list .price .soff-regular-price.soff-just-price span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    color: #D61919 !important;
    font-weight: 500 !important;
    font-family: roboto;
    font-size: 19px !important;
}

@media (max-width: 560px) {
    .soff-product-list .soff-regular-price.soff-just-price span.woocommerce-Price-amount.amount,
    .soff-product-list .soff-regular-price.soff-just-price span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol,
    li .soff-product-list .price .soff-regular-price.soff-just-price span.woocommerce-Price-amount.amount,
    li .soff-product-list .price .soff-regular-price.soff-just-price span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol,
    body.home .price .amount {
        font-size: 18px !important;
    }
    .summary.entry-summary .amount,
    .summary.entry-summary .soff-regular-price.soff-just-price span.woocommerce-Price-amount.amount {
        font-size: 29px !important;
    }
}

.woocommerce div.product .woocommerce-tabs .panel > span {
    margin-bottom: 10px;
    display: block;
}

.iconic-woothumbs-thumbnails .slick-track {
    display: flex;
    width: 100% !important;
}

@media screen and (max-width: 768px) {
.iconic-woothumbs-thumbnails-wrap--horizontal .iconic-woothumbs-thumbnails__slide {
    flex: 0 0 23% !important;
}
}


body.woocommerce-checkout.woocommerce-page.woocommerce-order-received h1.entry-title,
body.woocommerce-checkout.woocommerce-page.woocommerce-order-received .entry-content .woocommerce,
body.woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce-thankyou-order-received{
    display :block !important;
}


.woocommerce-order-received h1.entry-title {
    background: #fafafa;
    padding: 14px;
    text-align: center;
    font-weight: bold;
    margin: 25px 0 45px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
   display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fafafa;
    padding: 20px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    display: flex;
    flex: 100%;
    border: 0;
    align-items: center;
    position: relative;
    font-size: 12px;
    margin-bottom: 5px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong,
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong span{
    font-size: 12px !important;
    padding-left: 4px;
    color: #000;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #000;
    margin-right: 15px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin: 0;
    background: #fafafa;
    padding: 20px 20px 0;
    color: #316767;
}

.order-detail-wrapper {
    box-shadow: 0px 1px 5px #bcb8b8;
    border-radius: 5px;
    margin: 0 15px 0 60px;
}

@media screen and (max-width: 768px) { 
    .order-detail-wrapper {
        margin: 0;
    }
}

.woocommerce-order-received tbody tr {
    border-bottom: 1px solid #eee;
}

.woocommerce-order-received tbody tr  td ,
.woocommerce-order-received td.shipping-delivery,
.woocommerce-order-received th.woocommerce-table__product-table.product-total{
    text-align: right;
}

.view-bill-addres .address-title {
    border-bottom: none;
}
.view-billing-addres h2,
.view-shipping-addres h2{
    font-weight: 700;
    line-height: 1.5em;
    font-size: 15px !important;
    padding: 20px 12px 30px !important;
}

.woocommerce-order-received .view-bill-addres address {
    font-size: 14px;
    line-height: 1.8;
    font-style: italic;
}

.woocommerce-order-received  ul.wc-item-meta li,
.woocommerce-order-received  td.woocommerce-table__product-name.product-name{
    text-align: left;
}

.woocommerce-order-received span.woocommerce-Price-amount.amount {
    font-size: 14px !important;
    font-weight: 500;
    font-family: 'Raleway', sans-serif !important;
    color: #000;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border: none;
}
.woocommerce-order-received td.woocommerce-table__product-total.product-total {
    min-width: 115px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    margin: 0;
    border-collapse: collapse;
}

.woocommerce-order-received td.woocommerce-table__product-name.product-name {
    padding-left: 30px !important;
}

.woocommerce-order-received ul.wc-item-meta li {
    font-size: 11px;
    margin-top: 4px;
}

.woocommerce-order-received td.woocommerce-table__product-name.product-name > a {
    color: #000;
    font-size: 13px;
}

.woocommerce-order-received td.woocommerce-table__product-name.product-name > a + strong {
    font-weight: normal;
    font-size: 13px;
}

.order-detail-wrapper + h2 {
    font-weight: 700;
    line-height: 1.5em;
    font-size: 15px !important;
    padding: 0 12px 10px !important;
    margin-top: 0;
}

.woocommerce-order-received table.shop_table td,
.woocommerce-order-received table.shop_table th{
    padding: 4px 12px;
}

.has-overlay {
    position: relative;
}

.has-overlay:after {
    background: #fff;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    top: 0;
    right: 0;
    opacity: .6;
}

a.iconic-woothumbs-images__arrow.slick-arrow,
.soff-cart-right  .cart_totals,
.soff-cart-right + .soff-cart-sidebar-menu-wrapper + .soff-ups-wrapper-checkout {
    display: none !important;
}

.col-md-6.soff-cart-left {
    margin-top: 0 !important;
}


/* new kampanjer page design */
.kampanjer-banner {
   background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 500px;
    margin-bottom: 15px;
    position: relative;
}

.sell-product-cat-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.sell-product-cat-wrapper a {
    display: block;
    flex: 0 0 calc(50% - 7.5px);
    margin: 15px 0 0;
    /* flex: 0 0 23.5%; */
}

.sell-product-cat {
    height: 160px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sell-product-cat h2 {
    background: #fff;
    color: #000;
    font-size: 17px;
    text-transform: uppercase;
    bottom: 0;
    font-weight: 600;
    line-height: 22px;
    z-index: 1;
    margin: 0;
    padding: 10px 20px;
    transition: all .3s;
}

.sell-product-cat:hover h2 {
    background: #000;
    color: #fff;
}

.sell-banner-mobile {
    display: none;
}

.sell-banner-desktop {
    display: flex;
}

.kampanjer-banner a {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.woocommerce-checkout .amount {
    font-family: roboto !important;
    margin-top: -2px;
}


@media (max-width: 560px) {
span.order-total-vat {
    padding-top: 2px;
}

}

@media (max-width: 1366px) and (min-width: 1025px) {
.kampanjer-banner {
    height: 500px;
}

.soff-ft-cat figure {
    background-position: center center;
    background-size: cover;
    padding-bottom: 71%;
    position: relative;
    margin: 0 0 30px 0;
}

}

@media (max-width: 1024px) and (min-width: 824px) {
.kampanjer-banner {
    height: 426px;
}

.soff-ft-cat figure {
    background-position: center center;
    background-size: cover;
    padding-bottom: 71%;
    position: relative;
    margin: 0 0 30px 0;
}

}


@media (max-width: 823px) and (min-width: 732px) {
.kampanjer-banner {
    height: 412px;
}

.soff-ft-cat figure {
    background-position: center center;
    background-size: cover;
    padding-bottom: 71%;
    position: relative;
    margin: 0 0 30px 0;
}

}

@media (max-width: 731px) and (min-width: 668px) {
.kampanjer-banner {
    height: 412px;
}

.soff-ft-cat figure {
    background-position: center center;
    background-size: cover;
    padding-bottom: 71%;
    position: relative;
    margin: 0 0 30px 0;
}

}


@media (max-width: 667px) and (min-width: 641px) {
.kampanjer-banner {
    height: 375px;
}

.soff-ft-cat figure {
    background-position: center center;
    background-size: cover;
    padding-bottom: 71%;
    position: relative;
    margin: 0 0 30px 0;
}

}


@media (max-width: 640px) and (min-width: 569px) {
.kampanjer-banner {
    height: 359px;
}

.soff-ft-cat figure {
    background-position: center center;
    background-size: cover;
    padding-bottom: 71%;
    position: relative;
    margin: 0 0 30px 0;
}

}



@media (max-width: 568px) and (min-width: 376px) {
.kampanjer-banner {
    height: 315px;
}

.soff-ft-cat figure {
    background-position: center center;
    background-size: cover;
    padding-bottom: 71%;
    position: relative;
    margin: 0 0 30px 0;
}

}



@media (max-width: 414px) and (min-width: 376px) {
.kampanjer-banner {
    height: 226px;
}

.soff-ft-cat figure {
    background-position: center center;
    background-size: cover;
    padding-bottom: 71%;
    position: relative;
    margin: 0 0 30px 0;
}

}


@media (max-width: 375px) and (min-width: 361px) {
.kampanjer-banner {
    height: 203px;
}

    .soff-ft-cat figure {
    background-position: center center;
    background-size: cover;
    padding-bottom: 71%;
    position: relative;
    margin: 0 0 30px 0;
}

}

@media (max-width: 360px) and (min-width: 321px) {
.kampanjer-banner {
    height: 194px;
}

    .soff-ft-cat figure {
    background-position: center center;
    background-size: cover;
    padding-bottom: 71%;
    position: relative;
    margin: 0 0 30px 0;
}

}


@media (max-width: 320px) {
    .kampanjer-banner {
        height: 170px;;
    }
    
    .soff-ft-cat figure {
    background-position: center center;
    background-size: cover;
    padding-bottom: 71%;
    position: relative;
    margin: 0 0 30px 0;
}

}




@media (max-width: 767px) {
    .sell-banner-mobile {
        display: flex;
    }

    .sell-banner-desktop {
        display: none;
    }

    /* .sell-product-cat-wrapper a {        
        flex: 0 0 calc(50% - 7.5px);
        margin: 15px 0 0;
    } */
    

}


body.woocommerce-checkout .woocommerce-privacy-policy-text {
    padding: 0 15px;
}



.woocommerce-checkout .soff-search-option {
    width: 100%;
}

.woocommerce-checkout .soff-search-option input {
     width: 85%;
}

.woocommerce-checkout .soff-search-option button {
     width: 15%;
}

@media only screen and (max-width: 920px) {

    .wc-main-content .archive-product-cat-image {
        height: auto !important;
        opacity: 0 !important;
    }

    .wc-main-content .term-description {
        background: transparent;
        bottom: 0;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        padding: 0;
        text-align: left;
        width: 100%;
        max-width: 100%;
    }
    .wc-main-content .term-description h3 {
        border-bottom: none;
    }
    .archive-product-cat-image-mobile {
        width: 100%;
        height: 422px;
        margin: 10px 0 20px;
        background-size: cover;
        background-repeat: no-repeat;
        display: block;
    }
}

@media only screen and (min-width: 813px) and (max-width: 823px) {
    .archive-product-cat-image-mobile {
        height: 422px;   
    }
}

@media only screen and (min-width: 737px) and (max-width: 812px) {
    .archive-product-cat-image-mobile {
        height: 422px;   
    }
}

@media only screen and (min-width: 732px) and (max-width: 736px) {
    .archive-product-cat-image-mobile {
        height: 396px;   
    }
}


@media only screen and (min-width: 668px) and (max-width: 731px) {
    .archive-product-cat-image-mobile {
        height: 393px;   
    }
}

@media only screen and (min-width: 641px) and (max-width: 667px){
    .archive-product-cat-image-mobile {
        height: 355px;   
    }
}


@media only screen and (min-width: 569px) and (max-width: 640px) {
    .archive-product-cat-image-mobile {
        height: 338px;   
    }
}


@media only screen and (min-width: 415px) and (max-width: 568px) {
    .archive-product-cat-image-mobile {
        height: 315px;   
    }
}



@media only screen and (min-width: 412px) and (max-width: 414px){
    .archive-product-cat-image-mobile {
        height: 225px;   
    }
}

@media only screen and (min-width: 376px) and (max-width: 411px) {
    .archive-product-cat-image-mobile {
        height: 223px;   
    }
}

@media only screen and (min-width: 361px) and (max-width: 375px) {
    .archive-product-cat-image-mobile {
        height: 202px;   
    }
}

@media only screen and (min-width: 321px) and (max-width: 360px) {
    .archive-product-cat-image-mobile {
        height: 193px;   
    }
}

@media only screen and (max-width: 320px) {
    .archive-product-cat-image-mobile {
        height: 169px;   
    }
}


@media (min-width: 200px) and (max-width: 376px) { 
    .woocommerce-checkout table.cart th, 
    .woocommerce-checkout table.cart td {
        padding: 10px 6px !important;
    }

    .woocommerce-checkout table.shop_table.cart, 
    .woocommerce-cart table.shop_table.cart {
        padding: 0;
    }
    
}