
 
/* +++++++++++++++++  Product, category widget and category details page common design design +++++++++++++++++++++++++ */
.product-view .header,
.category-view .header,
.entire-search .header,
.product-search .header {
    background-color : #F6F6F6;
    border-bottom    : 2px solid #CCCCCC;
    padding          : 10px;
    margin-bottom    : 5px;
    overflow         : hidden;
}
.product-view .sortable {
    display      : inline-block;
    margin-right : 10px;
}
.product-sorting {
    display : inline-block;
    margin  : 0;
    width   : auto;
}
.btn-group.view-switchers {
    float: left;
    margin-right: 15px;
}
.btn-group.view-switchers .list-view-switcher,
.btn-group.view-switchers .image-view-switcher {
    background-image: url("/wc/7.0.0/images/site/grid-list-view.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px ;
    width: 20px ;
    padding: 0;
    margin-right: 5px;
}
.btn-group.view-switchers .list-view-switcher{
    background-position: -19px 0;
}
.btn-group.view-switchers .list-view-switcher.active {
    background-position: -19px -20px;
}
.btn-group.view-switchers .image-view-switcher.active {
    background-position: 0 -20px;
}
select.per-page-count {
    margin : 0 10px 0 0;
    width  : auto;
}
.product-view .footer,
.category-view .footer,
.entire-search .footer,
.product-search .footer {
    background-color : #F6F6F6;
    border           : 1px solid #CCCCCC;
    margin-top       : 10px;
    padding          : 10px;
}
/* +++++++++++++++++  Product widget design +++++++++++++++++++++++++ */
.price-n-cart .price {
    display       : block;
    font-size     : 18px;
    margin-bottom : 10px;
    white-space   : normal;
    word-break    : break-all;
}
.price-n-cart .previous-price {
    display         : block;
    color           : #FF0000;
    font-size       : 16px;
    text-decoration : line-through;
    margin-bottom   : 0;
}
.price-n-cart .price .tax-message {
    color       : #999999;
    display     : block;
    font-size   : 11px;
    white-space : normal;
    word-break  : break-all;
}
.owl-carousel .owl-item .review-rating img {
    width:auto;
    display: inline;
}
.stepper{
    float: left;
    margin-right:20px;
}
/*Image view*/
.product-view.image-view .product-block,
.product-view.scrollable-view .product-block {
    border         : 1px solid #E6E6E6;
    display        : inline-block;
    margin         : 5px;
    padding        : 10px;
    vertical-align : top;
    position       : relative;
}
.product-view.image-view .product-name,
.product-view.scrollable-view .product-name {
    color: #555555;
    display: block;
    font-size: 15px;
    height: 24px;
    margin-bottom: 10px;
    margin-top: 7px;
    overflow: hidden;
    padding-bottom: 0;
    text-overflow: ellipsis;
}
.product-view.image-view .summary,
.product-view.scrollable-view .summary {
    color         : #555555;
    font-size     : 13px;
    height        : 60px;
    line-height   : 20px;
    margin-bottom : 10px;
    overflow      : hidden;
    white-space   : normal;
}
.product-view.image-view .product-image,
.product-view.scrollable-view .product-image {
    text-align: center;
}
.product-view.image-view .product-image-link,
.product-view.scrollable-view .product-image-link {
    display        : inline-block;
    vertical-align : middle;
}
.tag-mark {
    z-index : 20;
}
.product-view.image-view .sale.tag-mark,
.product-view.list-view .sale.tag-mark,
.product-view.scrollable-view .sale.tag-mark {
    background : url("/wc/7.0.0/images/site/sale.png") no-repeat left top;
    display    : inline-block;
    height     : 53px;
    position   : absolute;
    right      : 0;
    top        : 0;
    width      : 54px;
}
.product-view.image-view .new.tag-mark,
.product-view.scrollable-view .new.tag-mark {
    background : url("/wc/7.0.0/images/site/new.png") no-repeat left top;
    display    : inline-block;
    height     : 27px;
    position   : absolute;
    right      : -7px;
    top        : 62px;
    width      : 52px;
}
.product-view.image-view .featured.tag-mark,
.product-view.scrollable-view .featured.tag-mark {
    background : url("/wc/7.0.0/images/site/featured.png") no-repeat left top;
    display: inline-block;
    height: 71px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 85px;
}

.product-view.image-view .sold-out-tag.tag-mark,
.product-view.scrollable-view .sold-out-tag.tag-mark {
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #CC0031;
    width: 80px;
    padding: 1px 5px 0 5px;
}

.product-image{
    position: relative;
    overflow: hidden;
}
.btn-add{
    text-align: center;
}
.price {
    padding:10px 0;
    font-size:18px;
}
.previous-price {
    text-decoration: line-through
}
.price-block-container {
    display: inline;
}
.product-image .btn-add{
    position: absolute;
    bottom:0;
    /* @alternate */ -webkit-transition: all .5s ease;
    /* @alternate */ -moz-transition: all .5s ease;
    /* @alternate */ -ms-transition: all .5s ease;
    /* @alternate */ -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
}
.add-to-cart-button {
    padding: 10px 15px;
    vertical-align: middle;
}

.add-to-compare-button,
.button.add-to-wish-list,
.remove-from-compare-button,
.product-widget .remove-from-compare-button,
.add-to-wish-list.disabled,
.product-widget.widget-addCart .add-to-compare-button,
.product-widget.widget-addCart .add-to-wish-list {
    font-size: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin:0 1px;
    color: #666;
    vertical-align: middle;
    /* @alternate */ -webkit-transition: all 0.3s ease;
    /* @alternate */ -moz-transition: all 0.3s ease;
    /* @alternate */ -ms-transition: all 0.3s ease;
    /* @alternate */ -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-widget .sale-percent-display {
    font-size: 18px;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 18px;
}
.submit-button.add-to-wish-list::after {
    display: none;
}

.product-image .add-to-cart-button,
.product-image .add-to-compare-button,
.product-image .add-to-wish-list,
.product-image .remove-from-compare-button,
.product-image .add-to-wish-list.disabled {
    /* @alternate */ -webkit-transition: all 0.3s ease;
    /* @alternate */ -moz-transition: all 0.3s ease;
    /* @alternate */ -ms-transition: all 0.3s ease;
    /* @alternate */ -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* @alternate */ -webkit-transform: translate(0, 100%);
    /* @alternate */ -moz-transform: translate(0, 100%);
    /* @alternate */ -ms-transform: translate(0, 100%);
    /* @alternate */ -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    /* @alternate */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    /* @alternate */ -moz-opacity: 0;
    /* @alternate */ -khtml-opacity: 0;
    opacity: 0;
}

/* For showing on hover in List View */
.list-view[show-on-hover=true] .add-to-cart-button,
.list-view[show-on-hover=true] .add-to-compare-button,
.list-view[show-on-hover=true] .add-to-wish-list,
.list-view[show-on-hover=true] .remove-from-compare-button,
.list-view[show-on-hover=true] .add-to-wish-list.disabled {
    /* @alternate */ -webkit-transition: all 0.3s ease;
    /* @alternate */ -moz-transition: all 0.3s ease;
    /* @alternate */ -ms-transition: all 0.3s ease;
    /* @alternate */ -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* @alternate */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    /* @alternate */ -moz-opacity: 0;
    /* @alternate */ -khtml-opacity: 0;
    opacity: 0;
}

.list-view[show-on-hover=true] .product-block:hover .add-to-cart-button,
.list-view[show-on-hover=true] .product-block:hover .add-to-compare-button,
.list-view[show-on-hover=true] .product-block:hover .add-to-wish-list,
.list-view[show-on-hover=true] .product-block:hover .remove-from-compare-button,
.list-view[show-on-hover=true] .product-block:hover .add-to-wish-list.disabled {
    /* @alternate */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    /* @alternate */ -moz-opacity: 100;
    /* @alternate */ -khtml-opacity: 100;
    opacity: 1;
}
/* For showing on hover in List View */

.product-block:hover .product-image .add-to-cart-button,
.product-block:hover .product-image .add-to-compare-button,
.product-block:hover .product-image .add-to-wish-list,
.product-block:hover .product-image .remove-from-compare-button,
.product-block:hover .product-image .add-to-wish-list.disabled {
    /* @alternate */ -webkit-transform: translate(0, -15px);
    /* @alternate */ -moz-transform: translate(0, -15px);
    /* @alternate */ -ms-transform: translate(0, -15px);
    /* @alternate */ -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
    /* @alternate */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    /* @alternate */ -moz-opacity: 100;
    /* @alternate */ -khtml-opacity: 100;
    opacity: 1;
}

.product-block:hover .product-image .add-to-compare-button,
.product-block:hover .product-image .remove-from-compare-button  {
    transition-delay: 0.1s;
}

.product-block:hover .product-image .add-to-wish-list {
    transition-delay: 0.2s;
}

.add-to-compare-button:hover,
.add-to-wish-list:hover,
.remove-from-compare-button:hover,
.add-to-wish-list.disabled:hover {
    background: #ddd;
}

.add-to-compare-button:after,
.add-to-wish-list:after,
.remove-from-compare-button:after {
    font-family: 'FontAwesome';
    content: "\f079";
    display: inline-block;
    font-size: 20px;
}

.add-to-wish-list:after {
    content: "\f08a";
}

.remove-from-compare-button:after {
    content: "\f00d";
}

/*Scrollable view*/
.product-view.scrollable-view .header {
    background : none;
    margin     : 0;
    padding    : 0;
}
/*List view*/
.product-view.list-view table {
    table-layout : auto;
}
.product-view.list-view table col.product-price {
    min-width: 200px;
}
.product-view.list-view tr {
    border : 1px solid #E6E6E6;
}
.product-view.list-view tr.odd {
    background-color : #F9F9F9;
}
.product-view.list-view td {
    padding    : 10px;
    border     : none;
    word-break : break-all;
}
.product-view.list-view td.product-price {
    text-align: center;
}
.product-view.list-view .product-list-view-height {
    position: relative;
    text-align: center;
}
.product-view.list-view .product-image-link {
    display: inline-block;
    vertical-align: middle;
}
.product-view.list-view h3 {
    display        : block;
}
.product-view.list-view .product-name-link {
    font-size      : 18px;
    font-weight    : normal;
    line-height    : 25px;
    padding-bottom : 5px;
}
.product-view.list-view .description {
    padding-bottom : 5px;
}
.product-view.list-view .product-details-link {
    color     : #FF9000;
    font-size : 14px;
}
.product-view.list-view .product-details-link:hover {
    color : #FBBA65;
}
.product-view.list-view .tax-message {
    color     : #999999;
    font-size : 11px;
    display   : block;
}
/*Add to cart pop up box design*/

.add-to-cart-popup,
.add-cart-information-popup {
    min-width : 600px;
}
.add-to-cart-popup .status-bar-product-name,
.add-cart-information-popup .status-bar-product-name {
    font-size   : 15px;
    font-weight : bold;
}
.add-to-cart-popup .short-info > div,
.add-cart-information-popup .short-info > div {
    padding-bottom : 5px;
}
.add-to-cart-popup .name,
.add-cart-information-popup .name {
    font-size : 16px;
}
.add-to-cart-popup table,
.add-cart-information-popup table {
    border-spacing : 0;
}
.add-to-cart-popup td.product-img{
    width: 100px;
}
.add-to-cart-popup td.product-img,
.add-cart-information-popup td.product-img {
    padding-right : 20px;
}
.add-to-cart-popup .cart-summary-header,
.add-cart-information-popup .cart-summary-header {
    float         : left;
    font-size     : 13px;
    padding-right : 10px;
}
.add-to-cart-popup .cart-summary,
.add-cart-information-popup .cart-summary {
    color       : #444444;
    float       : left;
    padding-top : 2px;
}
.add-cart-information-popup .variation-container {
    padding-top: 10px;
}
.time-out.popup .header-line {
    background-color: #f1f1f1;
    text-align: right;
}
.time-out.popup .header-line .ok {
    background-color: #666;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    cursor: pointer;
}
.time-out.popup .body {
    text-align: center;
}


/* +++++++++++++++++  Category widget design +++++++++++++++++++++++++ */
.category-image-view.category {
    border         : 1px solid #E6E6E6;
    display        : inline-block;
    margin         : 5px;
    padding        : 10px;
    vertical-align : top;
}
.category-image-view-height {
    position : relative;
}
.category-image-view img {
    bottom   : 0;
    left     : 0;
    margin   : auto;
    position : absolute;
    right    : 0;
    top      : 0;
}
.category .category-name {
    color      : #555555;
    font-size  : 15px;
    margin-top : 7px;
    display    : block;
    text-align : center;
}
.category .summary {
    color       : #555555;
    font-size   : 13px;
    height      : 60px;
    line-height : 20px;
    overflow    : hidden;
    white-space : normal;
    margin-top  : 7px;
    text-align  : center;
}


/* +++++++++++++++++  Filter widget design +++++++++++++++++++++++++ */
.widget-filter .form-row input[type="checkbox"] {
    margin-right: 7px;
}
.widget-filter .form-row label {
    width: 100px;
}
.widget-filter input.tiny {
    width: 60px;
}
.widget-filter .rating-select .double-input-row .form-row {
    display: inline-block;
}
/* +++++++++++++++++  Filter widget design End+++++++++++++++++++++++++ */

.add-to-cart-popup.popup,
.wish-list-popup.add-to-wishlist-popup.popup,
.add-to-compare-popup.popup,
.add-cart-information-popup.popup,
.add-to-gift-registry-popup.popup{
    max-width: 650px;
}

.product-block a.product-name-link.title-link.link {
    text-decoration: none;
}


.image-popup-container-for-zoom-preview {
    box-shadow: 0 0 5px #99999900!important;
    min-width: unset;
    overflow: visible!important;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    left: 50%!important;
    top: 50%!important;
    position: fixed!important;
    transform: scale(1) translate(-50%, -50%);
    opacity: 0;
    transition: all 300ms ease-out;
}
.image-popup-container-for-zoom-preview.active {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
}
.image-popup-container-for-zoom-preview .close-button-for-zoom-preview {
    background: #000;
}

.image-popup-container-for-zoom-preview .close-button-for-zoom-preview:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M6.22578%2018.825L5.17578%2017.775L10.9508%2012L5.17578%206.22505L6.22578%205.17505L12.0008%2010.95L17.7758%205.17505L18.8258%206.22505L13.0508%2012L18.8258%2017.775L17.7758%2018.825L12.0008%2013.05L6.22578%2018.825Z%22%20fill%3D%22white%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
    left: 6px;
    top: 5px;
}
.image-popup-container-for-zoom-preview .image-wrapper-for-zoom-preview {
    display: block;
    font-size: 0;
}
.image-popup-container-for-zoom-preview img.popup-image-for-zoom-preview {
    max-height: calc(100vh - 90px);
    max-width: calc(100vw - 80px);
}
span.close-button-for-zoom-preview {
    background: #ff0000;
    right: -17px;
    top: -17px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    height: 35px;
    width: 35px;
    line-height: 32px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

@media (max-width: 1200px) {
    span.close-button-for-zoom-preview {
        right: 50%;
        margin-right: -16px;
    }
}

span.close-button-for-zoom-preview::after {
    color: #fff;
    content: "x";
    font-size: 23px;
}


.geo-suggestion-valid-address span {
    display: block;
}
.geo-suggestion-valid-address .suggestion-title {
    color: #f00;
    padding-bottom: 5px;
}
.geo-suggestion-valid-address .valid-address {
    font-size: 13px;
    color: #000000;
    background: #ffffff;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #dddddd;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
}


.normal-product-view.hide-product-block-normal {
    display: none !important;
}

.add-to-cart-multi-select-fixed-button {
    position: fixed;
    bottom: 33px;
    right: 35%;
    cursor: pointer;
    font-family: 'Chivo';
    height: auto;
    background: #4caf50;
    padding: 10px 30px 10px 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    z-index: 99;
    /* @alternate */ -webkit-transform: translate3d(0,0,0);
    /* @alternate */ -webkit-transition: all .25s ease;
    /* @alternate */ -moz-transition: all .25s ease;
    /* @alternate */ -ms-transition: all .25s ease;
    /* @alternate */ -o-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
}
.add-to-cart-multi-select-fixed-button:hover {
    background: #232323;
}
.add-to-cart-multi-select-fixed-button .add-cart-multi-text {
    vertical-align: middle;
}
.add-to-cart-multi-select-fixed-button .add-cart-plus {
    font-size: 0;
}
.add-to-cart-multi-select-fixed-button .add-cart-plus:after {
    content: "\f291";
    font-size: 16px;
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.product-view .product-image .bulk-product-selection-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 130px;
    font-size: 0;
    bottom: auto;
    text-align: center;
    /* @alternate */ -webkit-transform: translateY(149px);
    /* @alternate */ -moz-transform: translateY(149px);
    /* @alternate */ -ms-transform: translateY(149px);
    /* @alternate */ -o-transform: translateY(149px);
    transform: translateY(149px);
    opacity: 0;
    /* @alternate */ -webkit-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    /* @alternate */ -moz-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    /* @alternate */ -ms-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    /* @alternate */ -o-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
}
.product-view .product-block:hover .product-image .bulk-product-selection-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 130px;
    font-size: 0;
    text-align:center;
    /* @alternate */ -webkit-transform: translateY(0);
    /* @alternate */ -moz-transform: translateY(0);
    /* @alternate */ -ms-transform: translateY(0);
    /* @alternate */ -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.product-view .product-image .bulk-product-selection-wrapper .stepper {
    float: none;
    display: inline-block;
    margin: 0;
}
.hide-add-to-car-options.add-to-cart-button {
    display: none !important;
}
.tabular-product-view.hide-tabular-product-view {
    display: none !important;
}

.add-to-cart-multi-select-fixed-button.hide-add-to-cart-multi-select-fixed-button {
    display: none !important;
}

.product-view.tabular-view .product-table-view-header,
.product-view.tabular-view .product-table-view-row {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
}
.product-view.tabular-view .product-table-view-column {
    padding: 15px;
    text-align: center;
}
.product-view.tabular-view .image-column {
    width: 120px;
}
.product-view.tabular-view .name-column {
    /* @alternate */ -webkit-box-flex: 1;
    /* @alternate */ -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.product-view.tabular-view .price-column {
    width: 25%;
}
.product-view.tabular-view .multi-cart-step-column {
    width: 110px;
}
.product-view.tabular-view .image-column img {
    max-width: 100%;
}
.product-view.tabular-view .product-table-view-header .product-table-view-column {
    font-weight: 700;
    color: #555555;
    font-size: 14px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #e1e1e1;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-view.tabular-view .product-table-view-row {
    border-bottom: 1px solid #e1e1e1;
}
.product-view.tabular-view .product-name-link {
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
}

.product-view.tabular-view .current-price {
    font-weight: 600;
    font-size: 22px;
}

.product-view.tabular-view .tax-message {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    color: #666666;
}

.product-view.tabular-view .label-for-price {
    font-size: 15px;
    color: #666666;
    font-weight: 500;
}
.add-to-cart-multi-select-fixed-button .add-cart-multi-text {
    vertical-align: middle;
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    font-size: 17px;
}
.product-view.tabular-view .add-to-cart-multi-select-fixed-button.button {
    right: 60px;
}
.tabular-product-view .sale.tag-mark {
    background : url("/wc/7.0.0/images/site/sale.png") no-repeat left top;
    display    : inline-block;
    height     : 53px;
    position   : absolute;
    right      : 0;
    top        : 0;
    width      : 54px;
}
.tabular-product-view .new.tag-mark,
.list-view .new.tag-mark {
    background: url("/wc/7.0.0/images/site/new.png") no-repeat left top;
    display: inline-block;
    height: 27px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 52px;
}
.tabular-product-view .featured.tag-mark {
    background : url("/wc/7.0.0/images/site/featured.png") no-repeat left top;
    display: inline-block;
    height: 71px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 85px;
}
.product-table-view-row .product-table-view-column {
    position: relative;
    overflow: hidden;
}
@media (max-width: 767px){
    .tabular-product-view {
        overflow-y: auto;
    }
    .product-table-view-wrapper {
        min-width: 620px;
    }
}

/*product widget*/
.widget-productImage .detail-image-swiper {
    height: 30px;
    width: 30px;
    border-radius: 3px;
    background-color: #f1f1f1;
    border: 1px #e6e6e6 solid;
    position: absolute;
    top: calc(50% - 15px);
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    z-index: 1;
}
.widget-productImage .detail-image-swiper:hover {
    background-color: #4d4d4d;
    border: 1px #4d4d4d solid;
}
.widget-productImage .detail-image-swiper:after {
    font-family: fontAwesome;
    font-size: 22px;
    color: #333;
}
.widget-productImage .detail-image-swiper:hover:after {
    color: #ffffff;
}

.widget-productImage .detail-image-swiper.left {
    left: 0;
}
.widget-productImage .detail-image-swiper.left.disabled {
    background-color: #666;
    border: 1px black;
}
.widget-productImage .detail-image-swiper.left:after {
    content: "\f104";
}
.widget-productImage .detail-image-swiper.right {
    right: 30px;
}
.widget-productImage .detail-image-swiper.right.disabled {
    background-color: #666;
    border: 1px black;
}
.widget-productImage .detail-image-swiper.right:after {
    content: "\f105";
}


/*
** Category toggle navigation
** ---------------------------------------------------------------
*/
.wc-navigation-toggle-menu-title {
    background-color: #eeeeee;
    padding: 0 40px 0 50px;
    cursor: pointer;
}
.wc-navigation-toggle-menu-title:hover {
    background-color: #383838;
}
.wc-navigation-toggle-menu-title .toggle-menu-icon-left {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 20px;
    top: 20px;
}
.wc-navigation-toggle-menu-title .toggle-menu-icon-left .top,
.wc-navigation-toggle-menu-title .toggle-menu-icon-left .middle,
.wc-navigation-toggle-menu-title .toggle-menu-icon-left .bottom {
    position: absolute;
    height: 2px;
    background-color: #333;
    top: 50%;
    margin-top: -1px;
}
.wc-navigation-toggle-menu-title:hover .toggle-menu-icon-left .top,
.wc-navigation-toggle-menu-title:hover .toggle-menu-icon-left .middle,
.wc-navigation-toggle-menu-title:hover .toggle-menu-icon-left .bottom {
    background-color: #fff;
}

.wc-navigation-toggle-menu-title .toggle-menu-icon-left .top {
    transform: translateY(-6px);
    width: 14px;
}

.wc-navigation-toggle-menu-title .toggle-menu-icon-left .middle {
    width: 18px;
}

.wc-navigation-toggle-menu-title .toggle-menu-icon-left .bottom {
    transform: translateY(6px);
    width: 14px;
}

.wc-navigation-toggle-menu-title .toggle-menu-title {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
}
.wc-navigation-toggle-menu-title:hover .toggle-menu-title {
    color: #ffffff;
}

.wc-navigation-toggle-menu-title .toggle-menu-icon-right {
    position: absolute;
    top: 26px;
    right: 20px;
    width: 14px;
    height: 11px;
}

.wc-navigation-toggle-menu-title .toggle-menu-icon-right:before,
.wc-navigation-toggle-menu-title .toggle-menu-icon-right:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 5px;
}

.wc-navigation-toggle-menu-title:hover .toggle-menu-icon-right:before,
.wc-navigation-toggle-menu-title:hover .toggle-menu-icon-right:after {
    background-color: #ffffff;
}

.wc-navigation-toggle-menu-title .toggle-menu-icon-right:before {
    transform: rotate(45deg);
    left: 0;
}

.wc-navigation-toggle-menu-title .toggle-menu-icon-right:after {
    transform: rotate(-45deg);
    right: 0;
}
.wc-toggle-menu-type-navigation .vertical .navigation-item a {
    border: none;
    position: relative;
    padding: 5px 20px;
}
.wc-toggle-menu-type-navigation .vertical .navigation-item a:hover,
.wc-toggle-menu-type-navigation .vertical .navigation-item.active > a {
    color: #FF9000;
}

.wc-toggle-menu-type-navigation .vertical .navigation-item.has-child > a:before,
.wc-toggle-menu-type-navigation .vertical .navigation-item.has-child > a:after {
    content: "";
    width: 8px;
    height: 1px;
    background-color: #333;
    position: absolute;
    right: 10px;
}

.wc-toggle-menu-type-navigation .vertical .navigation-item.has-child:hover > a:before,
.wc-toggle-menu-type-navigation .vertical .navigation-item.has-child:hover > a:after {
    background-color: #FF9000;
}

.wc-toggle-menu-type-navigation .vertical .navigation-item.has-child > a:before {
    transform: rotate(45deg);
    top: 11px;
}

.wc-toggle-menu-type-navigation .vertical .navigation-item.has-child > a:after {
    transform: rotate(-45deg);
    top: 16px;
}
.widget.widget-navigation .wc-toggle-menu-type-navigation .nav-wrapper {
    display: none;
}

.widget.widget-navigation .wc-toggle-menu-type-navigation:hover > .nav-wrapper{
    display: block;
}
.widget.widget-navigation .wc-toggle-menu-type-navigation .navigation-item:hover > .navigation-item-child-container {
    display : inline-block;
}

.widget.widget-navigation .wc-toggle-menu-type-navigation .nav-wrapper {
    width: 260px;
    height: 344px;
    position: absolute;
    padding: 10px 0;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    z-index: 200;
}

.widget.widget-navigation .wc-toggle-menu-type-navigation .navigation-item-child-container {
    padding: 10px 0;
    position: absolute;
    width: 260px;
    list-style: none;
    margin: 0;
    left: 260px;
    top: 0;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    height: 344px;
}

/*Product vertical scroller*/
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box {
    padding-left: 100px;
    width: 100%;
    text-align: left;
}
.widget-productImage.multi-image-scroll-vertical-view.no-thumb-image .image-preview-box {
    padding-left: 0;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box .tag-mark {
    left: 106px;
    top: 5px;
}

.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper {
    max-width: 80px;
    margin: 0;
    position: absolute;
    top: 0;
    height: 100%;
    padding: 20px 0;
}

.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .scroll-navigator {
    height: 20px;
    width: 100%;
    position: absolute;
    left: 0;
    background: none;
    text-align: center;
    cursor: pointer;
}

.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-left-scroller {
    top: 0;
    background-position: 5px center;
}

.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-right-scroller {
    bottom: 0;
    top: auto;
    background-position: -13px center;
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-thumb-container {
    margin: 0;
    height: 100%!important;
}

.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image {
    display: block;
    margin: 5px;
}

.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image img {
    max-width: 100%;
    max-height: 100%;
}

.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .scroll-navigator:after {
    content: "";
    height: 18px;
    width: 18px;
    display: inline-block;
    font-family: Fontawesome;
}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-left-scroller:after {
    content: "\f077";

}
.widget-productImage.multi-image-scroll-vertical-view .multi-image-scroll-wrapper .image-right-scroller:after {
    content: "\f078";
}
button.advance-checkout-next-step-parser-button.checkout-step-task-on-process {
    display: flex !important;
    align-items: center;
}

button.advance-checkout-next-step-parser-button.checkout-step-task-on-process:before {
    content: " ";
    width: 0.75em;
    height: 0.75em;
    margin-right: 0.5em;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: loading-spinner-animation 1s linear infinite;
}



/* ============================================== Default Product Design ================================================*/
.widget-product.fee-widget-product-scroll-view .widget-title,
.widget-product.fee-widget-product-image-view .widget-title,
.widget-product.fee-widget-product-list-view .widget-title,
.widget-product.fee-widget-product-tabular-view .widget-title {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-family: inherit;
    line-height: normal;
    padding: 20px 0;
}

/*product scroll view*/

.fee-widget-product-scroll-view .product-view.scrollable-view .content {
    font-size: 0;
    margin: 0;
    text-align: left;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .content * {
    font-size: 14px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .header .scroller {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
    float: none;
    z-index: 9;
}
.fee-widget-product-scroll-view .product-view.scrollable-view > .content {
    border: medium none;
    padding: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price {
    font-size: 20px;
    font-weight: 600;
    color: #008DF2;
}
.fee-widget-product-scroll-view .price-waper .current-price.price span {
    font-size: 20px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
    width: 20%;
    /* @alternate */ -webkit-box-flex: 0;
    /* @alternate */ -ms-flex-positive: 0;
    flex-grow: 0;
    /* @alternate */ -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    border: 1px solid #e6e6e6;
    border-left: 1px solid #fff;
    /* @alternate */ -webkit-transition: all 300ms ease-out 0s;
    /* @alternate */ -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
    box-sizing: border-box;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:first-child {
    border-left: 1px solid #e6e6e6;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover {
    border: 1px solid #0094C4;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image {
    height: 245px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name {
    height: 45px;
    line-height: normal;
    margin: 0;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .summary,
.fee-widget-product-scroll-view .product-view.scrollable-view .in-stock {
    padding: 10px 20px 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .summary {
    height: 72px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a {
    color: #222222;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-height: 45px;
    overflow: hidden;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a:hover{
    text-decoration: none;
    color: #0094C4;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
    margin: 7px 20px 0;
    padding: 0 0 15px;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-orient: horizontal;
    /* @alternate */ -webkit-box-direction: reverse;
    /* @alternate */ -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /* @alternate */ -webkit-box-pack: start;
    /* @alternate */ -ms-flex-pack: start;
    justify-content: start;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .price .current-price.price span{
    font-size: 20px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .price .current-price.price span {
    color: #0094C4;
    font-size: 18px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .previous-price {
    padding: 0;
    margin: 0 3px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .previous-price * {
    font-size: 16px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .label-for-price {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image-link {
    padding: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add {
    font-size: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    transition: all 400ms ease-out 0s;
    margin-top: 10px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .btn-add {
    display: block;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .product-image .btn-add {
    margin-bottom: 55px;
    text-align: center;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-wish-list.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transform: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button.button:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-wish-list.button:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button:hover {
    background-color: #fff ;
    border: 1px #0094C4 solid;
    color: #0094C4;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .add-to-cart-button,
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .add-to-wish-list,
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .add-to-compare-button {
    background: #0094C4 none repeat scroll 0 0;
    border: 1px solid #0094C4;
    height: auto;
    transition: all 300ms ease 0s;
    line-height: 22px;
    margin: 0 0 0 -1px;
    border-radius: 3px;
    padding: 8px 20px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button + .button {
    margin-top: 7px
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-wish-list:before,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button:before,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-wish-list:after,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button:after {
    display: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image .add-to-cart-button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image .add-to-wish-list.disabled {
    opacity: 1;
    transform: translate(0px, 0px);
}
.fee-widget-product-scroll-view .product-view.scrollable-view .add-to-cart-button:hover::after {
    color: #fff;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .review-rating.read-only {
    margin: 15px auto 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view > .content {
    border-bottom: none;
    padding: 0 0 0 1px;
    border-top: none;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .header {
    border: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view {
    border: medium none;
    position: relative;
    padding-bottom: 120px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span {
    background: #0094C4;
    border: 1px solid #0094C4;
    height: 40px;
    margin: 2px;
    position: relative;
    width: 40px;
    line-height: 44px;
    border-radius: 30px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover{
    background: #fff;
    border: 1px solid #0094C4;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span::before {
    color: #fff;
    font-family: fontawesome;
    font-size: 22px;
    left: auto;
    position: absolute;
    right: auto;
    top: -3px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover::before{
    color: #0094C4;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span.scroll-left::before {
    content: "\f104";
    left: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span.scroll-right::before {
    content: "\f105";
    right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view.scroller::selection {
    background: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller::-moz-selection {
    background: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .sale.tag-mark {
    background: none;
    left: 25px;
    top: 25px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .sale.tag-mark::after {
    content: "SALE";
    background: #0094C4;
    position: absolute;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px 4px;
    border-radius: 20px;
    left: 0;
    line-height: 13px;
}
.fee-widget-product-scroll-view .product-view.image-view .current-price.price {
    font-size: 20px;
    font-weight: 600;
    color: #008DF2;
}

@media (max-width: 1199px) {
    .fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
        width: calc(25% - 2px);
    }
}
@media (max-width: 991px) {
    .fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
        width: calc(33.334% - 2px);
    }
}
@media (max-width: 767px) {
    .fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
        width: calc(50% - 2px);
    }
}
@media (max-width: 480px) {
    .fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
        width: calc(100% - 2px);
    }
}

/*product scroll view end*/

/*product Image view */
.fee-widget-product-image-view .product-view.image-view .content {
    font-size: 0;
    margin: 0;
    text-align: left;
}
.fee-widget-product-image-view .product-view.scrollable-view .content * {
    font-size: 14px;
}
.fee-widget-product-image-view .product-view.image-view .product-block {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
    transition: all 300ms ease-out 0s;
}
.fee-widget-product-image-view .product-view.image-view .current-price.price {
    font-size: 20px;
    font-weight: 600;
    color: #008DF2;
}
.fee-widget-product-image-view .product-view.image-view img {
    max-width: 100%;
    max-height: 100%;
}
.fee-widget-product-image-view .product-view.image-view .product-block {
    width: calc(20% - 2px);
}
.fee-widget-product-image-view .product-view.image-view .product-block {
    height: 362px;
    border: 1px solid #e6e6e6;
    border-left: 1px solid #fff;
}
.fee-widget-product-image-view .product-view.image-view .product-block:nth-child(5n+1) {
    border-left: 1px solid #e6e6e6;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover {
    border: 1px solid #0094C4;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .image {
    height: 245px;
}
.fee-widget-product-image-view .product-view.image-view .product-name {
    height: 45px;
    line-height: normal;
    margin: 0;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: left;
}
.fee-widget-product-image-view .product-view.image-view .product-name a {
    color: #222222;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-height: 45px;
    overflow: hidden;
}
.fee-widget-product-image-view .product-view.image-view .product-name a:hover {
    text-decoration: none;
    color: #0094C4;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .block-content-wrap > .price-waper {
    display: none;
}
.fee-widget-product-image-view .product-view.image-view .block-content-wrap > .price-waper {
    margin: 7px 20px 0;
    padding: 0 0 15px;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-orient: horizontal;
    /* @alternate */ -webkit-box-direction: reverse;
    /* @alternate */ -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    /* @alternate */ -webkit-box-pack: start;
    /* @alternate */ -ms-flex-pack: start;
    justify-content: start;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
}
.fee-widget-product-image-view .product-view.image-view .price-waper .current-price.price span {
    font-size: 20px;
}
.fee-widget-product-image-view .product-view.image-view .price .current-price.price span{
    color: #0094C4;
    font-size: 18px;
}
.fee-widget-product-image-view .product-view.image-view .previous-price {
    padding: 0;
    margin: 0 3px;
}
.fee-widget-product-image-view .product-view.image-view .previous-price * {
    font-size: 16px;
}
.fee-widget-product-image-view .product-view.image-view .btn-add .label-for-price {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.fee-widget-product-image-view .product-view.image-view .product-image-link {
    padding: 15px;
    overflow: hidden;
}
.fee-widget-product-image-view .product-view.image-view .btn-add {
    font-size: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    transition: all 400ms ease-out 0s;
    margin-top: 10px;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add {
    display: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .btn-add {
    display: block;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button:hover {
    background-color: #fff ;
    border: 1px #0094C4 solid;
    color: #0094C4;
}
.fee-widget-product-image-view .product-view.image-view .btn-add .add-to-cart-button {
    background: #0094C4 none repeat scroll 0 0;
    border: 1px solid #0094C4;
    height: auto;
    transition: all 300ms ease 0s;
    line-height: 22px;
    margin: 0 0 0 -1px;
    border-radius: 3px;
    padding: 8px 20px;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .product-image .add-to-cart-button,
.fee-widget-product-image-view .product-view.image-view .product-block:hover .product-image .add-to-wish-list.disabled {
    opacity: 1;
    transform: translate(0px, 0px);
}
.fee-widget-product-image-view .product-view.image-view .btn-add .add-to-cart-button:hover::after {
    color: #fff;
}
.fee-widget-product-image-view .product-view.image-view .product-block .review-rating.read-only {
    margin: 15px auto 0;
}
.fee-widget-product-image-view .product-view.image-view .sale.tag-mark {
    background: none;
    left: 25px;
    top: 25px;
}
.fee-widget-product-image-view .product-view.image-view .sale.tag-mark::after {
    content: "SALE";
    background: #0094C4;
    position: absolute;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px 4px;
    border-radius: 20px;
    left: 0;
    line-height: 13px;
}

@media (max-width: 1199px) {
    .fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(25% - 2px);
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:nth-child(4n+1) {
        border-left: 1px solid #e6e6e6;
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:hover:nth-child(4n+1) {
        border-left: 1px solid #0094C4;
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:nth-child(5n+1) {
        border-left: 1px solid transparent;
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:hover:nth-child(5n+1) {
        border-left: 1px solid #0094C4;
    }
}
@media (max-width: 991px) {
    .fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(33.334% - 2px);
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:nth-child(4n+1) {
        border-left: 1px solid transparent;
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:nth-child(3n+1) {
        border-left: 1px solid #e6e6e6;
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:hover:nth-child(3n+1) {
        border-left: 1px solid #0094C4;
    }

}
@media (max-width: 767px) {
    .fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(50% - 2px);
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:nth-child(3n+1) {
        border-left: 1px solid transparent;
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:nth-child(2n+1) {
        border-left: 1px solid #e6e6e6;
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:hover:nth-child(2n+1) {
        border-left: 1px solid #0094C4;
    }
}
@media (max-width: 480px) {
    .fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(100% - 2px);
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:nth-child(n+1) {
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid transparent;
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:hover:nth-child(n+1) {
        border-bottom: 1px solid #0094C4;
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:hover:nth-child(n+1) {
        border-left: 1px solid #0094C4;
    }
    .fee-widget-product-image-view .product-view.image-view .product-block:nth-last-child(10n+1) {
        border-bottom: 1px solid #e6e6e6;
    }
}

/*product image view end*/

/*product list view design*/
.fee-widget-product-list-view .product-view.scrollable-view .content {
    font-size: 0;
    margin: 0;
    text-align: left;
}
.fee-widget-product-list-view .product-view.scrollable-view .content * {
    font-size: 14px;
}
.fee-widget-product-list-view .product-view.list-view .content {
    /* @alternate */ -webkit-box-pack: justify;
    /* @alternate */ -ms-flex-pack: justify;
    justify-content: space-between;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width:100%
}
.fee-widget-product-list-view .product-view.list-view .content .product-block {
    width: calc(50% - 15px);
    padding: 0;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    margin: 8px 0;
    overflow: hidden;
    height: 200px;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .image.product-image {
    width: 42%;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap {
    width: 58%;
    padding: 30px 25px;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .image.product-image img {
    max-width: 100%;
    max-height: 100%;
}
.fee-widget-product-list-view .product-view.list-view .btn-add {
    text-align: left;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
    margin: 5px 0 14px;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link {
    font-size: 18px;
    color: #222;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link:hover{
    color: #0094C4;
}
.fee-widget-product-list-view .current-price.price {
    font-size: 20px;
    font-weight: 600;
    color: #008DF2;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button {
    background: #0094C4 none repeat scroll 0 0;
    border: 1px solid #0094C4;
    height: auto;
    transition: all 300ms ease 0s;
    line-height: 22px;
    margin: 0 0 0 -1px;
    border-radius: 3px;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button:hover {
    background-color: #fff;
    border: 1px #0094C4 solid;
    color: #0094C4;
}

@media (max-width: 991px) {
    .fee-widget-product-list-view .product-view.list-view .content .product-block {
        height: auto;
    }
    .fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
        margin: 3px 0 10px;
    }
}
@media (max-width: 767px) {
    .fee-widget-product-list-view .product-view.list-view .content .product-block {
        width: calc(100%);
    }
    .fee-widget-product-list-view .product-view.list-view .content .product-block .image.product-image {
        width: 50%;
    }
    .fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap {
        width: 50%;
        padding: 15px;
    }
    .fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button {
        padding: 8px 12px
    }
    .fee-widget-product-list-view .product-view.list-view .product-name-link {
        font-size: 16px;
        line-height: normal;
    }
}
/*product list view end*/

/*product tabular-view */
.fee-widget-product-tabular-view .product-view.scrollable-view .content {
    font-size: 0;
    margin: 0;
    text-align: left;
}
.fee-widget-product-tabular-view .product-view.scrollable-view .content * {
    font-size: 14px;
}
.fee-widget-product-tabular-view .product-view.tabular-view .product-name-link:hover{
    color: #0094C4;
}
.fee-widget-product-tabular-view .product-view.tabular-view .product-table-view-column.name-column {
    text-align: left;
}
.fee-widget-product-tabular-view .product-view.tabular-view .product-name-link {
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    color: #222;
}
.fee-widget-product-tabular-view .product-view.tabular-view .current-price {
    color: #222;
    font-size: 18px;
    font-weight: 400;
}
.fee-widget-product-tabular-view .product-view.tabular-view .product-table-view-column.multi-cart-selection-step-column {
    width: 110px;
}
.fee-widget-product-tabular-view .product-view.tabular-view .image-column {
    width: 140px;
}
.fee-widget-product-tabular-view .product-view.tabular-view .image-column .product-image-link {
    max-height: 90px;
    overflow: hidden;
}
.fee-widget-product-tabular-view .product-view.tabular-view .price-column {
    width: 40%;
}
.fee-widget-product-tabular-view .product-view.tabular-view .product-table-view-header .product-table-view-column {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}
/*product tabular-view end*/

/* ============================================== Exit Default Product Design ================================================*/

/* ============================================== Category Design ================================================*/
/* ---- categry design 2 ----  */
.widget.fee-category-1 .widget-title {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-family: inherit;
    line-height: normal;
    padding: 20px 0;
}
.widget.fee-category-1 .category-view {
    overflow: hidden;
}
.widget.fee-category-1 .content {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.widget.fee-category-1 .category-image-view-width {
    width: 33.333%;
    margin: 0;
    padding: 10px;
    border: none;
}
.widget.fee-category-1 .category-image-view-height {
    width: 100%;
    height: auto;
    aspect-ratio: 10/8;
}
.widget.fee-category-1 .category-image-view-height a {
    display: block;
    text-align: center;
    height: 100%;
}
.widget.fee-category-1 .category-image-view-height img {
    position: static;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    /* @alternate */ -o-object-fit: cover;
    object-fit: cover;
}
.widget.fee-category-1 .category .category-name {
    margin-top: 15px;
}
.widget.fee-category-1 .category .category-name .category-name-link {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: normal;
}
.widget.fee-category-1 .footer {
    background: none;
    border-width: 1px 0 0;
    padding: 10px 0 0;
    margin-top: 15px;
}
.widget.fee-category-1 .footer .pagination {
    float: none;
}
@media(max-width: 575px){
    .widget.fee-category-1 .category-image-view-width {
        width: 50%;
        margin: 0;
        padding: 10px;
        border: none;
    }
    .widget.fee-category-1 .category .category-name {
        margin-top: 10px;
    }
    .widget.fee-category-1 .category .category-name .category-name-link {
        font-size: 16px;
    }
}

/* ---- category design 2 ----  */
.widget.fee-category-2 .widget-title {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-family: inherit;
    line-height: normal;
    padding: 20px 0;
}
.widget.fee-category-2 .category-view {
    overflow: hidden;
}
.widget.fee-category-2 .content {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
}
.widget.fee-category-2 .category-image-view-width {
    width: 33.333%;
    margin: 0;
    padding: 2px;
    border: none;
    position: relative;
}
.widget.fee-category-2 .category-image-view-height {
    width: 100%;
    height: auto;
    aspect-ratio: 10/8;
}
.widget.fee-category-2 .category-image-view-height a {
    display: block;
    text-align: center;
    height: 100%;
}
.widget.fee-category-2 .category-image-view-height img {
    position: static;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    /* @alternate */ -o-object-fit: cover;
    object-fit: cover;
    /* @alternate */ -webkit-filter: brightness(0.7);
    filter: brightness(0.7);
}
.widget.fee-category-2 .category .category-name {
    position: absolute;
    left: 25px;
    bottom: 25px;
}
.widget.fee-category-2 .category .category-name .category-name-link {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: normal;
}
.widget.fee-category-2 .footer {
    background: none;
    border-width: 1px 0 0;
    padding: 10px 0 0;
    margin-top: 15px;
}
.widget.fee-category-2 .footer .pagination {
    float: none;
}
@media(max-width: 575px){
    .widget.fee-category-2 .category-image-view-width {
        width: 50%;
        margin: 0;
        padding: 10px;
        border: none;
    }
    .widget.fee-category-2 .category .category-name {
        margin-top: 10px;
    }
    .widget.fee-category-2 .category .category-name .category-name-link {
        font-size: 16px;
    }
}

span.selected-filter-option-data-wrapper {
    display: inline-flex;
    border: 1px solid #666;
    padding: 5px;
}

span.remove-item {
    padding: 5px;
    cursor: pointer;
}

.form-row.variation-option.filter-group-item.selected button.Color.variation-option.color-plate {
    padding: 2px;
    border: 2px solid #000;
}

.form-row.Size-filter .form-row.filter-group-item.selected span.filter-group-item-label-wrapper button {
    border: 2px solid #000;
}


.widget-productImage .pdp-image-sharer {
    position: relative;
    padding-left: 70px;
    padding-right: 30px;
}
.widget-productImage .pdp-image-sharer .thumbnails-container {
    position: absolute;
    width: 70px;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.widget-productImage .pdp-image-sharer .pdp-swiper-thumb-carousel .swiper-slide {
    width: 40px!important;
    height: auto!important;
    aspect-ratio: 169/270;
}
.widget-productImage .pdp-image-sharer .pdp-swiper-thumb-carousel .swiper-slide a {
    display: block;
    background-size: cover;
    height: 100%!important;
    width: 100%!important;
    cursor: pointer;
}
.widget-productImage .pdp-image-sharer .swiper-wrapper {
    display: flex;
}
.widget-productImage .pdp-image-sharer .pdp-swiper-thumb-carousel {
    padding-right: 30px;
}
.widget-productImage .pdp-image-sharer .pdp-swiper-carousel .swiper-button-next,
.widget-productImage .pdp-image-sharer .pdp-swiper-carousel .swiper-button-prev {
    color: #666;
}
.widget-productImage .pdp-image-sharer .pdp-swiper-carousel .swiper-button-next:after,
.widget-productImage .pdp-image-sharer .pdp-swiper-carousel .swiper-button-prev:after {
    font-size: 32px;
}
@media (max-width: 767px) {
    .widget-productImage .pdp-image-sharer {
        padding: 0 20px;
    }
    .widget-productImage .pdp-image-sharer .thumbnails-container {
        display: none;
    }
}


.wc-product-has-single-image-for-variation .carousel-container {
    width: 400px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .wc-product-has-single-image-for-variation .carousel-container {
        width: auto;
    }
}

.wc-filter-group-item-hide {
    display: none !important;
}

/*basic css added by developer*/

.product-image-grid-gallery.product-detail.product-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-right: 30px;
}

.product-image-grid-gallery .product-grid-gallery-images-wrapper img {
    height: 100%;
}


.add-to-cart-button.button.et_pdp_add_to_cart .div-mask {
    background-color: #ffffffe6;
}

.add-to-cart-button.button.et_pdp_add_to_cart .div-mask span.loader {
    width: 1em;
    height: 1em;
    font-size: 20px;
}

.flying-cartitem-btn-wrapper .flying-cart-footer-button .div-mask .loader {
    font-size: 20px;
}
.flying-cart-footer .recommended-products .variation-dropdown-container .chosen-drop {
    position: absolute;
    top: 100% !important;
    left: 0 !important;
}
.flying-cartitem-btn-wrapper .flying-cart-footer-button .div-mask {
    background-color: #ffffff80;
}
.flying-cart-item-name-quantity-wrapper .view-virtual-cart-items {
    padding: 0;
    margin: 5px 0 0;
    width: auto;
    background: none;
    color: #000;
    font-size: 14px;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 600;
    text-decoration: underline;
}
.flying-cart-item-name-quantity-wrapper .view-virtual-cart-items:hover {
    color: rgba(57, 210, 173, 1);
}

.flying-cart-content.page-content.loading.popup {
    /*left: unset!important;*/
    /*right: 0;*/
    /* @alternate */ -webkit-transform: translateX(100%);
    /* @alternate */ -ms-transform: translateX(100%);
    transform: translateX(100%);
    /* @alternate */ -webkit-transition: all 250ms ease-out 0s;
    /* @alternate */ -o-transition: all 250ms ease-out 0s;
    transition: all 250ms ease-out 0s;
}
.flying-cart-content.page-content.loading.popup.active {
    /* @alternate */ -webkit-transform: translateX(0);
    /* @alternate */ -ms-transform: translateX(0);
    transform: translateX(0);
}