.wk-config-product-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(242, 242, 242);
    opacity: 0.8;
    z-index: 1056;
    display:none;
}
.wk-review-overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(242, 242, 242);
    opacity: 0.8;
    z-index: 1056;
    display:none;
}
.wk-config-product-modal {
    width : 100%;
    height : 100%;
    overflow: auto;
    padding: 13px;
}
.wk-config-product-modal-wrapper * {
    box-sizing: border-box;
}
.wk-config-product-modal-wrapper {
    box-sizing: border-box;
}
.wk-config-product-modal-wrapper {
    z-index: 9999;
    color: #333;
    background-color: #fff;
    box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.109803921568627);
    width: 437px;
    height: 100vh;
    top: 0;
    position:fixed;
    display:none;
}
.wk-config-product-modal-head {
    display: inline-block ;
    width: 100% ;
    border-bottom: 1px solid #ccc;
    float: left;
    padding: 12px ;
    font-size: 15px;
    color: #E89B99;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 20px;
}
.wk-config-product-modal-body {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: rgb(67, 67, 67);
}
.wk-config-product-modal-body-content-row {
    display: inline-block;
    width: 100%;
    padding: 17px;
    float: left;
    border-bottom: 1px solid #ededed;
    cursor:pointer;
    font-size: 17px;
    color: rgb(121, 121, 121);
}
.wk-config-product-modal-body-content-row:hover{
    background: #f6f6f6;
}
.sale-price-color{
    float: right;
    color: #f66;
}
.wk-config-product-option-price {
    float: right;
}
.wk-close-config-product-modal {
    display: inline-block;
    position: absolute;
    width: 46px;
    height: 46px;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    left: 376px;
    z-index: 99;
    top: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 28px;
    line-height: 57px;
    border-color: #fff;
    color: rgba(232, 155, 153, 1);
    background: #fff;
}
.wk-product-info-row .product-options-bottom {
    display: inline-block;
    float: left;
    width:50%;
    padding-left:10px;
}
.wk-product-info-row .product-options-wrapper {
    display: inline-block;
    float: left;
    width:50%;
    padding-right:10px;
}
.wk-product-info-row * {
    box-sizing: border-box;
}
.wk-attribute-field {
    display: inline-block;
    border: 1px solid #E89B99;
    color: #E89B99;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Montserrat-Medium', 'Montserrat';

}
.wk-config-product-option-label {
    display: block;
    width: auto;
    float: left;
}
.wk-config-product-option-info {
    display: block;
    width: 70%;
    float: left;
    font-size: 12px;
}
.wk-config-field {
    display: none;
}
.wk-product-info-row .product-info-main .box-tocart .field.qty,
.wk-product-info-row .product-options-bottom .box-tocart .field.qty {
    display:none;
}
.wk-product-info-row .product-info-main .box-tocart,
.wk-product-info-row .product-options-bottom .box-tocart {
    margin:0px;
    width:100%;
}
.wk-product-info-row .product-info-main .box-tocart .actions,
.wk-product-info-row .product-options-bottom .box-tocart .actions {
    padding:0px;
    width:100%;
    display:inline-block;
}
.wk-product-info-row .action.primary {
    border-radius: 0;
    width: 100%;
    border: none;
    background: #E89B99;
    font-size: 13px !important;
    text-transform: uppercase;
    padding: 15px !important;
}
.wk-wishlist-block {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.wk-wishlist-block .towishlist span {
    font-size: 0;
}
.wk-wishlist-block .action.towishlist::after {
    font-family: "icons-blank-theme";
    content: "\e601";
    font-size: 40px;
    color: #E89B99;
    font-weight: 100;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 45px;
}
.wk-wishlist-block .action.towishlist::after {
    content: "";
}
.column.main .wk-wishlist-block .action.towishlist {
    display: inline-block;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    font-size: 0px;
    border: 1px solid #ccc;
}
.column.main .wk-wishlist-block .action.towishlist {
    background: url(../images/svg/wishlist.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.column.main .wk-wishlist-block .wishlist.split.button .action.split::after {
    font-family: "icons-blank-theme";
    content: "\e601";
    font-size: 40px;
    color: #E89B99;
    font-weight: 100;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 45px;
}
.column.main .wk-wishlist-block .wishlist.split.button .action.split::after {
    content: "";
}

.column.main .wk-wishlist-block .wishlist.split.button .action.split {
    display: inline-block;
    padding: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    font-size:0px;
    border: 1px solid #ccc;
}
.column.main .wk-wishlist-block .wishlist.split.button .action.split {
    background: url("../images/svg/wishlist.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.wk-wishlist-block.wk-active-wishlist .action.towishlist::after {
    color: #fff;
}
.column.main .wk-wishlist-block.wk-active-wishlist .action.towishlist {
    background-image: url(../images/svg/wishlist-white.svg);
    background-color: #E89B99;
    border: none;
}
.column.main .wk-wishlist-block.wk-active-wishlist .wishlist.split.button .action.split::after {
    color: #fff;
}
.column.main .wk-wishlist-block.wk-active-wishlist .wishlist.split.button .action.split {
    background-color: #E89B99;
    border: none;
    background-image: url(../images/svg/wishlist-white.svg);
}
.column.main .wk-product-info-row .wishlist.split.button .action.toggle {
    display: none;
}
.column.main .wishlist.split.button .action.toggle {
    display: none;
}
.page-layout-1column .product.media {
    position: relative;
}
.wk-wishlist-block.wk-mobile-wishlist-block {
    z-index: 9;
    bottom: 100px;
    right: 50px;
    display: none;
}
.wk-product-info-row .product-reviews-summary {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.wk-product-info-row {
    margin-bottom: 20px;
    position : relative;
    display: inline-block;
    width: 100%;
}
.wk-product-info-row .rating-summary .rating-result > span::before {
    font-size:21px;
    line-height: 15px;
    height:auto;
    color:#E89B99;
    left: -4px;
}
.wk-product-info-row .rating-summary .rating-result::before {
    top: 0;
    font-size: 21px;
    line-height: 15px;
    height:auto;
    left: -4px;;
}
.catalog-product-view .wk-product-info-row .wk-product-reviews-summary.product-reviews-summary .rating-summary {
    display: inline-block;
    left: unset;
    position: relative;
    float: left;
    margin: 0px;
    width: 57px;
}

.wk-product-info-row .rating-summary .rating-result {
    width: 57px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin:0px;
}
.product-info-main .wk-product-info-row .product-reviews-summary .reviews-actions {
    font-size: 13px;
    display: inline-block;
    line-height: 20px;
}
.product-info-main .wk-product-info-row .product-reviews-summary .rating-summary::after {
    content: "|";
}
.wk-product-details-label {
    color: rgb(228, 228, 228);
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Montserrat-Medium', 'Montserrat';
    line-height: 19px;
    width: calc(100% - 135px);
    margin-bottom: 9px;
}
.wk-product-details-name {
    text-transform: uppercase;
    font-size: 20px;
    color: #363636;
    line-height: 19px;
    width: calc(100% - 135px);
    margin-bottom: 5px;
    font-family: 'Montserrat-Medium', 'Montserrat';
}
.wk-product-details-sku {
    font-size: 11px;
    color: #363636;
    font-weight: 200;
    margin-bottom: 5px;
}
.wk-product-name-details-wrapper {
    display: inline-block;
    width: 100%;
}

.wk-product-info-row .product-add-form {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-top: 20px;
}
.product-info-main .wk-product-info-row .special-price,
.product-options-bottom .wk-product-info-row .special-price {
    margin: 0px;
}

.catalog-product-view .product-info-main .wk-product-info-row .price-box .price-wrapper .price,
.catalog-product-view .product-options-bottom .price-box .price-wrapper .price {
    color: #E89B99;
    font-size: 24px;
    line-height: 18px;
    font-family: 'Montserrat-Medium', 'Montserrat';
}
.product-info-main .wk-product-info-row .price-box .old-price .price-wrapper .price,
.product-options-bottom .price-box .old-price .price-wrapper .price {
    color: #363636;
    font-size: 14px;
    font-weight: 200;
    line-height: 19px;
}
.product-info-main .wk-product-info-row .price-box.price-tier_price {
    display:none;
}
.wk-block-content.wk-content {
    display: inline-block;
    width: 100%;
}
.wk-related-item {
    display: inline-block;
    width: 20%;
    float: left;
}
.wk-related-item {
    display: inline-block;
    width: calc((100% - 80px)/5);
    float: left;
    margin: 10px;
}
.wk-related-item:nth-child(5n+1) {
    margin-left: 0;
}
.wk-related-item:nth-child(5n+5) {
    margin-right: 0;
}
.wk-related-item.wk-mobile-view-related-item {
    display: none;
}

.wk-block-title.wk-title {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 200;
    line-height: 16px;
}
.wk-pro-info-block-container * {
    box-sizing: border-box;
}
.wk-pro-info-block-container {
    display: inline-block;
    width: 100%;
    border: 12px solid #F6F3F2;
    box-sizing: border-box;
    max-width: 400px;
}
.wk-pro-info-block-wrapper {
    display: inline-block;
    width: 100%;
    float: left;
    background: #F6F3F2;
    border: 4px solid #ffffff;
    padding: 15px;
    text-align: center;
}
.wk-pro-info-block-container ul.links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto;
    display: inline-block;
    color: #818181;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    max-width: 75%;
}
.wk-view-more-items {
    color: #767676;
    font-size: 11px;
    font-weight: 200;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #767676;
    padding: 8px 30px;
    letter-spacing:1px;
    margin-bottom:35px;
}
.wk-view-less-items {
    display: none;
    cursor: pointer;
    color: #767676;
    font-size: 11px;
    font-weight: 200;
    text-transform: uppercase;
    border: 1px solid #767676;
    padding: 8px 30px;
    letter-spacing:1px;
    margin-bottom:10px;
}
.wk-view-more-items:hover,
.wk-view-less-items:hover{
    background: #F2F2F2;
}
.wk-shipping-block {
    color: #6B6B6B;
    font-size: 10px;
    font-weight: 200;
    margin-top: 10px;
}

.catalog-product-view .wk-shipping-block a {
    font-family: 'Montserrat-Medium', 'Montserrat';
    text-decoration: underline;
}

.wk-product-info-row .product-info-main .special-price,
.wk-product-info-row .product-options-bottom .special-price {
    margin:5px 0;
}
.wk-product-description-content {
    display: inline-block;
    max-width: 650px;
    width: 100%;
    font-weight: 200;
    font-size: 13px;
    color: rgb(141, 141, 141);
}
.wk-product-description-content-container {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    text-align: center;
}

.fotorama__thumb-border {
    border: none;
    border-bottom: 1px solid #E89B99;
    background: none;
}
.catalog-product-view .block.related {
    display: none;
}
.wk-mobile-info-detailed {
    display: none;
}
.swatch-opt {
    display: none;
}
.wk-product-upsell-wrapper .action.tocompare {
    display: none;
}
.wk-wrapper-block-title {
    background: #fff;
    padding: 0 20px;
    font-size: 43px;
    font-family: 'Jelytta';
    text-transform: capitalize;
    color: #777777;
}
body .wk-fabric-title label.label span {
    font-family: 'Jelytta';
    font-size: 43px;
}
.wk-wrapper-block-title {
    display: inline-block;
    width: 100%;
    background: transparent;
    text-align: center;
    margin-bottom: 15px;
    padding: 10px 0;
}
.wk-reviews-container {
    display: inline-block;
    margin: 0 auto;
}
.wk-reviews-list-container {
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 20px;
}
.wk-reviews-info-container {
    display: inline-block;
    width: 50%;
    float: right;
    padding-left: 20px;
}
.wk-reviews-list-item {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.wk-reviews-list-item-row {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.wk-reviews-container .rating-summary .rating-result > span::before {
    font-size:24px;
    line-height: 15px;
    height:auto;
    color:#E89B99;
    left:-4px;
}
.wk-reviews-container .wk-total-rating .rating-summary .rating-result {
    width: 72px;
    text-align: center;
}

.wk-reviews-container .rating-summary .rating-result::before {
    top: 0;
    font-size: 24px;
    line-height: 15px;
    height:auto;
    left:-4px;
}

.wk-reviews-container .wk-reviews-info-container .rating-summary .rating-result > span::before {
    font-size:21px;
}
.wk-reviews-container .wk-reviews-info-container .rating-summary .rating-result::before {
    font-size: 21px;
}
.wk-reviews-container .wk-reviews-info-container .rating-summary .rating-result {
    width: 57px;
}
.wk-reviews-container .product-reviews-summary .rating-summary {
    display: inline-block;
    left: unset;
    position: relative;
    float: left;
}
.wk-reviews-container .rating-summary .rating-result {
    width: 72px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin:0px;
}
.wk-review-nickname {
    display: inline-block;
    margin-left: 10px;
    line-height: 24px;
    color:rgb(188, 188, 188);
    font-size: 12px;
    font-weight: 200;
}
.wk-review-time {
    display: inline-block;
    color:rgb(188, 188, 188);
    margin-left: 5px;
    font-size: 12px;
    font-weight: 200;
}
.wk-review-content {
    color: #666666;
    font-size: 12px;
    font-weight: 200;
}
.wk-review-form-container {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.wk-review-form-button {
    display: inline-block;
    background: #959595;
    color: #fff;
    padding: 15px;
    border: 1px solid #959595;
    cursor: pointer;
}
.wk-review-form-block {
    display: inline-block;
    width: 50%;
    background: #fff;
    position: absolute;
    top: 82px;
    left: 0px;
    z-index: 99999;
    padding: 20px;
    display:none;
}
.wk-reviews-details-container * {
    box-sizing:border-box;
}
.wk-review-form-row {
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
    float: left;
}
.wk-review-form .action.submit.primary {
    background: #fff;
    border: 1px solid #E89B99;
    border-radius: 0;
    width: 100%;
    margin: 0;
    padding: 15px 30px;
    color: #E89B99;
    text-transform: uppercase;
}
.wk-reviews-details-container .wk-review-form-block .wk-review-form-row .actions-toolbar.review-form-actions {
    margin: 0;
}
.wk-reviews-details-container .primary.actions-primary {
    width: 100%;
}
.wk-review-form-row input[type="text"] {
    background: #E3E3E3;
    border: none;
    font-size: 12px;
    border-radius: 0;
}
.wk-review-form-row textarea {
    background: #E3E3E3;
    border: none;
    font-size: 12px;
    border-radius: 0;
}
.review-control-vote label.wk-active-rating::before {
    opacity: 1;
}
.wk-reviews-details-container .wk-review-form .action.submit.primary:hover {
    color: #fff;
    background: #E89B99;
}
.wk-reviews-rating-details {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
    font-size: 11px;
    color: rgb(102, 102, 102);
    font-weight: 200;
}
.wk-reviews-rating-label {
    display: inline-block;
    width: 65px;
    float: left;
}
.wk-reviews-rating-count {
    display: inline-block;
    float: left;
    text-align: right;
    width: 40px;
}
.wk-reviews-rating-bar {
    display: inline-block;
    width: calc(100% - 135px);
    float: left;
    margin: 0 15px 0 15px;
    background: #E3E3E3;
    height:14px;
    overflow:hidden;
}
.wk-reviews-rating-progress {
    height: 100%;
    background: #F39798;
    float: left;
}
.wk-total-rating {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.wk-total-rating .review-ratings {
    display: inline-block;
    float: none;
}
.wk-reviews-info-head {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.wk-overall-review {
    display: inline-block;
    color: rgb(102, 102, 102);
    line-height: 20px;
    margin-left: 5px;
    font-family: 'Montserrat-Medium', 'Montserrat';
    font-style: normal;
    font-size: 11px;
    line-height: 21px;
    float: left;
}

.wk-review-form-row input::-webkit-input-placeholder {
    color: rgb(148, 148, 148);
}

.wk-review-form-row input:-moz-placeholder {
    color: rgb(148, 148, 148);
}

.wk-review-form-row input::-moz-placeholder {
    color: rgb(148, 148, 148);
}

.wk-review-form-row input:-ms-input-placeholder {
    color: rgb(148, 148, 148);
}

.wk-review-form-row textarea::-webkit-input-placeholder {
    color: rgb(148, 148, 148);
}

.wk-review-form-row textarea:-moz-placeholder {
    color: rgb(148, 148, 148);
}

.wk-review-form-row textarea::-moz-placeholder {
    color: rgb(148, 148, 148);
}

.wk-review-form-row textarea:-ms-input-placeholder {
    color: rgb(148, 148, 148);
}
label#Rating_rating_label {
    display: none;
}
fieldset.field.required.review-field-ratings {
    display: inline-block;
    width: 100%;
    margin: 0;
    min-height: 30px;
}
.wk-product-info-row .wk-product-reviews-summary .rating-summary .rating-result {
    float: left;
}
.product-reviews-summary {
    font-family: 'Montserrat-Medium', 'Montserrat';
}

.product-info-main .wk-product-info-row .wk-product-reviews-summary.product-reviews-summary .rating-summary::after {
    content: "";
}
.wk-rating-summary-seperator {
    display: inline-block;
    float: left;
    margin: 0 5px;
    font-size: 10px;
    color: #B7B7B7;
    line-height: 16px;

}
.catalog-product-view .wk-product-reviews-summary.product-reviews-summary .reviews-actions a.action.view > span[itemprop="reviewCount"] {
    font-size: 10px;
    color: #B7B7B7;
}
.product-info-main .wk-product-info-row .wk-product-reviews-summary.product-reviews-summary .reviews-actions a {
    color: #B7B7B7;

}
.product-info-main .wk-product-info-row .wk-product-reviews-summary.product-reviews-summary .reviews-actions {
    float: left;
    font-size: 10px;
    color: #B7B7B7;
    line-height: 16px;
}
.wk-display-none {
    display:none !important;
}
.wk-products-grid {
    display: inline-block;
    width: 100%;
}
.wk-products-grid {
    display: inline-block;
    width: 100%;
    /* max-height: 300px; */
    overflow: auto;
}
.wk-video-btn {
    display: inline-block;
    width: 72px;
    font-size: 14px;
    background: #ccc;
    margin-left: 6px;
    height: 65px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 15px 0;
    font-weight: bold;
    float: left;
    clear: left;
}
.wk-video-btn span.playbut {
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    margin-bottom: 3px;
    top: -3px;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #ffffff;
}
.wk-video-player-area {
    position: fixed;
    z-index: 999999;
    width: 90%;
    height: 90vh;
    left: 5%;
    top: 5vh;

    display:none;
}
.wk-video-player-area iframe {
    width: 100%;
    height: 100%;
}
.wk-product-container * {
    box-sizing: border-box;
}
.wk-product-container {
    box-sizing: border-box;
}
body .page-main > .page-title-wrapper .page-title {
    display: none;
}
.wk-recently-viewed-product-wrapper .cat-pro-slider-container {
    background: transparent;
}
.wk-line {
    border-top: 1px solid #cccc;
    margin: 10px auto;
    width: 85%;
}
.wk-recently-viewed-product-wrapper {
    margin-bottom: 100px;
}
.wk-product-reviews-wrapper {
    margin: 50px 0px;
}
.wk-reviews-details-container {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.wk-primary-items {
    display: inline-block;
    width: 100%;
    float: left;
}
.wk-additional-items-container {
    display: inline-block;
    width: 100%;
    float: left;
}
.wk-secondary-items {
    display: inline-block;
    width: 100%;
    float: left;
}
.wk-additional-items {
    display: none;
    width: 100%;
}
.wk-product-details-container.wk-reviews-container .wk-wrapper-block-title {
    margin: 0px;
    padding-bottom: 0px;
}
body .review-control-vote label::before {
    color: #F39798;
}
.wk-desktop-reviews-container {
    text-align: center;
}
.wk-review-details-container {
    display: inline-block;
    width: 100%;
    max-width: 1000px;
    text-align: left;
}
body .wk-product-details-container {
    padding: 30px 0px 10px 0px;
}

.catalog-product-view .additional-attributes-wrapper .table > tbody > tr > th,
.catalog-product-view .additional-attributes-wrapper .table > tbody > tr > td {
    font-family: 'Montserrat-Medium', 'Montserrat';
    font-size: 13px;
    color: rgb(141, 141, 141);
    line-height: 19px;
}
.catalog-product-view .wk-product-details-container .wk-head-content p {
    font-family: 'Montserrat-Medium', 'Montserrat';
    font-size: 13px;
    color: rgb(141, 141, 141);
    line-height: 19px;
    padding: 0px;
}
.catalog-product-view .wk-product-details-container .wk-head-content h3 {
    font-family: 'Montserrat-Medium', 'Montserrat';
    font-size: 13px;
    color: rgb(141, 141, 141);
    line-height: 19px;
}
.wk-head-content {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
a.wk-desktop-view-review-action.action.view {
    display: inline-block;
}
a.wk-mobile-view-review-action.action.view {
    display: none;
}
.wk-desktop-view {
    display: inline-block !important;
}
.wk-mobile-view {
    display: none !important;
}

.cat-pro-slider-container .product-slider.active .owl-carousel .owl-stage .item .product-item-details .end-wrapper .actions-secondary {
    width: auto;
    padding-right: 10px;
}

.wk-delivery-info {
    font-size: 11px;
    color: #999;
}
.wk-content-container {
    display: inline-block;
    width: 100%;
    padding: 15px 50px;
}
.wishlist.split.button button.action.split span {
    font-size: 0px;
}
.wishlist.split.button button.action.split {
    border-radius: 0;
    background: unset;
    border: none;
    background: url(../images/svg/wishlist.svg);
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 0px;
}

.wk-product-advanced-description-container {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 25px 50px;
}
.product-info-main .wk-product-info-row .price-box {
    margin: 0px;
}

/* body .block.block-search.wk-block-search.wk-mobile-view #search {
    background-image: url(../images/benuta-sprite.svg);
    background-size: 67px;

} */
.wk-selected-thumb {
    display: inline-block;
    border-top: 1px solid #E89B99;
    position: absolute;
    bottom: 0;
    left: 0;
}
body.catalog-product-view .fotorama__thumb-border {
    border-width: 1px;
}
.wk-close-video-player {
    display: none;
}
.wk-product-label {
    color: #FF6666;
    position: absolute;
    left: 0px;
    top: 45px;
    z-index: 99999;
    width: 90px;
    font-size: 15px;
    text-align: center;
    background: #fff;
    padding: 8px;
    box-sizing: border-box;
}
.catalog-product-view .breadcrumbs {
    margin-bottom: 15px;
}
.wk-video-player-area.wk-mobile-video-player-area {
    width: 100%;
    height: 100%;
}
.wk-video-player-area.wk-mobile-video-player-area-landscape {
    width: 100%;
    height: 100%;
    position: fixed;
    /* left: 0px; */
    /* top: 0px; */
    margin: 0px;
}
body .wk-product-gallery-thumb-item.wk-active-thumb .wk-thumb-span span {
    background: #E89B99;
}

body .product-info-main .wk-pro-info-block-container li.nav.item {
    position: relative;
    padding-left: 35px;
}

body .product-info-main .wk-pro-info-block-container li.nav.item::before {
    padding: 0px;
    content: "";
}
body .wk-pro-info-block-container li.nav.item.shipping span {
    background-image: url(../images/benuta-sprite.svg);
    display: inline-block;
    width: 26px;
    height: 16px;
    background-size: 100px;
    background-position: -25px -84px;
    margin-top: 5px;
    position: absolute;
    left: 0px;
}
body .wk-pro-info-block-container li.nav.item.return-policy span {
    background-image: url(../images/benuta-sprite.svg);
    display: inline-block;
    width: 20px;
    height: 17px;
    background-size: 95px;
    background-position: -73px -83px;
    margin-top: 1px;
    position: absolute;
    left: 1px;
}
body .wk-pro-info-block-container li.nav.item.contact span {
    background-image: url(../images/benuta-sprite.svg);
    display: inline-block;
    width: 13px;
    height: 19px;
    background-size: 85px;
    background-position: -1px -27px;
    position: absolute;
    left: 5px;
}
.ytp-button.ytp-share-button {
    display: none;
}
.ytp-watch-later-button.ytp-button {
    display: none;

}
.wk-display-inline-block {
    display: inline-block !important;
}

@media only screen and (max-width: 830px) {
    .wk-video-player-area {
        width: 90%;
        height: 400px;
        left: 5%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .wk-video-btn span.playbut {
        display: inline-block;
        border-width: 7px 0 7px 15px;
        vertical-align:-4px;
    }
    .catalog-product-view .page-main {
        padding: 0px;
    }
    .catalog-product-view .product-info-main {
        padding: 0 13px;
    }
    .wk-mobile-info-detailed {
        display: inline-block;
        padding: 0 13px;
    }
    .wk-product-container {
        display: inline-block;
        width: 100%;
        padding: 0 13px;
    }
    .wk-related-item.wk-desktop-view-related-item {
        display: none;
    }
    .wk-related-item.wk-mobile-view-related-item {
        display: inline-block;
    }
    .wk-product-description-wrapper {
        display: none;
    }
    .wk-product-details-wrapper {
        display: none;
    }
    .wk-video-btn {
        width: 100%;
        padding: 16px 20px;
        height: auto;
        margin: 0;
        margin-bottom: 0px;
        order:-1;
        max-width: 100%;
    }
    .catalog-product-view .product-info-main .wk-product-info-row .product-reviews-summary {
        left: 0px;
        top: 15px;
        padding: 0px;
    }

    .wk-product-name-details-wrapper {
        padding-top: 40px;
    }
    .wk-pro-info-block-container {
        margin-bottom: 20px;
    }
    .wk-reviews-list-container {
        padding: 0;
        width: 100%;
    }
    .wk-reviews-info-container {
        width: 100%;
        padding: 0;
    }
    .wk-product-details-container.wk-reviews-container .wk-fabric-title {
        display: none;
    }
    .wk-review-form-container {
        display: none;
    }
    .wk-mobile-info-detailed .wk-review-form-container {
        display: inline-block;
        margin-bottom: 0px;
    }
    .wk-wishlist-block.wk-mobile-wishlist-block {
        display: inline-block;
        bottom: 55px;
        right: 40px;
    }
    .wk-config-product-modal-wrapper {
        width: calc(100% - 40px);
    }
    .page-layout-1column .product.media {
        position: relative;
        /* margin: 0 -15px; */
    }
    .catalog-product-view .breadcrumbs {
        margin: 10px 0;
    }

    .catalog-product-view .fotorama {
        overflow: unset;
    }
    .fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
        position: absolute;
        bottom: 10px;
    }
    .product-info-main .wk-product-info-row .wk-wishlist-block {
        display: none;
    }
    .wk-product-reviews-wrapper {
        display: none;
    }
    .wk-recently-viewed-product-wrapper {
        margin-top: 50px;
    }
    .wk-line {
        width: 90%;
    }
    body .fotorama__dot {
        border: 1px solid #fff;
        width: 10px;
        height: 10px;
        cursor: pointer;
        border-radius: 50%;
    }
    body .fotorama__nav--dots .fotorama__nav__frame {
        width: 20px;
    }

    body .product.data.items > .item.title {
        margin: 0px;
    }
    body .product.data.items > .item.content {
        margin: 0px;
        border-bottom: none;
        border-top: none;
        padding: 10px;
        border-right: 0;
        border-left: 0;
    }

    body .product.data.items > .item.title > .switch {
        border-bottom:none;
        background: #ffffff;
    }

    body .product.data.items > .item.title#tab-label-reviews .switch {
        border-bottom: 1px solid #d1d1d1;
    }
    body .product.data.items > .item.title.active#tab-label-reviews .switch {
        border-bottom: none;
    }

    body .page-wrapper .page-main .wk-mobile-info-detailed .product.data.items>.item.title>.switch {
        padding: 10px 10px;
        height: auto;
        line-height: unset;
        font-size: 14px;
        font-weight: 200;
        text-transform: uppercase;
        color: #666666;
        line-height: 18px;
        border-right: 0;
        border-left: 0;
        position: relative;
    }
    body .page-wrapper .page-main .wk-mobile-info-detailed .product.data.items>.item.title>.switch:after {
        content: "+";
        position: absolute;
        right: 5px;
        font-size: 20px;
        font-weight: 200;
        line-height: 16px;
        color: #666;
    }
    body .page-wrapper .page-main .wk-mobile-info-detailed .product.data.items>.item.title.active>.switch:after {
        content: "-";
    }

    body .product.attribute.description {
        text-align: left;
        color: #000;
    }

    body .product.data.items > .item.title > .switch span.counter {
        display: none;
    }

    body .product.data.items > .item.content#reviews {
        border-bottom: 1px solid #d1d1d1;
    }

    .wk-mobile-info-detailed .wk-reviews-list-item:first-child {
        border: none;
    }

    .wk-mobile-info-detailed .wk-product-details-container {
        padding: 10px 0;
    }
    .wk-mobile-info-detailed .wk-total-rating {
        display: none;
    }

    .wk-overall-review {
        display: none;
    }
    .wk-overall-review-details {
        display: inline-block;
        margin-left: 10px;
        font-weight: 600;
        color: #000000;
        font-size: 11px;
        line-height: 23px;
    }
    .review-ratings {
        float: left;
    }

    .wk-reviews-info-head {
        margin-bottom: 15px;
    }
    .wk-review-form-container * {
        box-sizing: border-box;
    }
    .wk-review-form-button {
        width: 100%;
    }
    .wk-review-form-block {
        display: inline-block;
        position: unset;
        width: 100%;
        padding: 10px 0;
    }

    .wk-review-form-button {
        background: #fff;
        color: #E89B99;
        border: 1px solid #E89B99;
        text-align: center;
    }

    .wk-review-form-button:hover {
        background: #E89B99;
        color: #ffffff;
    }

    form#review-form {
        width: 100%;
        max-width: 100%;
    }
    body.catalog-product-view .fotorama__active .fotorama__dot {
        background: #ffffff;
        border-color: #ffffff;
    }

    .wk-mobile-info-detailed .review-form .action.submit.primary {
        background: #fff;
        border: 1px solid #E89B99;
        border-radius: 0;
        width: 100%;
        margin: 0;
        padding: 15px 30px;
        color: #E89B99;
        text-transform: uppercase;
    }

    .wk-mobile-info-detailed .review-form .action.submit.primary:hover {
        color: #fff;
        background: #E89B99;
    }
    a.wk-desktop-view-review-action.action.view {
        display: none;
    }
    a.wk-mobile-view-review-action.action.view {
        display: inline-block;
    }
    .wk-desktop-view {
        display: none !important;
    }
    .wk-mobile-view {
        display: inline-block !important;
    }
    .wk-product-info-row {
        margin-bottom: 10px;
    }
    .wk-product-info-row .product-options-bottom {
        padding: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .wk-product-info-row .product-options-wrapper {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    .wk-shipping-block.wk-mobile-view {
        margin: 10px 0 10px;
    }

    body .fotorama__arr.fotorama__arr--prev {
        display: none;
    }
    body .fotorama__arr.fotorama__arr--next {
        display: none;
    }

    .column.main .wk-wishlist-block .action.towishlist {
        width: 37px;
        height: 37px;
        background-size: 18px;
    }
    .wk-close-video-player {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 0px;
        background: none;
        width: 22px;
        text-align: center;
        height: 21px;
        z-index: 9999999;
        cursor: pointer;
        line-height: 25px;
        font-weight: bold;
        font-size: 25px;
    }
    .wk-close-video-player {
        background-color: black;
        right: 0px;
        top: 0px;
        color: #fff;
        font-size: 20px;
        height: 26px;
        width: 26px;
        padding: 2px;
        line-height: 26px;
    }

    .wk-video-player-area {
        width: 100%;
        height: 100%;
        left: 0px;
        margin: 0;
        top: 0px;
        position: absolute;
        left: unset !important;
    }
    iframe .ytp-title-text {
        width: calc(100% - 50px);
    }

    .wk-config-product-modal-wrapper {
        width: calc(100% - 46px);
        position: fixed;
        top: unset;
        bottom: 0;
        right: unset !important;
        left: 0;
        height: 100%;
    }
    .wk-close-config-product-modal {
        left: unset;
        right: -46px;
    }
    .wk-attribute-field {
        max-width: 100%;
    }
    .wk-config-product-overlay {
        display: none !important;
    }

    .wk-selected-thumb {
        display: none;
    }

    body .product-info-main .wk-pro-info-block-container li.nav.item {
        margin-bottom: 15px;
    }
    body .wk-pro-info-block-container li.nav.item.shipping span {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 415px) {
    .wk-config-product-modal-head {
        font-size: 15px;
    }
    .wk-config-product-modal-body-content-row {
        padding: 15px;
    }
    body .wk-pro-info-block-container ul.links {
        width: 200px;
    }
}
