/*  BASIC SETUP   ============================================================================= */

#temp-wrapper {
    width: 100%;
    margin: 20px 0 40px;
    font-family: 'Opens Sans', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

#temp-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px rgba(0,0,0,0.055), 0 10px 10px rgba(0,0,0,0.055);
    box-shadow: 0 2px 28px rgba(0,0,0,0.055), 0 10px 10px rgba(0,0,0,0.055);
}

img {
    max-width: 100%;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

/*  HEADER   ============================================================================= */

#temp-header {
    width: 100%;
}

.temp-banner {
    width: 100%;
    height: 235px;
}

.temp-banner .container-fluid,
.temp-banner .col-xs-3,
.temp-banner .col-sm-3,
.temp-banner .col-md-3,
.temp-banner .col-lg-3,
.temp-banner .col-lg-4,
.temp-banner .col-xs-9,
.temp-banner .col-sm-9,
.temp-banner .col-md-9,
.temp-banner .col-lg-8,
.temp-banner .col-lg-9 {
    padding-right: 0;
    padding-left: 0;
}

.temp-banner .temp-row {
    margin-right: 0;
    margin-left: 0;
}

.store-sign {
    background: #070707;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 235px;
    position: relative;
    z-index: 2;
}

.store-sign h2 {
    color: #f5f7fd;
    font-family: 'Rufina', serif;
    font-style: italic;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2.5px;
    margin-top: 15px;
    text-align: center;
}

.store-sign img {
    align-self: center;
    flex-shrink: 0;
    margin-bottom: 7.5px;
    max-width: 200px;
}

.store-sign .line {
    width: 130px;
    height: 5px;
    background: #c7966c;
}

