h1 {
    text-align: center;
    margin: 1.5em;
}
#new img {
    width: 35%;
    border-radius: 50%;
}
.container {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.logo-area img {
    width: 100px;
    filter: drop-shadow(2px 4px 6px black);
}
.items {
    display: flex;
    align-items: center;
    width: fit-content;
    animation: carouselAnim 10s infinite alternate linear;
}
.entry {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 300px;
    background: #fff;
    margin: 1em;
    padding: 0.5em;
    border-radius: 10px;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
    .items {
        animation: carouselAnim 35s infinite alternate linear;
    }
    @keyframes carouselAnim {
        from {
            transform: translate(0, 0);
        }
        to {
            transform: translate(calc(-100% + (2 * 300px)));
        }
    }
}
.entry p {
    text-align: center;
    padding: 1em;
}
.name {
    font-weight: bold;
}
@keyframes carouselAnim {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(calc(-100% + (5 * 300px)));
    }
}
.container .faders {
    width: 100%;
    position: absolute;
    height: 100%;
}
.faders .right, .faders .left {
    width: 15%;
    height: 100%;
    position: absolute;
    z-index: 200;
}
.picZoomer {
    position: relative;
    /*margin-left: 40px;
    padding: 15px;*/
}
.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor {
    display: block;
}
.picZoomer-zoom-pic {
    position: absolute;
    top: 0;
    left: 0;
}
.picZoomer-pic {
    /*width: 100%;
    height: 100%;*/
}
.picZoomer-zoom-wp {
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    border: 1px solid #eee;
    height: 460px;
    margin-top: -19px;
}
.picZoomer-cursor {
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0, 0, 0, .1);
}
.picZoomCursor-ico {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(images/zoom-ico.png) left top no-repeat;
}
.my_img {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
}
.piclist li {
    display: inline-block;
    width: 90px;
    height: 114px;
    border: 1px solid #eee;
}
.piclist li img {
    width: 97%;
    height: auto;
}
/* custom style */
.picZoomer-pic-wp, .picZoomer-zoom-wp {
    border: 1px solid #eee;
}
.section-bg {
    background-image: url(images/pro/giphy.gif);
    background-size: cover;
    background-repeat: no-repeat;
}
.section {
    padding: 60px 0;
}
.row-sm .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}
/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
    padding-left: 0px;
    top: 0px;
}
._boxzoom ._product-images {
    width: 80%;
    display: inline-block;
}
._boxzoom ._product-images .picZoomer {
    width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
    left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
    width: 100%;
}
.piclist li img {
    height: 100px;
    object-fit: cover;
}
/*======products-details=====*/
._product-detail-content {
    background: #fff;
    padding: 15px;
    border: 1px solid lightgray;
}
._product-detail-content p._p-name {
    color: black;
    font-size: 20px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 12px;
}
.p-list span {
    margin-right: 15px;
}
.p-list span.price {
    font-size: 25px;
    color: #318234;
}
._p-qty > span {
    color: black;
    margin-right: 15px;
    font-weight: 500;
}
._p-qty .value-button {
    display: inline-flex;
    border: 0px solid #ddd;
    margin: 0px;
    width: 30px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: #fd7f34;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
}
._p-qty .value-button {
    border: 0px solid #fe0000;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
}
._p-qty input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #fe0000;
    border-bottom: 1px solid #fe0000;
    margin: 0px;
    width: 50px;
    height: 35px;
    font-size: 14px;
    box-sizing: border-box;
}
._p-add-cart {
    margin-left: 0px;
    margin-bottom: 15px;
}
.p-list {
    margin-bottom: 10px;
}
._p-features > span {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
._p-add-cart .buy-btn {
    background-color: #fd7f34;
    color: #fff;
}
._p-add-cart .btn {
    text-transform: capitalize;
    padding: 6px 20px;
    /* width: 200px; */
    border-radius: 52px;
}
._p-add-cart .btn {
    margin: 0px 8px;
}
/*=========Recent-post==========*/
.title_bx h3.title {
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    color: #fd7f34;
    font-weight: 700;
    line-height: 1.2em;
}
.title_bx h3.title:before {
    content: "";
    height: 2px;
    width: 20%;
    position: absolute;
    left: 0px;
    z-index: 1;
    top: 40px;
    background-color: #fd7f34;
}
.title_bx h3.title:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-color: #ffc107;
}
.common_wd .owl-nav .owl-prev, .common_wd .owl-nav .owl-next {
    background-color: #fd7f34 !important;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 0px !important;
}
.owl-nav .owl-next {
    right: -10px;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
    top: 50%;
    position: absolute;
}
.common_wd .owl-nav .owl-prev i, .common_wd .owl-nav .owl-next i {
    color: #fff;
    font-size: 14px !important;
    position: relative;
    top: -1px;
}
.common_wd .owl-nav {
    position: absolute;
    top: -21%;
    right: 4px;
    width: 65px;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
    left: 0px;
}
._p-qty .decrease_ {
    position: relative;
    right: -5px;
    top: 3px;
}
._p-qty .increase_ {
    position: relative;
    top: 3px;
    left: -5px;
}
/*========box========*/
.sq_box {
    padding-bottom: 5px;
    border-bottom: solid 2px #fd7f34;
    background-color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.item .sq_box span.wishlist {
    right: 5px !important;
}
.sq_box span.wishlist {
    position: absolute;
    top: 10px;
    right: 20px;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box span.wishlist i {
    color: #adb5bd;
    font-size: 20px;
}
.sq_box h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    color: #343a40;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.sq_box .price-box {
    margin-bottom: 15px !important;
}
.sq_box .btn {
    border-radius: 50px;
    padding: 5px 13px;
    font-size: 15px;
    color: #fff;
    background-color: #fd7f34;
    font-weight: 600;
}
.sq_box .price-box span.price {
    text-decoration: line-through;
    color: #6c757d;
}
.sq_box span {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 10px;
}
.sq_box .price-box span.offer-price {
    color: #28a745;
}
.sq_box img {
    object-fit: cover;
    height: 150px !important;
    margin-top: 20px;
}
.sq_box span.wishlist i:hover {
    color: #fd7f34;
}
/*.right {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(245, 245, 245, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}*/
.prodcut-section {
    padding: 86px 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prodcut-section .container {
    position: relative;
}
.prodcut-section .product-box {
    width: 160px;
    height: 160px;
    display: inline-block;
    margin: 10px;
    border-radius: 15px;
    border: 1px solid #afc8de;
    text-align: center;
    vertical-align: middle;
}
.prodcut-section .product-wrapper {
    max-width: 620px;
    margin: 0 0 0 auto;
}
.prodcut-section .product-box.empty-box {
    opacity: 0;
}
.prodcut-section .product-box.image-show {
    opacity: 0;
}
.prodcut-section .product-box .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    border-radius: 15px;
    transition: 1s opacity;
}
.prodcut-section .product-box {
    position: relative;
    cursor: pointer;
    transition: 0.5s;
}
.prodcut-section .product-box:hover .image-wrapper img {
    opacity: 1;
    transition: 1s opacity;
}
.prodcut-section .product-box label {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    margin: 0;
    font-family: math;
    transform: translate(-50%, -50%);
}
.prodcut-section .product-box a {
    display: table;
    width: 100%;
    color: #337ab7;
}
.hm_pro {
	background-image: url(../images/pro/light2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height:1013px;
	margin-top:-2px;
	background-position: center top;
}
.head-wrapper {
    position: absolute;
    left: 70px;
    z-index: 99;
    top: 200px;
}
.head-wrapper h1 {
    text-align: center;
    margin: 0;
    padding: 20px 0;
    font-family: math;
    font-size: 45px;
    text-align: left;
    line-height: 65px;
    opacity: 0.5;
    color: #337ab7;
    letter-spacing: 10px;
    font-weight: bold;
}
.prodcut-section .bg-image {
    position: relative;
    border-radius: 15px;
    padding: 200px 0 50px 0;
    position: relative;
    overflow: hidden;
}
.prodcut-section .bg-image:before {
    opacity: 0.3;
    /* background-image: url(https://images.pexels.com/photos/1549200/pexels-photo-1549200.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260);*/
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 60px 0px 60px 60px;
    border-radius: 15px;
    background-size: cover;
    top: 0;
    left: 0;
}
.view-btn {
    position: absolute;
    right: 25px;
    padding: 0;
    top: unset;
    bottom: 38px;
    font-family: 'Nunito', sans-serif;
}
.view-btn a:hover {
    background-color: #337ab7;
    color: #ffff;
    transition: 0.5s background-color;
}
.view-btn a {
    font-size: 12px;
    transition: 0.5s background-color;
    text-transform: capitalize;
    font-weight: bold;
    padding: 8px 20px;
    border: 1px solid #337ab7;
    color: #337ab7;
    border-radius: 100px;
    text-decoration: none;
}
.prodcut-section .product-box:hover {
    transition: 0.5s;
    /*color: white;*/
}
.prodcut-section .product-box:hover a {
    color: #fff;
}
/*****FIRST*******/
.prodcut-section .product-box.first-box:hover .image-wrapper {
    position: relative;
    transition: 0.5s top;
    top: 180px;
    margin-top: -112px;
}
.prodcut-section .product-box.first-box .image-wrapper {
    transition: 0.5s top;
    position: relative;
    top: 0;
    z-index: 999;
    position: absolute;
    height: 100%;
}
/****SECOND*******/
.prodcut-section .product-box.second-box:hover .image-wrapper {
    position: relative;
    transition: 0.5s left;
    left: 183px;
}
.prodcut-section .product-box.second-box .image-wrapper {
    transition: 0.5s left;
    position: relative;
    left: 0;
    top: 0px;
    z-index: 999;
    height: 100%;
}
/****THIRD*******/
.prodcut-section .product-box.third-box:hover .image-wrapper {
    position: relative;
    transition: 0.5s right;
    right: 184px;
}
.prodcut-section .product-box.third-box .image-wrapper {
    transition: 0.5s right;
    position: relative;
    right: 0;
    top: 0px;
    z-index: 999;
    height: 100%;
    left: unset;
}
/****FOURTH*******/
.prodcut-section .product-box.fourth-box:hover .image-wrapper {
    position: relative;
    transition: 0.5s bottom;
    bottom: 180px;
}
.prodcut-section .product-box.fourth-box .image-wrapper {
    transition: 0.5s bottom;
    position: relative;
    z-index: 999;
    height: 100%;
    bottom: 0;
}
@media only screen and (max-width: 991px) {
    .head-wrapper {
    	width: 100%;
        top: 100px;
    	left: 0;
    }
	.head-wrapper h1 {
        font-size: 25px;
        line-height: 37px;
		text-align: center;
    }
}
@media only screen and (max-width: 767px) {
    .prodcut-section {
        height: auto;
        display: block;
        padding: 0 0 50px 0;
    }
    /*.prodcut-section .bg-image {
        padding: 35px 35px 85px 15px;
    }*/
    .prodcut-section .product-box.empty-box {
        display: none;
    }
    .product-box.image-show {
        display: none;
    }
    .head-wrapper {
        position: relative;
        top: 200px;
    }
    .head-wrapper h1 br {
        display: none;
    }
	.hm_pro {
		height: 710px;
	}
    .product-wrapper {
        max-width: 100%;
        margin: 0;
    }
    .prodcut-section .bg-image:before {
        left: 0;
        background-position: -250px;
    }
    .prodcut-section .product-box {
        width: 145px;
        height: 130px;
    }
    .prodcut-section .product-box.image-show {
        display: none;
    }
    .prodcut-section .product-box.first-box .image-wrapper, .prodcut-section .product-box.second-box .image-wrapper, .prodcut-section .product-box.third-box .image-wrapper, .prodcut-section .product-box.fourth-box .image-wrapper {
        top: unset !important;
        left: 160px;
        position: relative;
    }
    .prodcut-section .product-box .image-wrapper img {}
    .prodcut-section .product-box.first-box:hover .image-wrapper, .prodcut-section .product-box.second-box:hover .image-wrapper, .prodcut-section .product-box.third-box:hover .image-wrapper, .prodcut-section .product-box.fourth-box:hover .image-wrapper {
        bottom: unset;
        top: unset;
        right: unset;
    }
    .prodcut-section .product-box.second-box:hover .image-wrapper {
        left: 160px;
    }
    @media only screen and (max-width: 767px) {
        .prodcut-section .product-box.first-box .image-wrapper, .prodcut-section .product-box.second-box .image-wrapper, .prodcut-section .product-box.third-box .image-wrapper, .prodcut-section .product-box.fourth-box .image-wrapper {
            top: unset !important;
            left: 140px;
            position: relative;
            margin-top: -88px;
        }
    }
    @media only screen and (max-width: 991px) {
        #test {
            height: 508px;
        }
    }
    @media (max-width: 600px) {
        #metal img {
            display: none;
        }
		.hm_pro {
			height: 1050px;
		}
		.prodcut-section .product-box {
			width: 145px;
			height: 130px;
			margin: 0 auto 40px auto;
			display: block;
		}
    }
    @media only screen and (max-width: 991px) {
        .head-wrapper h1 {
            font-size: 25px;
        }
    }
    .card:hover {
        background: linear-gradient(45deg, #5becec, #102871);
    }
    .banner {
        height: 870px;
        min-height: 300px;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    .banner-tab ul.tabs {
        margin: 0px;
        padding: 0px;
        list-style: none;
        background: #fff;
    }
    .banner-tab ul.tabs li {
        display: inline-block;
        padding: 23px 118px;
        cursor: pointer;
        font-size: 20px;
    }
    .banner-tab ul.tabs li.current {
        background: #0f3d70;
        color: #fff;
    }
    .banner-tab .tab-content {
        display: none;
        background: #ededed;
        padding: 30px;
    }
    .banner-tab .tab-content p {
        font-size: 18px;
    }
    .banner-tab .tab-content h5 {
        color: #0f3d70;
    }
    .banner-tab .tab-content.current {
        display: inherit;
    }
    .banner-tab {
        top: -3%;
        position: relative;
        z-index: 111;
    }
    .banner-tab .row {
        margin-right: -10px !important;
    }