.single-product-wrapper {
    background: #f3f3f3;
    padding-top: 200px;
    margin-top: -120px;
    position: relative;
}

    .single-product-wrapper h1 {
        font-size: 32px;
        font-weight: bold;
    }

.product-details-side {
    padding-right: 40px;
    padding-top: 40px;
}

.product-variables-select {
    margin-top: 40px;
}

    .product-variables-select .variable-section {
        margin-bottom: 30px;
    }

    .product-variables-select .variable-title {
        font-weight: bold;
        font-size: 18px;
        color: #222;
        margin-bottom: 10px;
    }

    .product-variables-select .selection-items {
        font-size: 0;
    }

        .product-variables-select .selection-items .item {
            margin: 5px 0 5px 5px;
            cursor: pointer;
            border: 1px solid #222;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            font-weight: bold;
            color: #222;
            font-size: 16px;
            text-align: center;
            min-width: 100px;
            padding: 6px 30px;
            display: inline-block;
        }

            .product-variables-select .selection-items .item.selected {
                background: #222;
                color: #fff;
            }

            .product-variables-select .selection-items .item.disabled {
                opacity: 0.4;
                cursor: default;
            }

            .product-variables-select .selection-items .item.type-color span {
                width: 18px;
                height: 18px;
                vertical-align: top;
                margin-top: 2px;
                margin-left: 10px;
                border: 2px solid #fff;
                display: inline-block;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

.product-atc-section {
    margin-top: 80px;
}

    .product-atc-section .price {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 5px;
    }

        .product-atc-section .price strong {
            margin-left: 5px;
        }

    .product-atc-section .extra-btns {
        font-size: 0;
        margin-top: 30px;
        margin-right: 5px;
        display: inline-block;
    }

        .product-atc-section .extra-btns a {
            display: inline-block;
            border: 1px solid #333;
            color: #222;
            padding: 16px 40px;
            font-size: 16px;
            font-weight: bold;
            line-height: 32px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

    .product-atc-section .atc-button {
        padding: 16px 40px 16px 60px;
        background: #222;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        line-height: 34px;
        display: inline-block;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .product-atc-section .atc-button {
        transition: all 0.1s;
    }

        .product-atc-section .atc-button .mov, .product-atc-section .atc-button .def {
            transition: all 0.1s;
        }

        .product-atc-section .atc-button img, .product-atc-section .atc-button svg {
            margin-left: 30px;
            width: 32px;
            height: 32px;
            display: inline-block;
            line-height: 32px;
        }

            .product-atc-section .atc-button img.mov, .product-atc-section .atc-button svg.mov {
                opacity: 0;
                position: absolute;
                margin-right: -62px;
                margin-left: 0;
                margin-top: 0px;
            }

        .product-atc-section .atc-button:hover {
            background: #F3C716;
            color: #222;
        }

            .product-atc-section .atc-button:hover img.def {
                opacity: 0;
            }

            .product-atc-section .atc-button:hover img.mov {
                opacity: 1;
            }

.product-extra-details {
    margin-top: 40px;
    color: #555;
}

    .product-extra-details strong {
        margin-left: 5px;
        color: #333;
    }

.product-images-side {
    position: relative;
}

    .product-images-side .big-img {
        padding-right: 60px;
    }

    .product-images-side .small-thumbs {
        direction: ltr;
        position: absolute;
        top: 50px;
        right: 0;
        width: 40px;
        height: auto;
    }

        .product-images-side .small-thumbs img {
            width: 40px;
            height: auto;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            cursor: pointer;
        }

    .product-images-side .swiper-slide-thumb-active {
        border: 2px solid #F3C716;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.single-product-related {
    background: #FBFBFB;
}

    .single-product-related .related-head {
        font-size: 20px;
        font-weight: bold;
        color: #444;
        margin-bottom: 30px;
    }

        .single-product-related .related-head:before {
            content: "";
            margin-left: 10px;
            display: inline-block;
            vertical-align: middle;
            height: 3px;
            width: 40px;
            background: #aaa;
        }

.single-notes .infohelp {
    padding: 0 40px;
    font-size: 24px;
}

    .single-notes .infohelp img {
        margin-bottom: 20px;
    }

    .single-notes .infohelp p {
        margin-bottom: 0;
    }

    .single-notes .infohelp strong {
        margin-top: 10px;
        display: block;
        font-weight: bold;
        font-size: 30px;
        direction: ltr;
    }

.single-notes .items {
    padding-top: 60px;
}

    .single-notes .items img {
        padding: 10px 30px 10px 0;
    }

    .single-notes .items .title {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 10px;
    }

.product-details-side .h2 {
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
}

    .product-details-side .h2 span {
        display: inline-block;
        margin: 0 5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #aaa;
        width: 4px;
        height: 4px;
        vertical-align: middle;
    }

.product-details-side .desc {
    font-size: 18px;
}

.wishlist-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 0;
    border: 1px solid transparent;
}

    .wishlist-btn, .wishlist-btn:after {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

        .wishlist-btn:hover {
            border: 1px solid #eee;
            border-left: 1px solid transparent;
            background: #fff;
            padding-right: 15px;
            z-index: 2;
            -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            -webkit-transform: rotate(-10deg);
            -moz-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
            -o-transform: rotate(-10deg);
            transform: rotate(-10deg);
            transform-origin: top right;
        }

            .wishlist-btn:hover:after {
                right: 39px;
                opacity: 1;
                z-index: 2;
            }

        .wishlist-btn:after {
            content: attr(data-title);
            font-size: 14px;
            position: absolute;
            right: 30px;
            display: block;
            top: -1px;
            background: #fff;
            width: auto;
            white-space: nowrap;
            padding: 0 10px 0 20px;
            height: 40px;
            border: 1px solid #eee;
            border-right: 1px solid #fff;
            opacity: 0;
            z-index: -1;
        }

        .wishlist-btn img {
            width: 24px;
            height: auto;
            opacity: 0.8;
        }

        .wishlist-btn:hover img {
            opacity: 1;
        }

.size-guide-btn {
    background: transparent;
    margin-right: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border: none;
}

    .size-guide-btn::before {
        content: " [";
        padding: 0 5px;
    }

    .size-guide-btn::after {
        content: "] ";
        padding: 0 5px;
    }

    .size-guide-btn img {
        width: 16px;
        height: auto;
        margin-left: 5px;
        display: inline-block;
    }

    .size-guide-btn:hover {
        background: #fff;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

        .size-guide-btn:hover:focus {
            background: #eee;
        }

        .size-guide-btn:hover img {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.size-guide-fly .row {
    display: flex;
}

.size-guide-fly .right {
    background: rgba(0, 0, 0, 0.02);
    margin: -40px -40px -40px 0;
    padding: 40px;
    height: calc(100% + 80px);
}

.size-guide-fly .left {
    padding: 0 40px 40px;
}

    .size-guide-fly .left img {
        margin-top: -15px;
        margin-bottom: 15px;
    }

.size-guide-fly table {
    width: 100%;
}

    .size-guide-fly table th, .size-guide-fly table td {
        padding: 10px 15px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    .size-guide-fly table thead {
        background: #eee;
    }

@media screen and (max-width: 600px) {
    .section-padding {
        padding: 40px 0;
    }

    .single-product-wrapper {
        margin-top: 0;
    }

    .product-images-side .big-img {
        padding-right: 0;
    }

    .product-images-side .small-thumbs {
        direction: ltr;
        position: static;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
    }

        .product-images-side .small-thumbs .swiper-slide {
            margin-top: 20px;
        }

        .product-images-side .small-thumbs .swiper-wrapper {
            align-items: center;
            justify-content: center;
        }

    .single-product-related .items {
        padding-right: 30px;
    }

    .single-product-feat {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 1px solid #eee;
        margin: 15px 0;
        padding: 30px;
    }

    .single-notes {
        padding: 50px 30px;
    }
}

/*# sourceMappingURL=single.css.map */
