

.mejs-offscreen {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        word-wrap: normal
    }
    
    .mejs-container {
        background: #000;
        box-sizing: border-box;
        font-family: Helvetica, Arial, serif;
        position: relative;
        text-align: left;
        text-indent: 0;
        vertical-align: top
    }
    
    .mejs-container * {
        box-sizing: border-box
    }
    
    .mejs-container video::-webkit-media-controls,
    .mejs-container video::-webkit-media-controls-panel,
    .mejs-container video::-webkit-media-controls-panel-container,
    .mejs-container video::-webkit-media-controls-start-playback-button {
        -webkit-appearance: none;
        display: none!important
    }
    
    .mejs-fill-container,
    .mejs-fill-container .mejs-container {
        height: 100%;
        width: 100%
    }
    
    .mejs-fill-container {
        background: transparent;
        margin: 0 auto;
        overflow: hidden;
        position: relative
    }
    
    .mejs-container:focus {
        outline: none
    }
    
    .mejs-iframe-overlay {
        height: 100%;
        position: absolute;
        width: 100%
    }
    
    .mejs-embed,
    .mejs-embed body {
        background: #000;
        height: 100%;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 100%
    }
    
    .mejs-fullscreen {
        overflow: hidden!important
    }
    
    .mejs-container-fullscreen {
        bottom: 0;
        left: 0;
        overflow: hidden;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000
    }
    
    .mejs-container-fullscreen .mejs-mediaelement,
    .mejs-container-fullscreen video {
        height: 100%!important;
        width: 100%!important
    }
    
    .mejs-background {
        left: 0;
        position: absolute;
        top: 0
    }
    
    .mejs-mediaelement {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0
    }
    
    .mejs-poster {
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        left: 0;
        position: absolute;
        top: 0;
        z-index: 1
    }
    
    :root .mejs-poster-img {
        display: none
    }
    
    .mejs-poster-img {
        border: 0;
        padding: 0
    }
    
    .mejs-overlay {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 0;
        position: absolute;
        top: 0
    }
    
    .mejs-layer {
        z-index: 1
    }
    
    .mejs-overlay-play {
        cursor: pointer
    }
    
    .mejs-overlay-button {
        background: url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;
        background-position: 0 -39px;
        height: 80px;
        width: 80px
    }
    
    .mejs-overlay:hover>.mejs-overlay-button {
        background-position: -80px -39px
    }
    
    .mejs-overlay-loading {
        height: 80px;
        width: 80px
    }
    
    .mejs-overlay-loading-bg-img {
        -webkit-animation: mejs-loading-spinner 1s linear infinite;
        animation: mejs-loading-spinner 1s linear infinite;
        background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;
        display: block;
        height: 80px;
        width: 80px;
        z-index: 1
    }
    
    @-webkit-keyframes mejs-loading-spinner {
        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }
    
    @keyframes mejs-loading-spinner {
        to {
            -webkit-transform: rotate(1turn);
            transform: rotate(1turn)
        }
    }
    
    .mejs-controls {
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        left: 0;
        list-style-type: none;
        margin: 0;
        padding: 0 10px;
        position: absolute;
        width: 100%;
        z-index: 3
    }
    
    .mejs-controls:not([style*="display: none"]) {
        background: rgba(255, 0, 0, .7);
        background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .35));
        background: linear-gradient(transparent, rgba(0, 0, 0, .35))
    }
    
    .mejs-button,
    .mejs-time,
    .mejs-time-rail {
        font-size: 10px;
        height: 40px;
        line-height: 10px;
        margin: 0;
        width: 32px
    }
    
    .mejs-button>button {
        background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);
        border: 0;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 20px;
        line-height: 0;
        margin: 10px 6px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        text-decoration: none;
        width: 20px
    }
    
    .mejs-button>button:focus {
        outline: 1px dotted #999
    }
    
    .mejs-container-keyboard-inactive [role=slider],
    .mejs-container-keyboard-inactive [role=slider]:focus,
    .mejs-container-keyboard-inactive a,
    .mejs-container-keyboard-inactive a:focus,
    .mejs-container-keyboard-inactive button,
    .mejs-container-keyboard-inactive button:focus {
        outline: 0
    }
    
    .mejs-time {
        box-sizing: content-box;
        color: #fff;
        font-size: 11px;
        font-weight: 700;
        height: 24px;
        overflow: hidden;
        padding: 16px 6px 0;
        text-align: center;
        width: auto
    }
    
    .mejs-play>button {
        background-position: 0 0
    }
    
    .mejs-pause>button {
        background-position: -20px 0
    }
    
    .mejs-replay>button {
        background-position: -160px 0
    }
    
    .mejs-time-rail {
        direction: ltr;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 40px;
        margin: 0 10px;
        padding-top: 10px;
        position: relative
    }
    
    .mejs-time-buffering,
    .mejs-time-current,
    .mejs-time-float,
    .mejs-time-float-corner,
    .mejs-time-float-current,
    .mejs-time-hovered,
    .mejs-time-loaded,
    .mejs-time-marker,
    .mejs-time-total {
        border-radius: 2px;
        cursor: pointer;
        display: block;
        height: 10px;
        position: absolute
    }
    
    .mejs-time-total {
        background: hsla(0, 0%, 100%, .3);
        margin: 5px 0 0;
        width: 100%
    }
    
    .mejs-time-buffering {
        -webkit-animation: buffering-stripes 2s linear infinite;
        animation: buffering-stripes 2s linear infinite;
        background: -webkit-linear-gradient(135deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
        background: linear-gradient(-45deg, hsla(0, 0%, 100%, .4) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .4) 0, hsla(0, 0%, 100%, .4) 75%, transparent 0, transparent);
        background-size: 15px 15px;
        width: 100%
    }
    
    @-webkit-keyframes buffering-stripes {
        0% {
            background-position: 0 0
        }
        to {
            background-position: 30px 0
        }
    }
    
    @keyframes buffering-stripes {
        0% {
            background-position: 0 0
        }
        to {
            background-position: 30px 0
        }
    }
    
    .mejs-time-loaded {
        background: hsla(0, 0%, 100%, .3)
    }
    
    .mejs-time-current,
    .mejs-time-handle-content {
        background: hsla(0, 0%, 100%, .9)
    }
    
    .mejs-time-hovered {
        background: hsla(0, 0%, 100%, .5);
        z-index: 10
    }
    
    .mejs-time-hovered.negative {
        background: rgba(0, 0, 0, .2)
    }
    
    .mejs-time-buffering,
    .mejs-time-current,
    .mejs-time-hovered,
    .mejs-time-loaded {
        left: 0;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: all .15s ease-in;
        transition: all .15s ease-in;
        width: 100%
    }
    
    .mejs-time-buffering {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1)
    }
    
    .mejs-time-hovered {
        -webkit-transition: height .1s cubic-bezier(.44, 0, 1, 1);
        transition: height .1s cubic-bezier(.44, 0, 1, 1)
    }
    
    .mejs-time-hovered.no-hover {
        -webkit-transform: scaleX(0)!important;
        -ms-transform: scaleX(0)!important;
        transform: scaleX(0)!important
    }
    
    .mejs-time-handle,
    .mejs-time-handle-content {
        border: 4px solid transparent;
        cursor: pointer;
        left: 0;
        position: absolute;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        z-index: 11
    }
    
    .mejs-time-handle-content {
        border: 4px solid hsla(0, 0%, 100%, .9);
        border-radius: 50%;
        height: 10px;
        left: -7px;
        top: -4px;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        width: 10px
    }
    
    .mejs-time-rail .mejs-time-handle-content:active,
    .mejs-time-rail .mejs-time-handle-content:focus,
    .mejs-time-rail:hover .mejs-time-handle-content {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    
    .mejs-time-float {
        background: #eee;
        border: 1px solid #333;
        bottom: 100%;
        color: #111;
        display: none;
        height: 17px;
        margin-bottom: 9px;
        position: absolute;
        text-align: center;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 36px
    }
    
    .mejs-time-float-current {
        display: block;
        left: 0;
        margin: 2px;
        text-align: center;
        width: 30px
    }
    
    .mejs-time-float-corner {
        border: 5px solid transparent;
        border-top-color: #eee;
        border-radius: 0;
        display: block;
        height: 0;
        left: 50%;
        line-height: 0;
        position: absolute;
        top: 100%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 0
    }
    
    .mejs-long-video .mejs-time-float {
        margin-left: -23px;
        width: 64px
    }
    
    .mejs-long-video .mejs-time-float-current {
        width: 60px
    }
    
    .mejs-broadcast {
        color: #fff;
        height: 10px;
        position: absolute;
        top: 15px;
        width: 100%
    }
    
    .mejs-fullscreen-button>button {
        background-position: -80px 0
    }
    
    .mejs-unfullscreen>button {
        background-position: -100px 0
    }
    
    .mejs-mute>button {
        background-position: -60px 0
    }
    
    .mejs-unmute>button {
        background-position: -40px 0
    }
    
    .mejs-volume-button {
        position: relative
    }
    
    .mejs-volume-button>.mejs-volume-slider {
        -webkit-backface-visibility: hidden;
        background: rgba(50, 50, 50, .7);
        border-radius: 0;
        bottom: 100%;
        display: none;
        height: 115px;
        left: 50%;
        margin: 0;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 25px;
        z-index: 1
    }
    
    .mejs-volume-button:hover {
        border-radius: 0 0 4px 4px
    }
    
    .mejs-volume-total {
        background: hsla(0, 0%, 100%, .5);
        height: 100px;
        left: 50%;
        margin: 0;
        position: absolute;
        top: 8px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 2px
    }
    
    .mejs-volume-current {
        background: hsla(0, 0%, 100%, .9);
        left: 0;
        margin: 0;
        position: absolute;
        width: 100%
    }
    
    .mejs-volume-handle {
        background: hsla(0, 0%, 100%, .9);
        border-radius: 1px;
        cursor: ns-resize;
        height: 6px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 16px
    }
    
    .mejs-horizontal-volume-slider {
        display: block;
        height: 36px;
        position: relative;
        vertical-align: middle;
        width: 56px
    }
    
    .mejs-horizontal-volume-total {
        background: rgba(50, 50, 50, .8);
        border-radius: 2px;
        font-size: 1px;
        height: 8px;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 16px;
        width: 50px
    }
    
    .mejs-horizontal-volume-current {
        background: hsla(0, 0%, 100%, .8);
        border-radius: 2px;
        font-size: 1px;
        height: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
    
    .mejs-horizontal-volume-handle {
        display: none
    }
    
    .mejs-captions-button,
    .mejs-chapters-button {
        position: relative
    }
    
    .mejs-captions-button>button {
        background-position: -140px 0
    }
    
    .mejs-chapters-button>button {
        background-position: -180px 0
    }
    
    .mejs-captions-button>.mejs-captions-selector,
    .mejs-chapters-button>.mejs-chapters-selector {
        background: rgba(50, 50, 50, .7);
        border: 1px solid transparent;
        border-radius: 0;
        bottom: 100%;
        margin-right: -43px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 50%;
        visibility: visible;
        width: 86px
    }
    
    .mejs-chapters-button>.mejs-chapters-selector {
        margin-right: -55px;
        width: 110px
    }
    
    .mejs-captions-selector-list,
    .mejs-chapters-selector-list {
        list-style-type: none!important;
        margin: 0;
        overflow: hidden;
        padding: 0
    }
    
    .mejs-captions-selector-list-item,
    .mejs-chapters-selector-list-item {
        color: #fff;
        cursor: pointer;
        display: block;
        list-style-type: none!important;
        margin: 0 0 6px;
        overflow: hidden;
        padding: 0
    }
    
    .mejs-captions-selector-list-item:hover,
    .mejs-chapters-selector-list-item:hover {
        background-color: #c8c8c8!important;
        background-color: hsla(0, 0%, 100%, .4)!important
    }
    
    .mejs-captions-selector-input,
    .mejs-chapters-selector-input {
        clear: both;
        float: left;
        left: -1000px;
        margin: 3px 3px 0 5px;
        position: absolute
    }
    
    .mejs-captions-selector-label,
    .mejs-chapters-selector-label {
        cursor: pointer;
        float: left;
        font-size: 10px;
        line-height: 15px;
        padding: 4px 10px 0;
        width: 100%
    }
    
    .mejs-captions-selected,
    .mejs-chapters-selected {
        color: #21f8f8
    }
    
    .mejs-captions-translations {
        font-size: 10px;
        margin: 0 0 5px
    }
    
    .mejs-captions-layer {
        bottom: 0;
        color: #fff;
        font-size: 16px;
        left: 0;
        line-height: 20px;
        position: absolute;
        text-align: center
    }
    
    .mejs-captions-layer a {
        color: #fff;
        text-decoration: underline
    }
    
    .mejs-captions-layer[lang=ar] {
        font-size: 20px;
        font-weight: 400
    }
    
    .mejs-captions-position {
        bottom: 15px;
        left: 0;
        position: absolute;
        width: 100%
    }
    
    .mejs-captions-position-hover {
        bottom: 35px
    }
    
    .mejs-captions-text,
    .mejs-captions-text * {
        background: rgba(20, 20, 20, .5);
        box-shadow: 5px 0 0 rgba(20, 20, 20, .5), -5px 0 0 rgba(20, 20, 20, .5);
        padding: 0;
        white-space: pre-wrap
    }
    
    .mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
        display: none
    }
    
    .mejs-overlay-error {
        position: relative
    }
    
    .mejs-overlay-error>img {
        left: 0;
        max-width: 100%;
        position: absolute;
        top: 0;
        z-index: -1
    }
    
    .mejs-cannotplay,
    .mejs-cannotplay a {
        color: #fff;
        font-size: .8em
    }
    
    .mejs-cannotplay {
        position: relative
    }
    
    .mejs-cannotplay a,
    .mejs-cannotplay p {
        display: inline-block;
        padding: 0 15px;
        width: 100%
    }
    
    .mejs-container {
        clear: both;
        max-width: 100%
    }
    
    .mejs-container * {
        font-family: Helvetica, Arial
    }
    
    .mejs-container,
    .mejs-container .mejs-controls,
    .mejs-embed,
    .mejs-embed body {
        background: #222
    }
    
    .mejs-time {
        font-weight: 400;
        word-wrap: normal
    }
    
    .mejs-controls a.mejs-horizontal-volume-slider {
        display: table
    }
    
    .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
    .mejs-controls .mejs-time-rail .mejs-time-loaded {
        background: #fff
    }
    
    .mejs-controls .mejs-time-rail .mejs-time-current {
        background: #0073aa
    }
    
    .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
    .mejs-controls .mejs-time-rail .mejs-time-total {
        background: rgba(255, 255, 255, .33)
    }
    
    .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
    .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
    .mejs-controls .mejs-time-rail span {
        border-radius: 0
    }
    
    .mejs-overlay-loading {
        background: 0 0
    }
    
    .mejs-controls button:hover {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    
    .me-cannotplay {
        width: auto!important
    }
    
    .media-embed-details .wp-audio-shortcode {
        display: inline-block;
        max-width: 400px
    }
    
    .audio-details .embed-media-settings {
        overflow: visible
    }
    
    .media-embed-details .embed-media-settings .setting span:not(.button-group) {
        max-width: 400px;
        width: auto
    }
    
    .media-embed-details .embed-media-settings .checkbox-setting span {
        display: inline-block
    }
    
    .media-embed-details .embed-media-settings {
        padding-top: 0;
        top: 28px
    }
    
    .media-embed-details .instructions {
        padding: 16px 0;
        max-width: 600px
    }
    
    .media-embed-details .setting .remove-setting,
    .media-embed-details .setting p {
        color: #a00;
        font-size: 10px;
        text-transform: uppercase
    }
    
    .media-embed-details .setting .remove-setting {
        padding: 5px 0
    }
    
    .media-embed-details .setting a:hover {
        color: #dc3232
    }
    
    .media-embed-details .embed-media-settings .checkbox-setting {
        float: none;
        margin: 0 0 10px
    }
    
    .wp-video {
        max-width: 100%;
        height: auto
    }
    
    .wp_attachment_holder .wp-audio-shortcode,
    .wp_attachment_holder .wp-video {
        margin-top: 18px
    }
    
    .wp-video-shortcode video,
    video.wp-video-shortcode {
        max-width: 100%;
        display: inline-block
    }
    
    .video-details .wp-video-holder {
        width: 100%;
        max-width: 640px
    }
    
    .wp-playlist {
        border: 1px solid #ccc;
        padding: 10px;
        margin: 12px 0 18px;
        font-size: 14px;
        line-height: 1.5
    }
    
    .wp-admin .wp-playlist {
        margin: 0 0 18px
    }
    
    .wp-playlist video {
        display: inline-block;
        max-width: 100%
    }
    
    .wp-playlist audio {
        display: none;
        max-width: 100%;
        width: 400px
    }
    
    .wp-playlist .mejs-container {
        margin: 0;
        max-width: 100%
    }
    
    .wp-playlist .mejs-controls .mejs-button button {
        outline: 0
    }
    
    .wp-playlist-light {
        background: #fff;
        color: #000
    }
    
    .wp-playlist-dark {
        color: #fff;
        background: #000
    }
    
    .wp-playlist-caption {
        display: block;
        max-width: 88%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        line-height: 1.5
    }
    
    .wp-playlist-item .wp-playlist-caption {
        text-decoration: none;
        color: #000;
        max-width: -webkit-calc(100% - 40px);
        max-width: calc(100% - 40px)
    }
    
    .wp-playlist-item-meta {
        display: block;
        font-size: 14px;
        line-height: 1.5
    }
    
    .wp-playlist-item-title {
        font-size: 14px;
        line-height: 1.5
    }
    
    .wp-playlist-item-album {
        font-style: italic;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    
    .wp-playlist-item-artist {
        font-size: 12px;
        text-transform: uppercase
    }
    
    .wp-playlist-item-length {
        position: absolute;
        right: 3px;
        top: 0;
        font-size: 14px;
        line-height: 1.5
    }
    
    .rtl .wp-playlist-item-length {
        left: 3px;
        right: auto
    }
    
    .wp-playlist-tracks {
        margin-top: 10px
    }
    
    .wp-playlist-item {
        position: relative;
        cursor: pointer;
        padding: 0 3px;
        border-bottom: 1px solid #ccc
    }
    
    .wp-playlist-item:last-child {
        border-bottom: 0
    }
    
    .wp-playlist-light .wp-playlist-caption {
        color: #333
    }
    
    .wp-playlist-dark .wp-playlist-caption {
        color: #ddd
    }
    
    .wp-playlist-playing {
        font-weight: 700;
        background: #f7f7f7
    }
    
    .wp-playlist-light .wp-playlist-playing {
        background: #fff;
        color: #000
    }
    
    .wp-playlist-dark .wp-playlist-playing {
        background: #000;
        color: #fff
    }
    
    .wp-playlist-current-item {
        overflow: hidden;
        margin-bottom: 10px;
        height: 60px
    }
    
    .wp-playlist .wp-playlist-current-item img {
        float: left;
        max-width: 60px;
        height: auto;
        margin-right: 10px;
        padding: 0;
        border: 0
    }
    
    .rtl .wp-playlist .wp-playlist-current-item img {
        float: right;
        margin-left: 10px;
        margin-right: 0
    }
    
    .wp-playlist-current-item .wp-playlist-item-artist,
    .wp-playlist-current-item .wp-playlist-item-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    
    .wp-audio-playlist .me-cannotplay span {
        padding: 5px 15px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses address,
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses address {
        font-style: normal
    }
    
    .woocommerce-page .qodef-content input[type=text],
    .woocommerce-page .qodef-content input[type=email],
    .woocommerce-page .qodef-content input[type=tel],
    .woocommerce-page .qodef-content input[type=password],
    .woocommerce-page .qodef-content textarea,
    div.woocommerce input[type=text],
    div.woocommerce input[type=email],
    div.woocommerce input[type=tel],
    div.woocommerce input[type=password],
    div.woocommerce textarea {
        position: relative;
        width: 100%;
        margin: 0 0 20px;
        padding: 14px 18px;
        font-family: inherit;
        font-size: 14px;
        line-height: 20px;
        font-weight: inherit;
        color: #282828;
        background-color: transparent;
        border: 1px solid #e1e1e1;
        border-radius: 0;
        outline: 0;
        -webkit-appearance: none;
        cursor: pointer;
        box-sizing: border-box;
        -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
        transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out
    }
    
    .woocommerce-page .qodef-content input:focus[type=text],
    .woocommerce-page .qodef-content input:focus[type=email],
    .woocommerce-page .qodef-content input:focus[type=tel],
    .woocommerce-page .qodef-content input:focus[type=password],
    .woocommerce-page .qodef-content textarea:focus,
    div.woocommerce input:focus[type=text],
    div.woocommerce input:focus[type=email],
    div.woocommerce input:focus[type=tel],
    div.woocommerce input:focus[type=password],
    div.woocommerce textarea:focus {
        color: #282828;
        border-color: #939393
    }
    
    .woocommerce-page .qodef-content input[type=text]::-webkit-input-placeholder,
    .woocommerce-page .qodef-content input[type=email]::-webkit-input-placeholder,
    .woocommerce-page .qodef-content input[type=tel]::-webkit-input-placeholder,
    .woocommerce-page .qodef-content input[type=password]::-webkit-input-placeholder,
    .woocommerce-page .qodef-content textarea::-webkit-input-placeholder,
    div.woocommerce input[type=text]::-webkit-input-placeholder,
    div.woocommerce input[type=email]::-webkit-input-placeholder,
    div.woocommerce input[type=tel]::-webkit-input-placeholder,
    div.woocommerce input[type=password]::-webkit-input-placeholder,
    div.woocommerce textarea::-webkit-input-placeholder {
        color: inherit
    }
    
    .woocommerce-page .qodef-content input:-moz-placeholder[type=text],
    .woocommerce-page .qodef-content input:-moz-placeholder[type=email],
    .woocommerce-page .qodef-content input:-moz-placeholder[type=tel],
    .woocommerce-page .qodef-content input:-moz-placeholder[type=password],
    .woocommerce-page .qodef-content textarea:-moz-placeholder,
    div.woocommerce input:-moz-placeholder[type=text],
    div.woocommerce input:-moz-placeholder[type=email],
    div.woocommerce input:-moz-placeholder[type=tel],
    div.woocommerce input:-moz-placeholder[type=password],
    div.woocommerce textarea:-moz-placeholder {
        color: inherit;
        opacity: 1
    }
    
    .woocommerce-page .qodef-content input[type=text]::-moz-placeholder,
    .woocommerce-page .qodef-content input[type=email]::-moz-placeholder,
    .woocommerce-page .qodef-content input[type=tel]::-moz-placeholder,
    .woocommerce-page .qodef-content input[type=password]::-moz-placeholder,
    .woocommerce-page .qodef-content textarea::-moz-placeholder,
    div.woocommerce input[type=text]::-moz-placeholder,
    div.woocommerce input[type=email]::-moz-placeholder,
    div.woocommerce input[type=tel]::-moz-placeholder,
    div.woocommerce input[type=password]::-moz-placeholder,
    div.woocommerce textarea::-moz-placeholder {
        color: inherit;
        opacity: 1
    }
    
    .woocommerce-page .qodef-content input:-ms-input-placeholder[type=text],
    .woocommerce-page .qodef-content input:-ms-input-placeholder[type=email],
    .woocommerce-page .qodef-content input:-ms-input-placeholder[type=tel],
    .woocommerce-page .qodef-content input:-ms-input-placeholder[type=password],
    .woocommerce-page .qodef-content textarea:-ms-input-placeholder,
    div.woocommerce input:-ms-input-placeholder[type=text],
    div.woocommerce input:-ms-input-placeholder[type=email],
    div.woocommerce input:-ms-input-placeholder[type=tel],
    div.woocommerce input:-ms-input-placeholder[type=password],
    div.woocommerce textarea:-ms-input-placeholder {
        color: inherit
    }
    
    .qodef-pl-holder .qodef-pli .qodef-pli-rating,
    .qodef-pls-holder .qodef-pls-text .qodef-pls-rating,
    .qodef-product-info .qodef-pi-rating,
    .qodef-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a.active:after,
    .qodef-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a:before,
    .woocommerce .star-rating {
        font-family: ElegantIcons;
        font-size: 10px;
        line-height: 1;
        letter-spacing: 4px;
        color: #b4b4b4;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    
    .qodef-woocommerce-page table.cart thead tr {
        border: 0;
        border-bottom: 1px solid #e1e1e1
    }
    
    .qodef-woocommerce-page table.cart thead tr th {
        padding: 29px 0 19px;
        color: #282828;
        text-align: left;
        font-size: 19px;
        font-weight: 600
    }
    
    .qodef-woocommerce-page table.cart tbody tr {
        border: 0
    }
    
    .qodef-woocommerce-page table.cart tr.cart_item {
        border-bottom: 1px solid #e1e1e1
    }
    
    .qodef-woocommerce-page table.cart tr.cart_item td {
        padding: 25px 0;
        vertical-align: middle;
        text-align: inherit
    }
    
    .qodef-woocommerce-page table.cart tr.cart_item td.product-remove {
        padding-left: 38px;
        padding-right: 0
    }
    
    .qodef-woocommerce-page table.cart tr.cart_item td.product-remove a {
        color: #939393;
        font-size: 0;
        line-height: 1
    }
    
    .qodef-woocommerce-page table.cart tr.cart_item td.product-remove a:after {
        content: "\f404";
        display: inline-block;
        vertical-align: middle;
        speak: none;
        color: inherit;
        font-family: Ionicons;
        font-size: 25px;
        line-height: inherit;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    
    .qodef-woocommerce-page table.cart td.actions .coupon .button,
    .qodef-woocommerce-page table.cart td.actions button.button {
        line-height: 2px;
        font-weight: 500;
        padding: 24px;
        font-size: 15px
    }
    
    .qodef-woocommerce-page table.cart tr.cart_item td.product-remove a:hover {
        color: #282828
    }
    
    .qodef-woocommerce-page table.cart tr.cart_item td.product-thumbnail {
        width: 80px;
        height: 80px;
        padding-right: 10px
    }
    
    .qodef-woocommerce-page table.cart tr.cart_item td.product-thumbnail a,
    .qodef-woocommerce-page table.cart tr.cart_item td.product-thumbnail img {
        display: block
    }
    
    .qodef-woocommerce-page table.cart tr.cart_item td .variation>* {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 0
    }
    
    .qodef-woocommerce-page table.cart tr.cart_item td .variation p {
        margin: 0
    }
    
    .qodef-woocommerce-page table.cart td.actions {
        padding: 35px 0 36px;
        text-align: inherit
    }
    
    .qodef-woocommerce-page table.cart td.actions .coupon {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: left
    }
    
    .qodef-woocommerce-page table.cart td.actions .coupon label {
        display: none
    }
    
    .qodef-woocommerce-page table.cart td.actions .coupon input[type=text] {
        margin: 0 22px 0 0;
        font-size: 14px;
        color: #b4b4b4;
        border: 1px solid #dfdfdf
    }
    
    .qodef-woocommerce-page table.cart td.actions button.button,
    .qodef-woocommerce-page table.cart td.actions>input {
        float: right
    }
    
    .qodef-woocommerce-page .cart-collaterals {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0 0 50px
    }
    
    .qodef-woocommerce-page .cart-collaterals h2 {
        position: relative;
        display: block;
        margin: 0 0 26px
    }
    
    .qodef-woocommerce-page .cart-collaterals table {
        margin: 0 0 35px
    }
    
    .qodef-woocommerce-page .cart-collaterals table tr {
        border: 0;
        border-bottom: 1px solid #e1e1e1
    }
    
    .qodef-woocommerce-page .cart-collaterals table td,
    .qodef-woocommerce-page .cart-collaterals table th {
        padding: 14px 0;
        text-align: left;
        vertical-align: middle
    }
    
    .qodef-woocommerce-page .cart-collaterals table th {
        width: 20%;
        padding-right: 5px;
        border: 0;
        color: #282828;
        font-weight: 600
    }
    
    .qodef-woocommerce-page .cart-collaterals tr.shipping #shipping_method {
        list-style: none;
        margin: 0 0 7px
    }
    
    .qodef-woocommerce-page .cart-collaterals tr.shipping #shipping_method li {
        margin: 3px 0;
        padding: 0
    }
    
    .qodef-woocommerce-page .cart-collaterals tr.shipping #shipping_method li>* {
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }
    
    .qodef-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
        display: block;
        margin: 0 0 10px
    }
    
    .qodef-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator p {
        margin: 0
    }
    
    .qodef-woocommerce-page .cross-sells {
        margin: 30px 0 0;
        border-top: 1px solid #e1e1e1
    }
    
    .qodef-woocommerce-page .cross-sells>h2 {
        display: block;
        margin: 36px 0 50px;
        text-align: center
    }
    
    .qodef-woocommerce-page .cart_totals {
        margin: 1px 0 20px
    }
    
    .qodef-woocommerce-page .cart_totals td {
        color: #282828
    }
    
    .qodef-woocommerce-page .cart_totals .wc-proceed-to-checkout a.checkout-button {
        font-size: 15px;
        padding: 24px;
        line-height: 2px;
        font-weight: 500
    }
    
    .qodef-woocommerce-page .cart-empty {
        position: relative;
        display: block;
        font-size: 35px;
        line-height: 1.5em;
        text-align: center;
        color: #282828;
        margin: 40px 0 33px
    }
    
    .qodef-woocommerce-page .qodef-content .return-to-shop {
        position: relative;
        display: block;
        text-align: center;
        margin: 0 0 60px
    }
    
    .qodef-woocommerce-page .qodef-content .return-to-shop a.button {
        font-size: 15px
    }
    
    .qodef-woocommerce-page .checkout_coupon {
        display: block;
        margin: 0 0 34px
    }
    
    .qodef-woocommerce-page .checkout_coupon p {
        margin: 0
    }
    
    .qodef-woocommerce-page.woocommerce-checkout form.login {
        display: block;
        margin: 0 0 34px;
        color: #282828
    }
    
    .qodef-woocommerce-page.woocommerce-checkout form.login>:first-child {
        margin: 0 0 15px
    }
    
    .qodef-woocommerce-page.woocommerce-checkout form.login p {
        margin: 0
    }
    
    .qodef-woocommerce-page.woocommerce-checkout form.login input[type=checkbox] {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        top: -1px;
        margin: 0 3px 0 5px
    }
    
    .qodef-woocommerce-page.woocommerce-checkout form.login .lost_password {
        display: block;
        margin: 15px 0 0
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .col2-set:after,
    .qodef-woocommerce-page .woocommerce-checkout .col2-set:before {
        content: '';
        display: table
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .col2-set:after {
        clear: both
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .col-1,
    .qodef-woocommerce-page .woocommerce-checkout .col-2 {
        position: relative;
        display: inline-block;
        width: 49%;
        margin-right: 1%;
        float: left;
        vertical-align: middle
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .col-1 h3,
    .qodef-woocommerce-page .woocommerce-checkout .col-2 h3 {
        margin: 8px 0 25px
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .col-1 p,
    .qodef-woocommerce-page .woocommerce-checkout .col-2 p {
        margin: 0
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .col-1 label:not(.checkbox),
    .qodef-woocommerce-page .woocommerce-checkout .col-2 label:not(.checkbox) {
        display: block;
        margin: 0 0 5px;
        color: #282828;
        font-weight: 600
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row,
    .qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row {
        width: 49%;
        margin-right: 2%;
        float: left
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row-last,
    .qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row-last {
        margin-right: 0
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row-wide,
    .qodef-woocommerce-page .woocommerce-checkout .col-1 .form-row.notes,
    .qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row-wide,
    .qodef-woocommerce-page .woocommerce-checkout .col-2 .form-row.notes {
        width: 100%
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .col-2 {
        margin-left: 1%;
        margin-right: 0
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .create-account {
        margin: 0 0 15px
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .create-account input,
    .qodef-woocommerce-page .woocommerce-checkout .create-account label {
        display: inline-block;
        vertical-align: middle
    }
    
    .qodef-woocommerce-page .woocommerce-checkout h3#order_review_heading {
        margin: 18px 0;
        font-size: 35px
    }
    
    .qodef-woocommerce-page .woocommerce-checkout table {
        padding: 0;
        margin: 0 0 35px
    }
    
    .qodef-woocommerce-page .woocommerce-checkout table tr {
        border: 0;
        border-bottom: 1px solid #e1e1e1
    }
    
    .qodef-woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method {
        list-style: none;
        margin: 0
    }
    
    .qodef-woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method li {
        margin: 3px 0;
        padding: 0
    }
    
    .qodef-woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method li>* {
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }
    
    .qodef-woocommerce-page .woocommerce-checkout table td,
    .qodef-woocommerce-page .woocommerce-checkout table th {
        padding: 14px 0;
        text-align: left;
        vertical-align: middle
    }
    
    .qodef-woocommerce-page .woocommerce-checkout table th {
        border: 0;
        font-size: 19px;
        font-weight: 600;
        color: #282828
    }
    
    .qodef-woocommerce-page .woocommerce-checkout table .variation>* {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 0
    }
    
    .qodef-woocommerce-page .woocommerce-checkout table .variation p {
        margin: 0
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .select2-container {
        border-radius: 0
    }
    
    .qodef-woocommerce-page .woocommerce-checkout input[type=checkbox],
    .qodef-woocommerce-page .woocommerce-checkout input[type=radio] {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        top: -1px;
        margin: 0 3px 0 5px
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment {
        display: block;
        margin: 20px 0 70px
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul {
        list-style: none;
        margin: 0 0 35px;
        padding: 0
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li:not(.woocommerce-notice):not(.woocommerce-message):not(.woocommerce-error),
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce ul.order_details li {
        padding: 14px 0;
        border-bottom: 1px solid #e1e1e1
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li:not(.woocommerce-notice):not(.woocommerce-message):not(.woocommerce-error) input,
    .qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li:not(.woocommerce-notice):not(.woocommerce-message):not(.woocommerce-error) label {
        display: inline-block;
        vertical-align: middle
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li:not(.woocommerce-notice):not(.woocommerce-message):not(.woocommerce-error).payment_method_paypal label img {
        vertical-align: middle;
        margin: 0 8px
    }
    
    .qodef-woocommerce-page .woocommerce-checkout .woocommerce-checkout-review-order .form-row.place-order button {
        font-size: 15px
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce {
        display: block;
        margin: 0 0 45px
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce>p {
        display: block;
        margin: 0 0 30px
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce>h2,
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce>header h2 {
        display: block;
        margin: 16px 0 25px
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce ul.order_details {
        list-style: none;
        margin: 0 0 30px
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce ul.order_details li strong {
        color: #282828;
        font-weight: 400
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table {
        padding: 0;
        margin: 0 0 35px
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table tr {
        border: 0;
        border-bottom: 1px solid #e1e1e1
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table td,
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table th {
        padding: 14px 0;
        text-align: left;
        vertical-align: middle
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table th {
        border: 0
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table .variation>* {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 0
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table .variation p {
        margin: 0
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        clear: both;
        margin: 0 0 15px
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-1,
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-2 {
        position: relative;
        display: inline-block;
        width: 49%;
        margin-right: 1%;
        float: left;
        vertical-align: middle
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-2 {
        margin-left: 1%;
        margin-right: 0
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .title {
        margin: 4px 0 25px
    }
    
    .qodef-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses h3 {
        margin: 0
    }
    
    .woocommerce-page .qodef-content .wc-forward:not(.added_to_cart):not(.checkout-button),
    .woocommerce-page .qodef-content a.added_to_cart,
    .woocommerce-page .qodef-content a.button,
    .woocommerce-page .qodef-content button[type=submit]:not(.qodef-woo-search-widget-button),
    .woocommerce-page .qodef-content input[type=submit],
    div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button),
    div.woocommerce a.added_to_cart,
    div.woocommerce a.button,
    div.woocommerce button[type=submit]:not(.qodef-woo-search-widget-button),
    div.woocommerce input[type=submit] {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0;
        font-family: inherit;
        line-height: 2em;
        font-weight: 500;
        outline: 0;
        box-sizing: border-box;
        -webkit-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        padding: 8px 23px;
        font-size: 12px;
        color: #fff;
        background-color: #282828;
        border: 1px solid transparent;
        white-space: nowrap;
        cursor: pointer;
        z-index: 3;
        border-radius: 2px;
        text-transform: none
    }
    
    .woocommerce-page .qodef-content .wc-forward:not(.added_to_cart):not(.checkout-button):hover,
    .woocommerce-page .qodef-content a.added_to_cart:hover,
    .woocommerce-page .qodef-content a.button:hover,
    .woocommerce-page .qodef-content button[type=submit]:not(.qodef-woo-search-widget-button):hover,
    .woocommerce-page .qodef-content input[type=submit]:hover,
    div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button):hover,
    div.woocommerce a.added_to_cart:hover,
    div.woocommerce a.button:hover,
    div.woocommerce button[type=submit]:not(.qodef-woo-search-widget-button):hover,
    div.woocommerce input[type=submit]:hover {
        color: #282828;
        background-color: transparent;
        border: 1px solid #282828
    }
    
    .woocommerce-page .qodef-content a.button.added,
    div.woocommerce a.button.added {
        display: none!important
    }
    
    .woocommerce .qodef-new-product,
    .woocommerce .qodef-onsale,
    .woocommerce .qodef-out-of-stock {
        position: absolute;
        display: block;
        top: 0;
        width: 40px;
        background-color: #006838;
        margin: 6px 0 0 6px;
        padding: 3 6px;
        font-size: 12px;
        text-align: center;
        z-index: 100;
        font-weight: 500;
    color: #fff;
        text-transform: uppercase
    }
    
    .woocommerce .qodef-onsale {
     right:6px;
        color: #fff
    }
    

   .woocommerce .sanpham-hot{
     position: absolute;
        display: block;
        top: 0;left: 6px;
        width: 40px;color: #fff;
        background-color: #231f20;
        margin: 6px 0 0 6px;
        padding: 3 6px;
        font-size: 12px;
        text-align: center;
        z-index: 100;
        font-weight: 500;
    color: #fff;
        text-transform: uppercase
   }

    .woocommerce .qodef-out-of-stock {
        left: 0;
        color: #b4b4b4
    }
    
    .woocommerce .qodef-new-product {
        left: 0;
        color: #000
    }
    
    .qodef-woo-single-page .qodef-single-product-content .qodef-onsale {
        left: 10px
    }
    
    .qodef-woo-single-page .qodef-single-product-content .qodef-new-product,
    .qodef-woo-single-page .qodef-single-product-content .qodef-out-of-stock {
        right: 10px
    }
    
    .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .qodef-new-product,
    .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .qodef-onsale,
    .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .qodef-out-of-stock {
        left: 120px
    }
    
    .qodef-woocommerce-page .woocommerce-error,
    .qodef-woocommerce-page .woocommerce-info,
    .qodef-woocommerce-page .woocommerce-message {
        position: relative;
        display: block;
        padding: 20px 30px;
        margin: 0 0 30px;
        line-height: 38px;
        list-style: none;
        background-color: transparent;
        border: 1px solid #e1e1e1;
        font-size: 14px;
        color: #b4b4b4
    }
    
    .qodef-woocommerce-page .woocommerce-error>a,
    .qodef-woocommerce-page .woocommerce-info>a,
    .qodef-woocommerce-page .woocommerce-message>a {
        color: #939393
    }
    
    .qodef-woocommerce-page .woocommerce-error>a:hover,
    .qodef-woocommerce-page .woocommerce-info>a:hover,
    .qodef-woocommerce-page .woocommerce-message>a:hover {
        color: #282828
    }
    
    .qodef-woocommerce-page .woocommerce-error a,
    .qodef-woocommerce-page .woocommerce-info a,
    .qodef-woocommerce-page .woocommerce-message a {
        float: right
    }
    
    .qodef-woocommerce-page .woocommerce-info .showcoupon {
        color: #939393
    }
    
    .qodef-woocommerce-page .woocommerce-info .showcoupon:hover {
        color: #282828
    }
    
    .qodef-woo-pagination-holder {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0 0 66px;
        clear: both
    }
    
    .qodef-woo-pagination-holder .qodef-woo-pagination-inner {
        position: relative;
        display: table;
        width: 100%;
        text-align: center
    }
    
    .woocommerce-pagination {
        position: relative;
        display: table-cell;
        vertical-align: top;
        width: 99%;
        margin: 0;
        padding: 0
    }
    
    .woocommerce-pagination .page-numbers {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0;
        padding: 0
    }
    
    .woocommerce-pagination .page-numbers li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0
    }
    
    .woocommerce-pagination .page-numbers li a,
    .woocommerce-pagination .page-numbers li span {
        position: relative;
        display: inline-block;
        width: auto;
        margin: 0 7px;
        padding: 0;
        vertical-align: top;
        text-decoration: none;
        cursor: pointer;
        white-space: nowrap;
        color: #939393;
        -webkit-transition: color .2s ease-out;
        -moz-transition: color .2s ease-out;
        transition: color .2s ease-out;
        font-size: 14px
    }
    
    .woocommerce-pagination .page-numbers li a.current,
    .woocommerce-pagination .page-numbers li a:hover,
    .woocommerce-pagination .page-numbers li span.current,
    .woocommerce-pagination .page-numbers li span:hover {
        color: #282828
    }
    
    .woocommerce-pagination .page-numbers li a.next,
    .woocommerce-pagination .page-numbers li a.prev {
        font-size: 0;
        line-height: 26px;
        top: 1px;
        margin: 0 6px 0 5px;
        color: #939393
    }
    
    .woocommerce-pagination .page-numbers li a.next:before,
    .woocommerce-pagination .page-numbers li a.prev:before {
        position: relative;
        top: -1px;
        display: block;
        font-family: ElegantIcons;
        font-size: 20px;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    
    .woocommerce-pagination .page-numbers li a.next:hover,
    .woocommerce-pagination .page-numbers li a.prev:hover {
        color: #282828
    }
    
    .woocommerce-pagination .page-numbers li a.prev:before {
        content: "\34"
    }
    
    .woocommerce-pagination .page-numbers li a.next:before {
        content: "\35"
    }
    
    .qodef-woo-view-all-pagination {
        position: relative;
        display: table-cell;
        vertical-align: top;
        width: 1%
    }
    
    .qodef-woo-view-all-pagination a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        padding: 0 0 0 2px;
        color: #939393;
        font-size: 12px;
        line-height: 20px
    }
    
    .qodef-woo-view-all-pagination a:before {
        content: '|';
        padding: 0 14px 0 0;
        color: #939393
    }
    
    .qodef-woo-view-all-pagination a:hover {
        color: #282828
    }
    
    .woocommerce-page .qodef-content .qodef-quantity-buttons,
    div.woocommerce .qodef-quantity-buttons {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #dfdfdf;
        margin: 0
    }
    
    .woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-input,
    .woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-minus,
    .woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-plus,
    div.woocommerce .qodef-quantity-buttons .qodef-quantity-input,
    div.woocommerce .qodef-quantity-buttons .qodef-quantity-minus,
    div.woocommerce .qodef-quantity-buttons .qodef-quantity-plus {
        display: inline-block;
        vertical-align: middle;
        color: #939393;
        background-color: transparent;
        text-align: center;
        box-sizing: border-box
    }
    
    .woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-input,
    div.woocommerce .qodef-quantity-buttons .qodef-quantity-input {
        position: relative;
        height: 39px;
        width: 44px;
        padding: 0;
        margin: 0;
        font-family: inherit;
        line-height: 42px;
        outline: 0;
        border: 1px solid transparent
    }
    
    .woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-minus,
    .woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-plus,
    div.woocommerce .qodef-quantity-buttons .qodef-quantity-minus,
    div.woocommerce .qodef-quantity-buttons .qodef-quantity-plus {
        right: 0;
        width: 22px;
        height: 22px;
        line-height: 20px;
        border-left: 0;
        cursor: pointer;
        -webkit-transition: color .15s ease-in-out;
        -moz-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out;
        font-size: 20px
    }
    
    .woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-minus:hover,
    .woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-plus:hover,
    div.woocommerce .qodef-quantity-buttons .qodef-quantity-minus:hover,
    div.woocommerce .qodef-quantity-buttons .qodef-quantity-plus:hover {
        color: #b4b4b4
    }
    
    .woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-plus,
    div.woocommerce .qodef-quantity-buttons .qodef-quantity-plus {
        top: 0;
        border-bottom: 0
    }
    
    .woocommerce-page .qodef-content .qodef-quantity-buttons .qodef-quantity-minus,
    div.woocommerce .qodef-quantity-buttons .qodef-quantity-minus {
        bottom: 0
    }
    
    .woocommerce-page .qodef-content .coupon input[type=text],
    div.woocommerce .coupon input[type=text] {
        width: 200px
    }
    
    .qodef-woocommerce-page .woocommerce-ordering,
    .qodef-woocommerce-page .woocommerce-result-count {
        display: inline;
        width: 50%;
        margin: 0 0 19px;
        float: left
    }
    
    .qodef-woocommerce-page .woocommerce-result-count {
        line-height: 50px
    }
    
    .qodef-woocommerce-page .woocommerce-ordering {
        text-align: right
    }
    
    .qodef-woocommerce-page .woocommerce-ordering .orderby {
        width: auto;
        min-width: 201px;
        margin: 0;
        text-align: initial
    }
    
    .qodef-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .select2-container--default {
        width: 100%!important;
        margin: 0 0 14px
    }
    
    .woocommerce .star-rating {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden
    }
    
    .woocommerce .star-rating:before {
        content: "\e031\e031\e031\e031\e031"
    }
    
    .woocommerce .star-rating span {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden
    }
    
    .woocommerce .star-rating span:before {
        content: "\e033\e033\e033\e033\e033"
    }
    
    .qodef-woocommerce-page .qodef-content .variations {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        border: none;
        padding: 0
    }
    
    .qodef-woocommerce-page .qodef-content .variations tr {
        display: block;
        padding: 0 0 20px;
        border: 0
    }
    
    .qodef-woocommerce-page .qodef-content .variations tr:last-child {
        margin: 0
    }
    
    .qodef-woocommerce-page .qodef-content .variations td {
        padding: 0;
        text-align: initial
    }
    
    .qodef-woocommerce-page .qodef-content .variations td.label {
        display: block;
        font-size: 15px;
        font-weight: 500;
        color: #282828
    }
    
    .qodef-woocommerce-page .qodef-content .variations td.value {
        white-space: nowrap
    }
    
    .qodef-woocommerce-page .qodef-content .variations td.value select {
        width: auto;
        min-width: 200px
    }
    
    .qodef-woocommerce-page .qodef-content .variations .reset_variations {
        margin: 0 0 0 15px;
        color: #282828
    }
    
    .qodef-woocommerce-page .qodef-content .single_variation_wrap {
        margin: 20px 0 0
    }
    
    .qodef-woocommerce-page .qodef-content .single_variation_wrap .single_variation {
        margin: 0 0 35px
    }
    
    .qodef-woocommerce-page .qodef-content table.group_table {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        border: none;
        padding: 0
    }
    
    .qodef-woocommerce-page .qodef-content table.group_table tbody {
        display: block
    }
    
    .qodef-woocommerce-page .qodef-content table.group_table tr {
        display: block;
        padding: 0;
        margin-bottom: 17px;
        border: 1px solid #dfdfdf;
        box-sizing: border-box
    }
    
    .qodef-woocommerce-page .qodef-content table.group_table td {
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
        font-weight: 300
    }
    
    .qodef-woocommerce-page .qodef-content table.group_table td.price {
        display: table-cell;
        vertical-align: middle
    }
    
    .qodef-woocommerce-page .qodef-content table.group_table td.woocommerce-grouped-product-list-item__label>*,
    .qodef-woocommerce-page .qodef-content table.group_table td.woocommerce-grouped-product-list-item__price>* {
        position: relative;
        top: 1px
    }
    
    .qodef-woocommerce-page .qodef-content table.group_table td.woocommerce-grouped-product-list-item__price ins {
        text-decoration: none;
        color: #282828
    }
    
    .qodef-woocommerce-page .qodef-content table.group_table .qodef-quantity-buttons {
        margin: 0;
        float: none
    }
    
    .qodef-woocommerce-page .qodef-content table.group_table a {
        color: #939393
    }
    
    .qodef-woocommerce-page .qodef-content table.group_table a:hover {
        color: #282828
    }
    
    .qodef-woocommerce-page .qodef-content .select2-container--default .select2-selection--single {
        margin: 0;
        height: 40px;
        line-height: 40px
    }
    
    .qodef-woocommerce-page .qodef-content .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
        border-bottom: none;
        color: #939393
    }
    
    .qodef-woocommerce-page .qodef-content .select2-container--default .select2-search--dropdown {
        padding: 2px 15px
    }
    
    body.qodef-woo-single-page .select2-container--default .select2-dropdown {
        border: 1px solid #dfdfdf;
        top: -1px;
        border-top: none
    }
    
    body.qodef-woo-single-page .select2-container--default .select2-selection--single .select2-selection__rendered {
        border: 1px solid #dfdfdf;
        line-height: 40px
    }
    
    body.qodef-woo-single-page .select2-container--default .select2-results__option {
        font-size: 14px
    }
    
    body.qodef-woo-single-page .select2-container--default .select2-selection--single .select2-selection__arrow {
        line-height: 43px;
        color: #939393
    }
    
    body .select2-container--default .select2-results>.select2-results__options {
        margin-top: 0;
        padding-top: 0!important
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content,
    .qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: left;
        box-sizing: border-box
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
        width: 30%;
        padding: 0 15px 0 0
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding: 0 15px 0 0;
        margin: 0;
        list-style: none;
        border-right: 1px solid #e1e1e1
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li {
        margin: 0;
        padding: 0
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
        margin: 0 0 18px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
        width: 70%;
        padding: 0 0 0 30px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce {
        margin: 0 0 45px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce form.login {
        margin: 0 0 34px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce form.login p {
        margin: 0
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce form.login p.qodef-login-form-text {
        margin: 0 0 7px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce form.login input[type=checkbox] {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        top: -1px;
        margin: 0 3px 0 5px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce form.login .lost_password {
        display: block;
        margin: 15px 0 0
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce form.edit-account {
        margin: 0 0 15px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce form.edit-account p {
        margin: 0
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce form.edit-account label {
        display: block;
        margin: 0 0 5px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce form.edit-account fieldset>legend {
        display: block;
        color: #282828;
        margin: 0 0 10px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce>p {
        display: block;
        margin: 0 0 30px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce>h2,
    .qodef-woocommerce-page.woocommerce-account .woocommerce>header h2 {
        display: block;
        margin: 16px 0 25px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table {
        padding: 0;
        margin: 0 0 35px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table tr {
        border: 0;
        border-bottom: 1px solid #e1e1e1
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table td,
    .qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
        padding: 14px 0;
        text-align: left;
        vertical-align: middle
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
        border: 0
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table td.order-actions {
        text-align: right
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table .variation>* {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 0
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce table.shop_table .variation p {
        margin: 0
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        clear: both;
        margin: 0 0 15px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-1,
    .qodef-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-2 {
        position: relative;
        display: inline-block;
        width: 49%;
        margin-right: 1%;
        float: left;
        vertical-align: middle
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-2 {
        margin-left: 1%;
        margin-right: 0
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .title {
        margin: 4px 0 25px
    }
    
    .qodef-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses h3 {
        margin: 0
    }
    
    .qodef-woocommerce-page.woocommerce-account .vc_row .woocommerce>h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 25px
    }
    
    .qodef-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login {
        margin: 0
    }
    
    .qodef-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }
    
    .qodef-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p label:not(.inline) {
        display: block;
        margin: 14px 0;
        color: #282828;
        font-size: 18px;
        line-height: 38px
    }
    
    .qodef-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p label.inline {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 23px 0 0
    }
    
    .qodef-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p input.button {
        margin: 23px 0 0
    }
    
    .qodef-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce>form {
        margin: 0 0 15px
    }
    
    .qodef-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce>form>:first-child {
        margin: 0 0 25px
    }
    
    .qodef-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce>form p {
        margin: 0
    }
    
    .qodef-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce>form label {
        display: block;
        margin: 0 0 5px
    }
    
    .qodef-woocommerce-page.qodef-woocommerce-order-tracking .woocommerce {
        margin: 0 0 45px
    }
    
    .qodef-woocommerce-page.qodef-woocommerce-order-tracking .woocommerce>.track_order {
        display: block;
        margin: 0 0 60px
    }
    
    .qodef-woocommerce-page.qodef-woocommerce-order-tracking .woocommerce>.track_order>p:not(.form-row) {
        display: block;
        margin: 0 0 7px
    }
    
    .qodef-woocommerce-page.qodef-woocommerce-order-tracking .woocommerce>.track_order .form-row-first,
    .qodef-woocommerce-page.qodef-woocommerce-order-tracking .woocommerce>.track_order .form-row-last {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0
    }
    
    .qodef-woocommerce-page.qodef-woocommerce-order-tracking .woocommerce>.track_order .form-row-first label,
    .qodef-woocommerce-page.qodef-woocommerce-order-tracking .woocommerce>.track_order .form-row-last label {
        display: block;
        margin: 14px 0;
        color: #282828;
        font-size: 18px;
        line-height: 38px
    }
    
    .qodef-woocommerce-page.qodef-woocommerce-order-tracking .woocommerce>.track_order .button {
        margin: 13px 0 0
    }
    
    .cross-sells,
    .qodef-content .woocommerce,
    .qodef-pl-main-holder,
    .upsells.products {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }
    
    .qodef-pl-main-holder {
        margin: 0 0 22px
    }
    
    .qodef-woo-pl-info-on-image-hover .qodef-pl-main-holder {
        margin: 0 0 50px
    }
    
    .related.products,
    ul.products {
        list-style: none;
        margin: 0 -15px;
        clear: both
    }
    
    .related.products .product,
    ul.products .product {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: left;
        margin: 0 0 30px;
        padding: 0 15px;
        box-sizing: border-box
    }
    
    .touch .related.products .product,
    .touch ul.products .product {
        cursor: pointer
    }
    
    .qodef-woo-single-page .qodef-single-product-content .images .woocommerce-product-gallery__image .zoomImg,
    div.woocommerce>.single-product .images .woocommerce-product-gallery__image .zoomImg {
        cursor: crosshair
    }
    
    .related.products .product .qodef-product-list-title,
    ul.products .product .qodef-product-list-title {
        margin: 0;
        font-size: 15px;
        color: #282828
    }
    
    .related.products .product .qodef-pl-rating-holder,
    ul.products .product .qodef-pl-rating-holder {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        line-height: 1;
        margin: 9px 0 8px
    }
    
    .related.products .product .price,
    ul.products .product .price {
        position: relative;
        display: block;
        margin: 15px 0 15px;
        line-height: 1;
        color: #282828;
        font-weight: 400;
        font-size: 12px
    }
    
    .related.products .product .price *,
    ul.products .product .price * {
        font-size: inherit;
        line-height: inherit
    }
    
    .related.products .product .price del,
    ul.products .product .price del {
        margin: 0 8px 0 0;
        color: #282828a6;
        font-size: 12px
    }
    
    .related.products .product .price ins,
    ul.products .product .price ins {
        text-decoration: none;
        font-size: 12px
    }
    
    .related.products .product .added_to_cart,
    .related.products .product .button,
    ul.products .product .added_to_cart,
    ul.products .product .button {
        margin: 25px 0 0
    }
    
    .qodef-woo-pl-info-below-image .related.products .product .added_to_cart,
    .qodef-woo-pl-info-below-image .related.products .product .button,
    .qodef-woo-pl-info-below-image ul.products .product .added_to_cart,
    .qodef-woo-pl-info-below-image ul.products .product .button {
        margin: 0
    }
    
    .related.products .product .button.added,
    ul.products .product .button.added {
        display: none
    }
    
    .related.products .product .qodef-pl-inner,
    .related.products .product .qodef-pl-inner .qodef-pl-image,
    ul.products .product .qodef-pl-inner,
    ul.products .product .qodef-pl-inner .qodef-pl-image {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        overflow: hidden
    }

     ul.products .product .qodef-product-list-title{
  text-transform: uppercase;font-size: 16px;min-height: 42px;
}
 ul.products .product .price{
  color: #006838;    font-size: 15px;
}
 ul.products .product .qodef-pl-inner .qodef-pl-image{
    padding-top: 0px;
    border: 1px solid #ececec4f;
    /*min-height: 188px;*/
        min-height: 255px;
}

     .themgiohang2{
       background: url(../images/bg_themgiohang.png)center no-repeat;
    background-size: cover;
    padding: 4px 10px;
    max-width: 165px;
    margin: 0 auto;
    padding-bottom: 0px;
  }
  .themgiohang2 img{
      max-width: 28px;margin-right: 0px;
  }
  .themgiohang2 a:hover{
    color: #000;
  }


     .themgiohang2 a img{
-webkit-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;   
    transition: all .7s;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    display: block;float: left;
}
.themgiohang2 a img:hover{
  -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
  .themgiohang2 a{
      color: #fff;font-size: 16px;     /* display: inline-flex;*/
  }
    
    .related.products .product .qodef-pl-inner .qodef-pl-image img,
    ul.products .product .qodef-pl-inner .qodef-pl-image img {
        display: block;
        width: 100%
    }
    
    .related.products .product .qodef-pl-inner .qodef-pl-text,
    ul.products .product .qodef-pl-inner .qodef-pl-text {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        box-sizing: border-box
    }
    
    .related.products .product .qodef-pl-inner .qodef-pl-text-outer,
    ul.products .product .qodef-pl-inner .qodef-pl-text-outer {
        position: relative;
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        text-align: center
    }
    
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner {
        position: relative;
        display: table-cell;
        height: 100%;
        width: 100%;
        vertical-align: middle
    }
    
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner .price,
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner .qodef-product-list-title,
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner .star-rating,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner .price,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner .qodef-product-list-title,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner .star-rating {
        color: #fff
    }
    
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner .price del,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner .price del {
        color: rgba(255, 255, 255, .8)
    }
    
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner a.added_to_cart,
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner a.button,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner a.added_to_cart,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner a.button {
        -webkit-transition: .25s cubic-bezier(.77, 0, .175, 1)!important;
        -moz-transition: .25s cubic-bezier(.77, 0, .175, 1)!important;
        transition: .25s cubic-bezier(.77, 0, .175, 1)!important
    }
    
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner a.added_to_cart:hover,
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner a.button:hover,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner a.added_to_cart:hover,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner a.button:hover {
        color: #fff!important
    }
    
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner a.button.product_type_simple.ajax_add_to_cart,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner a.button.product_type_simple.ajax_add_to_cart {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0;
        font-family: inherit;
        line-height: 2em;
        font-weight: 500;
        border-radius: 1px;
        outline: 0;
        box-sizing: border-box;
        padding: 8px 12px 8px 23px;
        font-size: 12px;
        position: absolute;
        left: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        bottom: 80px;
        background-color: #282828;
        -webkit-transition: .25s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: .25s cubic-bezier(.77, 0, .175, 1);
        transition: .25s cubic-bezier(.77, 0, .175, 1)
    }
    
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner a.button.product_type_simple.ajax_add_to_cart:after,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner a.button.product_type_simple.ajax_add_to_cart:after {
        top: -2px;
        position: relative;
        content: "\4c";
        font-family: ElegantIcons;
        margin-left: 17px;
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
        line-height: 15px
    }
    
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner a.button.product_type_simple.ajax_add_to_cart:hover,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner a.button.product_type_simple.ajax_add_to_cart:hover {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner a.added_to_cart,
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner a.button.product_type_external,
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner a.button.product_type_grouped,
    .related.products .product .qodef-pl-inner .qodef-pl-text-inner a.button.product_type_variable,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner a.added_to_cart,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner a.button.product_type_external,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner a.button.product_type_grouped,
    ul.products .product .qodef-pl-inner .qodef-pl-text-inner a.button.product_type_variable {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0;
        font-family: inherit;
        line-height: 2em;
        font-weight: 500;
        border-radius: 1px;
        outline: 0;
        box-sizing: border-box;
        -webkit-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        padding: 8px 23px;
        font-size: 12px;
        position: absolute;
        left: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        bottom: 80px;
        background-color: #282828
    }
    
    .related.products .product .qodef-pl-inner>a,
    ul.products .product .qodef-pl-inner>a {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
    
    .related.products .product:hover .qodef-pl-text-inner a.button.product_type_simple.ajax_add_to_cart,
    ul.products .product:hover .qodef-pl-text-inner a.button.product_type_simple.ajax_add_to_cart {
        -webkit-transform: translateX(-100%) translateX(42px);
        -moz-transform: translateX(-100%) translateX(42px);
        transform: translateX(-100%) translateX(42px)
    }
    
    .related.products .product:hover .qodef-pl-text-inner a.added_to_cart,
    .related.products .product:hover .qodef-pl-text-inner a.button.product_type_external,
    .related.products .product:hover .qodef-pl-text-inner a.button.product_type_grouped,
    .related.products .product:hover .qodef-pl-text-inner a.button.product_type_variable,
    ul.products .product:hover .qodef-pl-text-inner a.added_to_cart,
    ul.products .product:hover .qodef-pl-text-inner a.button.product_type_external,
    ul.products .product:hover .qodef-pl-text-inner a.button.product_type_grouped,
    ul.products .product:hover .qodef-pl-text-inner a.button.product_type_variable {
        -webkit-transform: translateX(0)!important;
        -moz-transform: translateX(0)!important;
        transform: translateX(0)!important
    }
    
    .related.products .product .qodef-pl-text-wrapper,
    ul.products .product .qodef-pl-text-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 9px 0 17px;
        text-align: center
    }
    
    .qodef-woo-no-space ul.products {
        margin: 0
    }
    
    .qodef-woo-no-space ul.products>.product {
        padding: 0;
        margin: 0
    }
    
    .qodef-woo-tiny-space ul.products {
        margin: 0 -5px
    }
    
    .qodef-woo-tiny-space ul.products>.product {
        padding: 0 5px;
        margin: 0 0 10px
    }
    
    .qodef-woo-small-space ul.products {
        margin: 0 -10px
    }
    
    .qodef-woo-small-space ul.products>.product {
        padding: 0 10px;
        margin: 0 0 20px
    }
    
    .qodef-woo-normal-space ul.products {
        margin: 0 0px
    }
    
    .qodef-woo-normal-space ul.products>.product {
        padding: 0 15px;
        margin: 0 0 30px
    }
    
    .qodef-woo-medium-space ul.products {
        margin: 0 -20px
    }
    
    .qodef-woo-medium-space ul.products>.product {
        padding: 0 20px;
        margin: 0 0 40px
    }
    
    .qodef-woo-large-space ul.products {
        margin: 0 -25px
    }
    
    .qodef-woo-large-space ul.products>.product {
        padding: 0 25px;
        margin: 0 0 50px
    }
    
    @media only screen and (min-width: 1025px) {
        .qodef-woocommerce-columns-3 .cross-sells>.products>.product,
        .qodef-woocommerce-columns-3 .qodef-pl-main-holder>.products>.product,
        .qodef-woocommerce-columns-3 .upsells.products>.products>.product {
            width: 33%
        }
        .qodef-woocommerce-columns-3 .cross-sells>.products>.product:nth-child(3n+1),
        .qodef-woocommerce-columns-3 .qodef-pl-main-holder>.products>.product:nth-child(3n+1),
        .qodef-woocommerce-columns-3 .upsells.products>.products>.product:nth-child(3n+1) {
            clear: both
        }
        .qodef-woocommerce-columns-4 .cross-sells>.products>.product,
        .qodef-woocommerce-columns-4 .qodef-pl-main-holder>.products>.product,
        .qodef-woocommerce-columns-4 .upsells.products>.products>.product {
            width: 33%
        }
        .qodef-woocommerce-columns-4 .cross-sells>.products>.product:nth-child(4n+1),
        .qodef-woocommerce-columns-4 .qodef-pl-main-holder>.products>.product:nth-child(4n+1),
        .qodef-woocommerce-columns-4 .upsells.products>.products>.product:nth-child(4n+1),
        .woocommerce.columns-4>.products>.product:nth-child(4n+1) {
            clear: both
        }
    }
    
    .woocommerce.columns-1>.products>.product {
        float: none;
        width: 100%
    }
    
    .woocommerce.columns-2>.products>.product {
        width: 50%
    }
    
    .woocommerce.columns-3>.products>.product {
        width: 33.33333%
    }
    
    .woocommerce.columns-4>.products>.product {
        width: 25%
    }
    
    .woocommerce.columns-5>.products>.product {
        width: 20%
    }
    
    @media only screen and (min-width: 1201px) {
        .woocommerce.columns-5>.products>.product:nth-child(5n+1) {
            clear: both
        }
    }
    
    .woocommerce.columns-6>.products>.product {
        width: 16.66667%
    }
    
    .qodef-content .woocommerce.add_to_cart_inline {
        margin: 0;
        width: auto
    }
    
    .qodef-content .woocommerce.add_to_cart_inline del,
    .qodef-content .woocommerce.add_to_cart_inline ins {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 7px 0 0;
        color: #282828;
        font-size: 16px;
        line-height: 1
    }
    
    div.woocommerce>.products>.product-category a {
        position: relative;
        display: inline-block;
        vertical-align: middle
    }
    
    div.woocommerce>.products>.product-category a:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-color: rgba(40, 40, 40, .6);
        opacity: 0;
        -webkit-transition: opacity .2s ease;
        -moz-transition: opacity .2s ease;
        transition: opacity .2s ease
    }
    
    div.woocommerce>.products>.product-category a:hover:after {
        opacity: 1
    }
    
    div.woocommerce>.products>.product-category a:hover .woocommerce-loop-category__title {
        top: 50%;
        opacity: 1
    }
    
    div.woocommerce>.products>.product-category img {
        display: block
    }
    
    div.woocommerce>.products>.product-category .woocommerce-loop-category__title {
        position: absolute;
        top: 60%;
        left: 0;
        display: block;
        width: 100%;
        padding: 0 10%;
        margin: 0;
        color: #fff;
        text-align: center;
        z-index: 2;
        opacity: 0;
        -webkit-filter: blur(0);
        box-sizing: border-box;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: opacity .2s ease, top .2s ease;
        -moz-transition: opacity .2s ease, top .2s ease;
        transition: opacity .2s ease, top .2s ease
    }
    
    div.woocommerce>.products>.product-category .woocommerce-loop-category__title .count {
        font-size: .9em;
        color: #fff;
        background-color: transparent
    }
    
    div.woocommerce>.single-product .images {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0
    }
    
    div.woocommerce>.single-product .images figure {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 -10px
    }
    
    div.woocommerce>.single-product .images figure a {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }
    
    div.woocommerce>.single-product .images figure a img {
        position: relative;
        width: 100%;
        display: block
    }
    
    div.woocommerce>.single-product .images .woocommerce-product-gallery__trigger {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        z-index: 10
    }
    
    div.woocommerce>.single-product .images .woocommerce-product-gallery__image {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box
    }
    
    div.woocommerce>.single-product .woocommerce-tabs,
    div.woocommerce>.single-product .woocommerce-tabs ul.tabs,
    div.woocommerce>.single-product .woocommerce-tabs ul.tabs>li {
        vertical-align: middle;
        position: relative;
        display: inline-block
    }
    
    div.woocommerce>.single-product .images .woocommerce-product-gallery__image:first-child {
        left: 10px;
        width: calc(100% - 20px);
        padding: 0
    }
    
    div.woocommerce>.single-product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
        float: left;
        padding-top: 20px
    }
    
    div.woocommerce>.single-product .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:not(:first-child) {
        width: 50%
    }
    
    div.woocommerce>.single-product .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-child) {
        width: 33.33333%
    }
    
    div.woocommerce>.single-product .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
        width: 25%
    }
    
    div.woocommerce>.single-product .woocommerce-tabs {
        width: 100%;
        margin: 30px 0 0
    }
    
    div.woocommerce>.single-product .woocommerce-tabs ul.tabs {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        text-align: center;
        clear: both
    }
    
    div.woocommerce>.single-product .woocommerce-tabs ul.tabs>li a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 13px 15px
    }
    
    div.woocommerce>.single-product .woocommerce-tabs .entry-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }
    
    div.woocommerce>.single-product .woocommerce-tabs .entry-content>h2 {
        display: none
    }
    
    div.woocommerce>.single-product .woocommerce-tabs .entry-content>p,
    div.woocommerce>.single-product .woocommerce-tabs table {
        margin: 18px 0 20px
    }
    
    div.woocommerce>.single-product .woocommerce-tabs table th,
    div.woocommerce>.single-product .woocommerce-tabs table tr {
        border: 0
    }
    
    div.woocommerce>.single-product .woocommerce-tabs table td,
    div.woocommerce>.single-product .woocommerce-tabs table th {
        padding: 3px 0;
        vertical-align: middle;
        text-align: left
    }
    
    div.woocommerce>.single-product .woocommerce-tabs table td p,
    div.woocommerce>.single-product .woocommerce-tabs table th p {
        margin: 0
    }
    
    div.woocommerce>.single-product .woocommerce-tabs table th {
        color: #282828;
        width: 1%;
        padding: 0 10px 0 0
    }
    
    div.woocommerce>.single-product .woocommerce-tabs table td {
        width: 99%
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews,
    div.woocommerce>.single-product .woocommerce-tabs #reviews ol.commentlist .comment_container {
        width: 100%;
        position: relative;
        display: inline-block;
        vertical-align: middle
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews {
        margin: 18px 0 20px
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 8px 0 24px
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews ol.commentlist {
        list-style: none
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews ol.commentlist .comment_container img {
        float: left;
        width: 60px
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews ol.commentlist .comment-text {
        padding: 0 0 0 80px
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews ol.commentlist .comment-text div[itemprop=description] {
        padding: 0;
        margin: 0 0 15px;
        border: 0
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews ol.commentlist .comment-text p {
        margin: 5px 0 0
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews .comment-respond {
        margin-top: 15px
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews .comment-respond .comment-reply-title {
        margin: 0 0 10px
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews .comment-respond p {
        margin: 0
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews .comment-respond .stars {
        overflow: hidden
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews .comment-respond .stars a {
        position: relative;
        display: inline-block;
        color: transparent;
        font-size: 0;
        margin: 0
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews .comment-respond .stars a:before {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-family: ElegantIcons;
        content: "\e031";
        font-size: 12px;
        line-height: 1;
        letter-spacing: 2px;
        color: #939393;
        overflow: hidden;
        z-index: -1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    
    div.woocommerce>.single-product .woocommerce-tabs #reviews .comment-respond .stars a.active:after {
        position: absolute;
        right: 0;
        bottom: 7px;
        display: block;
        font-family: ElegantIcons;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 2px;
        color: #939393;
        content: "\e033\e033\e033\e033\e033";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
    
    div.woocommerce>.single-product .related.products,
    div.woocommerce>.single-product .upsells.products {
        margin: 30px 0 0;
        border-top: 1px solid #e1e1e1
    }
    
    div.woocommerce>.single-product .related.products>h2,
    div.woocommerce>.single-product .upsells.products>h2 {
        display: block;
        margin: 36px 0 50px;
        text-align: center
    }
    
    div.woocommerce>.single-product .related.products .product .qodef-pl-text-wrapper,
    div.woocommerce>.single-product .upsells.products .product .qodef-pl-text-wrapper {
        margin-bottom: 0
    }
    
    @media only screen and (min-width: 769px) {
        .woocommerce.columns-3>.products>.product:nth-child(3n+1) {
            clear: both
        }
        .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images figure {
            width: 100%;
            margin: 0
        }
  /*      .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images .woocommerce-product-gallery__image:first-child {
            left: 130px;
            width: calc(100% - 130px)
        }*/
        .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
            position: absolute;
            top: 0;
            left: 0;
            width: 110px;
            height: calc(25% + 5px);
            padding: 0 0 20px;
            box-sizing: border-box
        }
        .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a,
        .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
            height: 100%
        }
        .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(2n) {
            top: calc(0% + 0px)
        }
        .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(3n) {
            top: calc(25% + 5px)
        }
        .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(4n) {
            top: calc(50% + 10px)
        }
        .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(5n) {
            top: calc(75% + 15px)
        }
        .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(6n) {
            top: calc(100% + 20px)
        }
        .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(7n) {
            top: calc(125% + 25px)
        }
        .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(8n) {
            top: calc(150% + 30px)
        }
        .qodef-woo-single-page.qodef-woo-single-thumb-on-left-side .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(9n) {
            top: calc(175% + 35px)
        }
    }
    
    .qodef-woo-single-page .product {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        float: none;
        margin: 0 0 40px
    }
    
    .qodef-woo-single-page .qodef-single-product-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        clear: both;
        margin: 0 0 8px
    }
    
    .qodef-woo-single-page .qodef-single-product-content .images {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 49%;
        margin: 0;
        padding: 0 6px 0 0;
        float: left;
        box-sizing: border-box
    }
    
    .qodef-woo-single-page .qodef-single-product-content .images figure {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 -10px
    }
    
    .qodef-woo-single-page .qodef-single-product-content .images figure a {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }
    
    .qodef-woo-single-page .qodef-single-product-content .images figure a img {
        position: relative;
        width: 100%;
        display: block
    }
    
    .qodef-woo-single-page .qodef-single-product-content .images .woocommerce-product-gallery__trigger {
        position: absolute;
        top: 10px;
        right: 39px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        z-index: 10
    }
    
    .qodef-woo-single-page .qodef-single-product-content .images .woocommerce-product-gallery__image {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box
    }
    
    .qodef-woo-single-page .qodef-single-product-content .images .woocommerce-product-gallery__image:first-child {
        left: 0px;
        width: calc(100% - 10px);
        padding: 0
    }
    
/*    .qodef-woo-single-page .qodef-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
        float: left;
        padding-top: 20px
    }
    
    .qodef-woo-single-page .qodef-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:not(:first-child) {
        width: 50%
    }
    
    .qodef-woo-single-page .qodef-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-child) {
        width: 33.33333%
    }
    
    .qodef-woo-single-page .qodef-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
        width: 25%
    }*/
    
    .qodef-woo-single-page .qodef-single-product-summary {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 51%;
        padding: 0 0 0 28px;
        float: left;
        box-sizing: border-box
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .yith-wcwl-add-to-wishlist {
        font-size: 12px;
        color: #282828;
        margin-top: 14px;
        margin-bottom: -7px
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
        color: #282828
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
        font-family: ElegantIcons;
        content: "\e030";
        font-size: 10px;
        margin-right: 11px
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .qodef-single-product-title {
        display: block;    font-size: 16px;
    text-transform: uppercase;
        margin: 0
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .price {
        position: relative;
        display: block;
        margin: 8px 0 11px;
        line-height: 1;
        color: #282828;
        font-weight: 400
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .price * {
        font-size: inherit;
        line-height: inherit
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .price del {
        margin: 0 8px 0 0;
        color: #282828;
        font-size: 12px
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .price ins {
        text-decoration: none;
        font-size: 17px
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .woocommerce-product-rating {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        line-height: 1.1em;
        margin: 3px 0
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .woocommerce-product-rating .star-rating {
        color: #282828
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .woocommerce-product-details__short-description {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 26px 0 5px
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .woocommerce-product-details__short-description p {
        margin: 0
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .product_meta {
        margin: 41px 0 0;
        color: #000;
        font-size: 12px
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .product_meta>span {
        display: block;
        margin: 3px 0
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .product_meta>span a {
        color: #000
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .product_meta>span a:hover {
        color: #b4b4b4
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .qodef-woo-social-share-holder {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .qodef-woo-social-share-holder>* {
        display: table-cell;
        vertical-align: top
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .qodef-woo-social-share-holder>span {
        padding: 0 9px 0 0
    }
    
    .qodef-woo-single-page .qodef-single-product-summary p.stock.in-stock,
    .qodef-woo-single-page .qodef-single-product-summary p.stock.out-of-stock {
        color: #282828;
        font-weight: 700;
        margin: 18px 0 0
    }
    
    .qodef-woo-single-page .qodef-single-product-summary p.stock.out-of-stock {
        font-size: 19px;
        font-weight: 500
    }
    
    .qodef-woo-single-page .qodef-single-product-summary form.cart {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 36px 0 0
    }
    
    .qodef-woo-single-page .qodef-single-product-summary form.cart .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .qodef-quantity-buttons {
        border: 1px solid transparent
    }
    
    .qodef-woo-single-page .qodef-single-product-summary form.cart .single_add_to_cart_button {
        line-height: 23px;
        float: left
    }
    
    .qodef-woo-single-page .qodef-single-product-summary .qodef-quantity-buttons {
        margin: 0 7px 0 0;
        padding: 0 6px;
        float: left
    }
    
    .qodef-woo-single-page .woocommerce-tabs {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 15px 0 0px
    }
    
    .qodef-woo-single-page .woocommerce-tabs ul.tabs {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        clear: both
    }
    
    .qodef-woo-single-page .woocommerce-tabs ul.tabs>li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 2px
    }
    
    .qodef-woo-single-page .woocommerce-tabs ul.tabs>li a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding: 13px 15px;
        color: #282828;
        background-color: #f7f5f5;
        -webkit-transition: color .2s ease-out, background-color .2s ease-out;
        -moz-transition: color .2s ease-out, background-color .2s ease-out;
        transition: color .2s ease-out, background-color .2s ease-out
    }
    
    .qodef-woo-single-page .woocommerce-tabs ul.tabs>li a:hover {
        background-color: #282828;
        color: #fff
    }
    
    .qodef-woo-single-page .woocommerce-tabs .entry-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }
    
    .qodef-woo-single-page .woocommerce-tabs .entry-content>h2 {
        display: none
    }
    
    .qodef-woo-single-page .woocommerce-tabs .entry-content>p {
        margin: 18px 0 20px;    color: #000;
    }
    
    .qodef-woo-single-page .woocommerce-tabs table {
        margin: 30px 0 20px
    }
    
    .qodef-woo-single-page .woocommerce-tabs table th,
    .qodef-woo-single-page .woocommerce-tabs table tr {
        border: 0
    }
    
    .qodef-woo-single-page .woocommerce-tabs table td,
    .qodef-woo-single-page .woocommerce-tabs table th {
        padding: 3px 0;
        vertical-align: middle;
        text-align: left
    }
    
    .qodef-woo-single-page .woocommerce-tabs table td p,
    .qodef-woo-single-page .woocommerce-tabs table th p {
        margin: 0
    }
    
    .qodef-woo-single-page .woocommerce-tabs table th {
        color: #282828;
        font-weight: 500;
        width: 1%;
        padding: 0 10px 0 0
    }
    
    .qodef-woo-single-page .woocommerce-tabs table td {
        width: 99%
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews,
    .qodef-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment_container {
        width: 100%;
        position: relative;
        display: inline-block;
        vertical-align: middle
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews {
        margin: 18px 0 20px
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews h2 {
        font-size: 18px;
        line-height: 24px;
        margin: 8px 0 24px
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews ol.commentlist {
        list-style: none
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews ol.commentlist li {
        margin: 0 0 15px
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text p,
    .qodef-woo-single-page .woocommerce-tabs #reviews ol.commentlist li:last-child {
        margin: 0
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment_container img {
        float: left;
        width: 70px
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text {
        padding: 0 0 0 90px
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews .comment-respond {
        margin-top: 15px
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-reply-title {
        margin: 0 0 10px
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews .comment-respond p {
        margin: 0
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars {
        overflow: hidden
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a {
        position: relative;
        display: inline-block;
        color: transparent;
        font-size: 0;
        margin: 0
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a:before {
        content: "\e031";
        position: relative;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        z-index: -1
    }
    
    .qodef-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a.active:after {
        content: "\e033\e033\e033\e033\e033";
        position: absolute;
        right: 0;
        bottom: 7px;
        display: block
    }
    
    .qodef-woo-single-page .related.products,
    .qodef-woo-single-page .upsells.products {
        margin: 14px 0 0
    }
    
    .qodef-woo-single-page .related.products>h2,
    .qodef-woo-single-page .upsells.products>h2 {
        display: block;
        margin: 36px 0 50px;
        text-align: left
    }
    
    .qodef-woo-single-page .related.products .product .qodef-pl-text-wrapper,
    .qodef-woo-single-page .upsells.products .product .qodef-pl-text-wrapper {
        margin-bottom: 0
    }
    
    .qodef-woo-single-page .related.products .product {
        padding: 0
    }
    
    .qodef-woo-single-page .related.products .qodef-owl-slider .owl-nav {
        position: absolute;
        top: -50px;
        right: 0;
        display: inline-block
    }
    
    .qodef-woo-single-page .related.products .qodef-owl-slider .owl-nav .owl-next,
    .qodef-woo-single-page .related.products .qodef-owl-slider .owl-nav .owl-prev {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        -webkit-transform: initial;
        -moz-transform: initial;
        transform: initial
    }
    
    .qodef-woo-single-page .related.products .qodef-owl-slider .owl-nav .owl-next>span,
    .qodef-woo-single-page .related.products .qodef-owl-slider .owl-nav .owl-prev>span {
        font-size: 25px
    }
    
    .qodef-shopping-cart-holder {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        margin: 0 10px
    }
    
    .touch .qodef-shopping-cart-holder {
        cursor: pointer
    }
    
    .qodef-shopping-cart-holder .qodef-shopping-cart-inner {
        position: relative;
        display: table;
        height: 100%
    }
    
    .qodef-shopping-cart-holder .qodef-header-cart {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        line-height: 1;
        color: #282828
    }
    
    .qodef-shopping-cart-holder .qodef-header-cart .qodef-cart-icon {
        position: relative;
        display: inline-block;
        vertical-align: top
    }
    
    .qodef-shopping-cart-holder .qodef-header-cart .qodef-cart-number {
        font-size: 13px;
        font-weight: 700
    }
    
    .qodef-shopping-cart-holder .qodef-header-cart.qodef-header-cart-icon-pack .qodef-cart-icon {
        font-size: 20px;
        line-height: 1em
    }
    
    .qodef-shopping-cart-holder .qodef-header-cart.qodef-header-cart-icon-pack .qodef-cart-icon *,
    .qodef-shopping-cart-holder .qodef-header-cart.qodef-header-cart-icon-pack .qodef-cart-icon:before {
        display: block;
        line-height: inherit
    }
    
    .qodef-shopping-cart-holder .qodef-header-cart.qodef-header-cart-svg-path .qodef-cart-icon>* {
        vertical-align: middle
    }
    
    .qodef-shopping-cart-holder .qodef-header-cart.qodef-header-cart-svg-path .qodef-cart-icon path,
    .qodef-shopping-cart-holder .qodef-header-cart.qodef-header-cart-svg-path .qodef-cart-icon>* {
        fill: currentColor
    }
    
    .qodef-shopping-cart-holder .qodef-header-cart.qodef-header-cart-svg-path .qodef-cart-number {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -30%);
        -moz-transform: translate(-50%, -30%);
        transform: translate(-50%, -30%)
    }
    
    .qodef-shopping-cart-holder:hover .qodef-shopping-cart-dropdown {
        top: 100%;
        opacity: 1;
        visibility: visible
    }
    
    .qodef-dark-header .qodef-page-header>div:not(.qodef-sticky-header):not(.fixed) .qodef-shopping-cart-holder .qodef-header-cart {
        color: #282828
    }
    
    .qodef-light-header .qodef-page-header>div:not(.qodef-sticky-header):not(.fixed) .qodef-shopping-cart-holder .qodef-header-cart {
        color: #fff
    }
    
    .qodef-shopping-cart-dropdown {
        position: absolute;
        top: 105%;
        left: auto;
        right: 0;
        width: 220px;
        background-color: #fff;
        text-align: left;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        box-sizing: border-box;
        -webkit-transition: all .35s cubic-bezier(.53, .01, .18, 1);
        -moz-transition: all .35s cubic-bezier(.53, .01, .18, 1);
        transition: all .35s cubic-bezier(.53, .01, .18, 1)
    }
    
    .qodef-position-left .qodef-shopping-cart-dropdown {
        right: auto;
        left: 0
    }
    
    .qodef-shopping-cart-dropdown ul {
        margin: 16px 16px 20px;
        padding: 0
    }
    
    .qodef-shopping-cart-dropdown ul li {
        position: relative;
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        padding: 4px 0;
        box-sizing: border-box
    }
    
    .qodef-shopping-cart-dropdown ul li.qodef-empty-cart {
        color: initial;
        border-bottom: 0
    }
    
    .qodef-shopping-cart-dropdown ul li:first-child {
        padding-top: 0
    }
    
    .qodef-shopping-cart-dropdown ul li:last-child {
        padding-bottom: 0
    }
    
    .qodef-shopping-cart-dropdown .qodef-item-image-holder {
        position: relative;
        display: table-cell;
        height: 100%;
        width: 50px;
        vertical-align: top
    }
    
    .qodef-shopping-cart-dropdown .qodef-item-image-holder img {
        display: block
    }
    
    .qodef-shopping-cart-dropdown .qodef-item-info-holder {
        position: relative;
        display: table-cell;
        height: 100%;
        width: 100%;
        vertical-align: middle;
        vertical-align: top;
        padding-left: 10px
    }
    
    .qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-product-title {
        display: block;
        margin: 0;
        padding: 0 20px 0 0;
        box-sizing: border-box
    }
    
    .qodef-shopping-cart-dropdown .qodef-item-info-holder .remove {
        position: absolute;
        top: -2px;
        right: 0;
        font-size: 16px;
        line-height: 1;
        color: #282828
    }
    
    .qodef-shopping-cart-dropdown .qodef-item-info-holder .remove:hover {
        color: #939393
    }
    
    .qodef-shopping-cart-dropdown .qodef-item-info-holder .remove span,
    .qodef-shopping-cart-dropdown .qodef-item-info-holder .remove span:before {
        display: block;
        line-height: inherit
    }
    
    .qodef-shopping-cart-dropdown .qodef-item-info-holder .qodef-quantity {
        display: inline-block;
        margin: 3px 0 0;
        font-size: 12px
    }
    
    .qodef-shopping-cart-dropdown .qodef-item-info-holder .amount {
        display: inline-block;
        margin: 3px 0 0;
        font-size: 12px;
        color: #939393
    }
    
    .qodef-shopping-cart-dropdown .qodef-cart-bottom {
        padding: 12px 0 0
    }
    
    .qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder {
        position: relative;
        display: table;
        width: 100%;
        margin: 0 0 19px
    }
    
    .qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder>* {
        display: table-cell;
        vertical-align: top;
        color: #282828;
        line-height: 20px
    }
    
    .qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder .qodef-total {
        font-size: 13px
    }
    
    .qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-subtotal-holder .qodef-total-amount {
        text-align: right;
        font-size: 13px
    }
    
    .qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-view-cart,
    .qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-view-checkout {
        width: 100%;
        height: 44px;
        line-height: 44px;
        padding: 0 26px;
        font-size: 13px;
        font-weight: inherit;
        text-align: center;
        box-sizing: border-box;
        -webkit-transition: color .2s ease-out, background-color .2s ease-out;
        -moz-transition: color .2s ease-out, background-color .2s ease-out;
        transition: color .2s ease-out, background-color .2s ease-out;
        border: 1px solid
    }
    
    .qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-view-cart span,
    .qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-view-checkout span {
        display: block
    }
    
    .qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-view-cart {
        color: #282828;
        background-color: #fff;
        border-color: #282828
    }
    
    .qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-view-cart:hover {
        color: #fff;
        background-color: #282828
    }
    
    .qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-view-checkout {
        margin-top: 7px;
        color: #fff;
        background-color: #282828;
        border-color: #282828
    }
    
    .qodef-shopping-cart-dropdown .qodef-cart-bottom .qodef-view-checkout:hover {
        color: #282828;
        background-color: #fff
    }
    
    .qodef-vertical-menu-area .qodef-shopping-cart-dropdown {
        display: none!important
    }
    
    .widget.woocommerce {
        clear: both
    }
    
    .widget.woocommerce.widget_layered_nav ul,
    .widget.woocommerce.widget_layered_nav_filters ul,
    .widget.woocommerce.widget_product_categories ul,
    .widget.woocommerce.widget_products ul,
    .widget.woocommerce.widget_rating_filter ul,
    .widget.woocommerce.widget_recent_reviews ul,
    .widget.woocommerce.widget_recently_viewed_products ul,
    .widget.woocommerce.widget_shopping_cart ul,
    .widget.woocommerce.widget_top_rated_products ul {
        padding: 0;
        margin: 0;
        list-style: none
    }
    
    .widget.woocommerce.widget_layered_nav ul li,
    .widget.woocommerce.widget_layered_nav_filters ul li,
    .widget.woocommerce.widget_product_categories ul li,
    .widget.woocommerce.widget_products ul li,
    .widget.woocommerce.widget_rating_filter ul li,
    .widget.woocommerce.widget_recent_reviews ul li,
    .widget.woocommerce.widget_recently_viewed_products ul li,
    .widget.woocommerce.widget_shopping_cart ul li,
    .widget.woocommerce.widget_top_rated_products ul li {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        padding: 0;
        margin: 0 0 14px;
        clear: both
    }
    
    .widget.woocommerce.widget_layered_nav ul li:last-child,
    .widget.woocommerce.widget_layered_nav_filters ul li:last-child,
    .widget.woocommerce.widget_product_categories ul li:last-child,
    .widget.woocommerce.widget_products ul li:last-child,
    .widget.woocommerce.widget_rating_filter ul li:last-child,
    .widget.woocommerce.widget_recent_reviews ul li:last-child,
    .widget.woocommerce.widget_recently_viewed_products ul li:last-child,
    .widget.woocommerce.widget_shopping_cart ul li:last-child,
    .widget.woocommerce.widget_top_rated_products ul li:last-child {
        margin: 0
    }
    
    .widget.woocommerce.widget_layered_nav ul li ul,
    .widget.woocommerce.widget_layered_nav_filters ul li ul,
    .widget.woocommerce.widget_product_categories ul li ul,
    .widget.woocommerce.widget_products ul li ul,
    .widget.woocommerce.widget_rating_filter ul li ul,
    .widget.woocommerce.widget_recent_reviews ul li ul,
    .widget.woocommerce.widget_recently_viewed_products ul li ul,
    .widget.woocommerce.widget_shopping_cart ul li ul,
    .widget.woocommerce.widget_top_rated_products ul li ul {
        margin: 14px 0 0 10px
    }
    
    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }
    
    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
        display: block;
        max-width: 84px;
        margin: 0 70% 13px 0
    }
    
    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 0;
        line-height: 1
    }
    
    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
        position: relative;
        display: block;
        padding: 0 3px;
        font-family: Ionicons;
        content: "\f404";
        font-size: 30px;
        line-height: 25px
    }
    
    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }
    
    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation>* {
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }
    
    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation>* p {
        margin: 0
    }
    
    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
        margin: 17px 0 13px
    }
    
    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
        margin: 10px 0 0
    }
    
    .widget.woocommerce.widget_layered_nav .qodef-widget-title {
        margin: 0 0 17px
    }
    
    .widget.woocommerce.widget_layered_nav ul li {
        margin: 2px 0
    }
    
    .widget.woocommerce.widget_layered_nav ul li.chosen a {
        color: #b4b4b4
    }
    
    .widget.woocommerce.widget_layered_nav_filters .qodef-widget-title {
        margin: 0 0 17px
    }
    
    .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
        position: relative;
        height: 3px;
        background-color: #e5e5e5
    }
    
    .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
        position: absolute;
        top: -4px;
        height: 11px;
        width: 11px;
        border-radius: 11px;
        background-color: #282828;
        margin: 0 0 0 -1px;
        cursor: pointer;
        outline: 0;
        z-index: 2
    }
    
    .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-child {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    
    .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
        position: absolute;
        display: block;
        height: 100%;
        background-color: #282828;
        z-index: 1
    }
    
    .widget.woocommerce.widget_price_filter .price_slider_amount {
        margin: 33px 0 0
    }
    
    .widget.woocommerce.widget_price_filter .price_slider_amount .button {
        float: right;
        font-size: 11px
    }
    
    .widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
        float: left;
        font-size: 12px;
        color: #282828
    }
    
    .widget.woocommerce.widget_products ul li .product-title,
    .widget.woocommerce.widget_products ul li del span,
    .widget.woocommerce.widget_products ul li ins span,
    .widget.woocommerce.widget_recent_reviews ul li del span,
    .widget.woocommerce.widget_recent_reviews ul li ins span,
    .widget.woocommerce.widget_recently_viewed_products ul li .product-title,
    .widget.woocommerce.widget_recently_viewed_products ul li del span,
    .widget.woocommerce.widget_recently_viewed_products ul li ins span,
    .widget.woocommerce.widget_top_rated_products ul li .product-title,
    .widget.woocommerce.widget_top_rated_products ul li del span,
    .widget.woocommerce.widget_top_rated_products ul li ins span {
        color: inherit
    }
    
    .widget.woocommerce.widget_product_categories ul li {
        margin: 2px 0
    }
    
    .qodef-product-info>div p,
    .widget.woocommerce.widget_product_categories ul li ul {
        margin: 0
    }
    
    .widget.woocommerce.widget_products .qodef-widget-title,
    .widget.woocommerce.widget_recent_reviews .qodef-widget-title,
    .widget.woocommerce.widget_recently_viewed_products .qodef-widget-title,
    .widget.woocommerce.widget_top_rated_products .qodef-widget-title {
        margin: 0 0 29px
    }
    
    .widget.woocommerce.widget_products ul li,
    .widget.woocommerce.widget_recent_reviews ul li,
    .widget.woocommerce.widget_recently_viewed_products ul li,
    .widget.woocommerce.widget_top_rated_products ul li {
        min-height: 110px
    }
    
    .widget.woocommerce.widget_products ul li a img,
    .widget.woocommerce.widget_recent_reviews ul li a img,
    .widget.woocommerce.widget_recently_viewed_products ul li a img,
    .widget.woocommerce.widget_top_rated_products ul li a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 85px
    }
    
    .widget.woocommerce.widget_products ul li a span,
    .widget.woocommerce.widget_recent_reviews ul li a span,
    .widget.woocommerce.widget_recently_viewed_products ul li a span,
    .widget.woocommerce.widget_top_rated_products ul li a span {
        position: relative;
        display: block;
        padding: 0 0 0 102px;
        line-height: 20px;
        box-sizing: border-box
    }
    
    .widget.woocommerce.widget_products ul li>:not(a),
    .widget.woocommerce.widget_recent_reviews ul li>:not(a),
    .widget.woocommerce.widget_recently_viewed_products ul li>:not(a),
    .widget.woocommerce.widget_top_rated_products ul li>:not(a) {
        margin: 0 0 0 102px;
        line-height: 20px;
        display: block
    }
    
    .widget.woocommerce.widget_products ul li .star-rating,
    .widget.woocommerce.widget_recent_reviews ul li .star-rating,
    .widget.woocommerce.widget_recently_viewed_products ul li .star-rating,
    .widget.woocommerce.widget_top_rated_products ul li .star-rating {
        position: relative;
        display: inline-block
    }
    
    .widget.woocommerce.widget_products ul li .star-rating span,
    .widget.woocommerce.widget_recent_reviews ul li .star-rating span,
    .widget.woocommerce.widget_recently_viewed_products ul li .star-rating span,
    .widget.woocommerce.widget_top_rated_products ul li .star-rating span {
        max-width: 100px
    }
    
    .widget.woocommerce.widget_products ul li del,
    .widget.woocommerce.widget_products ul li ins,
    .widget.woocommerce.widget_recent_reviews ul li del,
    .widget.woocommerce.widget_recent_reviews ul li ins,
    .widget.woocommerce.widget_recently_viewed_products ul li del,
    .widget.woocommerce.widget_recently_viewed_products ul li ins,
    .widget.woocommerce.widget_top_rated_products ul li del,
    .widget.woocommerce.widget_top_rated_products ul li ins {
        display: block
    }
    
    .widget.woocommerce.widget_products ul li ins,
    .widget.woocommerce.widget_recent_reviews ul li ins,
    .widget.woocommerce.widget_recently_viewed_products ul li ins,
    .widget.woocommerce.widget_top_rated_products ul li ins {
        text-decoration: none
    }
    
    .widget.woocommerce.widget_products ul li .amount,
    .widget.woocommerce.widget_recently_viewed_products ul li .amount,
    .widget.woocommerce.widget_top_rated_products ul li .amount {
        color: #282828
    }
    
    .widget.woocommerce.widget_recently_viewed_products ul li del,
    .widget.woocommerce.widget_recently_viewed_products ul li>.amount {
        display: block;
        margin-top: 10px
    }
    
    .widget.woocommerce.widget_recent_reviews ul li .star-rating {
        margin-top: 7px;
        margin-bottom: 10px
    }
    
    .widget.woocommerce.widget_recent_reviews a {
        display: block;
        padding: 0 0 0 102px
    }
    
    .widget.woocommerce.widget_recent_reviews .reviewer {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        clear: both
    }
    
    .widget.woocommerce.widget_top_rated_products ul li .star-rating {
        margin-top: 4px;
        margin-bottom: 4px
    }
    
    .widget.woocommerce.widget_top_rated_products ul li .amount {
        display: block
    }
    
    .widget.woocommerce.widget_product_tag_cloud .tagcloud a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-family: inherit;
        background-color: transparent;
        font-size: 12px!important;
        line-height: 20px;
        color: #282828
    }
    
    .widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
        color: #b4b4b4
    }
    
    .widget.woocommerce.widget_product_tag_cloud .tagcloud a:after {
        content: '|';
        color: #939393;
        margin: 0 7px
    }
    
    .widget.woocommerce.widget_product_tag_cloud .tagcloud a:last-child:after {
        display: none
    }
    
    .widget.woocommerce.widget_product_search .woocommerce-product-search {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        clear: both
    }
    
    .widget.woocommerce.widget_product_search .woocommerce-product-search>div {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        border: 1px solid #e1e1e1;
        box-sizing: border-box
    }
    
    .widget.woocommerce.widget_product_search .woocommerce-product-search button,
    .widget.woocommerce.widget_product_search .woocommerce-product-search input {
        position: relative;
        display: inline-block;
        vertical-align: top;
        float: left;
        margin: 0;
        height: 54px;
        line-height: 32px;
        color: #939393;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        outline: 0;
        -webkit-appearance: none;
        box-sizing: border-box;
        -webkit-transition: color .2s ease-out;
        -moz-transition: color .2s ease-out;
        transition: color .2s ease-out
    }
    
    .widget.woocommerce.widget_product_search .woocommerce-product-search input {
        width: calc(100% - 40px);
        padding: 10px 10px 10px 20px;
        font-family: inherit;
        font-size: 13px
    }
    
    .widget.woocommerce.widget_product_search .woocommerce-product-search input::-webkit-input-placeholder {
        color: inherit
    }
    
    .widget.woocommerce.widget_product_search .woocommerce-product-search input:-moz-placeholder {
        color: inherit;
        opacity: 1
    }
    
    .widget.woocommerce.widget_product_search .woocommerce-product-search input::-moz-placeholder {
        color: inherit;
        opacity: 1
    }
    
    .widget.woocommerce.widget_product_search .woocommerce-product-search input:-ms-input-placeholder {
        color: inherit
    }
    
    .widget.woocommerce.widget_product_search .woocommerce-product-search button {
        width: 40px;
        padding: 10px 13px 10px 4px;
        font-size: 14px;
        cursor: pointer
    }
    
    .widget.woocommerce.widget_product_search .woocommerce-product-search button:hover {
        color: #282828
    }
    
    .widget.woocommerce.widget_product_search .woocommerce-product-search button span,
    .widget.woocommerce.widget_product_search .woocommerce-product-search button span:before {
        display: block;
        line-height: inherit
    }
    
    .widget.woocommerce.widget_search form {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        clear: both
    }
    
    .widget.woocommerce.widget_search form>div {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        border-width: 1px;
        border-style: solid;
        border-color: #e1e1e1;
        box-sizing: border-box
    }
    
    .widget.woocommerce.widget_search button,
    .widget.woocommerce.widget_search input {
        position: relative;
        display: inline-block;
        vertical-align: top;
        float: left;
        height: 52px;
        font-family: inherit;
        font-weight: 400;
        font-size: 15px;
        line-height: 32px;
        color: #939393;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        outline: 0;
        -webkit-appearance: none;
        box-sizing: border-box;
        -webkit-transition: color .2s ease-out;
        -moz-transition: color .2s ease-out;
        transition: color .2s ease-out
    }
    
    .widget.woocommerce.widget_search input {
        width: calc(100% - 50px);
        padding: 10px 0 10px 21px
    }
    
    .widget.woocommerce.widget_search input::-webkit-input-placeholder {
        color: inherit
    }
    
    .widget.woocommerce.widget_search input:-moz-placeholder {
        color: inherit;
        opacity: 1
    }
    
    .widget.woocommerce.widget_search input::-moz-placeholder {
        color: inherit;
        opacity: 1
    }
    
    .widget.woocommerce.widget_search input:-ms-input-placeholder {
        color: inherit
    }
    
    .widget.woocommerce.widget_search button {
        width: 40px;
        padding: 10px 0;
        font-size: 13px;
        color: #939393;
        cursor: pointer;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }
    
    .widget.woocommerce.widget_search button:hover {
        color: #b4b4b4
    }
    
    .widget.woocommerce.widget_search button span,
    .widget.woocommerce.widget_search button span:before {
        display: block;
        line-height: inherit
    }
    
    .qodef-product-info,
    .qodef-product-info>div,
    .qodef-product-info>div a {
        display: inline-block;
        vertical-align: middle;
        position: relative
    }
    
    .qodef-product-info>div a {
        margin: 0 9px 0 0
    }
    
    .qodef-product-info>div a:last-child {
        margin: 0
    }
    
    .qodef-product-info .qodef-pi-image,
    .qodef-product-info .qodef-pi-rating,
    .qodef-product-info .qodef-pi-title {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0
    }
    
    .qodef-product-info .qodef-pi-image img {
        display: block
    }
    
    .qodef-product-info .qodef-pi-category h1,
    .qodef-product-info .qodef-pi-category h2,
    .qodef-product-info .qodef-pi-category h3,
    .qodef-product-info .qodef-pi-category h4,
    .qodef-product-info .qodef-pi-category h5,
    .qodef-product-info .qodef-pi-category h6 {
        margin: 0
    }
    
    .qodef-product-info .qodef-pi-category h1 a,
    .qodef-product-info .qodef-pi-category h2 a,
    .qodef-product-info .qodef-pi-category h3 a,
    .qodef-product-info .qodef-pi-category h4 a,
    .qodef-product-info .qodef-pi-category h5 a,
    .qodef-product-info .qodef-pi-category h6 a {
        vertical-align: top
    }
    
    .qodef-product-info .qodef-pi-rating {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden
    }
    
    .qodef-product-info .qodef-pi-rating:before {
        content: "\e031\e031\e031\e031\e031"
    }
    
    .qodef-product-info .qodef-pi-rating span {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden
    }
    
    .qodef-product-info .qodef-pi-rating span:before {
        content: "\e033\e033\e033\e033\e033"
    }
    
    .qodef-product-info .qodef-pi-add-to-cart .qodef-btn.qodef-btn-solid.qodef-white-skin {
        color: #282828;
        background-color: #fff;
        border-color: #fff
    }
    
    .qodef-product-info .qodef-pi-add-to-cart .qodef-btn.qodef-btn-solid.qodef-dark-skin,
    .qodef-product-info .qodef-pi-add-to-cart .qodef-btn.qodef-btn-solid.qodef-white-skin:hover {
        color: #fff;
        background-color: #282828;
        border-color: #282828
    }
    
    .qodef-product-info .qodef-pi-add-to-cart .qodef-btn.qodef-btn-solid.qodef-dark-skin:hover {
        color: #282828;
        background-color: #fff;
        border-color: #fff
    }
    
    .qodef-product-carousel-holder {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder .qodef-owl-slider {
        margin: 0
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder .qodef-owl-slider .owl-nav {
        position: absolute;
        top: -50px;
        right: 0;
        display: inline-block
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder .qodef-owl-slider .owl-nav .owl-next,
    .qodef-product-carousel-holder .qodef-pl-holder .qodef-owl-slider .owl-nav .owl-prev {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        -webkit-transform: initial;
        -moz-transform: initial;
        transform: initial
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder .qodef-owl-slider .owl-nav .owl-next>span,
    .qodef-product-carousel-holder .qodef-pl-holder .qodef-owl-slider .owl-nav .owl-prev>span {
        font-size: 25px
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-nav-light-skin .owl-nav .owl-next,
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-nav-light-skin .owl-nav .owl-prev {
        color: #fff
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-nav-light-skin .owl-nav .owl-next:hover,
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-nav-light-skin .owl-nav .owl-prev:hover {
        color: #b4b4b4
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-nav-dark-skin .owl-nav .owl-next,
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-nav-dark-skin .owl-nav .owl-prev {
        color: #282828
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-nav-dark-skin .owl-nav .owl-next:hover,
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-nav-dark-skin .owl-nav .owl-prev:hover {
        color: #b4b4b4
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-pag-light-skin .owl-dots .owl-dot span {
        background-color: rgba(255, 255, 255, .2)
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-pag-light-skin .owl-dots .owl-dot.active span,
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-pag-light-skin .owl-dots .owl-dot:hover span {
        background-color: #b4b4b4
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-pag-dark-skin .owl-dots .owl-dot span {
        background-color: rgba(40, 40, 40, .2)
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-pag-dark-skin .owl-dots .owl-dot.active span,
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-pag-dark-skin .owl-dots .owl-dot:hover span {
        background-color: #b4b4b4
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-pag-on-slider .owl-nav .owl-next,
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-pag-on-slider .owl-nav .owl-prev {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-pag-on-slider .owl-dots {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
        margin: 0
    }
    
    .qodef-plsc-holder,
    .qodef-plsc-holder .qodef-plsci .qodef-pli-image-holder,
    .qodef-plsc-holder .qodef-plsci .qodef-pli-inner {
        width: 100%;
        position: relative;
        display: inline-block;
        vertical-align: middle
    }
    
    .qodef-plsc-holder .qodef-plsc-outer {
        -webkit-transition: opacity .15s ease-out;
        -moz-transition: opacity .15s ease-out;
        transition: opacity .15s ease-out
    }
    
    .qodef-plsc-holder .qodef-plsci {
        text-align: center;
        padding-bottom: 35px
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-image-holder {
        background-color: #f1f1f1;
        box-shadow: 1px 2px 30px 0 rgba(0, 0, 0, .13)
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-image-holder .qodef-pli-image img {
        vertical-align: middle
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-image-holder .qodef-pli-new-product,
    .qodef-plsc-holder .qodef-plsci .qodef-pli-image-holder .qodef-pli-onsale,
    .qodef-plsc-holder .qodef-plsci .qodef-pli-image-holder .qodef-pli-out-of-stock {
        position: absolute;
        display: block;
        top: 0;
        width: 50px;
        height: 24px;
        margin: 14px 0 0 6px;
        padding: 0 16px;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1px;
        text-align: center;
        z-index: 100;
        font-weight: 500;
        box-sizing: border-box;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        text-transform: uppercase
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-image-holder .qodef-pli-onsale {
        left: 0;
        color: #000
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-image-holder .qodef-pli-out-of-stock {
        left: 0;
        color: #b4b4b4
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-image-holder .qodef-pli-new-product {
        left: 0;
        color: #000
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 29px 0 0
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper>* {
        float: left
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .qodef-pli-text-wrapper-inner {
        width: 60%;
        text-align: left
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .qodef-pli-text-wrapper-cart {
        width: 40%;
        text-align: right
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .qodef-pli-title {
        margin: 0 0 4px
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .qodef-pli-category {
        margin: 11px 0 3px
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .qodef-pli-price {
        position: relative;
        display: block;
        margin: 8px 0 11px;
        line-height: 1;
        color: #282828;
        font-weight: 400;
        font-size: 12px
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .qodef-pli-price * {
        font-size: inherit;
        line-height: inherit
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .qodef-pli-price del {
        margin: 0 8px 0 0;
        font-size: 12px;
        color: #939393
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .qodef-pli-price ins {
        text-decoration: none;
        font-size: 12px
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .added_to_cart,
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .button {
        position: relative;
        display: inline-block;
        width: auto;
        margin: 0;
        font-family: inherit;
        font-size: 13px;
        line-height: 2em;
        border-radius: 1px;
        outline: 0;
        box-sizing: border-box;
        -webkit-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        white-space: nowrap;
        z-index: 3;
        font-weight: 500;
        padding: 0 0 0 13px!important;
        color: #282828;
        background-color: transparent;
        border: 0;
        vertical-align: middle
    }
    
    .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n+2).qodef-item-space,
    .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n+3).qodef-item-space {
        margin-bottom: 230px
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .added_to_cart:before,
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .button:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 1px;
        height: 1px;
        width: 10px;
        background-color: currentColor;
        -webkit-transition: width .1s;
        -moz-transition: width .1s;
        transition: width .1s
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .added_to_cart:after,
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .button:after {
        content: "";
        position: absolute;
        bottom: 2px;
        right: 0;
        height: 1px;
        width: 100%;
        background-color: currentColor;
        -webkit-transition: width .3s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: width .3s cubic-bezier(.77, 0, .175, 1);
        transition: width .3s cubic-bezier(.77, 0, .175, 1)
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .added_to_cart:hover:before,
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .button:hover:before {
        width: 0
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .added_to_cart:hover:after,
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .button:hover:after {
        width: calc(100% - 13px)
    }
    
    .qodef-plsc-holder .qodef-plsci .qodef-pli-text-wrapper .button.added {
        display: none
    }
    
    .qodef-plsc-holder .qodef-plsci.qodef-plsci-text-holder-item .qodef-pli-text-holder {
        max-width: 550px;
        text-align: left
    }
    
    .qodef-plsc-holder .qodef-outer-space article:nth-of-type(1) {
        margin-top: 60px
    }
    
    .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n+1) .qodef-pli-inner {
        padding-right: 18%;
        padding-left: 18%
    }
    
    .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n+1) .qodef-pli-inner .qodef-pli-image {
        position: relative;
        top: -30px;
        right: -18%
    }
    
    @media only screen and (max-width: 1024px) {
        .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n+1) .qodef-pli-inner {
            padding-left: 10%;
            padding-right: 10%
        }
        .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n+1) .qodef-pli-inner .qodef-pli-image {
            top: -15px;
            right: -10%
        }
        .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n+2) .qodef-pli-inner {
            padding-left: 10%
        }
    }
    
    .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n+2) .qodef-pli-inner {
        padding-right: 0;
        padding-left: 10%
    }
    
    .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n+2) .qodef-pli-inner .qodef-pli-image {
        position: relative;
        top: -30px;
        left: -36%
    }
    
    .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n+3) .qodef-pli-inner {
        padding-right: 0;
        padding-left: 36%
    }
    
    @media only screen and (max-width: 1024px) {
        .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n+2) .qodef-pli-inner .qodef-pli-image {
            top: -15px;
            left: -20%
        }
        .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n+3) .qodef-pli-inner {
            padding-left: 20%
        }
    }
    
    .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n) .qodef-pli-inner {
        padding-right: 0;
        padding-left: 23%
    }
    
    @media only screen and (max-width: 1024px) {
        .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n) .qodef-pli-inner {
            padding-left: 10%
        }
    }
    
    .qodef-pls-holder>ul,
    .qodef-pls-holder>ul>li {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        padding: 0;
        position: relative
    }
    
    .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n) .qodef-pli-inner .qodef-pli-image {
        position: relative;
        top: -30px;
        left: -36%
    }
    
    @media only screen and (max-width: 1024px) {
        .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n) .qodef-pli-inner .qodef-pli-image {
            top: -15px;
            left: -20%
        }
    }
    
    .qodef-plsc-holder .qodef-outer-space article:nth-of-type(4n).qodef-item-space {
        margin-bottom: 310px
    }
    
    .qodef-plsc-holder.qodef-tiny-space .qodef-outer-space .qodef-item-space {
        margin-bottom: 80px
    }
    
    .qodef-plsc-holder.qodef-small-space .qodef-outer-space .qodef-item-space {
        margin-bottom: 100px
    }
    
    .qodef-plsc-holder.qodef-normal-space .qodef-outer-space .qodef-item-space {
        margin-bottom: 130px
    }
    
    .qodef-plsc-holder.qodef-medium-space .qodef-outer-space .qodef-item-space {
        margin-bottom: 150px
    }
    
    .qodef-plsc-holder.qodef-large-space .qodef-outer-space .qodef-item-space {
        margin-bottom: 180px
    }
    
    .qodef-plsc-holder.qodef-huge-space .qodef-outer-space .qodef-item-space {
        margin-bottom: 210px
    }
    
    @media only screen and (max-width: 680px) {
        .qodef-plsc-holder.qodef-tiny-space .qodef-outer-space .qodef-item-space {
            margin: 0 0 35px
        }
        .qodef-plsc-holder.qodef-small-space .qodef-outer-space .qodef-item-space {
            margin: 0 0 50px
        }
        .qodef-plsc-holder.qodef-normal-space .qodef-outer-space .qodef-item-space {
            margin: 0 0 60px
        }
        .qodef-plsc-holder.qodef-medium-space .qodef-outer-space .qodef-item-space {
            margin: 0 0 70px
        }
        .qodef-plsc-holder.qodef-large-space .qodef-outer-space .qodef-item-space {
            margin: 0 0 80px
        }
        .qodef-plsc-holder.qodef-huge-space .qodef-outer-space .qodef-item-space {
            margin: 0 0 100px
        }
    }
    
    .qodef-pls-holder {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }
    
    .qodef-pls-holder>ul {
        list-style: none;
        margin: 0
    }
    
    .qodef-pls-holder>ul>li {
        margin: 0 0 20px
    }
    
    .qodef-pls-holder>ul>li:last-child {
        margin: 0
    }
    
    .qodef-pls-holder .qodef-pls-image {
        display: table-cell;
        vertical-align: top;
        width: 84px
    }
    
    .qodef-pls-holder .qodef-pls-image a,
    .qodef-pls-holder .qodef-pls-image img {
        display: block
    }
    
    .qodef-pls-holder .qodef-pls-image a {
        position: relative
    }
    
    .qodef-pls-holder .qodef-pls-image a:hover:after {
        opacity: 1
    }
    
    .qodef-pls-holder .qodef-pls-image a:after {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        content: '';
        background-color: rgba(40, 40, 40, .4);
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out
    }
    
    .qodef-pls-holder .qodef-pls-text {
        display: table-cell;
        vertical-align: top;
        padding: 0 0 0 20px
    }
    
    .qodef-pls-holder .qodef-pls-text .qodef-pls-title {
        margin: 0 0 4px
    }
    
    .qodef-pls-holder .qodef-pls-text .qodef-pls-rating-holder {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        line-height: 1;
        margin: 5px 0 3px
    }
    
    .qodef-pls-holder .qodef-pls-text .qodef-pls-rating {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden
    }
    
    .qodef-pls-holder .qodef-pls-text .qodef-pls-rating:before {
        content: "\e031\e031\e031\e031\e031"
    }
    
    .qodef-pls-holder .qodef-pls-text .qodef-pls-rating span {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden
    }
    
    .qodef-pls-holder .qodef-pls-text .qodef-pls-rating span:before {
        content: "\e033\e033\e033\e033\e033"
    }
    
    .qodef-pls-holder .qodef-pls-text .qodef-pls-price {
        position: relative;
        display: block;
        margin: 8px 0 11px;
        line-height: 1;
        color: #282828;
        font-weight: 400
    }
    
    .qodef-pls-holder .qodef-pls-text .qodef-pls-price * {
        font-size: inherit;
        line-height: inherit
    }
    
    .qodef-pls-holder .qodef-pls-text .qodef-pls-price del {
        margin: 0 8px 0 0;
        color: #282828;
        font-size: 12px
    }
    
    .qodef-pls-holder .qodef-pls-text .qodef-pls-price ins {
        text-decoration: none;
        font-size: 17px
    }
    
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli {
        text-align: center;
        padding-bottom: 27px
    }
    
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli:hover .qodef-pli-add-to-cart .ajax_add_to_cart.add_to_cart_button {
        -webkit-transform: translateX(-100%) translateX(42px);
        -moz-transform: translateX(-100%) translateX(42px);
        transform: translateX(-100%) translateX(42px)
    }
    
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli:hover .qodef-pli-add-to-cart .ajax_add_to_cart,
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli:hover .qodef-pli-add-to-cart .button.product_type_external,
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli:hover .qodef-pli-add-to-cart .button.product_type_grouped,
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli:hover .qodef-pli-add-to-cart .button.product_type_variable {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
    
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli .qodef-pli-add-to-cart .ajax_add_to_cart.add_to_cart_button {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0;
        font-family: inherit;
        line-height: 2em;
        font-weight: 500;
        border-radius: 1px;
        outline: 0;
        box-sizing: border-box;
        padding: 8px 12px 8px 23px;
        font-size: 12px;
        color: #fff;
        position: absolute;
        left: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        bottom: 80px;
        z-index: 1;
        background-color: #282828;
        -webkit-transition: -webkit-transform .25s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: -moz-transform .25s cubic-bezier(.77, 0, .175, 1);
        transition: transform .25s cubic-bezier(.77, 0, .175, 1)
    }
    
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli .qodef-pli-add-to-cart .ajax_add_to_cart.add_to_cart_button:hover {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
        background-color: #282828
    }
    
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli .qodef-pli-add-to-cart .ajax_add_to_cart.add_to_cart_button:after {
        top: -2px;
        position: relative;
        content: "\4c";
        font-family: ElegantIcons;
        margin-left: 17px;
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
        line-height: 15px
    }
    
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli .qodef-pli-add-to-cart .added_to_cart,
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli .qodef-pli-add-to-cart .add_to_cart_button,
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli .qodef-pli-add-to-cart .added_to_cart,
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli .qodef-pli-add-to-cart .ajax_add_to_cart {
        width: auto;
        font-family: inherit;
        line-height: 2em;
        padding: 8px 23px;
        position: absolute;
        z-index: 1;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        background-color: #282828;
        border-radius: 1px;
        outline: 0;
        font-weight: 500;
        box-sizing: border-box
    }
    
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli .qodef-pli-add-to-cart .ajax_add_to_cart,
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli .qodef-pli-add-to-cart .button.product_type_external,
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli .qodef-pli-add-to-cart .button.product_type_grouped,
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli .qodef-pli-add-to-cart .button.product_type_variable {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0;
        font-family: inherit;
        line-height: 2em;
        font-weight: 500;
        border-radius: 1px;
        outline: 0;
        box-sizing: border-box;
        padding: 8px 23px;
        font-size: 12px;
        color: #fff;
        position: absolute;
        left: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        bottom: 80px;
        z-index: 1;
        background-color: #282828;
        -webkit-transition: -webkit-transform .25s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: -moz-transform .25s cubic-bezier(.77, 0, .175, 1);
        transition: transform .25s cubic-bezier(.77, 0, .175, 1)
    }
    
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli .qodef-pli-add-to-cart .ajax_add_to_cart.added,
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli .qodef-pli-add-to-cart .button.product_type_external.added,
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli .qodef-pli-add-to-cart .button.product_type_grouped.added,
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli .qodef-pli-add-to-cart .button.product_type_variable.added {
        display: none
    }
    
    .qodef-pl-holder.qodef-info-below-cart-on-image .qodef-pli .qodef-pli-add-to-cart .added_to_cart {
        margin: 0;
        -webkit-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        color: #fff;
        left: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        bottom: 80px
    }
    
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli {
        text-align: center;
        margin: 0;
        padding-bottom: 64px
    }
    
    .qodef-product-carousel-holder .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli {
        padding-bottom: 64px!important
    }
    
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli .qodef-pli-rating {
        color: #939393
    }
    
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli .qodef-pli-add-to-cart .add_to_cart_button,
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli .qodef-pli-add-to-cart .ajax_add_to_cart {
        bottom: -14px;
        left: 100%;
        margin: 0 -50%;
        color: #fff;
        opacity: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: .25s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: .25s cubic-bezier(.77, 0, .175, 1);
        transition: .25s cubic-bezier(.77, 0, .175, 1)
    }
    
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli .qodef-pli-add-to-cart .add_to_cart_button:hover,
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli .qodef-pli-add-to-cart .ajax_add_to_cart:hover {
        background-color: #000
    }
    
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli .qodef-pli-add-to-cart .added_to_cart {
        -webkit-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        color: #fff;
        left: 100%;
        margin: 0 -50%;
        bottom: -14px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli .qodef-pli-add-to-cart .add_to_cart_button {
        padding: 8px 18px 8px 23px;
        font-size: 12px
    }
    
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli .qodef-pli-add-to-cart .add_to_cart_button:after {
        top: -2px;
        position: relative;
        content: "\4c";
        font-family: ElegantIcons;
        margin-left: 17px;
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
        line-height: 15px
    }
    
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli .qodef-pli-add-to-cart .add_to_cart_button.added {
        display: none
    }
    
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli:hover .qodef-pli-add-to-cart .add_to_cart_button,
    .qodef-pl-holder.qodef-info-cart-below-image .qodef-pli:hover .qodef-pli-add-to-cart .ajax_add_to_cart {
        opacity: 1
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli-text {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        box-sizing: border-box
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli-text-outer {
        position: relative;
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        text-align: center
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli-text-inner {
        position: relative;
        display: table-cell;
        height: 100%;
        width: 100%;
        vertical-align: middle
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-text-inner {
        vertical-align: bottom;
        text-align: center;
        padding: 0 0 47px
    }
    
    @media only screen and (max-width: 1440px) {
        .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-text-inner {
            padding: 0 0 30px
        }
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-text-price-holder {
        position: relative
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-text-price-holder .qodef-pli-price {
        font-size: 12px
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-add-to-cart {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
        opacity: 0;
        z-index: 2
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-add-to-cart .add_to_cart_button,
    .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-add-to-cart .ajax_add_to_cart {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0;
        font-family: inherit;
        line-height: 2em;
        font-weight: 500;
        border-radius: 1px;
        outline: 0;
        box-sizing: border-box;
        padding: 8px 12px 8px 23px;
        font-size: 12px;
        color: #fff;
        z-index: 1;
        background-color: #282828;
        -webkit-transition: .25s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: .25s cubic-bezier(.77, 0, .175, 1);
        transition: .25s cubic-bezier(.77, 0, .175, 1)
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-add-to-cart .add_to_cart_button:hover,
    .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-add-to-cart .ajax_add_to_cart:hover {
        background-color: #000
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-add-to-cart .add_to_cart_button {
        padding: 8px 18px 8px 23px;
        font-size: 12px
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-add-to-cart .add_to_cart_button:after {
        top: -2px;
        position: relative;
        content: "\4c";
        font-family: ElegantIcons;
        margin-left: 17px;
        font-size: 15px;
        display: inline-block;
        vertical-align: middle;
        line-height: 15px
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-add-to-cart .add_to_cart_button.added {
        display: none
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-add-to-cart .added_to_cart {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        margin: 0;
        font-family: inherit;
        line-height: 2em;
        font-weight: 500;
        border-radius: 1px;
        outline: 0;
        box-sizing: border-box;
        -webkit-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        -moz-transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        transition: background-color .35s, border-color .35s, color .1s cubic-bezier(.77, 0, .175, 1);
        padding: 8px 23px;
        font-size: 12px;
        color: #fff;
        background-color: #282828;
        z-index: 1
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli:hover .qodef-pli-add-to-cart {
        opacity: 1
    }
    
    .qodef-pl-holder.qodef-info-on-image .qodef-pli .qodef-pli-price ins {
        font-size: 12px
    }
    
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-position-left .qodef-pli .qodef-pli-text-inner {
        position: relative;
        padding-left: 75px;
        text-align: left
    }
    
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-position-left .qodef-pli .qodef-pli-text-inner .qodef-pli-add-to-cart {
        left: 0;
        -webkit-transform: initial;
        -moz-transform: initial;
        transform: initial
    }
    
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-position-right .qodef-pli .qodef-pli-text-inner {
        position: relative;
        padding-right: 75px;
        text-align: right
    }
    
    @media only screen and (max-width: 1440px) {
        .qodef-pl-holder.qodef-info-on-image.qodef-product-info-position-left .qodef-pli .qodef-pli-text-inner {
            padding-left: 40px
        }
        .qodef-pl-holder.qodef-info-on-image.qodef-product-info-position-right .qodef-pli .qodef-pli-text-inner {
            padding-right: 30px
        }
    }
    
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-position-right .qodef-pli .qodef-pli-text-inner .qodef-pli-add-to-cart {
        left: auto;
        right: 0;
        -webkit-transform: initial;
        -moz-transform: initial;
        transform: initial
    }
    
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-light .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-category a,
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-light .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-excerpt,
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-light .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-price,
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-light .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-price del,
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-light .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-rating,
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-light .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-title {
        color: #fff
    }
    
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-light .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-category a:hover {
        color: rgba(255, 255, 255, .8)
    }
    
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-dark .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-category a,
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-dark .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-excerpt,
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-dark .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-price,
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-dark .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-price del,
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-dark .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-rating,
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-dark .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-title {
        color: #282828
    }
    
    .qodef-pl-holder.qodef-info-on-image.qodef-product-info-dark .qodef-pli-inner .qodef-pli-text-inner .qodef-pli-category a:hover {
        color: rgba(40, 40, 40, .8)
    }
    
    .qodef-pl-holder .qodef-pl-categories {
        position: relative;
        padding-bottom: 23px;
        float: left
    }
    
    .qodef-pl-holder .qodef-pl-categories h6.qodef-pl-categories-label {
        margin: 0;
        display: none;
        font-size: 13px
    }
    
    .qodef-pl-holder .qodef-pl-categories h6.qodef-pl-categories-label:after {
        content: "\35";
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-family: ElegantIcons;
        font-size: 14px;
        line-height: 1em;
        margin-left: 8px;
        top: -1px
    }
    
    .qodef-pl-holder .qodef-pl-categories ul {
        list-style: none;
        display: inline-block;
        width: 100%;
        margin: 0
    }
    
    .qodef-pl-holder .qodef-pl-categories ul li {
        display: inline-block;
        float: left;
        position: relative;
        padding: 0 16px
    }
    
    .qodef-pl-holder .qodef-pl-categories ul li:first-child {
        padding-left: 0
    }
    
    .qodef-pl-holder .qodef-pl-categories ul li a {
        color: #282828;
        font-weight: 500;
        font-size: 13px;
        -webkit-transform: color .3s ease;
        -moz-transform: color .3s ease;
        transform: color .3s ease
    }
    
    .qodef-pl-holder .qodef-pl-categories ul li a.active,
    .qodef-pl-holder .qodef-pl-categories ul li a:hover {
        color: #b4b4b4
    }
    
    .qodef-pl-holder .qodef-pl-ordering-outer {
        float: right;
        position: relative;
        padding-bottom: 30px
    }
    
    .qodef-pl-holder .qodef-pl-ordering-outer .qodef-pl-ordering-outer-label {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        margin: 0;
        cursor: pointer
    }
    
    .qodef-pl-holder .qodef-pl-ordering-outer .qodef-pl-ordering-outer-label>span {
        display: inline-block;
        vertical-align: middle;
        line-height: inherit
    }
    
    .qodef-pl-holder .qodef-pl-ordering-outer .qodef-pl-ordering-outer-label:after {
        content: "\33";
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-family: ElegantIcons;
        font-size: 20px;
        line-height: inherit;
        margin-left: 8px
    }
    
    .qodef-pl-holder .qodef-pl-ordering-outer .qodef-pl-ordering {
        background-color: #fff;
        display: inline-block;
        padding: 35px 20px 40px;
        position: absolute;
        right: 0;
        top: 46px;
        width: 365px;
        z-index: 101;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: visibility 0s ease .3s, opacity .3s ease;
        -moz-transition: visibility 0s ease .3s, opacity .3s ease;
        transition: visibility 0s ease .3s, opacity .3s ease
    }
    
    .qodef-pl-holder .qodef-pl-ordering-outer .qodef-pl-ordering div {
        display: inline-block;
        width: 140px;
        margin: 0 20px
    }
    
    .qodef-pl-holder .qodef-pl-ordering-outer .qodef-pl-ordering div .qodef-pl-ordering-price-label {
        display: inline-block;
        vertical-align: middle;
        color: #282828;
        font-size: 13px;
        font-weight: 500;
        margin: 0 0 12px
    }
    
    .qodef-pl-holder .qodef-pl-ordering-outer .qodef-pl-ordering div ul {
        list-style: none;
        margin: 0
    }
    
    .qodef-pl-holder .qodef-pl-ordering-outer .qodef-pl-ordering div ul li {
        position: relative;
        padding: 1px 0
    }
    
    .qodef-pl-holder .qodef-pl-ordering-outer .qodef-pl-ordering div ul li a {
        color: #939393;
        font-size: 12px;
        line-height: 23px;
        -webkit-transform: color .3s ease;
        -moz-transform: color .3s ease;
        transform: color .3s ease
    }
    
    .qodef-pl-holder .qodef-pl-ordering-outer .qodef-pl-ordering div ul li a.active,
    .qodef-pl-holder .qodef-pl-ordering-outer .qodef-pl-ordering div ul li a:hover {
        color: #282828
    }
    
    .qodef-pl-holder .qodef-pl-ordering-outer:hover .qodef-pl-ordering {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s;
        transition-duration: .3s
    }
    
    .qodef-pl-holder {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }
    
    .qodef-pl-holder .qodef-pl-outer {
        -webkit-transition: opacity .15s ease-out;
        -moz-transition: opacity .15s ease-out;
        transition: opacity .15s ease-out
    }
    
    .qodef-pl-holder .qodef-pl-outer.qodef-ajax-loading {
        opacity: 0
    }
    
    .qodef-pl-holder .qodef-prl-loading {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 101;
        background-color: transparent;
        display: none;
        margin-top: 45px;
        box-sizing: border-box;
        text-align: center;
        padding: 120px
    }
    
    .qodef-pl-holder .qodef-prl-loading .qodef-prl-loading-msg {
        font-size: 12px;
        line-height: 1.3em;
        color: #282828;
        font-weight: 500
    }
    
    .qodef-pl-holder .qodef-pli {
        padding: 0;
        z-index: 100
    }
    
    .qodef-pl-holder .qodef-pli .qodef-pli-title {
        margin: 0 0 4px
    }
    
    .qodef-pl-holder .qodef-pli .qodef-pli-category {
        margin: 11px 0 3px
    }
    
    .qodef-pl-holder .qodef-pli .qodef-pli-excerpt {
        color: #282828;
        line-height: 1.3em;
        margin: 11px 0 3px
    }
    
    .qodef-pl-holder .qodef-pli .qodef-pli-rating-holder {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        line-height: 1.2em;
        margin: 3px 0 7px
    }
    
    .qodef-pl-holder .qodef-pli .qodef-pli-rating {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden
    }
    
    .qodef-pl-holder .qodef-pli .qodef-pli-rating:before {
        content: "\e031\e031\e031\e031\e031"
    }
    
    .qodef-pl-holder .qodef-pli .qodef-pli-rating span {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden
    }
    
    .qodef-pl-holder .qodef-pli .qodef-pli-rating span:before {
        content: "\e033\e033\e033\e033\e033"
    }
    
    .qodef-pl-holder .qodef-pli .qodef-pli-price {
        position: relative;
        display: block;
        margin: 8px 0 11px;
        line-height: 1;
        color: #282828;
        font-weight: 400;
        font-size: 12px
    }
    
    .qodef-pl-holder .qodef-pli-inner,
    .qodef-pl-holder .qodef-pli-inner .qodef-pli-image {
        position: relative;
        display: inline-block;
        overflow: hidden;
        vertical-align: middle
    }
        .qodef-pl-holder .qodef-pli-inner{
            width: 100%;
        }
    .qodef-pl-holder .qodef-pli .qodef-pli-price * {
        font-size: inherit;
        line-height: inherit
    }
    
    .qodef-pl-holder .qodef-pli .qodef-pli-price del {
        margin: 0 8px 0 0;
        font-size: 12px;
        color: #939393
    }
    
    .qodef-pl-holder .qodef-pli .qodef-pli-price ins {
        text-decoration: none;
        font-size: 12px
    }
    
    .touch .qodef-pl-holder .qodef-pli-inner {
        cursor: pointer
    }
    
    .qodef-pl-holder .qodef-pli-inner .qodef-pli-image {
        width: 100%
    }
    
    .qodef-pl-holder .qodef-pli-inner .qodef-pli-image img {
        display: block;
        width: 100%;
        will-change: transform;
        filter: blur();
        -webkit-transition: -webkit-transform 1.2s cubic-bezier(.25, .46, .45, .94);
        -moz-transition: -moz-transform 1.2s cubic-bezier(.25, .46, .45, .94);
        transition: transform 1.2s cubic-bezier(.25, .46, .45, .94)
    }
    
    .qodef-pl-holder .qodef-pli-inner .qodef-pli-image .qodef-pli-new-product,
    .qodef-pl-holder .qodef-pli-inner .qodef-pli-image .qodef-pli-onsale,
    .qodef-pl-holder .qodef-pli-inner .qodef-pli-image .qodef-pli-out-of-stock {
        position: absolute;
        display: block;
        top: 0;
        width: 50px;
        height: 24px;
        margin: 14px 0 0 6px;
        padding: 0 16px;
        font-size: 12px;
        line-height: 24px;
        letter-spacing: 1px;
        text-align: center;
        z-index: 100;
        font-weight: 500;
        box-sizing: border-box;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        text-transform: uppercase
    }
    
    .qodef-pl-holder .qodef-pli-inner .qodef-pli-image .qodef-pli-onsale {
        left: 0;
        color: #000
    }
    
    .qodef-pl-holder .qodef-pli-inner .qodef-pli-image .qodef-pli-out-of-stock {
        left: 0;
        color: #b4b4b4
    }
    
    .qodef-pl-holder .qodef-pli-inner .qodef-pli-image .qodef-pli-new-product {
        left: 0;
        color: #000
    }
    
    .qodef-pl-holder .qodef-pli-inner .qodef-pli-link {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }
    
    .qodef-pl-holder .qodef-pli-inner:hover img {
        -webkit-transform: scale(1.06);
        -moz-transform: scale(1.06);
        transform: scale(1.06)
    }
    
    .qodef-pl-holder .qodef-pli-text-wrapper {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 29px 0 0
    }
    
    .qodef-pl-holder.qodef-masonry-layout .qodef-pli-inner {
        width: 100%;
        height: 100%
    }
    
    .qodef-pl-holder.qodef-masonry-layout .qodef-pli-inner .qodef-pli-image {
        height: 100%
    }
    
    .qodef-pl-holder.qodef-pl-border-between-items .qodef-pli:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 1px;
        background-color: #e1e1e1;
        z-index: 1
    }
    
    .qodef-pl-holder.qodef-pl-border-between-items .qodef-pli:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #e1e1e1
    }
    
    @media only screen and (min-width: 681px) {
        .woocommerce.columns-2>.products>.product:nth-child(2n+1) {
            clear: both
        }
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-two-columns .qodef-pli:nth-child(2n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-two-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-two-columns .qodef-pli:nth-last-child(2):after {
            content: normal
        }
    }
    
    @media only screen and (min-width: 769px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-three-columns .qodef-pli:nth-child(3n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-three-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-three-columns .qodef-pli:nth-last-child(2):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-three-columns .qodef-pli:nth-last-child(3):after {
            content: normal
        }
    }
    
    @media only screen and (min-width: 1025px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-child(4n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-last-child(2):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-last-child(3):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-last-child(4):after {
            content: normal
        }
    }
    
    @media only screen and (min-width: 1367px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-child(5n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(2):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(3):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(4):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(5):after {
            content: normal
        }
    }
    
    @media only screen and (min-width: 1441px) {
        .woocommerce.columns-6>.products>.product:nth-child(6n+1) {
            clear: both
        }
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-child(6n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(2):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(3):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(4):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(5):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(6):after {
            content: normal
        }
    }
    
    @media only screen and (max-width: 1440px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:before {
            content: ''
        }
    }
    
    @media only screen and (max-width: 1440px) and (min-width: 1367px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-child(5n+1) {
            clear: both
        }
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-child(5n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(2):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(3):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(4):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(5):after {
            content: normal
        }
    }
    
    @media only screen and (max-width: 1366px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:before {
            content: ''
        }
    }
    
    @media only screen and (max-width: 1366px) and (min-width: 1025px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-child(4n+1) {
            clear: both
        }
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-child(4n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(2):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(3):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(4):after {
            content: normal
        }
    }
    
    @media only screen and (max-width: 1366px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:before {
            content: ''
        }
    }
    
    @media only screen and (max-width: 1366px) and (min-width: 1025px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-child(4n+1) {
            clear: both
        }
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-child(4n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(2):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(3):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(4):after {
            content: normal
        }
    }
    
    @media only screen and (max-width: 1024px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:before {
            content: ''
        }
    }
    
    @media only screen and (max-width: 1024px) and (min-width: 769px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-child(3n+1) {
            clear: both
        }
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-child(3n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-last-child(2):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-last-child(3):after {
            content: normal
        }
    }
    
    @media only screen and (max-width: 1024px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:before {
            content: ''
        }
    }
    
    @media only screen and (max-width: 1024px) and (min-width: 769px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-child(3n+1) {
            clear: both
        }
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-child(3n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(2):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(3):after {
            content: normal
        }
    }
    
    @media only screen and (max-width: 1024px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:before {
            content: ''
        }
    }
    
    @media only screen and (max-width: 1024px) and (min-width: 769px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-child(3n+1) {
            clear: both
        }
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-child(3n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(2):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(3):after {
            content: normal
        }
    }
    
    @media only screen and (max-width: 768px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-three-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-three-columns .qodef-pli:before {
            content: ''
        }
    }
    
    @media only screen and (max-width: 768px) and (min-width: 681px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-three-columns .qodef-pli:nth-child(2n+1) {
            clear: both
        }
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-three-columns .qodef-pli:nth-child(2n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-three-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-three-columns .qodef-pli:nth-last-child(2):after {
            content: normal
        }
    }
    
    @media only screen and (max-width: 768px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:before {
            content: ''
        }
    }
    
    @media only screen and (max-width: 768px) and (min-width: 681px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-child(2n+1) {
            clear: both
        }
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-child(2n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:nth-last-child(2):after {
            content: normal
        }
    }
    
    @media only screen and (max-width: 768px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:before {
            content: ''
        }
    }
    
    @media only screen and (max-width: 768px) and (min-width: 681px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-child(2n+1) {
            clear: both
        }
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-child(2n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:nth-last-child(2):after {
            content: normal
        }
    }
    
    @media only screen and (max-width: 768px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:before {
            content: ''
        }


    }
  @media only screen and (max-width: 767px) {
        .qodef-woo-single-page .woocommerce-tabs {
    margin: 15px 0 0px;
}
.qodef-woo-single-page .product {
    margin: 0 0 10px;
}
.qodef-woocommerce-page table.cart thead tr th {
    padding: 9px 0 9px;
    }
    .qodef-woocommerce-page .woocommerce-checkout h3#order_review_heading{
        font-size: 20px;
    }

  }
    
    @media only screen and (max-width: 768px) and (min-width: 681px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-child(2n+1) {
            clear: both
        }
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-child(2n+1):before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(1):after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:nth-last-child(2):after {
            content: normal
        }
    }
    
    @media only screen and (max-width: 680px) {
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-five-columns .qodef-pli:before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-four-columns .qodef-pli:before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-six-columns .qodef-pli:before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-three-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-three-columns .qodef-pli:before,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-two-columns .qodef-pli:after,
        .qodef-pl-holder.qodef-pl-border-between-items.qodef-two-columns .qodef-pli:before {
            content: ''
        }
        .qodef-pl-holder.qodef-pl-border-between-items .qodef-pli:before {
            content: normal!important
        }
    }