/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
/* MEDIA QUERIES */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.file-uploader-area {
  position: relative;
}
.file-uploader-area input[type='file'] {
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.file-uploader-area input[type='file']:focus + .file-uploader-button {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-area input[type='file']:disabled + .file-uploader-button {
  cursor: default;
  opacity: .5;
  pointer-events: none;
}
.file-uploader-summary {
  display: inline-block;
  vertical-align: top;
}
.file-uploader-button {
  background: #eeeeee;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  margin: 0;
  padding: 7px 15px;
  vertical-align: middle;
}
.file-uploader-button._is-dragover {
  background: #d4d4d4;
  border: 1px solid #006bb4;
}
.file-uploader-spinner {
  background-image: url('../images/loader-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: none;
  height: 30px;
  margin-left: 10px;
  vertical-align: top;
  width: 15px;
}
.file-uploader-preview .action-remove {
  bottom: 4px;
  cursor: pointer;
  display: block;
  height: 27px;
  left: 6px;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  width: 25px;
  z-index: 2;
}
.file-uploader-preview .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.file-uploader-preview .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  line-height: inherit;
  color: #514943;
  content: '\e604';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .action-remove:hover:before {
  color: #736963;
}
.file-uploader-preview:hover .preview-image img,
.file-uploader-preview:hover .preview-link:before {
  opacity: 0.7;
}
.file-uploader-preview .preview-link {
  display: block;
  height: 100%;
}
.file-uploader-preview .preview-image img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.file-uploader-preview .preview-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-video:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-video:before {
  left: 0;
  margin-top: -2rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview .preview-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-preview .preview-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 7rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-preview .preview-document:hover:before {
  color: #cccccc;
}
.file-uploader-preview .preview-document:before {
  left: 0;
  margin-top: -3.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
}
.file-uploader-preview,
.file-uploader-placeholder {
  background: #ffffff;
  border: 1px solid #cacaca;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 150px;
  line-height: 1;
  margin: 10px 25px 10px 0;
  overflow: hidden;
  position: relative;
  width: 150px;
}
.file-uploader._loading .file-uploader-spinner {
  display: inline-block;
}
.file-uploader .admin__field-note,
.file-uploader .admin__field-error {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px;
  word-break: break-all;
}
.file-uploader .file-uploader-filename:first-child {
  margin-bottom: 10px;
}
.file-uploader .file-uploader-meta {
  color: #9e9e9e;
}
.file-uploader .admin__field-fallback-reset {
  margin-left: 10px;
}
._keyfocus .file-uploader .action-remove:focus {
  box-shadow: 0 0 0 1px #006bb4;
}
.file-uploader-placeholder.placeholder-document {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-document:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-document:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-document:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-image {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-image:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-image:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-image:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.file-uploader-placeholder.placeholder-video {
  display: inline-block;
  text-decoration: none;
}
.file-uploader-placeholder.placeholder-video:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3rem;
  line-height: inherit;
  color: #cccccc;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.file-uploader-placeholder.placeholder-video:hover:before {
  color: #cccccc;
}
.file-uploader-placeholder.placeholder-video:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 2;
}
.file-uploader-placeholder-text {
  bottom: 0;
  color: #008bdb;
  font-size: 1.1rem;
  left: 0;
  line-height: 1.42857143;
  margin-bottom: 15%;
  padding: 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
}
.data-grid-file-uploader {
  min-width: 7rem;
}
.data-grid-file-uploader._loading .file-uploader-spinner {
  display: block;
}
.data-grid-file-uploader._loading .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-image {
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.data-grid-file-uploader .file-uploader-image + .file-uploader-area .file-uploader-button:before {
  display: none;
}
.data-grid-file-uploader .file-uploader-area {
  z-index: 2;
}
.data-grid-file-uploader .file-uploader-spinner {
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.data-grid-file-uploader .file-uploader-button {
  height: 48px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.data-grid-file-uploader .file-uploader-button > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.data-grid-file-uploader .file-uploader-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 48px;
  color: #8a837f;
  content: '\e626';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.data-grid-file-uploader .file-uploader-button:hover:before {
  color: #666666;
}
.data-grid-file-uploader .action-select-wrap {
  float: left;
}
.data-grid-file-uploader .action-select-wrap .action-select {
  border: 1px solid #cacaca;
  display: block;
  height: 5rem;
  margin-left: -1px;
  padding: 0;
  width: 2rem;
}
.data-grid-file-uploader .action-select-wrap .action-select:after {
  border-color: #8a837f transparent transparent transparent;
  left: 50%;
  margin: 0 0 0 -5px;
}
.data-grid-file-uploader .action-select-wrap .action-select:hover:after {
  border-color: #666666 transparent transparent transparent;
}
.data-grid-file-uploader .action-select-wrap .action-select > span {
  display: none;
}
.data-grid-file-uploader .action-select-wrap .action-menu {
  left: 4rem;
  right: auto;
  z-index: 2;
}
.data-grid-file-uploader-inner {
  border: 1px solid #cacaca;
  float: left;
  height: 5rem;
  position: relative;
  width: 5rem;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .amazon-addresses .amazon-address,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .amazon-addresses .amazon-address:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .amazon-addresses .amazon-address:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .amazon-addresses .amazon-address:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .amazon-addresses:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 47px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #cccccc;
    color: #cccccc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .ws_embed_sms_notification {
    text-align: center !important;
  }
  .ws_embed_sms_notification .inline-block {
    display: inline-block;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 4%;
    font-size: 10px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 325px;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    padding-top: 5px;
    width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: -3px;
    margin-left: -5px;
    border-radius: 0;
  }
  .theme-pearl #ws_embed_sms_notification {
    max-width: 1030px;
  }
  .theme-pearl #ws_embed_sms_notification.sms-center-design-2 {
    margin: 0 auto 60px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-phone-dsg-2 {
    width: 160px;
    padding-left: 24px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-country-pc-dsg2 {
    width: 33%;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 140px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    height: 50px;
    border-radius: 0;
    margin-top: -3px;
  }
  .table-checkout-shipping-method tr.row-eta {
    display: none;
  }
  body.wp-sl .login-container .fieldset > .field > .control {
    width: 80%;
  }
  body.wp-sl .slide-popup {
    left: unset;
    right: -10px;
    width: 420px;
    height: auto;
  }
  body.wp-sl .slide-popup .modal-inner-wrap {
    min-width: unset;
    display: block;
    width: 100%;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content {
    overflow-y: auto;
    height: 90%;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup {
    display: block;
    border-top: 0 none;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login {
    width: 100%;
    border-left: 0 none;
    padding: 0;
    margin-top: 15px;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer:before,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login:before {
    content: '';
    border: 0 none;
  }
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-new-customer .sociallogin-block,
  body.wp-sl .slide-popup .modal-inner-wrap .modal-content .sl-popup .block-customer-login .sociallogin-block {
    padding: 0;
  }
  body.wp-sl .authentication-wrapper .block-authentication {
    text-align: left;
  }
  body.wp-sl .authentication-wrapper .slide-popup .sociallogin-wrapper {
    margin-top: 15px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%)/4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .ws_embed_sms_notification {
    max-width: 1015px;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 9%;
    font-size: 14px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%)/5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Thin.woff2') format('woff2'), url('../fonts/Graphik-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Bold.woff2') format('woff2'), url('../fonts/Graphik-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Light.woff2') format('woff2'), url('../fonts/Graphik-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium.woff2') format('woff2'), url('../fonts/Graphik-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Thin.woff2') format('woff2'), url('../fonts/Graphik-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular.woff2') format('woff2'), url('../fonts/Graphik-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Semibold.woff2') format('woff2'), url('../fonts/Graphik-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'futura_xblk_btextra_black';
  src: url('../fonts/futura_xblk_bt-webfont.woff2') format('woff2'), url('../fonts/futura_xblk_bt-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.headerwrapper {
  padding: 0 1%;
  display: flex;
  min-height: 82px;
  align-items: center;
}
.headerwrapper .logoarea {
  padding: 10px 2%;
}
.topmenu {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-grow: 8;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topmenu li {
  color: #262626;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.topmenu li a {
  color: #262626;
  padding: 36px 33px;
  margin: 0;
  font-size: 15px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.topmenu li a:hover {
  color: #fff;
  background: #24a186;
  padding: 36px 33px;
  margin: 0;
}
.topmenu li a.active {
  color: #fff;
  background: #24a186;
}
html .mobilemenuclose {
  display: none;
}
html.nav-open .mobilemenuclose {
  display: block !important;
  position: fixed;
  right: 3%;
  top: 0;
  font-size: 30px;
  z-index: 9999;
  background: #f0f0f0;
  width: 45px;
  text-align: center;
  cursor: pointer;
}
.nav-sections {
  display: none;
}
header.page-header {
  border-bottom: 1px solid #e4e4e4;
  height: 90px;
}
main#maincontent {
  padding-top: 50px;
}
.catalog-category-view header.page-header {
  border-bottom: 0px;
  height: auto;
}
.is-blog .breadcrumbs {
  margin-top: 50px;
}
.post-image a {
  display: block !important;
  text-align: center;
}
.post-image img {
  width: 100%;
}
.is-blog button {
  background: #24a186;
  border: 1px solid #24a186;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  box-sizing: border-box;
  vertical-align: middle;
  box-shadow: none !important;
}
.fieldset {
  border: 0;
  margin: 0 0 20px;
  padding: 20px 30px;
  letter-spacing: -.31em;
  background: #f5f5f5;
}
.is-blog h1 {
  font-family: 'Bree Serif', serif;
}
.is-blog .block-title {
  font-size: 15px;
  color: #1d1d1d;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.block-blog .block-title > strong {
  font-size: 15px !important;
  color: #1d1d1d;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold !important;
  text-transform: uppercase;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 15px !important;
  font-weight: bold !important;
  vertical-align: middle;
}
.is-blog .breadcrumbs ul li {
  background: url(../images/breadcamplline.png) no-repeat 100% 50%;
  padding-right: 12px;
  color: #131313;
}
.is-blog .breadcrumbs ul li:last-child {
  background: transparent;
}
.is-blog .breadcrumbs ul li a {
  color: #131313;
}
.customer-account-create main#maincontent {
  padding-top: 50px;
}
.is-blog main#maincontent {
  padding-top: 0px;
}
.action.primary {
  background: #d47db9 !important;
  border: 1px solid #d47db9 !important;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  padding: 12px 15px;
}
/* ========================Kids RC Toys===25-11-20============================== */
.kids-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  background: #fff;
}
.kids-header .kidstopBg {
  background: url(../images/kidstopBg.jpg) repeat-x 0 0;
  height: 44px;
  text-align: center;
  color: #fff;
  align-items: flex-start;
  display: flex;
  justify-content: center;
  padding-top: 7px;
  box-sizing: border-box;
}
.kids-header .kidstopBg img {
  margin-right: 10px;
}
.kidssearcheareainputarea {
  width: 50%;
  margin: 24px 0;
}
.kidsheaderwrapper {
  padding: 0 1%;
  display: flex;
  min-height: 82px;
  max-width: 1140px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.kidsheaderwrapper .logoarea {
  padding: 0;
  max-width: 25%;
}
.kidstopmenu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.kidstopmenu li {
  color: #262626;
  padding: 0;
  margin: 0 0 0 26px;
  text-transform: uppercase;
  display: block;
}
.kidstopmenu li.telicon {
  background: url(../images/telicon.png) no-repeat 0 0;
  width: 28px;
  height: 24px;
  font-size: 0px;
}
.kidstopmenu li.telicon a {
  width: 28px;
  height: 24px;
  display: block;
}
.kidstopmenu li.messageicon {
  background: url(../images/messageicon.png) no-repeat 0 0;
  width: 28px;
  height: 24px;
  font-size: 0px;
}
.kidstopmenu li.messageicon a {
  width: 28px;
  height: 24px;
  display: block;
}
.kidstopmenu li.usericon {
  background: url(../images/usericon.png) no-repeat 0 0;
  width: 28px;
  height: 24px;
  font-size: 0px;
  position: relative;
}
.kidstopmenu li.usericon a {
  width: 28px;
  height: 24px;
  display: block;
}
.kidstopmenu li.usericon::after {
  content: '';
  background: url(../images/userarrowicon.png) no-repeat 0 0;
  width: 12px;
  height: 8px;
  font-size: 0px;
  position: absolute;
  top: 50%;
  right: -14px;
}
.kidstopmenu li.usericon::after a {
  width: 28px;
  height: 24px;
  display: block;
}
.kidstopmenu li.carticon {
  background: url(../images/carticon.png) no-repeat 0 0;
  width: 28px;
  height: 24px;
  font-size: 0px;
}
.kidstopmenu li.logouticon {
  background: url(../images/logouticon.png) no-repeat 0 0;
  width: 28px;
  height: 24px;
  font-size: 0px;
}
.kidstopmenu li.logouticon a {
  width: 28px;
  height: 24px;
  display: block;
}
.kidstopmenu li a {
  display: block;
  color: #262626;
  margin: 0;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  /*&:hover{
		    	  width: 28px; height: 24px;
		    }
		    &.active { width: 28px; height: 24px;}*/
}
.block-minicart .block-content > .actions > .secondary a {
  font-size: 14px;
  padding: 0;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 2px;
}
.minicart-wrapper .block-minicart span.label {
  font-size: 14px;
}
.block-minicart .items-total span {
  font-weight: 700;
  font-size: 14px;
}
.minicart-items .product-item {
  padding: 6px 0 10px;
}
.minicart-items .product-item-name {
  padding: 0 !important;
  margin: 0 0 0px;
}
.minicart-items .product-item-name a {
  padding: 0 !important;
  margin: 0 0 0px;
}
.minicart-wrapper .action.showcart:before {
  display: none;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
  font-size: 12px !important;
}
.kidstopmenu li a {
  margin-right: -10px !important;
  padding-left: 10px;
}
.minicart-wrapper .action.showcart .counter.qty {
  height: 20px !important;
  line-height: 20px !important;
  margin: 0;
  min-width: 14px !important;
  border-radius: 27px;
  background: #d47db9;
}
.minicart-wrapper .action.showcart.active:before {
  display: none;
}
.confirm .modal-content {
  padding: 30px !important;
}
.confirm footer.modal-footer {
  text-align: center;
}
.confirm footer.modal-footer {
  text-align: center;
  background: #fff;
}
button.action-accept {
  background: #d47db9 !important;
  border: 0;
  height: 40px;
  color: #fff;
  margin: 0 5px;
  border: 1px solid #d47db9 !important;
}
button.action-dismiss {
  background: #222 !important;
  border: 0;
  height: 40px;
  color: #fff;
  margin: 0 5px;
}
@media (max-width: 1040px) {
  header.page-header {
    height: auto;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .headerwrapper .logoarea {
    width: 290px;
  }
  .topmenu li a {
    padding: 36px 15px;
  }
}
@media (max-width: 767px) {
  .topmenu {
    display: none;
  }
  .nav-sections {
    display: block;
  }
  .nav-sections .topmenu {
    display: block;
  }
  .topmenu li {
    border-bottom: 1px solid #d8d8d8;
  }
  .topmenu li a {
    padding: 15px 15px;
  }
  .topmenu li a:hover {
    padding: 15px 15px;
  }
  .topmenu li.brand {
    background: #d47db9;
    padding: 15px;
    color: #fff;
  }
  .headerwrapper .logoarea {
    width: 290px;
    margin: auto;
  }
  .page-header {
    margin-bottom: 0;
  }
  .nav-sections-item-title {
    padding-left: 15px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
  }
  .nav-open .nav-sections {
    z-index: 9999;
  }
  .nav-toggle {
    top: 64px;
  }
  .kids-header .kidstopBg {
    font-size: 11px;
  }
  .minicart-wrapper {
    margin-top: 0 !important;
  }
}
@media (max-width: 500px) {
  .headerwrapper {
    min-height: 66px;
  }
  .page-header {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0;
  }
  .headerwrapper .logoarea {
    width: 250px;
    display: block;
    margin: 0 auto;
    padding: 15px 0% 0;
  }
  .headerwrapper {
    padding: 0 1%;
    display: block;
  }
}
@media (max-width: 350px) {
  .headerwrapper .logoarea {
    width: 220px;
    padding: 9px 0% 0;
  }
}
footer {
  background: #460031;
  padding: 92px 0 86px;
}
footer .c-footerarea {
  display: flex;
}
footer .c-footerarea .footleftarea {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 80%;
  flex-direction: column;
}
footer .c-footerarea .footleftarea p {
  color: #9dbdcf;
  font-size: 13px;
  padding: 10px 0px;
}
footer .c-footerarea .footleftarea ul {
  padding: 0;
  margin: 0;
}
footer .c-footerarea .footleftarea ul li {
  display: inline-block;
  padding: 0 0px;
  margin: 0;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
}
footer .c-footerarea .footleftarea ul li::before {
  display: block;
  content: '.';
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: -8px;
  left: -15px;
}
footer .c-footerarea .footleftarea ul li:first-child:before {
  display: none;
}
footer .c-footerarea .footleftarea ul li a {
  padding: 0 25px 0 0;
  margin: 0;
  color: #fff;
  text-decoration: none;
}
footer .c-footerarea .footleftarea ul li:hover {
  text-decoration: none;
  color: #ccc;
}
.signuparea {
  background: #edefef;
  padding: 52px 0;
}
.signuparea .subcribearea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subcribeheadingarea {
  flex: 1 1 44%;
}
.subcribeheadingarea h3 {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 50px;
  color: #131313;
  font-family: 'Bree Serif', serif;
  padding: 0;
  margin: 0;
}
.subcribeinputarea {
  display: flex;
  flex: 1 1 56%;
  height: 84px;
  box-shadow: 0px 0 10px 3px #dadcdc;
  border-radius: 6px;
}
.subcribeinputarea input[type="email"],
.subcribeinputarea input:active[type="email"],
.subcribeinputarea input:focus[type="email"] {
  outline: none;
  background: #fff;
  flex: 1 1 80%;
  border: 0;
  border-radius: 6px  0px 0px 6px;
  height: 84px;
  padding: 0 36px;
  color: #868686;
}
.subcribeinputarea button.btn[type="submit"] {
  cursor: pointer;
  font-size: 0;
  outline: none;
  background: #24a186 url(../images/rightwhitearrow.png) no-repeat 50% 50%;
  border: 0;
  box-shadow: none;
  margin-top: 0px;
  width: 72px;
  height: 84px;
  position: relative;
  padding: 0;
  border-radius: 0px  6px 6px 0px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.subcribeinputarea button.btn[type="submit"]:hover {
  background: #24a186 url(../images/rightwhitearrow.png) no-repeat 70% 50%;
}
.subcribeinputarea input::-webkit-input-placeholder {
  color: #868686 !important;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  opacity: 1;
  text-transform: uppercase;
}
.subcribeinputarea input::-moz-placeholder {
  color: #868686 !important;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  opacity: 1;
  text-transform: uppercase;
}
.subcribeinputarea input::-ms-input-placeholder {
  color: #868686 !important;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  opacity: 1;
  text-transform: uppercase;
}
.subcribeinputarea .input-group__btn {
  flex: 1 1 20%;
}
.subcribeinputarea .form-single-field {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.subcribeinputarea form {
  width: 100%;
  display: flex;
}
input.infuild:focus {
  outline: none;
  box-shadow: none;
}
footer.kidsfooterarea {
  background: #001325;
  padding: 0;
  color: #6b747d;
  font-family: 'Graphik';
}
.kidsfootertoparea {
  padding: 88px 0 40px;
  display: flex;
}
.kidsfootertoparea .kidsfooterboxarea {
  width: 19%;
}
.kidsfootertoparea .kidsfooterboxarea h4 {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
  font-family: 'Graphik';
  font-weight: 500;
  padding: 0;
  margin: 0 0 22px;
}
.kidsfootertoparea .kidsfooterboxarea ul {
  margin: 0px;
  padding: 0;
  list-style: none;
}
.kidsfootertoparea .kidsfooterboxarea ul li {
  margin-bottom: 12px;
  text-align: left;
  font-family: 'Graphik';
  font-size: 14px;
}
.kidsfootertoparea .kidsfooterboxarea ul li a {
  display: block;
  color: #6b747d !important;
  text-decoration: none;
}
.kidsfootertoparea .kidsfooterboxarea ul li a:hover {
  color: #d47db9 !important;
}
.kidsfootertoparea .kidsfooterbox2area {
  width: 43%;
}
.kidsfootertoparea .kidsfooterbox2area h4 {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 20px;
  color: #fff;
  font-family: 'Graphik';
  font-weight: 500;
  padding: 0;
  margin: 0 0 22px;
}
.kidsfootertoparea .kidsfooterbox2area .kidssignme {
  margin-bottom: 14px;
}
.kidssubcriptionarea form {
  display: flex;
  height: 42px;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 16px;
}
.kidssubcriptionarea form input[type="email"],
.kidssubcriptionarea form input:active[type="email"],
.kidssubcriptionarea form input:focus[type="email"] {
  outline: none;
  background: transparent;
  flex: 1 1 80%;
  border: 1px solid #54364b;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Graphik';
  border-radius: 0;
  height: 42px;
  padding: 0 15px;
  color: #485562;
}
.kidssubcriptionarea form input::-webkit-input-placeholder {
  color: #485562 !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Graphik';
  opacity: 1;
}
.kidssubcriptionarea form input::-moz-placeholder {
  color: #485562 !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Graphik';
  opacity: 1;
}
.kidssubcriptionarea form input::-ms-input-placeholder {
  color: #485562 !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Graphik';
  opacity: 1;
}
.kidssubcriptionarea form button.btn[type="submit"] {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  background: #0083bf;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #0083bf;
  margin-top: 0px;
  font-family: 'Graphik';
  width: 150px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  position: relative;
  padding: 0;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.kidssubcriptionarea form button.btn[type="submit"]:hover {
  background: #d47db9;
}
.kidssignme input[type='checkbox'] {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 1px #54364b;
  position: relative;
}
.kidssignme input[type='checkbox']:before {
  content: '';
  display: block;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 1px #54364b;
}
.kidssignme input[type='checkbox']:checked:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  box-shadow: 0 0 0 1px #54364b;
}
.kidssignme input[type='checkbox']:after {
  content: '';
  display: block;
  width: 3px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  border-bottom: 0px solid #fff;
  border-right: 0px solid #000;
  position: absolute;
  top: 5px;
  left: 9px;
}
.kidssignme input[type='checkbox']:checked:after {
  content: '';
  display: block;
  width: 3px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  border-bottom: 2px solid #d47db9;
  border-right: 2px solid #d47db9;
}
.kidssubcriptionarea {
  position: relative;
  margin-bottom: 30px;
}
div#newsletter-error {
  position: absolute;
  top: 42px;
  font-size: 12px;
}
.kidsfooterbottomarea {
  padding: 20px 0px;
  border-top: 1px solid #5e4858;
  font-family: 'Graphik';
  font-weight: 400;
}
.kidsfooterbottomarea .container {
  display: flex;
  text-align: left;
}
.kidsfooterbottomarea .kidscopyleftarea {
  width: 65%;
  float: left;
}
.kidsfooterbottomarea .kidscopyleftarea ul {
  margin: 0 0 10px;
  padding: 0;
}
.kidsfooterbottomarea .kidscopyleftarea ul li {
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
  font-family: 'Graphik';
}
.kidsfooterbottomarea .kidscopyleftarea ul li a {
  color: #6b747d !important;
  text-decoration: none;
}
.kidsfooterbottomarea .kidscopyleftarea ul li a:hover {
  color: #fff !important;
}
.kidsfooterbottomarea .kidscopyleftarea ul li a:hover span {
  color: #fff !important;
}
.kidsfooterbottomarea .kidscopyleftarea ul li:last-child {
  margin-right: 0px;
}
.kidsfooterbottomarea .kidscopyleftarea span {
  color: #6b747d;
  font-size: 14px;
}
.kidsfooterbottomarea .kidscopyrightarea {
  width: 35%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.kidsfooterbottomarea .kidscopyrightarea span {
  color: #6b747d;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding-right: 30px;
}
.kidsfooterbottomarea .kidscopyrightarea ul {
  margin: 0px;
  padding: 0;
}
.kidsfooterbottomarea .kidscopyrightarea ul li {
  margin-left: 9px;
  float: left;
  margin-bottom: 0;
  text-align: left;
  font-size: 0;
  width: 31px;
  height: 31px;
}
.kidsfooterbottomarea .kidscopyrightarea ul li.kidsfacebook {
  background: url(../images/kidsfacebook.jpg) no-repeat 0 0;
}
.kidsfooterbottomarea .kidscopyrightarea ul li.kidsfacebook:hover {
  background: url(../images/kidsfacebook-h.jpg) no-repeat 0 0;
}
.kidsfooterbottomarea .kidscopyrightarea ul li.kidstwitter {
  background: url(../images/kidstwitter.jpg) no-repeat 0 0;
}
.kidsfooterbottomarea .kidscopyrightarea ul li.kidstwitter:hover {
  background: url(../images/kidstwitter-h.jpg) no-repeat 0 0;
}
.kidsfooterbottomarea .kidscopyrightarea ul li.kidsinsta {
  background: url(../images/kidsinsta.jpg) no-repeat 0 0;
}
.kidsfooterbottomarea .kidscopyrightarea ul li.kidsinsta:hover {
  background: url(../images/kidsinsta-h.jpg) no-repeat 0 0;
}
.kidsfooterbottomarea .kidscopyrightarea ul li.kidspinterest {
  background: url(../images/kidspinterest.jpg) no-repeat 0 0;
}
.kidsfooterbottomarea .kidscopyrightarea ul li.kidspinterest:hover {
  background: url(../images/kidspinterest-h.jpg) no-repeat 0 0;
}
.kidsfooterbottomarea .kidscopyrightarea ul li a {
  width: 31px;
  height: 31px;
  display: block;
  color: #6b747d !important;
  text-decoration: none;
}
.kidsfooterbottomarea .kidscopyrightarea ul li a:hover {
  color: #fff !important;
}
.kidsfooterbottomarea .kidscopyrightarea ul li:last-child {
  margin-right: 0px;
}
@media (max-width: 991px) {
  .kidsfootertoparea .kidsfooterboxarea h4 {
    font-size: 14px;
  }
  .kidsfootertoparea .kidsfooterbox2area h4 {
    font-size: 14px;
  }
  .kidsfooterbottomarea .kidscopyleftarea {
    width: 50%;
  }
  .kidsfooterbottomarea .kidscopyrightarea {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .kidsfooterbottomarea .kidscopyleftarea {
    width: 100%;
  }
  .kidsfooterbottomarea .kidscopyrightarea {
    width: 100%;
  }
}
/* 
font-family: 'Graphik';
font-family: 'futura_xblk_btextra_black';
 */
.cms-index-index .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-index-index main#maincontent {
  padding: 0;
}
input[type="email"],
input:active[type="email"],
input:focus[type="email"] {
  background: #fff;
  background-image: none !important;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
  background: #fff;
  background-image: none !important;
}
.o-bannerarea {
  background-color: #edefef;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 1060px;
  padding-top: 90px;
  background-size: cover;
  border-bottom: 220px solid #edefef;
  position: relative;
  box-sizing: border-box;
}
.o-bannerarea .videoarea {
  position: relative;
  margin: 50px auto 0;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0 !important;
}
img.homebannerlap {
  width: 1226px;
}
.videocontarea {
  background: #000;
  overflow: hidden;
  width: 915px;
  height: 578px;
  margin: 0 auto;
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
}
.featureimglist iframe {
  background: #000;
  overflow: hidden;
  height: 575px;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
}
.searcharea {
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
  padding: 0;
}
.searcharea::before {
  display: block;
  content: '';
  clear: both;
}
.searcharea::after {
  display: block;
  content: '';
  clear: both;
}
.topsearchearea {
  display: block;
  clear: both;
}
.topsearchearea::before {
  display: block;
  content: '';
  clear: both;
}
.topsearchearea::after {
  display: block;
  content: '';
  clear: both;
}
.topsearchearea ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.topsearchearea ul li {
  color: #fff;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
}
.topsearchearea ul li a {
  color: #fff;
  padding: 0px 33px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 0;
  border-radius: 6px 6px 0px 0px;
  font-size: 15px;
  text-decoration: none;
  font-family: 'Graphik';
  font-weight: 600;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.topsearchearea ul li a:hover {
  color: #fff;
  background: #e8a10a;
}
.topsearchearea ul li a.active {
  color: #fff;
  background: #e8a10a;
}
.searcheareainputarea {
  display: flex;
  height: 84px;
  border-radius: 6px;
}
.searcheareainputarea input[type="text"],
.searcheareainputarea input:active[type="text"],
.searcheareainputarea input:focus[type="text"] {
  outline: none;
  background: #fff;
  flex: 1 1 80%;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Graphik';
  border-radius: 6px 0px 0px 6px;
  height: 84px;
  padding: 0 36px;
  color: #868686;
}
.searcheareainputarea input[type="email"],
.searcheareainputarea input:active[type="email"],
.searcheareainputarea input:focus[type="email"] {
  outline: none;
  background: #fff;
  flex: 1 1 80%;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Graphik';
  border-radius: 0px 0px 0px 6px;
  height: 84px;
  padding: 0 36px;
  color: #868686;
}
.searcheareainputarea input::-webkit-input-placeholder {
  color: #868686 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Graphik';
  opacity: 1;
  text-transform: uppercase;
}
.searcheareainputarea input::-moz-placeholder {
  color: #868686 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Graphik';
  opacity: 1;
  text-transform: uppercase;
}
.searcheareainputarea input::-ms-input-placeholder {
  color: #868686 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Graphik';
  opacity: 1;
  text-transform: uppercase;
}
.searcheareainputarea button.btn[type="submit"] {
  cursor: pointer;
  font-size: 0;
  outline: none;
  background: #ffffff url(../images/searchicon.png) no-repeat 50% 50%;
  border: 0;
  margin-top: 0px;
  width: 72px;
  height: 84px;
  position: relative;
  padding: 0;
  border-radius: 0px 6px 6px 0px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.advancetext {
  text-align: right;
  font-weight: bold;
  font-size: 15px;
  padding-top: 18px;
  text-transform: uppercase;
}
.advancetext a {
  color: #fff;
  text-decoration: none;
}
.advancetext a:hover {
  color: #fff;
  text-decoration: underline;
}
.o-findfastarea {
  padding: 90px 0;
  background: #fff;
}
.o-findfastarea h2 {
  text-align: center;
  color: #131313;
  font-size: 56px;
  font-family: 'Bree Serif', serif;
  position: relative;
  padding: 0;
  margin: 0 0 58px;
  line-height: 76px;
}
.o-findfastarea h2::after {
  position: absolute;
  background: #131313;
  height: 1px;
  width: 68px;
  margin: auto;
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 0px;
}
.findboxwrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.findboxwrapper ul li {
  margin: 0 50px 0 0;
  padding: 0;
}
.findboxwrapper ul li:last-child {
  margin-right: 0;
}
.findboxwrapper ul li.findboxarea {
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 16px 6px #00000020;
  width: 382px;
  padding: 50px;
  position: relative;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.findboxwrapper ul li.findboxarea a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-size: 0;
}
.findboxwrapper ul li.findboxarea .findbox1st {
  padding-top: 160px;
  background: url(../images/fasticon1.png) no-repeat 50% 0%;
}
.findboxwrapper ul li.findboxarea .findbox2nd {
  padding-top: 160px;
  background: url(../images/fasticon2.png) no-repeat 50% 0%;
}
.findboxwrapper ul li.findboxarea .findbox3rd {
  padding-top: 160px;
  background: url(../images/fasticon3.png) no-repeat 50% 0%;
}
.findboxwrapper ul li.findboxarea:hover {
  background: #d47db9;
}
.findboxwrapper ul li.findboxarea:hover .findbox1st {
  padding-top: 160px;
  background: url(../images/fasticon1-hov.png) no-repeat 50% 0%;
}
.findboxwrapper ul li.findboxarea:hover .findbox2nd {
  padding-top: 160px;
  background: url(../images/fasticon2-hov.png) no-repeat 50% 0%;
}
.findboxwrapper ul li.findboxarea:hover .findbox3rd {
  padding-top: 160px;
  background: url(../images/fasticon3-hov.png) no-repeat 50% 0%;
}
.findboxwrapper ul li.findboxarea:hover h3 {
  color: #fff;
}
.findboxwrapper ul li.findboxarea:hover p {
  color: #fff;
}
.findboxwrapper ul li.findboxarea h3 {
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'Graphik';
  color: #646464;
  line-height: 26px;
  font-weight: bold;
  margin: 0;
}
.findboxwrapper ul li.findboxarea p {
  font-size: 15px;
  font-family: 'Graphik';
  color: #646464;
  line-height: 26px;
}
.o-latestblogare {
  padding: 90px 0;
  background: #fff;
  border-top: 1px solid #d9d9d9;
}
.o-latestblogare::before {
  display: block;
  content: '';
  clear: both;
}
.o-latestblogare::after {
  display: block;
  content: '';
  clear: both;
}
.o-latestblogare h3 {
  color: #131313;
  font-size: 37px;
  font-family: 'Bree Serif', serif;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 44px;
  line-height: 50px;
}
.o-latestblogare h3::after {
  background: #131313;
  height: 1px;
  width: 68px;
  content: '';
  display: block;
  bottom: -10px;
  position: absolute;
}
.o-latestblogare .leftlatestarea {
  width: 45%;
  float: left;
}
.o-latestblogare .rightlatestarea {
  width: 54%;
  float: right;
  border-left: 1px solid #c3c3c3;
  padding-left: 56px;
  box-sizing: border-box;
  min-height: 535px;
}
.latestblog {
  margin-top: 0px;
}
.latestblog::before {
  display: block;
  content: '';
  clear: both;
}
.latestblog::after {
  display: block;
  content: '';
  clear: both;
}
.latestblog ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.latestblog ul li {
  margin: 0 0 28px;
  padding: 0;
  display: flex;
}
.latestblog ul li img {
  width: 112px;
  height: 103px;
  margin-right: 30px;
}
.latestblog ul li .latestcont h4 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 16px;
  color: #373737;
}
.latestblog ul li .latestcont p {
  margin: 0 0 20px;
  padding: 0;
  color: #575757;
  font-size: 14px;
}
.moreBtn {
  cursor: pointer;
  border: 2px solid #d47db9;
  padding: 0 46px 0 14px;
  height: 30px;
  line-height: 30px;
  color: #d47db9 !important;
  font-family: 'Graphik';
  font-weight: 500;
  display: inline-block;
  border-radius: 4px;
  background: url(../images/morearrow.png) no-repeat 80% 50%;
  text-decoration: none !important;
  font-size: 14px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.moreBtn:hover {
  color: #fff !important;
  background: #bf2b9f url(../images/morearrow-hov.png) no-repeat 90% 50%;
}
.moreBtn.all {
  font-size: 15px;
  height: 44px;
  line-height: 44px;
  background: #d47db9 url(../images/morearrow-hov.png) no-repeat 86% 50%;
  color: #fff !important;
}
.moreBtn.buybtn {
  font-size: 18px;
  height: 62px;
  line-height: 62px;
  background: #d47db9;
  color: #fff !important;
  padding: 0 28px;
  font-weight: 500;
}
.featurewrapper {
  margin-bottom: 86px;
}
.featureimglist {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.featureimglist .featureimg-area {
  width: 50%;
}
.featureimglist .featurecont-area {
  width: 50%;
  padding-left: 36px;
  box-sizing: border-box;
}
.featureimglist .featurecont-area h4 {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 30px;
  color: #1d1d1d;
  font-family: 'Graphik';
  font-weight: 500;
}
.featureimglist .featurecont-area h4 a {
  color: #1d1d1d;
  text-decoration: none;
}
.featureimglist .featurecont-area .featureprice {
  color: #24475f;
  font-size: 30px;
  font-family: 'Graphik';
  font-weight: 700;
  margin-bottom: 20px;
}
.featureimglist .featurecont-area .featureprice a {
  color: #24475f;
  text-decoration: none;
}
.cms-index-index .columns .column.main {
  padding-bottom: 0;
}
.featureimg-area img {
  width: 100%;
}
.page-wrapper {
  overflow-x: hidden;
}
.bannerslider .slick-dots {
  bottom: 10px;
  text-align: center;
}
.bannerslider .slick-dots li {
  margin: 0 3PX;
}
.bannerslider .slick-dots li button {
  width: 10px;
  height: 10px;
}
.bannerslider .slick-dots li button:before {
  width: 10px;
  height: 10px;
}
.blog-search {
  display: flex;
}
.featurecont-area img {
  display: block !important;
  margin-bottom: 10px;
}
.marketplace-list {
  margin-bottom: 20px;
}
.marketplace-list .control {
  margin: 10px 20px;
}
.control input[type="radio"] {
  box-shadow: none;
}
/* ====================Kids-RC-Toys=25-11-20======================== */
.kids-o-bannerarea {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  margin-top: 132px;
  position: relative;
  box-sizing: border-box;
}
.kids-o-bannerarea .bannercont {
  position: absolute;
  z-index: 9;
  max-width: 600px;
  padding-right: 94px;
  margin: auto;
  left: 0;
  top: 88px;
  right: 0;
  bottom: 0;
}
.kids-o-bannerarea .bannercont h1 {
  font-size: 72px;
  line-height: 76px;
  color: #fff;
  font-family: 'futura_xblk_btextra_black';
  text-transform: uppercase;
  margin-bottom: 20px;
}
.kids-o-bannerarea .bannercont h1 span {
  font-size: 36px;
  line-height: 46px;
  font-family: 'Graphik';
  font-weight: 600;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.kids-o-bannerarea img {
  width: 100%;
}
.kidssearcheareainputarea form {
  display: flex;
  height: 42px;
  width: 520px;
  margin-left: 40px;
  border-radius: 0px;
}
.kidssearcheareainputarea form input[type="text"],
.kidssearcheareainputarea form input:active[type="text"],
.kidssearcheareainputarea form input:focus[type="text"] {
  outline: none;
  background: #fff;
  flex: 1 1 80%;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Graphik';
  border-radius: 0;
  height: 42px;
  padding: 0 15px;
  color: #868686;
}
.kidssearcheareainputarea form input[type="text"],
.kidssearcheareainputarea form input:active[type="text"],
.kidssearcheareainputarea form input:focus[type="text"] {
  outline: none;
  background: #fff;
  border: 1px solid #d5d5d5;
  flex: 1 1 80%;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Graphik';
  border-radius: 0px;
  height: 42px;
  padding: 0 16px;
  color: #868686;
}
.kidssearcheareainputarea form input::-webkit-input-placeholder {
  color: #838383 !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Graphik';
  opacity: 1;
}
.kidssearcheareainputarea form input::-moz-placeholder {
  color: #838383 !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Graphik';
  opacity: 1;
}
.kidssearcheareainputarea form input::-ms-input-placeholder {
  color: #838383 !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Graphik';
  opacity: 1;
}
.kidssearcheareainputarea form button.btn[type="submit"] {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
  background: #d47db9 url(../images/kidssearchicon.png) no-repeat 18px 50%;
  box-sizing: border-box;
  color: #fff;
  border: 0;
  margin-top: 0px;
  font-family: 'Graphik';
  width: 145px;
  height: 42px;
  text-align: center;
  position: relative;
  padding: 0 0 0 20px;
  border-radius: 0px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  opacity: 1;
  box-shadow: none;
  cursor: pointer;
}
.kidsbannerBtn {
  cursor: pointer;
  border: 2px solid #fff;
  padding: 0px;
  width: 190px;
  text-align: center;
  height: 50px;
  line-height: 48px;
  color: #fff !important;
  font-family: 'Graphik';
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-size: 14px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.kidsbannerBtn:hover {
  color: #d47db9 !important;
  border: 2px solid #d47db9;
}
.kidshowitarea {
  padding: 60px 0 90px;
  background: #fff;
}
.kidshowitarea::before {
  display: block;
  content: '';
  clear: both;
}
.kidshowitarea::after {
  display: block;
  content: '';
  clear: both;
}
.kidshowitarea h2 {
  text-align: center;
  color: #393b3f;
  font-size: 36px;
  line-height: 36px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.kidshowitarea h2 span {
  margin: 0 0 12px;
  color: #00b0f2;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
}
.kidshowitarea h3 {
  text-align: center;
  color: #313337;
  font-size: 26px;
  line-height: 26px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.kidshowitarea p {
  color: #272e3e;
  font-size: 16px;
  font-family: 'Graphik';
  text-align: center;
  padding: 0 130px;
}
.boxno1 {
  background: url(../images/boxno1.png) no-repeat 0 0;
  width: 108px;
  height: 167px;
  margin: 38px auto 10px;
  color: #fff;
  font-size: 36px;
  font-family: 'Graphik';
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 0 0;
}
.boxno2 {
  background: url(../images/boxno2.png) no-repeat 0 0;
  width: 108px;
  height: 217px;
  margin: 8px auto 26px;
  color: #fff;
  font-size: 36px;
  font-family: 'Graphik';
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  padding: 90px 0 0;
}
.kidsaboutarea {
  display: flex;
  align-items: center;
}
.kidsaboutimgarea {
  width: 50%;
  padding: 15px 20px;
}
.kidsaboutcontarea {
  width: 50%;
  padding: 15px 20px;
  text-align: left;
}
.shadowbox {
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 8px #e0e0e0;
  margin-bottom: 14px;
  padding: 16px 30px;
  box-sizing: border-box;
  border-radius: 3px;
}
.shadowbox .shadowboxicon {
  width: 90px;
}
.shadowbox .shadowboxcontent {
  width: 86%;
  text-align: left;
}
.shadowbox .shadowboxcontent h4 {
  text-align: left;
  color: #313337;
  font-size: 18px;
  line-height: 20px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 0;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.shadowbox .shadowboxcontent p {
  color: #646464;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Graphik';
  text-align: left;
  padding: 0;
}
.bonusarea {
  text-align: center;
}
.bonusarea .bonuweeklysarea {
  max-width: 750px;
  margin: 0 auto;
}
.bonusarea .bonustitle {
  display: inline-block;
  text-align: center;
  color: #d47db9;
  font-size: 90px;
  line-height: 90px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 65px 44px 0;
  margin: 60px 0 15px;
  text-transform: uppercase;
  background: url(../images/bonustagBg.png) no-repeat 0% 0%;
}
.bonusarea .bonustitle::before {
  content: '';
  display: block;
  background: url(../images/bonustag.png) no-repeat 0% 0%;
  width: 97px;
  height: 87px;
  position: absolute;
  left: 3px;
  top: 8px;
}
.o-membershiparea {
  background: #002d5a url(../images/membershipBg.png) no-repeat 50% 100%;
  padding: 90px 0 200px;
}
.o-membershiparea h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.o-membershiparea h2 span {
  margin: 0 0 12px;
  color: #00b0f2;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
}
.o-membershiparea p {
  color: #fff;
  text-align: center;
  padding: 0 130px;
  margin-bottom: 30px;
}
.o-membershiparea ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.o-membershiparea ul li {
  margin: 0 30px 0 0;
  padding: 0;
}
@media (max-width: 991px) {
  .o-membershiparea ul li {
    margin: 0 0px 0 0;
  }
}
.o-membershiparea ul li:last-child {
  margin-right: 0;
}
.o-membershiparea ul li.membershipboxarea {
  background: #fff;
  text-align: center;
  width: 382px;
  padding: 50px;
  position: relative;
}
.o-membershiparea ul li.membershipboxarea h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'futura_xblk_btextra_black';
  color: #313337;
  line-height: 26px;
  font-weight: bold;
  margin: 0 0 15px;
}
.o-membershiparea ul li.membershipboxarea p {
  font-size: 16px;
  font-family: 'Graphik';
  color: #646464;
  line-height: 20px;
  padding: 0;
  margin-bottom: 15px;
}
.o-membershiparea ul li.membershipboxarea .findbox1st {
  height: 190px;
  position: relative;
}
.o-membershiparea ul li.membershipboxarea a.buynowBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.o-membershiparea ul.slick-dots {
  margin: 0px;
  text-align: center;
  position: absolute;
  left: 0;
}
.o-membershiparea ul.slick-dots li {
  margin: 0 5px;
  width: 18px;
  height: 18px;
}
.o-membershiparea ul.slick-dots li button {
  width: 18px;
  height: 18px;
  margin: 0 5px;
}
.o-membershiparea ul.slick-dots li button:before {
  left: 5px;
  background: #fff;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  opacity: 1;
}
.o-membershiparea .slick-dots li.slick-active button:before {
  background: #002d5a;
  border: 2px solid #fff;
}
.buynowBtn {
  cursor: pointer;
  border: 0px solid #fff;
  background: #00b0f2;
  padding: 0px;
  width: 168px;
  text-align: center;
  height: 48px;
  line-height: 46px;
  color: #fff !important;
  font-family: 'Graphik';
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-size: 14px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.buynowBtn:hover {
  color: #fff !important;
  border: 0px solid #d47db9;
  background: #d47db9;
}
.kidslatestblogarea {
  padding: 60px 0 0px;
  background: #fff;
}
.kidslatestblogarea::before {
  display: block;
  content: '';
  clear: both;
}
.kidslatestblogarea::after {
  display: block;
  content: '';
  clear: both;
}
.kidslatestblogarea h2 {
  text-align: center;
  color: #393b3f;
  font-size: 36px;
  line-height: 36px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.kidslatestblogarea h2 span {
  margin: 0 0 12px;
  color: #00b0f2;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
}
.kidslatestblogarea h3 {
  text-align: center;
  color: #313337;
  font-size: 26px;
  line-height: 26px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.kidslatestblogarea p {
  color: #272e3e;
  font-size: 16px;
  font-family: 'Graphik';
  text-align: center;
  padding: 0 130px;
}
.kidsblogwrapper {
  display: flex;
  margin-top: 32px;
}
.kidsblogwrapper .kidsblogleftarea {
  width: 50%;
  position: relative;
}
.kidsblogwrapper .kidsblogleftarea img {
  width: 100%;
}
.kidsblogwrapper .kidsblogleftarea .kidsblogleftcontarea {
  position: absolute;
  bottom: 24px;
  left: 40px;
}
.kidsblogwrapper .kidsblogleftarea .kidsblogleftcontarea ul {
  margin: 0;
  padding: 0 0 5px;
}
.kidsblogwrapper .kidsblogleftarea .kidsblogleftcontarea ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  text-align: left;
  color: #fff;
  font-family: 'Graphik';
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  padding-right: 12px;
  margin-right: 12px;
}
.kidsblogwrapper .kidsblogleftarea .kidsblogleftcontarea ul li:last-child {
  border-right: 0px solid #fff;
}
.kidsblogwrapper .kidsblogleftarea .kidsblogleftcontarea h3 {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
  max-width: 70%;
}
.kidsblogwrapper .kidsblogleftarea .kidsblogleftcontarea h3 a {
  color: #fff;
  text-decoration: none;
}
.kidsblogwrapper .kidsblogrightarea {
  width: 50%;
  padding-left: 12px;
}
.kidsblogwrapper .kidsblogrightarea ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}
.kidsblogwrapper .kidsblogrightarea ul li {
  width: 48%;
  float: left;
  margin-right: 12px;
  box-shadow: 0px 5px 8px #e0e0e0;
  height: 420px;
}
.kidsblogwrapper .kidsblogrightarea ul li .imgarea {
  overflow: hidden;
  height: 222px;
}
.kidsblogwrapper .kidsblogrightarea ul li .imgarea img {
  width: 100%;
}
.kidsblogwrapper .kidsblogrightarea ul li .contentarea {
  padding: 38px 28px;
}
.kidsblogwrapper .kidsblogrightarea ul li .contentarea span {
  font-size: 12px;
  color: #737373;
  display: block;
  margin-bottom: 15px;
}
.kidsblogwrapper .kidsblogrightarea ul li .contentarea h3 {
  color: #494949;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  font-family: 'futura_xblk_btextra_black';
  text-transform: uppercase;
}
.kidsblogwrapper .kidsblogrightarea ul li .contentarea h3 a {
  color: #494949;
  text-decoration: none;
}
.kidsblogwrapper .kidsblogrightarea ul li .contentarea h3 a:hover {
  color: #00b0f2;
}
.kidsblogwrapper .kidsblogrightarea ul li:last-child {
  margin-right: 0px;
}
/*a, .alink {
    color: #d47db9 !important;
}*/
a:hover,
.alink:hover {
  color: #d47db9 !important;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #d47db9 !important;
}
.blog-search button {
  background: #d47db9 !important;
  border: 1px solid #d47db9 !important;
}
.modal-slide .action-close {
  margin: 15px;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
}
.post-list-item a {
  color: #d47db9 !important;
}
.is-blog .page-main a {
  color: #d47db9 !important;
}
a.action.multicheckout {
  color: #d57db9;
}
form#login-form a {
  color: #d30f96;
}
.cvv a {
  color: #d30f96;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
  width: 70px !important;
}
.kidssignuparea {
  padding: 60px 0 0px;
  margin-bottom: 60px;
  background: #fff;
}
.kidssignuparea .container {
  padding-bottom: 60px;
  border-bottom: 1px dashed #d47db9;
}
.kidssignuparea::before {
  display: block;
  content: '';
  clear: both;
}
.kidssignuparea::after {
  display: block;
  content: '';
  clear: both;
}
.kidssignuparea h2 {
  text-align: center;
  color: #393b3f;
  font-size: 36px;
  line-height: 36px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 0;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.kidssignuparea h2 span {
  margin: 0 0 12px;
  color: #00b0f2;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
}
.kidssignuparea h3 {
  text-align: center;
  color: #313337;
  font-size: 26px;
  line-height: 26px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.kidssignuparea p {
  color: #272e3e;
  font-size: 16px;
  font-family: 'Graphik';
  text-align: center;
  padding: 0 130px;
}
.socialBtnarea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.socialBtnarea img {
  margin: 0 4px;
  max-width: 100%;
}
.textorsection {
  color: #acacac;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Graphik';
  text-align: center;
  position: relative;
  margin: 0 auto 30px;
  width: 44px;
}
.textorsection::before {
  content: '';
  display: block;
  position: absolute;
  left: -286px;
  top: 0;
  background: url(../images/orimg.png) no-repeat 0 0;
  width: 286px;
  height: 25px;
}
.textorsection::after {
  content: '';
  display: block;
  position: absolute;
  right: -286px;
  top: 0;
  background: url(../images/orimg.png) no-repeat 0 0;
  width: 286px;
  height: 25px;
  transform: rotate(180deg);
}
.c-homesignarea {
  text-align: center;
  max-width: 924px;
  margin: auto;
}
.c-homesignarea input {
  border: 1px solid #bababa;
  height: 50px;
}
.c-homesignarea label {
  margin-bottom: 10px;
  display: block;
  color: #434343;
  font-family: 'Graphik';
  font-weight: 400;
  font-size: 16px;
}
.c-homesignarea ul {
  margin: 0;
  padding: 0;
}
.c-homesignarea ul li {
  margin-bottom: 20px;
  margin-right: 2%;
  display: inline-block;
  width: 48%;
  text-align: left;
}
.c-homesignarea ul li:nth-child(2n + 2) {
  margin-right: 0px;
}
.c-homesignarea button {
  margin-left: 7px !important;
}
@media (max-width: 767px) {
  .c-homesignarea button {
    margin-left: 0px !important;
  }
}
button.getstartedBtn {
  border-radius: 0;
  cursor: pointer;
  border: 0px solid #d47db9;
  background: #d47db9;
  padding: 0px;
  margin-top: 10px;
  width: 226px;
  text-align: center;
  height: 50px;
  line-height: 54px;
  color: #fff !important;
  font-family: 'Graphik';
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-size: 15px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
button.getstartedBtn:hover {
  color: #fff !important;
  border: 0px solid #00b0f2;
  background: #00b0f2;
}
.customer-account-create .form.create.account {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.customer-account-create fieldset.fieldset {
  width: 540px;
}
body.wp-sl div.sociallogin-wrapper {
  width: 100%;
  float: none;
  text-align: center;
  display: flex;
  justify-content: center;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block {
  width: auto;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box a.sociallogin-button {
  padding: 10px;
  box-sizing: border-box;
}
body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
  max-width: 100%;
}
body.wp-sl.customer-account-login div.sociallogin-wrapper div.sociallogin-block {
  width: 95%;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper {
  margin: 0 auto 25px;
  max-width: 100% !important;
  float: none !important;
}
body.wp-sl.customer-account-create div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding {
  max-width: 100%;
  display: block;
}
body.wp-sl.customer-account-create div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
  max-width: 100% !important;
  display: flex;
  justify-content: space-between;
}
body.wp-sl.customer-account-create div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box {
  margin: 0 10px 7px;
  cursor: pointer;
  width: 240px;
}
.cms-home .message.error {
  margin: 0 0 10px;
  padding: 12px 20px 12px 25px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
  z-index: 9;
  top: 134px;
}
.minicart-items-wrapper {
  border: 1px solid #cccccc;
  margin: 0 0 0 0px;
  border-left: 0;
  border-right: 0;
  overflow-y: auto;
  padding: 15px;
  overflow-x: hidden;
}
a.product-item-photo {
  padding: 0 !important;
}
span.product-image-container img {
  height: 70px !important;
}
.block.block-customer-login {
  margin-bottom: 10px;
}
.login-container {
  margin-bottom: 50px;
}
body:not(.theme-pearl).wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container,
body:not(.theme-pearl).wp-sl.customer-account-login div.page-wrapper .columns .main .login-container {
  width: 100%;
  padding: 10px;
}
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #000000 !important;
  font-weight: 400;
}
button.action.apply {
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #fff !important;
}
/* 
font-family: 'Graphik';
font-family: 'futura_xblk_btextra_black';
 */
@media (min-width: 1900px) {
  .kids-o-bannerarea .bannercont {
    max-width: 620px;
    padding-right: 435px;
    top: 120px;
  }
  .kids-o-bannerarea .bannercont h1 {
    font-size: 112px;
    line-height: 112px;
    margin-bottom: 30px;
  }
  .kids-o-bannerarea .bannercont h1 span {
    font-size: 47px;
    line-height: 90px;
  }
  .kidsbannerBtn {
    width: 286px;
    height: 64px;
    line-height: 62px;
    font-size: 18px;
  }
}
.ger-start-big {
  background: #001325;
  padding: 20px 10px;
  text-align: center;
  position: relative;
}
.ger-start-big::before {
  background: #001325;
  content: '';
  display: block;
  position: absolute;
  left: -100%;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
}
.ger-start-big::after {
  background: #001325;
  content: '';
  display: block;
  position: absolute;
  right: -100%;
  width: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
}
.ger-start-big a {
  transition: background 1s;
}
.ger-start-big a:hover {
  border: 2px solid #0083bf;
  color: #fff !important;
  background: #d47db9;
}
.yereone-testimonials-block-title {
  padding: 60px 0 0px;
  background: #fff;
}
.yereone-testimonials-block-title::before {
  display: block;
  content: '';
  clear: both;
}
.yereone-testimonials-block-title::after {
  display: block;
  content: '';
  clear: both;
}
.yereone-testimonials-block-title h2 {
  text-align: center;
  color: #393b3f;
  font-size: 36px;
  line-height: 36px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.yereone-testimonials-block-title h2 span {
  margin: 0 0 12px;
  color: #00b0f2;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
}
.yereone-testimonials-block-title h2 span:after {
  display: none !important;
}
.yereone-testimonials-block-title h3 {
  text-align: center;
  color: #313337;
  font-size: 26px;
  line-height: 26px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 0;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.yereone-testimonials-block-title p {
  color: #272e3e;
  font-size: 16px;
  font-family: 'Graphik';
  text-align: center;
  padding: 0 130px;
}
.yereone-testimonials {
  max-width: 1140px;
  margin: 0 auto;
}
.yereone-testimonials .yereone-testimonial-item {
  box-shadow: 0px 5px 8px #e0e0e0;
  width: 340px;
  height: 500px;
  margin: 20px;
}
@media (max-width: 1040px) {
  .yereone-testimonials .yereone-testimonial-item {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .yereone-testimonials .yereone-testimonial-item {
    height: 420px;
  }
}
.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-image {
  overflow: hidden;
  height: 300px;
}
@media (max-width: 1040px) {
  .yereone-testimonials .yereone-testimonial-item .yereone-testimonial-image {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .yereone-testimonials .yereone-testimonial-item .yereone-testimonial-image {
    height: 180px;
  }
}
.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-image img {
  width: 100%;
}
.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-content {
  padding: 20px 30px;
  font-size: 16px;
  font-family: 'Graphik';
  color: #646464;
  line-height: 20px;
  height: 100px;
  overflow-y: auto;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .yereone-testimonials .yereone-testimonial-item .yereone-testimonial-content {
    height: auto;
    padding: 20px 15px;
  }
}
.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-author {
  color: #d47db9;
  font-size: 12px;
  padding: 0px 0px;
  font-family: 'Graphik';
  text-transform: uppercase;
  margin-bottom: 0;
}
.div-block-25 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .div-block-25 {
    flex-wrap: wrap;
  }
}
.div-block-25 a {
  cursor: pointer;
  border: 0px solid #fff;
  background: #d47db9;
  padding: 0px;
  width: 168px;
  text-align: center;
  height: 48px;
  line-height: 46px;
  margin-left: 40px;
  color: #fff !important;
  font-family: 'Graphik';
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-size: 14px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  outline: 1px solid #d47db9;
  outline-offset: 3px;
}
@media (max-width: 767px) {
  .div-block-25 a {
    margin-left: 0px;
    margin-top: 20px;
    width: 240px;
  }
}
.div-block-25 a:hover {
  color: #fff !important;
  border: 0px solid #d47db9;
  background: #d47db9;
}
.rating-summary .rating-result:before {
  color: #ebbedd !important;
}
.rating-summary .rating-result > span:before {
  color: #d47db9 !important;
}
.modal-slide.see-detail-modal .page-main-actions {
  display: none;
}
.modal-slide.modal-slide.see-detail-modal {
  left: 0;
  z-index: 900;
  max-width: 550px;
  right: 0;
  margin: auto;
}
aside.modal-slide.see-detail-modal .modal-inner-wrap {
  height: auto;
  margin-top: 6%;
}
aside.modal-slide.see-detail-modal .c-homesignarea ul li {
  width: 100%;
}
aside.modal-slide.see-detail-modal .c-homesignarea input {
  border: 1px solid #bababa;
  height: 40px;
}
aside.modal-slide.see-detail-modal .c-homesignarea button {
  margin-left: 0px !important;
}
.success-message {
  padding: 10px;
  text-align: center;
  margin-top: 10px;
  color: green;
  font-size: 13px;
}
aside.modal-slide.see-detail-modal .modal-inner-wrap p {
  background: #f7f7f7;
  padding: 10px;
}
main#maincontent {
  margin-top: 54px;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding {
  max-width: 100%;
  display: flex;
}
body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box {
  margin: 0 20px 7px;
  cursor: pointer;
}
body.wp-sl.customer-account-login div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding {
  display: flex;
  flex-wrap: wrap;
}
body.wp-sl.wp-sl.customer-account-login div.sociallogin-wrapper div.sociallogin-block div.sociallogin-padding div.sociallogin-box {
  margin: 0 0px 20px;
  cursor: pointer;
  width: 100%;
}
.website-switch-bar {
  height: 53px;
  margin: 0;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
}
@media (max-width: 767px) {
  .website-switch-bar {
    display: none;
  }
}
.website-switch-bar a {
  position: relative;
  display: block;
}
.website-switch-bar img {
  max-height: 45px;
  margin: 0 20px;
}
@media (max-width: 1040px) {
  .website-switch-bar img {
    max-height: 26px;
    margin: 0 10px;
  }
}
.switcher-option:not(:last-child) a {
  border-right: 1px solid #d5d5d5;
  display: block;
  position: relative;
}
.switcher-option a:after {
  height: 2px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #d47db9;
  width: 0;
  bottom: -2px;
  left: 0;
}
.switcher-option a:hover:after {
  width: 100%;
}
.quiz-index-index .page-title-wrapper {
  display: none;
}
.account main#maincontent {
  margin-top: 165px;
}
.checkout-index-index main#maincontent {
  margin-top: 0px;
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper div.sociallogin-padding {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
body.wp-sl.multishipping-checkout-login div.sociallogin-block div.sociallogin-padding div.sociallogin-box {
  margin: 0 0px 15px!important;
  cursor: pointer;
  width: 100%;
}
body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container {
  padding: 10px 15px!important;
}
.popup-authentication div.sociallogin-block div.sociallogin-padding {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.popup-authentication div.sociallogin-block div.sociallogin-padding div.sociallogin-box {
  margin: 0 0px 15px !important;
  cursor: pointer;
  width: 100%;
}
.popup-authentication div.sociallogin-wrapper div.sociallogin-block {
  width: 100%;
  padding: 0;
}
.popup-authentication .block-authentication .block[class] ul {
  list-style: none;
  padding-left: 0;
}
.popup-authentication .block-customer-login {
  padding-top: 10px !important;
}
button.action.action-login.secondary {
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  background: #d47db9;
  border-radius: 0;
  border: 0;
  outline: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.block-authentication .actions-toolbar > .primary .action {
  margin-right: 0;
  border-radius: 0;
}
.kidslatestblogarea ul.tab-container {
  border-bottom: 1px solid #d4d4d4;
  background: #fff;
  padding: 0;
  margin: 50px 0 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kidslatestblogarea ul.tab-container li::marker {
  display: none;
}
.kidslatestblogarea ul.tab-container li {
  cursor: pointer;
  font-family: 'futura_xblk_btextra_black';
  height: 60px;
  line-height: 60px;
  margin: 0 4px;
  padding: 0 0px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  background: #0083bf;
}
.kidslatestblogarea ul.tab-container li a {
  display: block;
  height: 60px;
  padding: 0 60px;
  line-height: 60px;
  color: #fff !important;
  background: #0083bf;
  text-decoration: none;
}
.kidslatestblogarea ul.tab-container li a.active {
  border-top: 3px solid #0083bf;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  background: #fff;
  color: #d47db9 !important;
  height: 65px;
  line-height: 68px;
  margin-top: -7px;
  margin-bottom: -2px;
}
.cms-index-index main#maincontent {
  margin-top: 70px;
}
.page-print.account main#maincontent {
  margin-top: 0px;
}
main#maincontent {
  margin-top: 203px;
}
.opc-progress-bar-item._active:before {
  background: #a8278c !important;
  border-color: #a9268e !important;
}
.opc-progress-bar-item._active > span:before {
  background: #aa2189 !important;
  border-color: #a9258a !important;
}
.opc-progress-bar-item._active > span:after {
  border-color: #a8268a !important;
  content: '\e610';
  font-family: 'luma-icons';
}
.checkout-index-index header.page-header,
.multishipping-checkout-addresses header.page-header {
  height: auto;
}
.checkout-index-index .header.content,
.multishipping-checkout-addresses .header.content {
  padding: 10px 16px;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #000000 !important;
}
button.action.action-apply {
  background: #d47db9 !important;
  color: #fff !important;
  border: 1px solid #d47db9 !important;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #aa2189 !important;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #a8278c !important;
}
.minicart-items .product-item-name a {
  color: #d57db9 !important;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  color: #fff !important;
  line-height: 33px;
}
.form-address-edit > .fieldset {
  width: 48%;
}
a.action.view,
a.action.print,
.block-title a.action.edit,
.password-info a,
.box-actions a {
  color: #d47db9 !important;
}
.checkout-index-index input[type='radio'] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 0 2px #d47db9;
}
.checkout-index-index input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: -4px;
  border-radius: 50%;
}
/*.checkout-index-index input[type='radio']:checked { margin: 2px;}*/
.checkout-index-index input[type='radio']:checked:before {
  margin: 2px;
  width: 3px;
  height: 3px;
  background: #fff;
  border: 4px solid #d47db9;
}
/*.checkout-index-index input[type='radio']:focus:before {
    margin: 1px !important;
}*/
#co-shipping-method-form .item-options .field.item {
  margin-left: 0;
}
form#co-shipping-method-form fieldset.fieldset dd.item-options input[type='radio'] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 0 2px #d47db9;
  margin-right: 10px !important;
}
form#co-shipping-method-form fieldset.fieldset dd.item-options input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: -4px;
  border-radius: 50%;
}
form#co-shipping-method-form fieldset.fieldset dd.item-options input[type='radio']:checked {
  margin: 2px;
}
form#co-shipping-method-form fieldset.fieldset dd.item-options input[type='radio']:checked:before {
  margin: 2px;
  width: 3px;
  height: 3px;
  background: #fff;
  border: 4px solid #d47db9;
}
form#co-shipping-method-form fieldset.fieldset dd.item-options input[type='radio']:focus:before {
  margin: 1px !important;
}
.checkout-index-index input[type='checkbox'] {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 2px #d47db9;
  position: relative;
}
.checkout-index-index input[type='checkbox']:before {
  content: '';
  display: block;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 2px #d47db9;
}
.checkout-index-index input[type='checkbox']:checked:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  box-shadow: 0 0 0 2px #d47db9;
}
.checkout-index-index input[type='checkbox']:after {
  content: '';
  display: block;
  width: 3px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  /*border-bottom: 2px solid #d47db9;
	border-right: 2px solid #d47db9;*/
  position: absolute;
  top: 5px;
  left: 9px;
}
.checkout-index-index input[type='checkbox']:checked:after {
  content: '';
  display: block;
  width: 3px;
  height: 8px;
  margin: -4px;
  transform: rotate(45deg);
  border-bottom: 2px solid #d47db9;
  border-right: 2px solid #d47db9;
}
.choice.newsletter input[type='checkbox'] {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 2px #d47db9;
  position: relative;
}
.choice.newsletter input[type='checkbox']:before {
  content: '';
  display: block;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 2px #d47db9;
}
.choice.newsletter input[type='checkbox']:checked:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  box-shadow: 0 0 0 2px #d47db9;
}
.choice.newsletter input[type='checkbox']:after {
  content: '';
  display: block;
  width: 4px;
  height: 9px;
  margin: -3px;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 7px;
}
.choice.newsletter input[type='checkbox']:checked:after {
  content: '';
  display: block;
  width: 4px;
  height: 9px;
  margin: -3px;
  transform: rotate(45deg);
  border-bottom: 2px solid #d47db9;
  border-right: 2px solid #d47db9;
}
.field.choice input[type='checkbox'] {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 2px #d47db9;
  position: relative;
}
.field.choice input[type='checkbox']:before {
  content: '';
  display: block;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 2px #d47db9;
}
.field.choice input[type='checkbox']:checked:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  box-shadow: 0 0 0 2px #d47db9;
}
.field.choice input[type='checkbox']:after {
  content: '';
  display: block;
  width: 4px;
  height: 9px;
  margin: -3px;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 7px;
}
.field.choice input[type='checkbox']:checked:after {
  content: '';
  display: block;
  width: 4px;
  height: 9px;
  margin: -3px;
  transform: rotate(45deg);
  border-bottom: 2px solid #d47db9;
  border-right: 2px solid #d47db9;
}
.seller_custom input[type='checkbox'] {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 2px #d47db9;
  position: relative;
}
.seller_custom input[type='checkbox']:before {
  content: '';
  display: block;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  outline: none;
  box-shadow: 0 0 0 2px #d47db9;
}
.seller_custom input[type='checkbox']:checked:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 0%;
  box-shadow: 0 0 0 2px #d47db9;
}
.seller_custom input[type='checkbox']:after {
  content: '';
  display: block;
  width: 4px;
  height: 9px;
  margin: -3px;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 7px;
}
.seller_custom input[type='checkbox']:checked:after {
  content: '';
  display: block;
  width: 4px;
  height: 9px;
  margin: -3px;
  transform: rotate(45deg);
  border-bottom: 2px solid #d47db9;
  border-right: 2px solid #d47db9;
}
.opc-progress-bar-item._complete > span {
  color: #e10cb3;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: #d47db9;
  color: #000000;
  font-weight: 600;
}
.cart.table-wrapper .action.towishlist {
  float: right;
  padding-right: 80px;
}
.minicart-items-wrapper span.product-image-container {
  width: 70px !important;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 20px;
  background: #d47db9;
  color: #fff;
  border: 0;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
}
.opc-wrapper .action-show-popup:active {
  height: 45px;
  border: 0;
}
.multishipping-checkout-addresses main#maincontent {
  margin-top: 0px;
}
a.action.details {
  color: #d47db9 !important;
}
.secondary a.action.back {
  color: #d47db9 !important;
}
.checkout-billing-address button.action.action-cancel {
  color: #d47db9 !important;
}
button.action.action-select-shipping-item {
  background: #bf2b9f !important;
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  color: #fff !important;
  margin-left: 00px;
  border: 0;
  float: left;
}
button.action.action-update,
button.action.tocart,
button.action.share,
button.action.update,
button.action.add {
  background: #bf2b9f !important;
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  color: #fff !important;
  margin-left: 20px;
  border: 0;
}
.catalog-product-view main#maincontent {
  padding: 0;
  margin-top: 80px;
}
.disc a {
  color: #d47db9;
}
.cart-empty a {
  color: #d47db9;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 100%;
}
fieldset.box-address-billing.payment-method-title.fieldset {
  padding: 20px 30px;
}
/*._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
	box-shadow: 0 0 3px 1px #d47db9;
	border: 1px solid #d47db9;
}*/
form#shipping-zip-form .fieldset {
  padding: 0;
}
.fieldset {
  background: #f1eeeb !important;
  box-sizing: border-box;
}
.box-tocart fieldset.fieldset {
  background: transparent !important;
  padding: 0;
}
.block-collapsible-nav .content {
  background: #f1eeeb !important;
}
.cart-summary {
  background: #f1eeeb !important;
}
.opc-block-summary {
  background: #f1eeeb !important;
}
.product-options-wrapper .fieldset {
  background: transparent !important;
}
.login .control {
  width: 100% !important;
}
div#__lpform_author,
img#__lpform_MJ0M631_icon,
div#__lpform_MJ0M631,
div#__lpform_email_address,
button.action.edit-address-link,
div#__lpform_password-confirmation,
div#__lpform_password,
div#__lpform_firstname,
div#__lpform_email,
div#__lpform_pass,
div#__lpform_name {
  display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background: transparent !important;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  min-width: 600px;
  margin: auto;
}
.contact-index-index .page-title-wrapper {
  text-align: center;
}
.cms-page-view main#maincontent {
  max-width: 1180px;
}
.page-main {
  max-width: 1180px;
}
.page-wrapper > .breadcrumbs {
  box-sizing: border-box;
  width: 100%;
  display: none;
}
.wishlist span.product-image-container img {
  height: 100% !important;
  width: 100% !important;
  display: block !important;
}
.product-image-wrapper {
  display: block;
  height: 160px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-bottom: 0 !important;
}
.c-homesignarea .actions-toolbar {
  margin-top: 20px;
}
.c-homesignarea ul li {
  position: relative;
}
.c-homesignarea ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.cart-summary .checkout-methods-items .item button span {
  font-size: 16px;
}
form#co-shipping-method-form fieldset.fieldset {
  padding: 0;
}
.zoomContainer {
  z-index: 9 !important;
}
.is-blog main#maincontent {
  padding-top: 50px;
}
@media (max-width: 1200px) {
  img.homebannerlap {
    width: 1050px;
  }
  .videocontarea {
    width: 796px;
    height: 500px;
    top: 44px;
  }
}
@media (max-width: 1040px) {
  .container {
    margin: 0 3%;
    width: auto;
    max-width: 100%;
  }
  .findboxwrapper ul li {
    margin: 0 20px 0 0;
  }
  .subcribeheadingarea h3 {
    font-size: 40px;
  }
  .o-bannerarea {
    height: 920px;
  }
  .o-bannerarea .videocontarea {
    width: 774px;
    height: 484px;
    top: 48px;
  }
  .kidsheaderwrapper {
    padding: 0 2%;
  }
  .kidsblogwrapper .kidsblogrightarea ul li {
    height: 352px;
  }
  .kidsblogwrapper .kidsblogrightarea ul li .imgarea {
    height: 182px;
  }
  .kidsblogwrapper .kidsblogrightarea ul li .contentarea {
    padding: 10px 15px;
  }
  .kidsblogwrapper .kidsblogrightarea ul li .contentarea h3 {
    font-size: 16px;
  }
  .socialBtnarea a {
    margin: 0 10px;
  }
  .kids-o-bannerarea .bannercont h1 {
    font-size: 48px;
  }
  .kids-o-bannerarea .bannercont h1 span {
    font-size: 30px;
  }
  .form.password.forget {
    min-width: 500px;
  }
  .customer-account-create fieldset.fieldset {
    width: 420px;
  }
  .customer-account-create .actions-toolbar {
    text-align: left;
    clear: both;
    width: 100%;
  }
  .kidssearcheareainputarea {
    width: 43%;
    margin: 24px 0;
  }
  .kidssearcheareainputarea form {
    height: 42px;
    width: 100%;
    margin-left: 20px;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f1eeeb !important;
  }
}
@media (max-width: 991px) {
  /* body {overflow-x: hidden;} */
  .page-wrapper {
    overflow-x: hidden;
  }
  .container {
    margin: 0 4%;
  }
  .searcharea {
    width: 100%;
    max-width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
  }
  .o-bannerarea {
    height: 730px;
    border-bottom: 130px solid #edefef;
  }
  img.homebannerlap {
    width: 760px;
  }
  .o-bannerarea .videocontarea {
    width: 575px;
    height: 362px;
    top: 35px;
  }
  .findboxwrapper ul li.findboxarea {
    padding: 10px;
  }
  .o-findfastarea {
    padding: 40px 0 50px;
  }
  .o-findfastarea h2 {
    font-size: 46px;
  }
  .o-latestblogare h3 {
    font-size: 26px;
    margin: 0 0 30px;
  }
  .o-latestblogare .leftlatestarea {
    width: 50%;
  }
  .o-latestblogare .rightlatestarea {
    width: 50%;
    padding-left: 30px;
  }
  .o-latestblogare {
    padding: 40px 0;
  }
  .featureimglist {
    display: block !important;
  }
  .featureimglist .featureimg-area {
    width: 100%;
  }
  .featureimglist .featurecont-area {
    width: 100%;
    padding: 0;
  }
  .featureimglist .featurecont-area h4 {
    font-size: 22px;
    margin: 10px 0 15px;
    padding: 0 0 15px;
  }
  .latestblog {
    padding-right: 20px;
  }
  .latestblog ul li img {
    margin-right: 20px;
    width: 100px;
    height: 95px;
  }
  .latestblog ul li .latestcont h4 {
    font-size: 14px;
  }
  .featurewrapper {
    margin-bottom: 60px;
  }
  .slick-dots {
    bottom: -30px;
  }
  .moreBtn {
    line-height: 26px;
    height: 26px;
    font-size: 12px;
    padding: 0 40px 0 10px;
  }
  .latestblog ul li .latestcont p {
    margin: 0 0 15px;
  }
  .subcribeheadingarea h3 {
    font-size: 30px;
  }
  .signuparea {
    padding: 30px 0;
  }
  .subcribeinputarea {
    height: 65px;
  }
  .subcribeinputarea input[type="email"],
  .subcribeinputarea input:active[type="email"],
  .subcribeinputarea input:focus[type="email"] {
    height: 65px;
  }
  .subcribeinputarea button.btn[type="submit"] {
    height: 65px;
  }
  footer {
    padding: 40px 0 30px;
  }
  footer .c-footerarea {
    display: flex;
    align-items: center;
  }
  footer .c-footerarea .footleftarea p {
    margin-bottom: 0;
  }
  .kidssearcheareainputarea form button.btn[type="submit"] {
    text-align: right;
    padding-right: 14px;
  }
  .kidstopmenu li {
    padding: 0;
    margin: 0 0 0 20px;
  }
  .kidsheaderwrapper {
    padding: 0 3%;
  }
  .kids-o-bannerarea .bannercont {
    top: 40px;
  }
  .kidsaboutcontarea {
    width: 60%;
  }
  .kidsaboutimgarea {
    width: 40%;
  }
  .kidsblogwrapper {
    flex-wrap: wrap;
  }
  .kidsblogwrapper .kidsblogleftarea {
    width: 100%;
  }
  .kidsblogwrapper .kidsblogrightarea {
    width: 100%;
    padding-left: 0;
  }
  .kidsblogwrapper .kidsblogrightarea ul li:last-child {
    margin-right: 0px;
    float: right;
  }
  .kidsblogwrapper .kidsblogrightarea ul li {
    height: 320px;
  }
  .kidsblogwrapper .kidsblogrightarea ul li .contentarea {
    padding: 15px 20px;
  }
  .kidsfootertoparea {
    padding: 40px 0 40px;
  }
  .customer-account-create fieldset.fieldset {
    width: 290px;
  }
  .kidssearcheareainputarea {
    width: 40%;
    margin: 24px 0;
  }
  .kidssearcheareainputarea form {
    margin-left: 10px;
  }
  .kidslatestblogarea ul.tab-container li a {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .topsearchearea ul li a {
    padding: 0px 20px;
  }
  .kidstopmenu li {
    padding: 0;
    margin: 0 0 0 40px;
  }
  .kidstopmenu li:first-child {
    padding: 0;
    margin: 0 0 0 0px;
  }
  .findboxwrapper ul li.findboxarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .o-bannerarea {
    height: 600px;
  }
  img.homebannerlap {
    width: 500px;
  }
  .o-bannerarea .videocontarea {
    width: 375px;
    height: 246px;
    top: 22px;
  }
  .kidshowitarea p {
    padding: 0 0px;
  }
  .kidslatestblogarea p {
    padding: 0 0px;
  }
  .kids-o-bannerarea .bannercont h1 span {
    font-size: 12px;
    line-height: 20px;
  }
  .kids-o-bannerarea .bannercont h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .kids-o-bannerarea .bannercont {
    top: 20px;
    left: 20px;
  }
  .kidsbannerBtn {
    padding: 0px;
    width: 170px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .kidsaboutimgarea {
    width: 100%;
  }
  .kidsaboutarea {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .kidsaboutcontarea {
    width: 100%;
  }
  .shadowbox {
    margin-bottom: 30px;
    padding: 16px 10px;
  }
  .bonusarea .bonustitle {
    font-size: 50px;
    line-height: 66px;
  }
  .bonusarea .bonustitle::before {
    padding: 28px 22px 0;
    background: url(../images/bonustag.png) no-repeat 0% 0%;
    width: 24px;
    height: 24px;
    background-size: contain !important;
    top: 32px;
    left: 20px;
  }
  .bonusarea .bonustitle {
    background-size: 100px;
  }
  .o-membershiparea p {
    padding: 0 0px;
  }
  .kidsblogwrapper .kidsblogrightarea ul li {
    height: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .kidsblogwrapper .kidsblogleftarea .kidsblogleftcontarea h3 {
    font-size: 24px;
    line-height: 34px;
    max-width: 90%;
  }
  .kidsblogwrapper .kidsblogleftarea {
    width: 100%;
    margin-bottom: 5px;
  }
  .socialBtnarea {
    display: block;
    margin-bottom: 30px;
    text-align: center;
  }
  .socialBtnarea a {
    margin: 0 auto;
  }
  .kidsfootertoparea {
    padding: 40px 0 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .kidsfootertoparea .kidsfooterboxarea {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .kidsfootertoparea .kidsfooterboxarea ul li {
    margin-bottom: 12px;
    text-align: center;
    font-family: 'Graphik';
    font-size: 14px;
  }
  .kidsfootertoparea .kidsfooterbox2area {
    width: 100%;
  }
  .kidsfootertoparea .kidsfooterbox2area h4 {
    font-size: 14px;
    text-align: center;
  }
  .kidsfooterbottomarea .container {
    display: block;
    text-align: left;
  }
  .kidsfooterbottomarea .kidscopyleftarea {
    width: 100%;
    float: none;
    text-align: center;
  }
  .kidsfooterbottomarea .kidscopyrightarea {
    width: 100%;
    float: right;
    display: block;
  }
  .kidsfooterbottomarea .kidscopyrightarea {
    width: 100%;
    float: none;
    display: block;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
  }
  .kidsfooterbottomarea .kidscopyrightarea span {
    color: #6b747d;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding-right: 0px;
    text-align: center !important;
    display: block;
  }
  .kidsfooterbottomarea .kidscopyrightarea ul {
    margin: 0px;
    padding: 0;
    text-align: center;
  }
  .kidsfooterbottomarea .kidscopyrightarea ul li {
    margin-left: 4px;
    float: none;
    margin-bottom: 0;
    text-align: left;
    font-size: 0;
    width: 31px;
    height: 31px;
    display: inline-block;
    margin-right: 4px;
  }
  .kidsheaderwrapper {
    padding: 0 3% 20px;
    display: block;
    text-align: center;
  }
  .kidsheaderwrapper .logoarea {
    padding: 0 6px 0 30px;
    width: 90%;
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    margin: auto;
  }
  .kidstopmenu {
    padding: 0;
    margin: 15px 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .kidssearcheareainputarea form {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
  .kids-o-bannerarea {
    margin-top: 0px;
  }
  .kidssignuparea h2 {
    font-size: 26px;
  }
  .o-membershiparea ul li {
    margin: 0 0;
  }
  .c-homesignarea ul li {
    margin-bottom: 20px;
    margin-right: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  .c-homesignarea label {
    margin-bottom: 0;
  }
  .customer-account-create fieldset.fieldset {
    width: 100%;
  }
  main#maincontent {
    margin-top: 250px;
  }
  .account main#maincontent {
    margin-top: 250px;
  }
  .kidslatestblogarea ul.tab-container li a {
    padding: 0 15px;
  }
  /*.block-collapsible-nav .content { display: block !important; }*/
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    margin: 66px 0 0 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 100%;
    margin: auto;
  }
}
@media (max-width: 500px) {
  .topsearchearea ul li a {
    padding: 0px 8px;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
  }
  .advancetext {
    font-size: 12px;
    padding-top: 0px;
    font-weight: 400;
  }
  .searcheareainputarea input[type="email"],
  .searcheareainputarea input:active[type="email"],
  .searcheareainputarea input:focus[type="email"] {
    height: 65px;
    padding: 0 15px;
  }
  .searcheareainputarea input[type="text"],
  .searcheareainputarea input:active[type="text"],
  .searcheareainputarea input:focus[type="text"] {
    height: 65px;
    padding: 0 15px;
  }
  .searcheareainputarea button.btn[type="submit"] {
    height: 65px;
  }
  .o-bannerarea {
    height: 450px;
    padding-top: 40px;
    border-bottom: 100px solid #edefef;
  }
  .findboxwrapper ul {
    display: block;
  }
  .findboxwrapper ul li {
    display: block;
  }
  .o-latestblogare .leftlatestarea {
    width: 100%;
    float: none;
  }
  .o-latestblogare .rightlatestarea {
    border-top: 1px solid #c3c3c3;
    width: 100%;
    float: none;
    border-left: 0;
    padding-left: 0;
    margin-top: 30px;
    padding-top: 20px;
  }
  .latestblog {
    padding-right: 0;
  }
  .signuparea .subcribearea {
    display: block;
  }
  .subcribeheadingarea h3 {
    text-align: center;
    margin-bottom: 10px;
  }
  .signuparea {
    padding: 15px 0 30px;
  }
  footer .c-footerarea {
    display: block;
    align-items: center;
    text-align: center;
  }
  footer .c-footerarea .footleftarea {
    display: block;
    flex-wrap: wrap;
    flex: 1 1 100%;
    flex-direction: row;
    text-align: center;
  }
  footer .c-footerarea .footleftarea ul li a {
    padding: 0 6px;
  }
  footer .c-footerarea .footleftarea ul li {
    font-size: 11px;
  }
  footer .c-footerarea .footleftarea p {
    font-size: 11px;
  }
  footer .c-footerarea .footleftarea ul li::before {
    top: -12px;
    left: -4px;
  }
  .o-findfastarea {
    padding: 30px 0 20px;
  }
  .o-findfastarea h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .o-latestblogare {
    padding: 30px 0 40px;
  }
  .subcribeinputarea input[type="email"],
  .subcribeinputarea input:active[type="email"],
  .subcribeinputarea input:focus[type="email"] {
    padding: 0 10px;
  }
  img.homebannerlap {
    width: 400px;
  }
  .o-bannerarea .videocontarea {
    width: 300px;
    height: 198px;
    top: 18px;
  }
  .login-container {
    margin-top: 0px;
  }
  body.wp-sl.customer-account-login div.sociallogin-wrapper div.sociallogin-block {
    width: 100%;
  }
  .block-customer-login form.form.form-login .fieldset {
    padding: 15px !important;
  }
  body.wp-sl div.sociallogin-wrapper div.sociallogin-block div.sociallogin-block-title {
    text-align: left;
  }
  .password.forget {
    margin-top: 00px;
  }
  .form.password.forget {
    min-width: 100%;
  }
  .customer-account-create .form.create.account {
    margin-top: 0px;
  }
  /*.block.block-dashboard-info {
	    margin-top: 200px;
	}*/
  aside.modal-slide.see-detail-modal .modal-inner-wrap {
    height: auto;
    margin: 100px 3% 0;
  }
  .kidssearcheareainputarea {
    width: 100%;
    margin: 14px 0;
  }
  body:not(.theme-pearl).wp-sl.multishipping-checkout-login div.page-wrapper .columns .main .login-container,
  body:not(.theme-pearl).wp-sl.customer-account-login div.page-wrapper .columns .main .login-container {
    box-sizing: border-box;
    padding: 0;
  }
  body.wp-sl.customer-account-login div.page-wrapper .columns .main div.sociallogin-wrapper,
  body.wp-sl.multishipping-checkout-login div.page-wrapper .columns .main div.sociallogin-wrapper {
    width: 100% !important;
  }
  .login-container .fieldset:after {
    margin-top: 10px;
  }
  .kidslatestblogarea ul.tab-container {
    display: block;
  }
}
@media (max-width: 380px) {
  .o-bannerarea {
    height: 400px;
  }
  img.homebannerlap {
    width: 350px;
  }
  .o-bannerarea .videoarea {
    margin: 30px auto 0;
  }
  .o-bannerarea .videocontarea {
    width: 262px;
    height: 175px;
    top: 14px;
  }
}
@media (max-width: 350px) {
  .o-bannerarea {
    height: 380px;
  }
  img.homebannerlap {
    width: 300px;
  }
  .o-bannerarea .videocontarea {
    width: 227px;
    height: 148px;
    top: 12px;
  }
}
.catalog-category-view .page-main {
  max-width: 100%;
  padding: 0;
}
.catalog-category-view main#maincontent {
  padding: 0;
}
.catalog-category-view .column.main {
  width: 100% !important;
  padding: 0;
  float: none;
}
.breadcrumbs .item:not(:last-child):after {
  display: none !important;
}
.catalog-category-view .breadcrumbs {
  padding: 0 0 20px;
}
.catalog-category-view .breadcrumbs ul {
  padding: 0;
  margin: 0;
}
.catalog-category-view .breadcrumbs ul li {
  background: url(../images/breadcamplline.png) no-repeat 100% 50%;
  padding-right: 12px;
  color: #131313;
}
.catalog-category-view .breadcrumbs ul li a {
  color: #131313;
}
.catalog-category-view .breadcrumbs ul li:last-child {
  background: transparent;
}
.catalog-category-view .page-title-wrapper h1.page-title {
  text-align: center;
  color: #131313;
  font-size: 56px;
  font-family: 'Bree Serif', serif;
  position: relative;
  padding: 0;
  margin: 0 0 58px;
  line-height: 76px;
  text-transform: uppercase;
}
.catalog-category-view .page-title-wrapper h1.page-title::after {
  position: absolute;
  background: #131313;
  height: 1px;
  width: 68px;
  margin: auto;
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 0px;
}
.productlist-leftare ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.productlist-leftare dt {
  font-size: 15px;
  color: #1d1d1d;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 10px;
}
.productlist-leftare .price_custom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.productlist-leftare .price_custom ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  /* &:nth-child(1) { margin-right: 5px;} */
}
.productlist-leftare .price_custom ul li:nth-child(2) {
  padding: 0 10px;
  margin: 0;
  color: #505050;
  font-size: 17px;
}
.productlist-leftare .price_custom ul li label {
  display: none;
}
.productlist-leftare .price_custom ul li select {
  background: url(../images/pricearrow.png) no-repeat 90% 50%;
  box-shadow: 0 0 7px 0px #00000020;
}
.productlist-leftare .seller_custom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.productlist-leftare .seller_custom ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  color: #9e9e9e;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
}
.productlist-leftare .seller_custom ul li input[type="checkbox"] {
  top: 1px;
  border: 0px solid #222;
  border-radius: 0 !important;
  margin-right: 12px;
  margin-top: 0px;
}
.o-innerbannerarea {
  background-color: #edefef;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  height: 340px;
  padding-top: 90px;
  background-size: cover;
  /* background-size: contain; */
  box-sizing: border-box;
  position: relative;
}
.o-innerbannerarea .searcharea {
  display: none;
}
.o-innerpagearea {
  padding: 70px 0 0;
  background: #fff;
}
.o-innerpagearea::before {
  display: block;
  content: '';
  clear: both;
}
.o-innerpagearea::after {
  display: block;
  content: '';
  clear: both;
}
.o-innerpagearea h2 {
  text-align: center;
  color: #131313;
  font-size: 56px;
  font-family: 'Bree Serif', serif;
  position: relative;
  padding: 0;
  margin: 0 0 58px;
  line-height: 76px;
}
.o-innerpagearea h2::after {
  position: absolute;
  background: #131313;
  height: 1px;
  width: 68px;
  margin: auto;
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 0px;
}
.productlist-leftare {
  width: 22%;
  float: left;
  margin-bottom: 70px;
}
.listingwrapper {
  float: right;
  width: 75%;
}
.listingwrapper::before {
  display: block;
  content: '';
  clear: both;
}
.listingwrapper::after {
  display: block;
  content: '';
  clear: both;
}
.listingwrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.listingwrapper ul li {
  margin: 0 32px 30px 0;
  padding: 0;
}
.listingwrapper ul li:nth-child(4n + 4) {
  margin-right: 0;
}
.listingwrapper ul li.listboxarea {
  background: #fff;
  text-align: center;
  width: 22%;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.listingwrapper ul li.listboxarea .listimgarea {
  margin-bottom: 24px;
  height: 200px;
  overflow: hidden;
  text-align: center;
}
.listingwrapper ul li.listboxarea .listimgarea img {
  width: 100%;
  height: auto;
}
.listingwrapper ul li.listboxarea .listebayarea {
  display: block;
  margin: 0px;
  height: 30px;
}
.listingwrapper ul li.listboxarea .sellerarea {
  height: 30px;
  clear: both;
}
.listingwrapper ul li.listboxarea h3 {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #1d1d1d;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}
.listingwrapper ul li.listboxarea h3 a {
  color: #1d1d1d;
  text-decoration: none;
}
.listingwrapper ul li.listboxarea .listingprice {
  font-size: 16px;
  margin: 8px 0;
  font-family: 'Montserrat', sans-serif;
  color: #d47db9;
  line-height: 20px;
  font-weight: bold;
}
.listingborderbox {
  border: 1px solid #dbdbdb;
  box-shadow: 0 0 15px 5px #00000030;
  padding: 32px 20px;
  margin-bottom: 40px;
  margin-right: 6px;
  position: relative;
}
.listingborderbox .sponsordtext {
  background: #d47db9;
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: 'Bree Serif', serif;
  font-size: 15px;
  color: #ffffff;
  line-height: 36px;
  padding: 0 15px;
  text-transform: uppercase;
}
.pages {
  text-align: center;
  margin: 20px 0 100px;
}
.pages strong.page {
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #393939;
  font-weight: bold;
  padding: 0;
}
.pages a.page {
  display: block;
  padding: 0;
}
.pages a.page span {
  color: #393939;
}
.pages strong.page {
  background: #d47db9;
  color: #fff;
}
.pages a.page:visited {
  color: #393939;
}
.pages a.page:hover,
.pages a.page:hover span {
  color: #fff;
  background: #d47db9;
}
.pages a.page:active {
  color: #fff;
  background: #d47db9;
}
.pages .previous:hover {
  opacity: .8;
}
.pages .next:hover {
  opacity: .8;
}
.pages .first:hover {
  opacity: .8;
}
.pages .last:hover {
  opacity: .8;
}
.pages .previous:before,
.pages .next:before {
  display: none !important;
}
.pages .item {
  margin-right: 5px !important;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #393939;
  font-weight: bold;
  padding: 0;
  vertical-align: middle;
}
.pages .items {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.pages .action {
  background: transparent !important;
  border: 0px solid #cccccc !important;
  display: inline-block;
  padding: 0 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.pages .items {
  font-size: 14px !important;
}
p.navigator.text {
  width: 130px;
  margin: 0;
}
p.navigator.text input {
  width: 70px;
  text-align: center;
}
p.navigator.text input.error {
  border: 2px solid red;
  color: #ff0000;
}
p.navigator.text span {
  padding-left: 5px;
  font-weight: 500;
}
.pages .action span {
  display: flex;
  align-items: center;
  height: 32px;
}
.pages .action.previous > span.label {
  display: none;
}
.pages .action.previous > span {
  position: relative;
  width: auto;
  height: 32px;
  margin: 0;
  overflow: visible;
  font-size: 0;
}
.pages .action.next > span.label {
  display: none;
}
.pages .action.next > span {
  position: relative;
  width: auto;
  height: 32px;
  margin: 0;
  overflow: visible;
  font-size: 0;
}
.viewmorearea {
  /* position: relative; */
}
.listingwrapper ul li:nth-child(4n+2) .viewmorepopup {
  margin-left: -209px;
}
.listingwrapper ul li:nth-child(4n+3) .viewmorepopup {
  margin-left: -418px;
}
.listingwrapper ul li:nth-child(4n+4) .viewmorepopup {
  margin-left: -628px;
}
.listingwrapper .productlistingarea li:nth-child(4n+1) .viewmorepopup {
  margin-left: 32px;
}
.listingwrapper .productlistingarea li:nth-child(4n+2) .viewmorepopup {
  margin-left: -192px;
}
.listingwrapper .productlistingarea li:nth-child(4n+3) .viewmorepopup {
  margin-left: -418px;
}
.listingwrapper .productlistingarea li:nth-child(4n+4) .viewmorepopup {
  margin-left: -642px;
}
.listingwrapper .productlistingarea .viewmorepopup {
  margin-bottom: 30px;
}
.popupclose {
  cursor: pointer;
  color: #999;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  text-align: center;
}
.popupclose:hover {
  cursor: pointer;
  color: #000;
}
.viewmorepopup {
  display: none;
  position: relative;
  z-index: 2;
  left: -33px;
  top: 30px;
  width: 872px;
  height: auto;
  box-sizing: border-box;
  background: #fff;
  color: #000;
  border: 1px solid #d47db9;
  padding: 36px;
  box-shadow: 0 0 15px 5px #00000020;
}
.viewmorepopup::before {
  content: '';
  display: block;
  background: url(../images/popuparrow.png) no-repeat 0 0;
  width: 44px;
  height: 28px;
  position: absolute;
  top: -23px;
  left: 96px;
}
.listingwrapper ul li:nth-child(4n+2) .viewmorepopup::before {
  margin-left: 24%;
}
.listingwrapper ul li:nth-child(4n+3) .viewmorepopup::before {
  margin-left: 48%;
}
.listingwrapper ul li:nth-child(4n+4) .viewmorepopup::before {
  margin-left: 73%;
}
.listingwrapper .productlistingarea li:nth-child(4n+1) .viewmorepopup::before {
  left: 76px;
}
.viewmorearea .moreBtn:hover .viewmorepopup {
  display: block;
}
.popupcont {
  display: flex;
}
.popupcont .viewmorepopupimg {
  width: 50%;
  padding-right: 45px;
  display: block;
}
.popupcont .viewmorepopupimg img {
  width: 100%;
}
.popupcont .viewmorepopuptext {
  width: 50%;
  text-align: left;
}
.popupcont .viewmorepopuptext h4 {
  font-size: 22px;
  line-height: 30px;
  color: #131313;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 0 0 18px;
}
.popupcont .viewmorepopuptext .popupprice {
  font-size: 30px;
  margin: 8px 0;
  font-family: 'Montserrat', sans-serif;
  color: #d47db9;
  line-height: 20px;
  font-weight: bold;
}
.viewmorepopuptext_btnarea {
  border-top: 1px solid #d8d8d8;
  margin-top: 35px;
  padding-top: 35px;
}
.viewmorepopuptext_btnarea ul {
  float: right;
  list-style: none;
}
.viewmorepopuptext_btnarea ul li {
  display: inline-block;
  margin: 0 1px;
}
.viewmorepopuptext_btnarea ul li a:hover {
  opacity: .6;
}
.viewmorepopuptext_btnarea img {
  float: right;
}
.zoomContainer {
  z-index: 999;
}
.fotorama__nav--thumbs .fotorama__nav__frame img {
  opacity: .5;
}
.fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active img {
  opacity: 1;
}
.listingwrapper .productlistingarea ul li.listboxarea .listimgarea {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listingwrapper .productlistingarea ul li.listboxarea .listimgarea img {
  width: auto;
  max-width: 100%;
}
a.category-link {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 2px 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #000;
}
a.category-link.active {
  font-weight: bold !important;
}
.filter-options-content .level-3 .category-link {
  font-weight: normal;
  text-transform: initial;
}
.filter-options-title {
  padding: 10px 40px 0 0px;
}
.filter-options-title a {
  display: block;
  color: #000;
  text-decoration: none;
}
.filter-options-title:after {
  position: absolute;
  right: 0px;
  top: 12px;
}
dd.filter-options-content {
  padding: 0px;
}
dd.filter-options-content dd.filter-options-content {
  padding: 0 0 0 10px;
}
.filter-options-content ol > li.level-2 {
  border-bottom: 1px solid #ccc;
}
.filter-content .item {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
span.trigger-menu {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  font-weight: 600;
  width: 24px;
  text-align: right;
  cursor: pointer;
}
.filter-content .item:last-child {
  border: 0;
}
@media (max-width: 1040px) {
  .o-innerpagearea h2 {
    font-size: 45px;
    margin: 0 0 35px;
    line-height: 60px;
  }
  .listingwrapper ul li {
    margin: 0 26px 30px 0;
  }
  .viewmorepopup::before {
    left: 80px;
  }
  .listingwrapper ul li:nth-child(4n+4) .viewmorepopup::before {
    margin-left: 71.5%;
  }
  .listingwrapper ul li:nth-child(4n+2) .viewmorepopup::before {
    margin-left: 23%;
  }
  .viewmorepopup {
    width: 715px;
  }
  .listingwrapper ul li:nth-child(4n+3) .viewmorepopup {
    margin-left: -338px;
  }
  .listingwrapper ul li:nth-child(4n+4) .viewmorepopup {
    margin-left: -507px;
  }
  .listingwrapper .productlistingarea li:nth-child(4n+1) .viewmorepopup::before {
    left: 60px;
  }
  .listingwrapper ul li.listboxarea .listimgarea {
    margin-bottom: 24px;
    height: 184px;
  }
  .listingwrapper .productlistingarea li:nth-child(4n+2) .viewmorepopup {
    margin-left: -152px;
  }
  .listingwrapper .productlistingarea li:nth-child(4n+3) .viewmorepopup {
    margin-left: -336px;
  }
  .listingwrapper .productlistingarea li:nth-child(4n+4) .viewmorepopup {
    margin-left: -521px;
  }
  .listingwrapper .productlistingarea ul li:nth-child(4n+4) .viewmorepopup::before {
    margin-left: 75%;
  }
  .listingwrapper .productlistingarea ul li:nth-child(4n+3) .viewmorepopup::before {
    margin-left: 49%;
  }
  .popupcont .viewmorepopupimg {
    width: 42%;
    padding-right: 36px;
  }
  .popupcont .viewmorepopuptext {
    width: 52%;
  }
  .viewmorepopuptext_btnarea ul li {
    margin-right: 5px;
    margin-bottom: 0;
  }
  .viewmorepopuptext_btnarea ul li:nth-child(4n + 4) {
    margin-right: 5px;
  }
  .productlist-leftare .price_custom ul {
    display: block;
  }
  .productlist-leftare .price_custom ul li:nth-child(2) {
    padding: 0;
    margin: 0;
    margin-top: 16px;
  }
}
@media (max-width: 991px) {
  .popupcont .viewmorepopupimg {
    width: 37%;
  }
  .popupcont .viewmorepopuptext {
    width: 60%;
  }
  .o-innerbannerarea {
    height: 260px;
    padding-top: 50px;
  }
  .o-innerpagearea h2 {
    font-size: 40px;
    margin: 0 0 35px;
    line-height: 60px;
  }
  .o-innerpagearea {
    padding: 30px 0 0;
  }
  .pages {
    text-align: center;
    margin: 10px 0 50px;
  }
  .listingwrapper ul li.listboxarea {
    width: 47%;
  }
  .listingwrapper ul li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .viewmorepopup {
    width: 524px;
  }
  .viewmorepopup::before {
    left: 115px;
  }
  .listingwrapper {
    float: right;
    width: 530px;
  }
  .listingwrapper ul li:nth-child(4n+2) .viewmorepopup {
    margin-left: -242px;
  }
  .listingwrapper ul li:nth-child(4n+3) .viewmorepopup {
    margin-left: 0;
  }
  .listingwrapper ul li:nth-child(4n+4) .viewmorepopup {
    margin-left: -241px;
  }
  .listingwrapper ul li:nth-child(4n+2) .viewmorepopup::before {
    margin-left: 47%;
  }
  .listingwrapper ul li:nth-child(4n+3) .viewmorepopup::before {
    margin-left: 0;
  }
  .listingwrapper ul li:nth-child(4n+4) .viewmorepopup::before {
    margin-left: 47%;
  }
  .listingwrapper .productlistingarea li:nth-child(4n+1) .viewmorepopup::before {
    left: 103px;
  }
  .listingwrapper .productlistingarea ul li:nth-child(4n+2) .viewmorepopup::before {
    margin-left: 50%;
  }
  .listingwrapper .productlistingarea ul li:nth-child(4n+4) .viewmorepopup::before {
    margin-left: 50%;
  }
  .listingwrapper .productlistingarea ul li:nth-child(4n+3) .viewmorepopup::before {
    margin-left: 0;
    left: 103px;
  }
  .listingwrapper .productlistingarea li:nth-child(4n+2) .viewmorepopup {
    margin-left: -242px;
  }
  .listingwrapper .productlistingarea li:nth-child(4n+3) .viewmorepopup {
    margin-left: 32px;
  }
  .listingwrapper .productlistingarea li:nth-child(4n+4) .viewmorepopup {
    margin-left: -242px;
  }
  .listingwrapper ul li.listboxarea .listimgarea {
    margin-bottom: 24px;
    height: 222px;
  }
  .viewmorepopup {
    padding: 30px 20px;
  }
  .viewmorepopuptext_btnarea ul {
    float: left;
    margin-top: 10px;
  }
  .viewmorepopuptext_btnarea {
    margin-top: 20px;
    padding-top: 20px;
  }
  .viewmorepopuptext_btnarea ul li {
    margin-right: 5px;
  }
  .viewmorepopuptext_btnarea ul li:nth-child(4n + 2) {
    margin-right: 5px;
  }
  .viewmorepopuptext_btnarea ul li:nth-child(4n + 4) {
    margin-right: 5px;
  }
  .popupcont .viewmorepopupimg {
    width: 42%;
    padding-right: 20px;
  }
  .popupcont .viewmorepopuptext h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
  }
  .popupcont .viewmorepopuptext .popupprice {
    font-size: 24px;
  }
  .moreBtn.all {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .o-innerbannerarea {
    height: 250px;
    padding-top: 30px;
  }
  .o-innerpagearea h2 {
    font-size: 36px;
    margin: 0 0 20px;
    line-height: 60px;
  }
  .productlist-leftare {
    width: 400px;
    float: none;
    margin: auto;
  }
  .listingwrapper {
    width: 400px;
    float: none;
    margin: auto;
  }
  .listingwrapper ul li.listboxarea {
    width: 100%;
    margin: 0 0px 30px 0;
  }
  .listingborderbox {
    margin-right: 0;
    padding: 0 0 30px;
  }
  .viewmorepopup {
    width: 100%;
    left: 0;
  }
  .listingwrapper ul li.listboxarea .listimgarea {
    padding: 0 20px;
  }
  .listingwrapper ul li:nth-child(4n+2) .viewmorepopup {
    margin-left: 0;
  }
  .listingwrapper ul li:nth-child(4n+3) .viewmorepopup {
    margin-left: 0;
  }
  .listingwrapper ul li:nth-child(4n+4) .viewmorepopup {
    margin-left: 0;
  }
  .listingwrapper ul li:nth-child(4n+2) .viewmorepopup::before {
    margin-left: 0;
  }
  .listingwrapper ul li:nth-child(4n+3) .viewmorepopup::before {
    margin-left: 0;
  }
  .listingwrapper ul li:nth-child(4n+4) .viewmorepopup::before {
    margin-left: 0;
  }
  .popupcont {
    display: block;
  }
  .popupcont .viewmorepopupimg {
    width: 100%;
    padding-right: 0;
  }
  .popupcont .viewmorepopuptext {
    width: 100%;
    padding-top: 20px;
  }
  .viewmorepopup::before {
    left: 44%;
  }
  .viewmorepopuptext_btnarea ul {
    float: none;
  }
  .listingwrapper .productlistingarea ul li.listboxarea .listimgarea {
    padding: 0px;
    height: 220px;
  }
  .listingwrapper .productlistingarea li:nth-child(4n+1) .viewmorepopup {
    margin-left: 0;
  }
  .listingwrapper .productlistingarea li:nth-child(4n+2) .viewmorepopup {
    margin-left: 0;
  }
  .listingwrapper .productlistingarea li:nth-child(4n+3) .viewmorepopup {
    margin-left: 0;
  }
  .listingwrapper .productlistingarea li:nth-child(4n+4) .viewmorepopup {
    margin-left: 0;
  }
  .listingwrapper .productlistingarea ul li:nth-child(4n+1) .viewmorepopup::before {
    margin-left: 0;
    left: 44%;
  }
  .listingwrapper .productlistingarea ul li:nth-child(4n+2) .viewmorepopup::before {
    margin-left: 0;
    left: 44%;
  }
  .listingwrapper .productlistingarea ul li:nth-child(4n+3) .viewmorepopup::before {
    margin-left: 0;
    left: 44%;
  }
  .listingwrapper .productlistingarea ul li:nth-child(4n+4) .viewmorepopup::before {
    margin-left: 0;
    left: 44%;
  }
  .product-image-container {
    display: inline-block;
    max-width: 100%;
    width: 100% !important;
  }
  .listingwrapper ul li.listboxarea .listimgarea {
    margin-bottom: 0;
    height: auto;
  }
  .listingwrapper ul li.listboxarea h3 {
    font-size: 20px;
    line-height: 25px;
    padding: 0 20px;
  }
  .catalog-category-view.page-products .columns {
    padding-top: 0;
  }
  .pages .pages-items {
    padding: 2px 0 0 !important;
  }
  .pages-item-previous {
    left: 0;
    position: relative;
    top: 0;
    z-index: 1;
  }
  .pages-item-next {
    right: 0;
    position: relative;
    top: 0;
    z-index: 1;
  }
  .filter-options {
    display: block !important;
  }
  .listingwrapper ul li.listboxarea .listimgarea img {
    width: 100%;
    height: auto !important;
    padding: 0 !important;
  }
}
@media (max-width: 500px) {
  .productlist-leftare {
    width: 100%;
    float: none;
    margin: auto;
  }
  .listingwrapper {
    width: 100%;
    float: none;
    margin: auto;
  }
  .o-innerbannerarea {
    height: 200px;
    padding-top: 30px;
    display: flex;
    align-items: center;
  }
  .listingwrapper .productlistingarea ul li.listboxarea .listimgarea {
    height: 220px;
  }
  .listingwrapper ul li.listboxarea .listimgarea {
    padding: 20px;
  }
  .mp_social_share_inline,
  .mp_social_share_inline_under_cart {
    padding: 7px 0 7px 0px;
  }
}
.catalog-product-view .page-main {
  max-width: 100%;
  padding: 0;
  background: url(../images/bannerdetails.jpg) no-repeat 50% 0;
  background-size: contain;
}
.catalog-product-view main#maincontent {
  padding: 0;
}
.product-add-form .fieldset {
  background: transparent;
}
.authentication-wrapper {
  margin-top: -34px;
}
form.form.form-login fieldset fieldset {
  padding: 0;
}
.catalog-product-view .column.main {
  width: 100% !important;
  padding: 0;
  float: none;
}
.detailswrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 180px 0 70px;
  display: flex;
  align-items: flex-start;
}
.detailswrapper .detailsleftarea {
  width: 674px;
  background: #fff;
  overflow: hidden;
}
.detailswrapper .detailsleftarea img {
  width: 100%;
}
.detailswrapper .detailsrightarea {
  width: 456px;
  background: #fff;
  margin-left: 40px;
  padding: 18px 33px 30px;
  box-shadow: 0 0 15px 5px #0000002a;
  box-sizing: border-box;
  overflow: hidden;
  color: #1d1d1d;
  font-size: 16px;
  min-height: 350px;
}
.detailswrapper .detailsrightarea p {
  margin-bottom: 30px;
}
.detailswrapper .detailsrightarea h5 {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.detailswrapper .detailsrightarea h6 {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin-bottom: 5px;
}
.detailsrightarea .page-title-wrapper h1.page-title {
  text-align: left;
  color: #1d1d1d;
  font-size: 21px;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  position: relative;
  padding: 25px 0 0px;
  margin: 0;
  text-transform: uppercase;
  clear: both;
  display: block;
}
.detailsrightarea .page-title-wrapper h1.page-title::before {
  display: block;
  content: '';
  clear: both;
}
.detailsrightarea .page-title-wrapper h1.page-title::after {
  display: block;
  content: '';
  clear: both;
}
.product-custom-image {
  width: 140px;
  overflow: hidden;
  margin-right: 15px;
}
.detailsprice .price-container .price {
  color: #393b3f !important;
  font-size: 32px;
  font-family: 'Graphik';
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0px;
  padding-top: 25px;
  display: block;
}
.detailsdescriptionarea {
  font-size: 13px;
  color: #1d1d1d;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  clear: both;
}
.detailsdescriptionarea h5 {
  font-size: 16px;
  color: #1d1d1d;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  margin: 0px 0 20px;
  padding-top: 15px;
}
.detailsdescriptionarea h5 a {
  color: #1d1d1d;
  text-decoration: none;
}
.detailsdescriptionarea h5 a:hover {
  text-decoration: underline;
}
.detailsdescriptionarea p {
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  color: #1d1d1d;
  margin-bottom: 24px;
  line-height: 18px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin-top: 48px;
  padding: 0;
  border: 0;
}
.locationarea {
  margin-top: 16px;
  margin-bottom: 30px;
}
.locationarea::before {
  display: block;
  content: '';
  clear: both;
}
.locationarea::after {
  display: block;
  content: '';
  clear: both;
}
.locationarea ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.locationarea ul li {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 14px;
  border: 1px solid #d8d8d8;
}
.locationarea ul li a {
  color: #1d1d1d;
  text-decoration: none;
  display: block;
  padding: 0 10px;
  line-height: 30px;
}
.locationarea ul li a:hover {
  color: #d47db9;
}
.detailssliderwrapper {
  padding: 70px 0 150px;
  border-top: 1px solid #d9d9d9;
}
.detailssliderwrapper h2 {
  text-align: center;
  color: #131313;
  font-size: 49px;
  font-family: 'Bree Serif', serif;
  position: relative;
  padding: 0;
  margin: 0 0 40px;
  line-height: 86px;
  text-transform: uppercase;
}
.detailssliderwrapper h2::after {
  position: absolute;
  background: #131313;
  height: 1px;
  width: 68px;
  margin: auto;
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 0px;
}
.detailssliderwrapper .detailsslidermain {
  max-width: 1170px;
  margin: 0 auto;
}
.detailssliderwrapper .detailsslidermain::before {
  display: block;
  content: '';
  clear: both;
}
.detailssliderwrapper .detailsslidermain::after {
  display: block;
  content: '';
  clear: both;
}
.productlistingbox::before {
  display: block;
  content: '';
  clear: both;
}
.productlistingbox::after {
  display: block;
  content: '';
  clear: both;
}
.productlistingbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.productlistingbox ul li {
  margin: 0 19px 30px;
  padding: 0;
}
.productlistingbox ul li.listboxarea {
  background: #fff;
  text-align: center;
  width: 25%;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.productlistingbox ul li.listboxarea .listimgarea {
  margin-bottom: 24px;
  height: 282px;
  overflow: hidden;
  text-align: center;
}
.productlistingbox ul li.listboxarea .listimgarea img {
  width: 100%;
  height: auto;
}
.productlistingbox ul li.listboxarea .listebayarea {
  display: block;
  margin: 0 0 10px;
}
.productlistingbox ul li.listboxarea h3 {
  font-size: 19px;
  font-family: 'Montserrat', sans-serif;
  color: #1d1d1d;
  line-height: 25px;
  font-weight: 500;
  margin: 0;
}
.productlistingbox ul li.listboxarea .listingprice {
  font-size: 22px;
  margin: 8px 0;
  font-family: 'Montserrat', sans-serif;
  color: #d47db9;
  line-height: 26px;
  font-weight: bold;
}
.productlistingbox .slick-dots {
  text-align: center;
}
.productlistingbox .slick-dots li {
  margin: 0 7px 0px;
}
.productlistingbox .slick-dots li button {
  width: 14px;
  height: 14px;
}
.productlistingbox .slick-dots li.slick-active button:before {
  margin-top: -2px;
}
.page-layout-1column .product.media {
  width: 100%;
}
/* .fotorama__nav { border: 1px solid #000;} */
.fotorama__stage__shaft {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0px !important;
  /*height: 470px !important;*/
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100% !important;
  left: 0 !important;
  /*height: 460px !important;*/
}
.detailswrapper .detailsleftarea img {
  width: 100%;
  height: 100%;
}
.fotorama__arr--next {
  right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  height: 72px !important;
  padding: 0px !important;
  margin-bottom: 14px !important;
  width: 78px !important;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  border-right: 1px solid #000;
  padding: 15px;
  background: #fff;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  background: #fff !important;
}
.fotorama__thumb-border {
  height: 72px !important;
  border-width: 2px;
  margin-top: 2px;
  width: 78px !important;
  display: none;
}
.fotorama__active .fotorama__thumb {
  border: 5px solid #d47db9;
  box-sizing: border-box;
}
.fotorama__nav--thumbs {
  display: block;
  /*height: 428px !important;*/
}
.fotorama__arr--prev {
  left: 108px !important;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 10px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: -10px;
}
.fotorama {
  border: 1px solid #000;
}
.detailswrapper {
  position: relative;
}
.detailswrapper .detailsrightarea.stick {
  margin-top: 0 !important;
  position: absolute;
  bottom: 100px !important;
  right: 0;
}
.opc-block-summary span.title {
  font-size: 20px;
}
.detailswrapper .swatch-option.image:not(.disabled):hover,
.detailswrapper .swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #d47db9 !important;
}
.detailswrapper .swatch-attribute-options {
  margin: 10px 0;
  display: flex;
}
.detailswrapper .product.media {
  margin-bottom: 5px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.customlayout .detailswrapper .detailsrightarea {
  position: relative !important;
  inset: auto !important;
}
.product-options-wrapper .fieldset {
  padding: 0 20px !important;
}
.product-options-wrapper .fieldset .swatch-opt {
  margin: -20px 0 0px !important;
}
.detailswrapper .variant-hover {
  max-width: 200px;
  margin: 0 auto;
}
.detailswrapper .variant-hover .button-variant {
  display: flex;
  width: 100%;
  height: 62px;
}
.detailswrapper .box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0px;
  border-radius: 0;
}
.swatch-attribute.charity {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.detailswrapper .text-variant.btn-go-back {
  width: 200px;
  height: 62px;
  line-height: 62px;
  border: 1px solid #000;
  clear: both;
  position: absolute;
  bottom: 33px;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  cursor: pointer;
  background: url(../images/arrowleftnew.png) no-repeat 50px 50%;
  text-transform: uppercase;
}
.detailswrapper .swatch-attribute-options {
  justify-content: center;
}
.detailswrapper .swatch-attribute-label {
  font-weight: 700;
  position: relative;
  width: 100%;
}
.detailswrapper .swatch-attribute {
  text-align: center;
}
.swatch-option {
  height: 150px;
  min-width: 150px;
}
.extcls .product-options-bottom {
  display: none;
}
.detailswrapper .actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*==========04-01-22========*/
.product-customize-product .page-main {
  overflow-x: hidden;
}
.product-customize-product .detailsprice {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 24px 50px;
  max-width: 840px;
  margin: 40px auto 70px;
  position: relative;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 8px;
}
.product-customize-product .detailsprice::before {
  display: none;
  content: '';
  background: #f1f1f1;
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
}
.product-customize-product .detailsprice::after {
  display: none;
  content: '';
  background: #f1f1f1;
  position: absolute;
  right: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
}
.product-customize-product .product.media {
  margin-bottom: 0;
  height: 75px;
  width: 126px;
  float: left;
  margin-right: 25px;
  padding-right: 10px;
  position: relative;
  overflow: hidden;
}
.product-customize-product .product.media::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 12px;
  border-right: 1px solid #d4d4d4;
  height: 52px;
}
.product-customize-product .product.media img {
  height: 75px;
  max-width: 100%;
}
.product-customize-product .product.media .fotorama__stage {
  height: 75px !important;
}
.product-customize-product .product.media .fotorama {
  border: 0 !important;
}
.product-customize-product .normal-price span.price-label {
  display: none !important;
}
.product-customize-product .price-box.price-final_price {
  float: left;
  margin-top: 0px;
  width: 215px;
  border-right: 1px solid #e8e8e8;
  height: 75px;
}
.product-customize-product .next-prev.buttons {
  position: absolute;
  right: 50px;
  top: 35px;
}
.product-customize-product .next-prev.buttons a {
  background: #d47db9 url(../images/nextarrow.png) no-repeat 92% 50%;
  display: inline-block;
  height: 53px;
  line-height: 56px;
  color: #fff !important;
  font-family: 'Graphik';
  text-transform: uppercase;
  padding: 0 22px 0 42px;
  box-sizing: border-box;
  float: right;
  text-decoration: none;
  width: 150px;
  font-size: 16px;
  font-weight: 500;
}
.product-customize-product .detailsprice .price-container .price {
  color: #393b3f;
  position: relative;
}
.product-customize-product .detailsprice .price-container .price::before {
  content: 'Total';
  display: none;
  position: absolute;
  top: -22px;
  left: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #313337;
  font-weight: 500;
}
.product-customize-product main#maincontent {
  margin-top: 225px;
}
.product-customize-product .topproductheader {
  position: absolute;
  background: #80466f;
  width: 100%;
  top: 215px;
  height: auto;
  line-height: 165px;
  /*overflow: hidden;*/
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-family: 'Graphik';
  text-transform: uppercase;
  font-weight: bold;
  z-index: 9;
}
.product-customize-product .image-system {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 128px;
  margin: auto;
  left: 50%;
  right: 0;
  text-align: center;
}
.product-customize-product .image-system img {
  max-width: initial !important;
  left: 50%;
  transform: translateX(-50%);
}
.product-customize-product .detailswrapper {
  flex-wrap: wrap;
  padding: 230px 0 0px;
}
.product-customize-product .detailsbottomarea {
  overflow-x: hidden;
}
.product-customize-product .detailstoptab {
  width: 100%;
}
ul.product-attribute-tab {
  border-bottom: 0px solid #d4d4d4;
  background: #fff;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.product-attribute-tab li::marker {
  display: none;
}
ul.product-attribute-tab li {
  position: relative;
  font-family: 'Graphik';
  font-weight: 500;
  cursor: pointer;
  height: 50px;
  line-height: 26px;
  margin: 0 4px;
  padding: 0 10px;
  text-transform: capitalize;
  font-size: 16px;
  color: #626262;
  background: transparent;
  padding-top: 65px;
  width: 100px;
  text-align: center;
}
ul.product-attribute-tab li span {
  width: 68px;
  height: 68px;
  line-height: 60px;
  background: url(../images/tabnormalicon.png) no-repeat center 0;
  display: block;
  position: absolute;
  top: 0px;
  z-index: 3;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #626262;
  font-family: 'Graphik';
  font-weight: 500;
  cursor: pointer;
}
ul.product-attribute-tab li:hover span {
  color: #fff;
  background: url(../images/tabnormalicon-hov.png) no-repeat center 0;
}
ul.product-attribute-tab li.active span {
  color: #fff;
  background: url(../images/tabnormalicon-hov.png) no-repeat center 0;
}
ul.product-attribute-tab li.visited span {
  font-size: 0;
  color: #d47db9;
  background: url(../images/tabselecticon.png) no-repeat center 0;
}
ul.product-attribute-tab li.visited {
  color: #d47db9;
}
ul.product-attribute-tab li.active {
  color: #d47db9;
}
.product-customize-product .product-options-wrapper .fieldset {
  padding: 0 0px !important;
  margin-bottom: 0;
}
ul.product-attribute-tab li:nth-child(1)::before {
  display: block;
  content: '';
  background: #d47db9;
  width: 140px;
  height: 8px;
  position: absolute;
  left: -78px;
  z-index: 1;
  top: 26px;
  border-radius: 8px;
}
ul.product-attribute-tab li:nth-child(2)::before {
  display: block;
  content: '';
  background: #efefef;
  width: 140px;
  height: 8px;
  position: absolute;
  left: -85px;
  z-index: 1;
  top: 26px;
}
ul.product-attribute-tab li:nth-child(3)::before {
  display: block;
  content: '';
  background: #efefef;
  width: 140px;
  height: 8px;
  position: absolute;
  left: -85px;
  z-index: 1;
  top: 26px;
}
ul.product-attribute-tab li:nth-child(4)::before {
  display: block;
  content: '';
  background: #efefef;
  width: 140px;
  height: 8px;
  position: absolute;
  left: -85px;
  z-index: 1;
  top: 26px;
}
ul.product-attribute-tab li:nth-child(5)::before {
  display: block;
  content: '';
  background: #efefef;
  width: 140px;
  height: 8px;
  position: absolute;
  left: -85px;
  z-index: 1;
  top: 26px;
}
ul.product-attribute-tab li:nth-child(6)::before {
  display: block;
  content: '';
  background: #efefef;
  width: 270px;
  height: 8px;
  position: absolute;
  left: -85px;
  z-index: 1;
  top: 26px;
  border-radius: 8px;
}
ul.product-attribute-tab li.visited::before {
  background: #d47db9;
}
ul.product-attribute-tab li.active::before {
  background: #d47db9;
}
.ueg-tab-descriptions {
  color: #272e3e;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-family: 'Graphik';
  margin-bottom: 40px;
}
.product-customize-product .detailswrapper .detailsrightarea {
  width: 100%;
  background: #fff;
  margin-left: 0;
  padding: 0;
  box-shadow: none;
  left: 0 !important;
}
.product-customize-product .detailswrapper .swatch-attribute-options {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
.product-customize-product .swatch-option {
  width: 238px !important;
  height: 330px !important;
  /*background-size: cover !important;*/
  margin-right: 16px !important;
  margin-top: 40px;
  margin-bottom: 10px;
  /*border: 1px solid #d4d4d4;*/
  border: 1px solid #fff;
  position: relative;
  overflow: initial !important;
}
.product-customize-product .swatch-option:nth-child(4n) {
  margin-right: 0 !important;
}
.product-customize-product .detailswrapper .swatch-option.image:not(.disabled):hover,
.product-customize-product .detailswrapper .swatch-option.color:not(.disabled):hover {
  border: 1px solid #ce81b9;
  outline: 10px solid #f7f7f7 !important;
}
/*.product-customize-product .detailswrapper .swatch-option.selected.image:not(.disabled):hover, 
.product-customize-product .detailswrapper .swatch-option.selected.color:not(.disabled):hover {
    border: 1px solid #ffffff;
    outline: 4px solid #0083bf !important;
}*/
.product-customize-product .detailswrapper .swatch-option.selected {
  border: 1px solid #ce81b9;
  outline: 10px solid #f7f7f7 !important;
}
/*.product-customize-product .detailswrapper .swatch-option::after {
	display: none;
	content: '';
	background: url(../images/productnorImg.png) no-repeat 0 0;
	width: 44px;
	height: 44px;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -22px;
}
*/
.product-customize-product .detailswrapper .swatch-option.selected::after {
  content: '';
  display: block;
  background: url(../images/tabselecticon.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -21px;
  background-size: 40px;
}
.back-btn.buttons a {
  position: absolute;
  right: 215px;
  width: 150px;
  height: 53px;
  line-height: 53px;
  top: 35px;
  background: url(../images/previouspinkarrow.png) no-repeat 20px 50%;
  display: block;
  color: #d47db9;
  font-family: 'Graphik';
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #d47db9;
  padding: 0 26px 0 42px;
  text-align: right;
  box-sizing: border-box;
  text-decoration: none !important;
}
.swatch-attribute.summary {
  margin-top: 50px;
}
.cls_selected_optionwrapper {
  display: ;
}
.product-customize-product .swatch-attribute.summary .cls_selected_option {
  width: 550px !important;
  height: auto !important;
  /* background-size: cover !important; */
  margin-right: 30px !important;
  margin-top: 40px;
  margin-bottom: 10px;
  border: 1px solid #d4d4d4;
  position: relative;
  overflow: initial !important;
}
.product-customize-product .swatch-attribute.summary .cls_selected_option:nth-child(2n) {
  margin-right: 0 !important;
  padding: 60px 30px;
  box-sizing: border-box;
}
.product-customize-product .swatch-attribute.summary .cls_selected_option:hover {
  border: 1px solid #ffffff;
  outline: 4px solid #d4d4d4 !important;
}
.cls_selected_optionwrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-customize-product .swatch-attribute.summary .cls_selected_option label.option-label {
  font-family: 'futura_xblk_btextra_black';
  font-size: 22px;
  color: #00b0f2;
  margin: 35px 0 20px;
  padding: 0;
  display: block;
  text-transform: uppercase;
}
.product-customize-product .swatch-attribute.summary .cls_selected_option div {
  margin: 40px auto 15px;
  background-position: top !important;
}
.product-customize-product .swatch-attribute.summary .option_name {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color: #2b2b2b;
  font-weight: 500;
}
.buy_now_section .back-btn.buttons a {
  right: 50px;
}
a.buy_now {
  background: #d47db9 url(../images/buynowarrow.png) no-repeat 90% 50%;
  display: inline-block;
  height: 53px;
  line-height: 53px;
  color: #fff !important;
  font-family: 'Graphik';
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 44px;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
  width: 210px;
  text-align: center;
  margin: 0px auto 0;
}
.swatch-attribute {
  opacity: 0;
  display: none;
}
.swatch-attribute.active {
  display: block !important;
}
.swatch-attribute:first-child {
  opacity: 1;
  display: block;
}
.swatch-attribute.move-left {
  -webkit-animation: cd-center-to-left 0.5s 0s backwards;
  animation: cd-center-to-left 0.5s 0s backwards;
}
.swatch-attribute.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: cd-right-to-center 0.5s 0.2s backwards;
  animation: cd-right-to-center 0.5s 0.2s backwards;
}
@-webkit-keyframes cd-right-to-center {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes cd-right-to-center {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-center-to-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
@keyframes cd-center-to-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.option_details_wrapper {
  display: flex;
  justify-content: center;
}
.option_details_wrapper .cls_selected_option:nth-child(2) label.option-label {
  text-align: left;
  padding: 0 30px !important;
  color: #323337 !important;
}
.option_details_wrapper .cls_selected_option:nth-child(2) .summary-description {
  text-align: left;
  padding: 0 0px;
  color: #272e3e !important;
  line-height: 25px;
}
.gift_wrapper {
  width: 100%;
  margin: 20px 20px;
}
.cls_gift_main {
  width: auto;
  text-align: left;
  margin: 0px 0;
  /*border: 4px solid #d4d4d4;*/
  padding: 0px 40px;
}
.cls_gift_main label {
  width: 100%;
  display: none;
}
.cls_gift_main input {
  margin-bottom: 20px;
  width: 100%;
  height: 53px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.cls_gift_main textarea {
  height: 150px;
  resize: none;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
}
.gift_wrapper input[type="radio"] {
  margin: 0 15px 0 30px;
}
.gift_wrapper input[type='radio'] {
  -webkit-appearance: none;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 0 1px #ababab;
}
.gift_wrapper input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: -4px;
  border-radius: 50%;
}
.gift_wrapper input[type='radio']:checked:before {
  margin: -3px;
  width: 12px;
  height: 12px;
  background: #d47db9;
  border: 8px solid #ffffff;
  box-shadow: 0px 0px 2px #ababab;
}
.product-options-bottom .box-tocart {
  display: none;
}
.ueg-description-option-label {
  font-size: 24px;
  color: #d47db9;
  text-align: left;
  display: block;
  font-family: 'Graphik';
  font-weight: 500;
  text-transform: capitalize;
}
.cls_selected_option .ueg-small-p-description {
  font-size: 16px;
  color: #727272;
  font-family: 'Graphik';
  font-weight: 400;
  display: block;
  text-align: left;
}
.detailswrapper .product-options-wrapper .swatch-attribute {
  text-align: left;
}
.cls_selected_option .price {
  color: #393b3f;
  font-size: 32px;
  font-family: 'Graphik';
  font-weight: 500;
}
.specifices .ueg-label-heading {
  color: #d47db9;
  font-size: 24px;
  font-family: 'Graphik';
  font-weight: 500;
  margin-top: 0px !important;
}
.specifices .ueg-label-group {
  margin: 0 0 6px !important;
}
.specifices .ueg-label-group .option-label {
  min-width: 145px;
  display: inline-block;
  font-size: 20px;
  color: #000;
  font-family: 'Graphik';
  font-weight: 500;
}
.specifices .ueg-label-group .option-value {
  font-size: 18px;
  color: #5d5d5d;
  font-family: 'Graphik';
  font-weight: 400;
}
.product-customize-product .swatch-attribute.summary .cls_selected_option div.cls_next_prev.buttons {
  margin: 30px 0 0;
}
.product-customize-product .swatch-attribute.summary .cls_selected_option div.gift-content {
  display: flex;
  align-items: center;
  padding: 0 40px;
}
.product-customize-product .swatch-attribute.summary .cls_selected_option div.specifices {
  margin-top: 25px;
}
.summary .option_details_wrapper {
  margin-bottom: 60px;
}
.product-customize-product .swatch-attribute.summary .cls_selected_option div.summary-description {
  margin: 0 !important;
}
.product-customize-product .swatch-attribute.summary .cls_selected_option div.value {
  margin-top: 0px !important;
}
.swatch-option-tooltip {
  display: none !important;
}
.swatch-option.image:before {
  content: '';
  display: block;
  border-right: 1px solid #ccc;
  position: absolute;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -17px;
}
.swatch-attribute-options .swatch-option.image:first-child:before {
  display: none;
}
.swatch-option.image.selected:before {
  display: none;
}
.ueg-swatch-label {
  font-size: 22px;
  font-weight: 500;
  color: #393b3f;
  font-family: 'Graphik';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 20px;
}
.box-tocart .fieldset {
  background: transparent !important;
}
.checkout-cart-configure .box-tocart .fieldset {
  display: flex;
  justify-content: center;
  padding: 0;
}
.checkout-cart-configure .field.qty {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-right: 35px;
}
.checkout-cart-configure .no-display {
  display: none !important;
}
.checkout-cart-configure .field.qty label.label {
  margin: 0 10px 0 0;
}
.box-tocart .action.tocart {
  margin-bottom: 0;
  margin-right: 0;
  width: 200px;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
@media (max-width: 1040px) {
  .detailswrapper {
    margin: 0 2%;
  }
  .detailswrapper .detailsleftarea {
    width: 55%;
  }
  .detailswrapper .detailsrightarea {
    width: 45%;
  }
  .productlistingbox ul li.listboxarea .listimgarea {
    height: auto;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  .product-customize-product .swatch-option {
    width: 20% !important;
  }
  .product-custom-image {
    text-align: left;
  }
  .product-customize-product .swatch-attribute.summary .cls_selected_option {
    width: 50% !important;
    height: auto !important;
  }
  .product-customize-product .swatch-attribute.summary .cls_selected_option div {
    margin: 0px auto 25px;
    background-position: top !important;
    overflow: hidden;
    width: 100% !important;
    box-sizing: border-box;
  }
  .summary .option_details_wrapper {
    margin: 0 2% 60px;
  }
}
@media (max-width: 991px) {
  .detailswrapper .detailsleftarea {
    width: 60%;
  }
  .detailswrapper .detailsrightarea {
    width: 40%;
    margin-left: 20px;
    padding: 18px 20px 30px;
  }
  .box-tocart .action.tocart {
    width: 200px;
  }
  .detailsrightarea .page-title-wrapper h1.page-title {
    font-size: 20px;
  }
  .detailssliderwrapper h2 {
    font-size: 36px;
    margin: 0 0 30px;
    line-height: 65px;
  }
  .detailssliderwrapper {
    padding: 30px 0 100px;
  }
  .detailswrapper {
    padding: 150px 0 50px;
  }
  .product-customize-product .detailsprice {
    margin: 0 4% 50px;
    padding: 24px 30px;
  }
  .product-customize-product .next-prev.buttons {
    position: absolute;
    right: 30px;
  }
  .back-btn.buttons a {
    position: absolute;
    right: 195px;
  }
  .product-custom-image {
    text-align: left;
    width: 120px;
  }
  .product-customize-product .product.media {
    width: 120px;
    margin-right: 0;
    padding-right: 0;
  }
  ul.product-attribute-tab li {
    padding: 65px 0 0px;
    font-size: 14px;
    width: 90px;
  }
  .product-customize-product .swatch-option {
    width: 45% !important;
    margin-right: 0 !important;
  }
  .product-customize-product .swatch-option:nth-child(3):before {
    display: none;
  }
  .gift_wrapper input[type="radio"] {
    margin: 0 15px 0 20px;
  }
  .swatch-option.image:before {
    left: -3px;
  }
  .product-customize-product .swatch-attribute.summary .cls_selected_option {
    width: 46% !important;
    height: auto !important;
  }
  /*	.product-customize-product .swatch-attribute.summary .cls_selected_option div {
	    width: 200px !important;
	}*/
  .product-customize-product .swatch-attribute.summary .cls_selected_option:nth-child(2n) .summary-description {
    width: auto !important;
  }
  .product-customize-product .swatch-attribute.summary .cls_selected_option:nth-child(2n) .summary-description div {
    width: auto !important;
  }
  ul.product-attribute-tab li:nth-child(1)::before {
    width: 140px;
    height: 8px;
    position: absolute;
    left: -70px;
  }
  ul.product-attribute-tab li:nth-child(2)::before {
    width: 140px;
    height: 8px;
    position: absolute;
    left: -70px;
    z-index: 1;
    top: 26px;
  }
  ul.product-attribute-tab li:nth-child(3)::before {
    width: 140px;
    height: 8px;
    position: absolute;
    left: -70px;
    z-index: 1;
    top: 26px;
  }
  ul.product-attribute-tab li:nth-child(4)::before {
    width: 140px;
    height: 8px;
    position: absolute;
    left: -70px;
    z-index: 1;
    top: 26px;
  }
  ul.product-attribute-tab li:nth-child(5)::before {
    width: 140px;
    height: 8px;
    position: absolute;
    left: -70px;
    z-index: 1;
    top: 26px;
  }
  ul.product-attribute-tab li:nth-child(6)::before {
    width: 225px;
    height: 8px;
    position: absolute;
    left: -70px;
    z-index: 1;
    top: 26px;
    border-radius: 8px;
  }
  .product-customize-product .swatch-attribute.summary .cls_selected_option div.gift-content {
    display: flex;
    align-items: center;
    padding: 0 30px;
  }
  .cls_gift_main {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .detailswrapper {
    display: block;
  }
  .detailswrapper .detailsleftarea {
    width: 100%;
  }
  .catalog-product-view main#maincontent {
    padding: 0;
    margin-top: 275px;
  }
  .detailswrapper .detailsrightarea {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
    padding: 15px;
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
  }
  .detailswrapper .swatch-attribute-options {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .detailswrapper .swatch-option {
    margin: 0 4px 12px 4px;
  }
  .product-add-form .fieldset {
    background: transparent;
    padding: 0;
  }
  ul.product-attribute-tab li {
    padding: 65px 24px 20px;
    font-size: 20px;
    margin: auto;
    width: 150px;
  }
  ul.product-attribute-tab li:nth-child(1)::before {
    width: 280px;
    height: 8px;
    left: -44px;
    border-radius: 8px;
  }
  ul.product-attribute-tab li:nth-child(2)::before {
    width: 280px;
    height: 8px;
    left: -44px;
    border-radius: 8px;
  }
  ul.product-attribute-tab li:nth-child(3)::before {
    width: 280px;
    height: 8px;
    left: -44px;
    border-radius: 8px;
  }
  ul.product-attribute-tab li:nth-child(4)::before {
    width: 280px;
    height: 8px;
    left: -44px;
    border-radius: 8px;
  }
  ul.product-attribute-tab li:nth-child(5)::before {
    width: 280px;
    height: 8px;
    left: -44px;
    border-radius: 8px;
  }
  ul.product-attribute-tab li:nth-child(6)::before {
    width: 280px;
    height: 8px;
    left: -44px;
    border-radius: 8px;
  }
  .swatch-option.image:before {
    border-bottom: 1px solid #ccc;
    border-right: 0px solid #ccc;
    display: block !important;
    width: 100%;
    left: 0;
    bottom: -34px;
  }
  .ueg-tab-descriptions {
    padding: 0 30px;
  }
}
@media (max-width: 500px) {
  .box-tocart .action.tocart {
    width: 200px;
    padding: 0;
    margin: 0 !important;
  }
  .detailswrapper {
    padding: 20px 0 50px;
  }
  .moreBtn.right {
    float: none;
  }
  .detailsrightarea .page-title-wrapper h1.page-title {
    padding: 0;
  }
  .product.data.items {
    margin: 0 0 20px!important;
    padding: 0;
    border-bottom: 0px solid #cccccc;
  }
  .fotorama__stage__shaft {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    height: 100% !important;
  }
  .product.data.items > .item.content {
    margin-top: 0px;
  }
  form.form.form-login .fieldset {
    padding: 0 !important;
  }
  .authentication-wrapper {
    margin-top: -47px !important;
  }
  div#shipping-new-address-form {
    padding: 0;
  }
  ul.product-attribute-tab {
    display: block;
  }
  .product-customize-product .swatch-option {
    width: 100% !important;
    height: 300px !important;
    margin: 10px 15px 0px !important;
  }
  .product-customize-product .swatch-option:nth-child(2n) {
    margin-right: 15px !important;
  }
  .product-customize-product .next-prev.buttons {
    position: absolute;
    right: 30px;
    top: 120px;
    left: auto;
    margin: auto;
  }
  .product-customize-product .next-prev.buttons a {
    height: 53px;
    line-height: 56px;
    color: #fff !important;
    font-family: 'Graphik';
    text-transform: uppercase;
    padding: 0 22px 0 30px;
    box-sizing: border-box;
    float: right;
    text-decoration: none;
    width: 115px;
    font-size: 16px;
    font-weight: 500;
  }
  /*	.back-btn.buttons a {
	    position: absolute;
	    right: 0;
	    width: 61px;
	    height: 61px;
	    top: 117px;
	    background: url(../images/backBtnarrow.png) no-repeat 0 0;
	    display: block;
	    font-size: 0;
	    left: 14%;
	}*/
  .product-customize-product .detailsprice {
    height: 210px;
    display: block;
  }
  .product-customize-product .topproductheader {
    top: 312px;
    font-size: 24px;
    line-height: 100px;
    overflow: hidden;
  }
  .option_details_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .product-customize-product .swatch-attribute.summary .cls_selected_option {
    width: 94% !important;
    height: auto !important;
    margin-right: 0 !important;
  }
  .product-customize-product .swatch-attribute.summary .cls_selected_option div {
    width: auto !important;
    margin: 0px auto 25px;
    background-position: top !important;
  }
  .product-customize-product .swatch-attribute.summary .cls_selected_option div.gift-content {
    padding: 10px 25px;
  }
  .cls_gift_main {
    margin: 0px 0;
    padding: 0px 25px;
  }
  .buy_now_section .back-btn.buttons a {
    right: 0;
    left: 0;
    margin: auto;
  }
  .swatch-attribute.summary {
    margin-top: 0;
  }
  .product-customize-product .price-box.price-final_price {
    float: right;
    margin-top: 0px;
    width: auto;
    border-right: 0px solid #e8e8e8;
    height: 75px;
  }
  .back-btn.buttons a {
    right: inherit;
    left: 30px;
    top: 120px;
    width: 145px;
    background: url(../images/previouspinkarrow.png) no-repeat 10px 50%;
    padding: 0 26px 0 35px;
  }
}
.product-customize-product .swatch-attribute-label {
  display: none;
}
body.quiz-index-index {
  background: #fbfbfb;
}
.quiz-index-index main#maincontent {
  margin-top: 203px;
}
.o-quizwrapper {
  /*position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100vh;*/
  background: #fbfbfb;
  background-size: cover;
  overflow: scroll;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.standart-flex-section {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 80px 30px;
}
.flex-container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1024px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.w-container::before,
.w-container::after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
  clear: both;
}
.text-container {
  display: flex;
  max-width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}
.text-block {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #222;
  font-size: 24px;
  line-height: 1.2em;
  text-align: center;
}
.paragraph {
  color: #999;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.25px;
  font-size: 18px;
  margin-top: 0;
}
.button-get-started {
  background: #111;
  font-size: 22px;
  line-height: 1.9em;
  padding: 11px 40px 12px;
  border-radius: 3px;
  display: inline-block;
  color: #fff !important;
  line-height: inherit;
  cursor: pointer;
  border: 0;
  text-decoration: none !important;
}
.count-container {
  display: flex;
  color: #999;
  font-size: 16px;
  line-height: 2.25em;
  font-weight: 700;
}
.count-container div {
  line-height: 14px;
}
.counting {
  max-height: 14px;
  overflow: hidden;
}
.separator {
  margin-right: 5px;
  margin-left: 5px;
}
.progress-bar {
  position: relative;
  display: flex;
  width: 100%;
  height: 24px;
  max-width: 319.26px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 23px;
  padding-left: 10px;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}
.progress {
  width: 10%;
  height: 100%;
  background: #a8278c;
  border-radius: 50px;
}
.pont-yellow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 24px;
  height: 24px;
  background: #666;
  border-radius: 200%;
}
.pont-yellow.start {
  z-index: 1;
  display: none;
}
.pont-yellow.end {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
}
.path {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 8.58px;
  -webkit-box-flex: 0;
  background: #ccc;
  flex: 0 0 auto;
  border-radius: 50px;
}
.pont-black {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 24px;
  height: 24px;
  background-color: #e1e1e1;
  border-radius: 200%;
}
.questions-wrapper {
  position: relative;
  width: 100%;
  min-height: 360px;
}
.question {
  color: #111;
  font-size: 24px;
  line-height: 1em;
  text-align: center;
}
.paragraph_16 {
  margin-top: 10px;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.25px;
}
.answer-container {
  width: 100%;
  margin-top: 30px;
}
.variant-hover-block {
  position: relative;
  background: #fff;
  color: #222;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdc;
  text-decoration: none;
  margin-top: 30px;
}
.variant-hover-block img {
  width: 100%;
  display: block;
}
.w-layout-grid.grid-of-4-variants .variant-hover-block {
  max-width: 240px;
}
.w-layout-grid.grid-of-4-variants .button-variant {
  width: 100%;
}
.variant-hover-block.mb10 {
  margin-bottom: 10px;
}
.variant-hover-block:hover {
  border-color: #222;
}
.button-variant {
  display: flex;
  width: 350px;
  height: 84px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  margin: auto;
}
.question-container._3 {
  margin-right: auto;
  margin-left: auto;
  max-width: 480px;
}
.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.grid-of-4-variants {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.variant-hover {
  position: relative;
  background-color: #222;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.variant-hover {
  margin-top: 30px !important;
  position: relative;
  background-color: #222;
  cursor: pointer;
  border-style: solid;
  border-width: 1px;
  border-color: #d3d3d3;
  text-transform: uppercase;
}
.variant-hover:hover {
  border-color: #222;
}
.coupongrid {
  display: -ms-grid;
  display: flex;
  /* grid-auto-columns: 1fr; */
  -ms-grid-columns: 1fr 1fr;
  /* grid-template-columns: 1fr 1fr; */
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  align-items: center;
  justify-content: space-between;
}
/*=======================*/
.answer-container._717 {
  max-width: 730px;
}
.plan-container-alone {
  position: relative;
  z-index: 10;
  padding: 49px 54px 50px 68.5px;
  width: 720px;
}
.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.plan-name img.logo {
  max-width: 100%;
}
.plan-name._20 {
  color: #586264;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}
.plan-name._50 {
  font-size: 50px;
  line-height: .92em;
  text-align: center;
  color: #bdbdbd;
}
.big-separator {
  position: relative;
  z-index: 100;
  width: 144.42px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #e7e7e7;
}
.big-separator.full_width {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}
.subheader-plan-name._16px {
  margin-bottom: 2px;
  color: #586264;
  font-size: 16px;
  letter-spacing: .5px;
}
.cost._78 {
  color: #d47db9;
  font-size: 78px;
  line-height: 1.19em;
  font-weight: 700;
  letter-spacing: -.4px;
}
.small-wath {
  margin-left: -5px;
  font-size: 13px;
  line-height: 1.23em;
  color: #d47db9;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 32px;
  background-position: 0% 7px;
  background-size: 11px 9px;
  background-repeat: no-repeat;
  color: #121314;
  line-height: 1.375em;
  position: relative;
}
.list-item:before {
  border: solid #d57db9;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  content: '';
  position: absolute;
  left: 7px;
  top: 7px;
}
.button-continue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  max-width: 177px;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #121314;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 21px;
  line-height: 1.7em;
  position: relative;
}
.button-continue:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  content: '';
  margin-top: 2px;
  margin-left: 10px;
}
.grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 67px;
  grid-row-gap: 30px;
  -ms-grid-columns: 213px 1fr;
  grid-template-columns: 213px 1fr;
}
.w-layout-grid {
  display: -ms-grid;
  display: flex;
  /* grid-auto-columns: 1fr; */
  -ms-grid-columns: 1fr 1fr;
  /* grid-template-columns: 1fr 1fr; */
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  align-items: center;
  justify-content: center;
  width: 1024px;
}
.rightlayout-grid {
  width: 300px;
}
.quiz3area .variant-hover-block {
  width: 300px;
  padding: 30px;
}
.plan-name {
  font-size: 44px;
  line-height: 1.18em;
  font-weight: 700;
}
.subheader-plan-name._14_bold {
  margin-top: 2px;
  color: #222;
  font-size: 14px;
  line-height: 1.21em;
  font-weight: 700;
}
.small-separator {
  position: relative;
  z-index: 100;
  width: 159pxpx;
  height: 1px;
  margin-top: 15.5px;
  margin-bottom: 11.5px;
  background-color: #e7e7e7;
}
.cost {
  color: #d47db9;
  font-size: 52px;
  line-height: 1.19em;
  font-weight: 700;
  letter-spacing: -0.4px;
}
.small-wath._11 {
  margin-left: 0px;
  font-size: 11px;
  line-height: 1.18em;
  letter-spacing: 0.15px;
}
.big-separator._2 {
  width: 177.43px;
}
.real-price {
  line-height: 1.31em;
  letter-spacing: 0.1px;
}
.cost-cta._17 {
  color: #666;
  font-size: 17px;
  line-height: 1.41em;
}
.small-separator._2 {
  width: 159.5px;
  margin-bottom: 12.5px;
}
.variant-hover-block.border.w-inline-block.finalanswerdata {
  max-width: 820px;
  margin: 40px auto;
}
/*============03-11-21===============*/
.ordernextwrapper {
  max-width: 650px;
  margin: 150px auto 50px;
}
.ordernextarea {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 5px 8px #e0e0e0;
}
.ordernextarea::before,
.ordernextarea::after {
  display: block;
  content: '';
  clear: both;
}
.ordernextbox {
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 8px #e0e0e0;
  margin-bottom: 14px;
  box-sizing: border-box;
  border-radius: 3px;
}
.ordernextarea h4 {
  text-align: left;
  color: #313337;
  font-size: 22px;
  line-height: 20px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 0;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.ordernextarea h5 {
  text-align: left;
  color: #313337;
  font-size: 18px;
  line-height: 20px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 0;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.ordernextarea p {
  color: #646464;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Graphik';
  text-align: left;
  padding: 0;
}
.shadowtopbox {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  box-sizing: border-box;
  border-radius: 3px;
  border-bottom: 1px solid #c2c2c2;
  padding: 10px;
  margin-bottom: 16px;
}
.shadowtopbox .shadowboxicon {
  width: 90px;
}
.shadowtopbox .shadowboxcontent {
  width: 86%;
  text-align: left;
}
.subcriptionplan {
  border-bottom: 1px solid #c2c2c2;
  padding: 10px;
  margin-bottom: 16px;
}
.signupBtn {
  display: block;
  width: 100%;
  max-width: 280px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 4px;
  border-radius: 2px;
  background-color: #121314;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
}
.signupBtn:hover {
  background-color: #121314;
  color: #fff;
  border: 0;
}
.question-mark {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #9b9797;
  border-radius: 50%;
  background-color: #b0b0b0;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
}
.switches.text-left > .container > .switch {
  text-align: left;
}
.switches.style6 > .container > .switch {
  border: 0;
  display: block;
  padding: 5px 0;
}
.switch input[type="radio"] {
  margin: 4px 10px 0 0;
}
.switch input[type='radio'] {
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 0 2px #ccc;
}
.switch input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: -4px;
  border-radius: 50%;
}
.switch input[type='radio']:checked:before {
  margin: -5px;
  width: 6px;
  height: 6px;
  background: #fff;
  border: 6px solid #d47db9;
}
.w-layout-grid.grid-of-3-variants.quiz3area {
  width: 1220px;
}
@media (max-width: 991px) {
  .w-container {
    flex-wrap: wrap;
  }
  .w-layout-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 700px;
  }
  .w-layout-grid.grid-of-4-variants .variant-hover-block {
    max-width: 160px;
  }
  .w-layout-grid.grid-of-3-variants.quiz3area {
    width: 100%;
  }
  .small-separator._2,
  .big-separator._2 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .standart-flex-section {
    padding: 0px 0px 40px;
  }
  .variant-hover {
    width: 100% !important;
    box-sizing: border-box;
  }
  .ordernextwrapper {
    max-width: 650px;
    margin: 30px auto 50px;
  }
  .w-layout-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
  .w-layout-grid.grid-of-4-variants .variant-hover-block {
    max-width: 100%;
    width: 100%;
  }
  .quiz-index-index main#maincontent {
    margin-top: 250px;
  }
  .quiz-index-index main#maincontent {
    margin-top: 240px;
  }
  .ordernextarea {
    padding: 30px 15px;
  }
  .flex-vertical {
    display: block;
  }
  .w-layout-grid.grid-of-4-variants .variant-hover-block {
    max-width: 100%;
  }
  .questions-wrapper {
    position: relative;
    width: 100%;
  }
  .question-container._3 {
    padding: 0px;
  }
  .plan-container-alone {
    position: relative;
    z-index: 10;
    padding: 49px 20px 50px;
    width: 100%;
    box-sizing: border-box;
  }
  .coupongrid {
    display: block;
  }
  .plan-name._20 .logo {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  .w-container {
    display: block;
    text-align: center;
  }
  .button-continue {
    max-width: 100%;
  }
  .count-container {
    justify-content: center;
  }
  .cost._78 {
    font-size: 60px;
  }
}
body {
  font-family: 'Graphik';
}
a,
.alink {
  color: #d47db9;
}
.topmenu li a.active {
  background: #bf2b9f !important;
}
.topmenu li.brand {
  background: #d47db9 !important;
}
.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-image {
  height: 210px;
}
.switcher-option a:after {
  background-color: #d47db9;
}
.yereone-testimonials .yereone-testimonial-item {
  box-shadow: 0px 5px 8px #e0e0e0;
  width: 340px;
  height: 430px;
  margin: 20px;
}
/*------- Top Section -----*/
.website-switch-bar img {
  max-height: 45px;
  margin: 0 40px;
}
.kidssearcheareainputarea {
  width: 45%;
  margin: 30px 0;
}
.kidssearcheareainputarea form button.btn[type="submit"] {
  background-color: #bf2b9f;
}
.kidsheaderwrapper .logoarea {
  padding: 8px 0 5px;
}
.kids-header .kidstopBg {
  height: 60px;
  padding-top: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.switcher-option:not(:last-child) a {
  border-right: none;
}
.kidssearcheareainputarea form {
  width: 500px;
}
/* -------Banner_area--------*/
.kids-o-bannerarea .bannercont {
  position: absolute;
  z-index: 9;
  max-width: 585px;
  left: -450px;
  top: 115px;
  right: 0;
  bottom: 0;
  width: 100%;
}
.bannercont.bannerstyle span.banner-text {
  font-family: 'Graphik';
  src: url('Graphik-Bold.woff2') format('woff2'), url('Graphik-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 80px;
  display: block;
  text-transform: uppercase;
  color: #fff;
  line-height: 70px;
  text-shadow: 6px 6px 16px rgba(0, 0, 0, 0.13);
  -webkit-text-shadow: 6px 6px 16px rgba(0, 0, 0, 0.13);
  -ms-text-shadow: 6px 6px 16px rgba(0, 0, 0, 0.13);
  -o-text-shadow: 6px 6px 16px rgba(0, 0, 0, 0.13);
  letter-spacing: -1px;
}
.kids-o-bannerarea .bannercont span.banner-sub-text {
  font-size: 42px;
  line-height: 45px;
  font-family: 'Graphik';
  src: url('Graphik-Bold.woff2') format('woff2'), url('Graphik-Bold.woff') format('woff');
  font-weight: 600;
  color: #fff;
  display: block;
  text-transform: inherit;
  padding: 10px 117px 15px 8px;
  text-shadow: 6px 6px 16px rgba(0, 0, 0, 0.13);
  -webkit-text-shadow: 6px 6px 16px rgba(0, 0, 0, 0.13);
  -ms-text-shadow: 6px 6px 16px rgba(0, 0, 0, 0.13);
  -o-text-shadow: 6px 6px 16px rgba(0, 0, 0, 0.13);
  letter-spacing: 1px;
}
.kidsbannerBtn {
  cursor: pointer;
  border: 2px solid #111112;
  background-color: #111112;
  padding: 0px;
  margin-top: 20px;
  width: 190px;
  text-align: center;
  height: 50px;
  line-height: 48px;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-family: 'Graphik';
  src: url('Graphik-Medium.woff2') format('woff2'), url('Graphik-Medium.woff') format('woff');
  font-size: 16px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.kidsbannerBtn:hover {
  color: #fff !important;
  border: 2px solid #d47db9;
}
a.kidsbannerBtncu {
  cursor: pointer;
  border: 2px solid #a8268c;
  background-color: #a8268c;
  padding: 0px;
  margin-top: 20px;
  margin-left: 20px;
  width: 190px;
  text-align: center;
  height: 50px;
  line-height: 48px;
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  font-family: 'Graphik';
  src: url('Graphik-Medium.woff2') format('woff2'), url('Graphik-Medium.woff') format('woff');
  font-size: 16px;
  -webkit-transition: background 1s;
  -moz-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
}
.kidsbannerBtncu:hover {
  color: #fff !important;
  border: 2px solid #d47db9;
}
.homepagebanner.slick-initialized.slick-slider.slick-dotted ul.slick-dots {
  text-align: center;
  bottom: 0;
}
.homepagebanner .slick-dots li.slick-active button:before {
  background-color: #fff;
  border: 4px solid #000;
  width: 10px;
  height: 10px;
  top: -3px;
}
.homepagebanner .slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  opacity: 1;
  /* color: #000; */
  background-color: #4e4e4e;
  border-radius: 100px;
  border: none;
}
.homepagebanner.slick-initialized.slick-slider.slick-dotted .slick-dots li button {
  border: 1px solid #5e5e5e;
  background-color: transparent;
  width: 12px;
  height: 12px;
}
/*-------After Banner Area -------*/
.kidshowitarea {
  padding: 40px 0 90px;
  background: #fff;
}
.kidsaboutarea {
  display: flex;
  align-items: center;
  max-height: 400px;
  height: 100%;
}
.kidsaboutimgarea {
  width: 50%;
  padding: 0px 20px;
  height: 100%;
}
.kidsaboutcontarea {
  width: 50%;
  padding: 0px 20px;
  text-align: left;
  height: 100%;
}
.shadowbox {
  display: flex;
  align-items: center;
  box-shadow: 0px 5px 8px #e0e0e0;
  margin-bottom: 14px;
  padding: 28px 30px;
  box-sizing: border-box;
  border-radius: 3px;
}
.kidshowitarea p {
  color: #272e3e;
  font-size: 16px;
  font-family: 'Graphik';
  text-align: center;
  padding: 0 130px 30px;
}
.boxno1 {
  margin: 0px auto 10px;
}
.boxno2 {
  margin: 40px auto 26px;
}
.kidsaboutimgarea img {
  width: 100%;
}
.kidshowitarea h2 span {
  color: #d47db9;
  font-size: 26px;
  font-family: 'futura_xblk_btextra_black';
}
.kidshowitarea.sec_one h2 {
  font-family: 'Graphik';
  src: url('Graphik-Bold.woff2') format('woff2'), url('Graphik-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  font-size: 38px;
  padding: 0 200px;
  text-transform: inherit;
  line-height: 42px;
}
.kidshowitarea h3 {
  font-family: 'Graphik';
  src: url('Graphik-Semibold.woff2') format('woff2'), url('Graphik-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-transform: inherit;
  font-size: 32px;
}
.shadowbox .shadowboxcontent h4 {
  font-family: 'Graphik';
  src: url('Graphik-Semibold.woff2') format('woff2'), url('Graphik-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  font-size: 18px;
}
.shadowbox .shadowboxcontent h4 {
  font-family: 'Graphik';
  src: url('Graphik-Semibold.woff2') format('woff2'), url('Graphik-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-transform: uppercase;
  font-size: 18px;
}
.kidsaboutarea.sec_two {
  position: relative;
  padding-bottom: 50px;
}
.kidsaboutarea.sec_two:before {
  width: 625px;
  height: 600px;
  position: absolute;
  top: -300px;
  left: -25vw;
  content: '';
  background: url(../images/side_image.png) no-repeat 0 0;
  max-width: 625px;
  z-index: 0;
}
.ger-start-big {
  display: none;
}
.bonusarea .bonustitle {
  color: #2d2e30;
  font-size: 90px;
  line-height: 90px;
  font-family: 'futura_xblk_btextra_black';
  position: relative;
  padding: 65px 44px 0;
  margin: 60px 0 15px;
}
.o-membershiparea {
  background: #2a1323 url(../images/membershipBg.png) no-repeat 50% 100%;
  padding: 90px 0 200px;
}
.o-membershiparea h2 {
  font-family: 'Graphik';
  src: url('Graphik-Semibold.woff2') format('woff2'), url('Graphik-Semibold.woff') format('woff');
  font-size: 32px;
  font-weight: 700;
  text-transform: inherit;
}
.o-membershiparea h2 span {
  color: #d47db9;
  font-family: 'futura_xblk_btextra_black';
  font-size: 26px;
  line-height: 30px;
}
.kidslatestblogarea h2 span {
  margin: 0 0 12px;
  color: #d47db9;
  font-family: 'futura_xblk_btextra_black';
  font-size: 26px;
  line-height: 30px;
}
.kidslatestblogarea h2 {
  text-align: center;
  color: #393b3f;
  font-size: 38px;
  line-height: 36px;
  font-family: 'Graphik';
  src: url('Graphik-Bold.woff2') format('woff2'), url('Graphik-Bold.woff') format('woff');
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0 0 12px;
  text-transform: inherit;
}
/*------Testimonials -------*/
.kidsblogwrapper .kidsblogrightarea ul li .contentarea h3 a:hover {
  color: #d47db9;
}
/*------Tab Section -------*/
.kidslatestblogarea ul.tab-container li a {
  display: block;
  height: 60px;
  padding: 0 60px;
  line-height: 60px;
  color: #fff !important;
  font-family: 'Graphik';
  src: url('Graphik-Medium.woff2') format('woff2'), url('Graphik-Medium.woff') format('woff');
  background: #d47db9;
  text-decoration: none;
}
.kidslatestblogarea ul.tab-container li a.active {
  border-top: 3px solid #d47db9;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  background: #fff;
  color: #d47db9 !important;
  font-family: 'Graphik';
  src: url('Graphik-Medium.woff2') format('woff2'), url('Graphik-Medium.woff') format('woff');
  height: 62px;
  line-height: 68px;
  margin-top: -7px;
  margin-bottom: -2px;
  border-bottom: 3px solid #d47db9;
}
/*-----Testimonials Section-----*/
.yereone-testimonials-block-title h2 span {
  margin: 0 0 12px;
  color: #d47db9;
  font-family: 'futura_xblk_btextra_black';
  font-size: 26px;
  line-height: 24px;
  text-transform: inherit;
  display: block;
}
.yereone-testimonials-block-title h2 {
  text-align: center;
  color: #393b3f;
  font-size: 36px;
  line-height: 36px;
  font-family: 'Graphik';
  src: url('Graphik-Bold.woff2') format('woff2'), url('Graphik-Bold.woff') format('woff');
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0 0 12px;
  text-transform: inherit;
}
.yereone-testimonials .yereone-testimonial-item .yereone-testimonial-author {
  color: #393b3f;
}
/*-------Form Section ------*/
.kidssignuparea h2 {
  font-family: 'Graphik';
  src: url('Graphik-Bold.woff2') format('woff2'), url('Graphik-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  text-transform: inherit;
}
.kidssignuparea h2 span {
  color: #d47db9;
  font-size: 24px;
  font-family: 'futura_xblk_btextra_black';
  line-height: 0px;
  text-transform: uppercase;
}
/*-------Footer Design ------*/
.kidsfootertoparea {
  padding: 70px 0 40px;
  display: flex;
}
footer.kidsfooterarea {
  background: #121212;
  padding: 0;
  color: #6b747d;
  font-family: 'Graphik';
}
.kidsfootertoparea .kidsfooterboxarea ul li a:hover {
  color: #d47db9;
}
.kidssubcriptionarea form button.btn[type="submit"] {
  background: #d47db9;
  color: #fff;
  border: 1px solid #d47db9;
}
.kidssubcriptionarea form input[type="email"],
.kidssubcriptionarea form input:active[type="email"],
.kidssubcriptionarea form input:focus[type="email"] {
  border: 1px solid #54364b;
}
.kidssubcriptionarea form button.btn[type="submit"]:hover {
  background: #bf2b9f;
}
.kidssignuparea .container {
  padding-bottom: 30px;
  border-bottom: 0px dashed #d47db9;
}
.div-block-25 {
  display: none;
}
.actions-toolbar {
  text-align: center;
}
.actions-toolbar .primary {
  float: none;
}
.action.primary {
  background: #d47db9 !important;
  border: 1px solid #d47db9!important;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Graphik';
  src: url('Graphik-Semibold.woff2') format('woff2'), url('Graphik-Semibold.woff') format('woff');
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 0px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.action.primary:hover {
  background: #bf2b9f !important;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.kidssignme input[type='checkbox']:before {
  box-shadow: 0 0 0 1px #54364b;
}
/*------Product Areas -------*/
.product_box_areas .eachbox div span:before {
  color: #fff;
  content: '\e608';
  font-family: 'luma-icons';
  position: absolute;
  top: 0;
  left: 150px;
}
.eachbox {
  cursor: pointer;
}
.product_box_areas {
  padding-bottom: 60px;
}
.product_box_areas .hover01.column {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  max-width: 1100px;
}
.product_box_areas.showcase {
  display: grid;
  justify-content: space-evenly;
  align-items: center;
}
.product_box_areas .column {
  margin: 15px 0px 0;
  padding: 0;
}
.product_box_areas .column:last-child {
  padding-bottom: 0px;
}
.product_box_areas .column::after {
  content: '';
  clear: both;
  display: block;
}
.bonusarea .product_box_areas .column div {
  position: relative;
  /* float: left; */
  width: 280px;
  height: 300px;
  margin: 0 0 0 5px;
  padding: 0;
}
.bonusarea .product_box_areas .column div:first-child {
  margin-left: 0;
}
.bonusarea .product_box_areas .column div span {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  text-align: left;
  padding-left: 30px;
}
.product_box_areas.showcase .column div span {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
  text-align: left;
  padding-left: 30px;
}
.product_box_areas.showcase figure {
  width: 335px;
  height: 300px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.product_box_areas.showcase .slick-slide {
  position: relative;
  /* float: left; */
  width: 360px;
  height: 300px;
  margin: 0 0 0 5px;
  padding: 0;
}
.product_box_areas figure {
  width: 280px;
  height: 300px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.product_box_areas figure:hover + span {
  bottom: 10px;
  opacity: 1;
  left: 0;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product_box_areas .hover02.column {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
/* Zoom In #1 */
.product_box_areas .hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  object-fit: cover;
  min-height: 300px;
}
.product_box_areas .hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.o-membershiparea p {
  padding: 0px 180px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .kids-o-bannerarea .bannercont {
    position: absolute;
    z-index: 9;
    max-width: 585px;
    left: -245px;
    top: 50px;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .kidshowitarea.sec_one h2 {
    padding: 0 110px;
  }
  .kidsaboutarea.sec_two:before {
    width: 625px;
    height: 600px;
    position: absolute;
    top: -447px;
    left: -24vw;
    content: '';
    background: url(../images/side_image.png) no-repeat 0 0;
    max-width: 625px;
    z-index: 0;
  }
  ul#post-category-tab {
    display: flex;
  }
  .product_box_areas.showcase .hover01.column {
    display: grid;
    justify-content: unset;
    align-items: center;
  }
  .product_box_areas.showcase figure {
    width: 300px;
    height: 300px;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
  }
  .product_box_areas.showcase .column div span {
    left: 0px;
  }
  .kidssearcheareainputarea form {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .product_box_areas.showcase .column div span {
    left: 0px;
  }
  .product_box_areas.showcase figure {
    width: 300px;
  }
  .kidssearcheareainputarea form {
    width: auto;
  }
  .product_box_areas figure {
    width: 240px;
    height: 300px;
  }
  .kidslatestblogarea ul.tab-container li a {
    display: block;
    height: 60px;
    padding: 0 40px;
  }
  .kidsfooterbottomarea .kidscopyrightarea span {
    padding-right: 0;
    line-height: 31px;
  }
}
@media (max-width: 991px) {
  .kidsaboutarea.sec_two:before {
    display: none;
  }
  .kids-o-bannerarea .bannercont {
    position: absolute;
    z-index: 9;
    max-width: 585px;
    left: 0;
    top: 25px;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .kidshowitarea.sec_one h2 {
    padding: 0 35px;
  }
  .kidshowitarea p {
    padding: 0 24px 30px;
  }
  .kidsaboutarea {
    display: block;
  }
  .kidsaboutimgarea {
    width: 100%;
    box-sizing: border-box;
  }
  .kidsaboutcontarea {
    width: 100%;
    box-sizing: border-box;
  }
  .boxno2 {
    margin: 65% auto 26px;
  }
  .bonusarea {
    margin-top: 53%;
  }
  .bonusarea .product_box_areas .hover01.column {
    display: inline-block;
    justify-content: center;
  }
  .bonusarea .product_box_areas .column div {
    float: left;
    width: 50%;
    height: 300px;
    margin: 0 0 15px 0px;
    padding: 0;
  }
  .product_box_areas figure {
    width: 100%;
    height: 300px;
    margin: 0 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .bannercont.bannerstyle span.banner-text {
    font-size: 50px;
  }
  .kids-o-bannerarea .bannercont span.banner-sub-text {
    font-size: 30px;
  }
  a.kidsbannerBtncu {
    margin-top: 10px;
  }
  .kidsbannerBtn {
    margin-top: 10px;
  }
  .product_box_areas.showcase figure {
    width: 90%;
  }
  .kidslatestblogarea ul.tab-container li a {
    display: block;
    padding: 0 30px;
  }
  .o-membershiparea .slick-dots {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .kidsaboutarea.sec_two:before {
    display: none;
  }
  .kids-header .kidstopBg {
    padding-top: 9px;
  }
  .kidssearcheareainputarea {
    width: 100%;
    margin: 15px 0;
  }
  .kidssearcheareainputarea form {
    width: 100%;
  }
  /*-----Banner _ text ------*/
  .homepagebanner {
    min-height: 190px;
  }
  .slick-list.draggable {
    min-height: 190px;
  }
  .kids-o-bannerarea .bannercont {
    position: absolute;
    z-index: 9;
    max-width: 585px;
    left: 15px;
    top: 95px;
  }
  .bannercont.bannerstyle span.banner-text {
    font-size: 40px;
    line-height: 0px;
  }
  .kids-o-bannerarea .bannercont span.banner-sub-text {
    font-size: 16px;
    line-height: 24px;
    padding: 20px 15px 10px 0px;
  }
  .kidsbannerBtn {
    width: 180px;
    font-size: 16px;
    float: left;
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
  }
  a.kidsbannerBtncu {
    width: 180px;
    font-size: 16px;
    float: left;
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
  }
  /*---After Banner ----*/
  .kidshowitarea.sec_one h2 {
    padding: 0px;
    font-size: 24px;
    line-height: 30px;
  }
  .kidshowitarea h2 span {
    font-size: 24px;
    line-height: 0px;
  }
  .kidshowitarea p {
    padding: 0 15px 30px;
  }
  .kidshowitarea h3 {
    font-size: 24px;
  }
  .kidsaboutimgarea {
    width: 100%;
  }
  .kidsaboutcontarea {
    width: 100%;
  }
  .shadowbox {
    display: block;
    padding: 28px 10px;
  }
  .shadowbox .shadowboxcontent h4 {
    margin-top: 10px;
    font-size: 16px;
  }
  .boxno2 {
    margin: 100% auto 26px;
  }
  /*--------- bonusarea --------*/
  .bonusarea {
    margin-top: 70%;
  }
  .bonusarea .bonustitle {
    color: #2d2e30;
    font-size: 50px;
    line-height: 90px;
    font-family: 'futura_xblk_btextra_black';
    position: relative;
    padding: 50px 44px 0;
    margin: 60px 0 15px;
  }
  .product_box_areas {
    padding-bottom: 50px;
    width: 100%;
  }
  .product_box_areas .hover01.column {
    display: inline-block;
    justify-content: center;
    align-items: center;
  }
  .bonusarea .product_box_areas .column div {
    position: relative;
    float: left;
    width: 50%;
    height: 300px;
    margin: 0 0 10px 0px;
    padding: 0;
  }
  .product_box_areas figure {
    width: 100%;
  }
  .o-membershiparea p {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .o-membershiparea h2 span {
    font-size: 24px;
    line-height: 0px;
    margin: 0 0 12px;
  }
  .o-membershiparea h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: inherit;
    line-height: 30px;
  }
  .kidslatestblogarea {
    padding: 0px 0 0px;
    background: #fff;
  }
  .kidslatestblogarea h2 span {
    margin: 0 0 12px;
    color: #d47db9;
    font-family: 'futura_xblk_btextra_black';
    font-size: 24px;
    line-height: 0px;
  }
  .kidslatestblogarea h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .kidslatestblogarea ul.tab-container {
    display: block;
  }
  .yereone-testimonials-block-title {
    padding: 40px 0 0px;
    background: #fff;
  }
  .yereone-testimonials-block-title h2 span {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 0px;
  }
  .yereone-testimonials-block-title h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0px 0 12px;
  }
  .kidssignuparea h2 {
    font-size: 24px;
  }
  .product_box_areas.showcase .column div span {
    left: 20%;
  }
  .yereone-testimonials .yereone-testimonial-item {
    height: auto;
    padding: 0 0 10px;
    margin: 20px;
  }
  ul#post-category-tab {
    display: block;
  }
  .product_box_areas.showcase .column div span {
    left: 0;
  }
}
@media (max-width: 500px) {
  .cms-home main#maincontent {
    margin-top: 250px;
  }
  .kidsaboutarea.sec_two:before {
    display: none;
  }
  .kids-header .kidstopBg {
    padding-top: 9px;
  }
  .kidssearcheareainputarea form {
    width: 100%;
  }
  /*-----Banner _ text ------*/
  .homepagebanner {
    min-height: 190px;
  }
  .slick-list.draggable {
    min-height: 190px;
  }
  .kids-o-bannerarea .bannercont {
    position: absolute;
    z-index: 9;
    max-width: 585px;
    left: 15px;
    top: 70px;
  }
  .bannercont.bannerstyle span.banner-text {
    font-size: 20px;
    line-height: 0px;
  }
  .kids-o-bannerarea .bannercont span.banner-sub-text {
    font-size: 13px;
    line-height: 13px;
    padding: 20px 15px 15px 0px;
  }
  .kidsbannerBtn {
    width: 130px;
    font-size: 12px;
    float: left;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
  }
  a.kidsbannerBtncu {
    width: 100px;
    font-size: 12px;
    float: left;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
  }
  /*---After Banner ----*/
  .kidshowitarea.sec_one h2 {
    padding: 0px;
    font-size: 24px;
    line-height: 30px;
  }
  .kidshowitarea h2 span {
    font-size: 20px;
  }
  .kidshowitarea p {
    padding: 0 15px 30px;
  }
  .kidshowitarea h3 {
    font-size: 24px;
  }
  .kidsaboutimgarea {
    width: 100%;
    padding: 0px;
  }
  .kidsaboutcontarea {
    width: 100%;
    padding: 0px;
  }
  .shadowbox {
    display: block;
    padding: 28px 10px;
  }
  .shadowbox .shadowboxcontent h4 {
    margin-top: 10px;
    font-size: 16px;
  }
  .boxno2 {
    margin: 500px auto 26px;
  }
  /*--------- bonusarea --------*/
  .bonusarea {
    margin-top: 350px;
  }
  .bonusarea .bonustitle {
    color: #2d2e30;
    font-size: 50px;
    line-height: 90px;
    font-family: 'futura_xblk_btextra_black';
    position: relative;
    padding: 50px 44px 0;
    margin: 60px 0 15px;
  }
  .product_box_areas {
    padding-bottom: 50px;
    width: 100%;
  }
  .product_box_areas .hover01.column {
    display: inline-block;
    justify-content: center;
    align-items: center;
  }
  .bonusarea .product_box_areas .column div {
    position: relative;
    float: left;
    width: 100%;
    height: 300px;
    margin: 0 0 20px 0px;
    padding: 0;
  }
  .shadowbox .shadowboxicon {
    width: 90px;
    margin: auto;
    text-align: center;
  }
  .kids-o-bannerarea img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .o-membershiparea p {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .o-membershiparea h2 span {
    font-size: 24px;
    line-height: 0px;
    margin: 0 0 10px;
  }
  .o-membershiparea h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: inherit;
    line-height: 30px;
  }
  .kidslatestblogarea {
    padding: 0px 0 0px;
    background: #fff;
  }
  .kidslatestblogarea h2 span {
    margin: 0 0 10px;
    color: #d47db9;
    font-family: 'futura_xblk_btextra_black';
    font-size: 24px;
    line-height: 0px;
  }
  .kidslatestblogarea h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .yereone-testimonials-block-title {
    padding: 40px 0 0px;
    background: #fff;
  }
  .yereone-testimonials-block-title h2 span {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 0px;
  }
  .yereone-testimonials-block-title h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0px 0 12px;
  }
  .kidssignuparea h2 {
    font-size: 24px;
  }
  .product_box_areas.showcase .column div span {
    left: 0px;
  }
  .yereone-testimonials .yereone-testimonial-item .yereone-testimonial-image {
    height: 210px;
  }
  .shadowbox .shadowboxcontent {
    width: 100%;
    text-align: center;
  }
  .shadowbox .shadowboxcontent h4,
  .shadowbox .shadowboxcontent p {
    text-align: center;
  }
  .yereone-testimonials .yereone-testimonial-item .yereone-testimonial-author {
    color: #393b3f;
    padding-bottom: 20px;
  }
}