.temp-banner-image {
    background: url(https://www.imanageds.com/assets/img/wowtrust-assets/ValentinesRightBanner.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 235px;
    position: relative;
}

.temp-banner-image::after {
    position: absolute;
    /*background: #2d2d50;*/
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.55;
}

.banner-icons {
    background: #fff;
    padding: 15px 0;
}

.banner-icons .footer-icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.banner-icons .footer-icon-box i {
    color: #ffc47f;
    font-size: 28px;
    padding: 0 15px 0px 0;
}

.banner-icons p {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
}

/*  PRODUCT SECTION   ============================================================================= */

.border-col {
    border-right: 4px solid #f5f7fd;
}

.product-title-box {
    background: #f5f7fd;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}

h1.item-title {
    color: #3a3a40;
    font-size: 24px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}

.pix-img-gallery {
	display: block;
    padding: 60px 25px;
	width: 100%;
    overflow: hidden;
}

.pix-gallery-top {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

.pix-gallery-top > figure {
	padding: 0;
	overflow: hidden;
	display: block;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.pix-gallery-top > figure:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.pix-gallery-top img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	object-fit: scale-down;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px;
}

.img-thumbnails {
    background-color: #fff;
    border: 1px solid #ddd;
    max-width: 100%;
    height: auto;
}

.desc-container {
    padding: 60px 25px;
}

.desc-header-box {
    border-bottom: 4px solid #f5f7fd;
    padding-top: 7px;
    position: relative;
}

.desc-header,
.info-title {
    background: #fff;
    color: #054ba5;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    padding-right: 20px;
}

.desc-header {
    bottom: -14px;
}

.info-title {
    top: -16px;
}

.item-desc {
    padding: 40px 0;
}

.item-specs ul {
    padding-left: 20px;
}

.item-specs {
    border-top: 4px solid #f5f7fd;
    position: relative;
    padding-top: 40px;
}

.additional-info p {
    margin-bottom: 0;
}

/*  POLICY SECTIONS   ============================================================================= */

.temp-section {
    padding: 60px 25px;
}

.temp-section h2 {
    color: #3a3a40;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 55px;
    position: relative;
}

.temp-section h2::after {
    background: #054ba5;
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 4px;
    left: 0;
    top: 50px;
}

.temp-section p:last-of-type {
    margin-bottom: 0;
}

.shipping-policy,
.feedback-policy {
    background: #f5f7fd;
}

.returns-policy {
    background: #fff;
}

.shipping-picture {
    background: url(https://imanageds.com/assets/img/ebay/policy-shipping.jpg) no-repeat;
    background-position: right;
    padding-left: 0;
}

.payment-picture {
    background: url(https://imanageds.com/assets/img/ebay/policy-payment.jpg) no-repeat;
    background-position: center;
    padding-left: 0;
}

.feedback-picture {
    background: url(https://imanageds.com/assets/img/ebay/policy-feedback.jpg) no-repeat;
    background-position: center;
    padding-right: 0;
}

.shipping-picture,
.payment-picture,
.feedback-picture {
    background-size: cover;
    display: block;
    width: 100%;
    position: relative;
}

.shipping-picture::after,
.payment-picture::after,
.feedback-picture::after {
    position: absolute;
    background: #ffc47f;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

/*  FOOTER   ============================================================================= */

#temp-footer {
    background: #2d2d50;
}

.footer-top {
    background: #fff;
    padding: 40px 25px;
}

.footer-top p {
    font-size: 14px;
    margin-bottom: 0;
}

.footer-icon-box {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.icon-box-border {
    border-right: 1px solid #ddd;
}

.footer-icon-box i {
    color: #054ba5;
    font-size: 40px;
    padding: 0 15px 0px 0;
}

.footer-copy {
    color: #fff;
    font-size: 12px;
    padding: 20px 25px;
    text-align: center;
}

/*  MEDIA   ============================================================================= */

@media only screen and (max-width: 991px) {
    #temp-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }
    #temp-container {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .store-sign img {
        max-width: 175px;
    }
    .temp-banner .container-fluid .temp-row .col-md-4 {
        display: none;
    }
    .temp-banner .container-fluid .temp-row .col-md-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .store-sign img {
        max-width: 150px;
        padding-left: 15px;
    }
    .pix-img-gallery,
    .temp-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .product-title-box {
        padding-left: 35px;
        padding-right: 35px;
    }
    .desc-container {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .temp-section h2 {
        font-size: 26px;
    }
    .pix-img-gallery,
    .desc-container,
    .temp-section,
    .footer-top,
    .footer-copy {
        padding-left: 20px;
        padding-right: 20px;
    }
    .shipping-picture,
    .payment-picture,
    .feedback-picture {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    h1.item-title {
        text-align: left;
    }
    .footer-icon-box i {
        font-size: 32px;
    }
    .temp-banner .container-fluid .temp-row .col-sm-5 {
        display: none;
    }
    .temp-banner .container-fluid .temp-row .col-sm-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .temp-banner-image {
        background-position: -100px;
    }
}

@media only screen and (max-width: 640px) {
	.temp-banner-image {
        background-position: -140px;
    }
}

@media only screen and (max-width: 575px) {
    .store-sign img {
        max-width: 135px;
    }
    .store-sign h2 {
        font-size: 17px;
    }
    .temp-section h2 {
        font-size: 24px;
    }
    .footer-top {
        display: none;
    }
    .temp-banner .container-fluid .temp-row .col-xs-5 {
        display: none;
    }
    .temp-banner .container-fluid .temp-row .col-xs-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .temp-banner-image {
        background-position: -180px;
    }
}

@media only screen and (max-width: 500px) {
    .product-title-box {
        padding-left: 30px;
        padding-right: 30px;
    }
    .store-sign h2 {
        font-size: 16px;
    }
    .temp-section h2 {
        font-size: 22px;
    }
    .pix-img-gallery,
    .desc-container,
    .temp-section,
    .footer-top,
    .footer-copy {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-icons .footer-icon-box i {
        font-size: 24px;
        padding: 0 10px 0px 0;
    }
    .banner-icons .footer-icon-box p {
        font-size: 13px;
    }
    .temp-banner-image {
        background-position: -250px;
    }
}

@media only screen and (max-width: 439px) {
    .sm-mt-10 {
        margin-top: 10px;
    }
    .store-sign::after {
        display: none;
    }
    .store-sign img {
        max-width: 175px;
        padding-left: 0;
    }
    .banner-icons .footer-icon-box {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .banner-icons .footer-icon-box i {
        font-size: 20px;
    }
    .banner-icons .footer-icon-box p {
        font-size: 12px;
    }
    .banner-icons .footer-icon-box br {
        display: none;
    }
    .temp-banner-image {
        background-position: -320px;
    }
}

@media only screen and (max-width: 359px) {
    .temp-banner-image {
        background-position: -370px;
    }
}