/* =====Basic===== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
body{
    font-family: 'Montserrat', sans-serif !important;
}
button, input, optgroup, select, textarea {
    font-family: 'Montserrat', sans-serif;
}
.container{
    max-width:1340px;
    padding:0;
}
h1,h2,h3,h4,h5,h6{
    padding:0;
    margin:0;
}
a, a:focus, a:active, a:hover{
    text-decoration: none;
    outline: 0;
}
ul, li{
    margin:0;
    padding:0;
    list-style:none;
}
img, svg {
    vertical-align: middle;
}
.padding-bottom-30{
    padding-bottom: 30px;
}
/* Fonts */
@font-face {
    font-family: 'century_gothicregular';
    src: url('../fonts/gothic-webfont.eot');
    src: url('../fonts/gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothic-webfont.woff2') format('woff2'),
         url('../fonts/gothic-webfont.woff') format('woff'),
         url('../fonts/gothic-webfont.ttf') format('truetype'),
         url('../fonts/gothic-webfont.svg#century_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'century_gothicbold';
    src: url('../fonts/gothicb-webfont.eot');
    src: url('../fonts/gothicb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothicb-webfont.woff2') format('woff2'),
         url('../fonts/gothicb-webfont.woff') format('woff'),
         url('../fonts/gothicb-webfont.ttf') format('truetype'),
         url('../fonts/gothicb-webfont.svg#century_gothicbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* =====FLEX===== */
.Flex-col {
    display: flex;
}
.Flex-col.space-between{
    justify-content: space-between;
}
/* =====BUTTON===== */
.btn-primary{
    background:#242424;
    border: 0;
    color:#fff;
    border-radius:50px;
    position: relative;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    height: 48px;
    padding:0 25px;
    line-height:48px;
    font-size:14px;
    text-transform: uppercase;
    font-weight:500;
}
.btn-primary.with-arrow{
    padding:0 10px 0 25px;
}
.btn-primary.with-arrow svg{
    margin-left:10px;
}
.btn-primary.with-arrow svg path{
    fill: #fff;
}
.btn-primary:hover {
	color: #fff;
	background: #1843b0;
}
.lrg-btn{
    min-width:280px;
    padding:0 30px;
    height:60px;
    font-size:16px;
    color: #fff;
    line-height:62px;
    font-weight: 700;
    background:#f03423;
    text-transform: uppercase;
}
.lrg-btn svg{
    margin-left: 30px;
    margin-top: -4px;
}
.lrg-btn svg path{
    fill: #fff;
}
/* ================ */
/* =====Header===== */
/* ================ */
.Top-header{
    border-bottom:1px #ccc solid;
}
.Top-header .Search-cl{
 display:none;   
}
.Logo, .F-logo{
    text-align: center;
    padding: 15px 0;
}
.Logo img, .F-logo img{
    height: 70px;
    max-width:inherit;
}
.Tree-count{
    padding-top: 10px;
}
.header-left-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 102px;
}
.header-left-links .btn-primary {
    height: 34px;
    min-width: 80px;
    font-size: 10px;
    padding: 0 15px;
    line-height: 34px;
    font-weight: 500;
}
.header-left-links .btn-primary:hover{
    color:#fff;
}
.header-left-links .Sign-btn, .Wishlist-btn {
    position: relative;
    padding: 0 30px 0 0;
    margin-right:30px;
}
.Wishlist-btn a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #454545;
    text-decoration: none;
    font-weight:500;
    transition:all 0.5s ease;
}
.Wishlist-btn a:hover{
    color: #ff3e2a;   
}
.Wishlist-btn a span {
    margin-left: 5px;
}
.Wishlist-btn img {
    height: 19px;
    margin-right: 10px;
}
.Wishlist-btn::after,
.header-left-links .Sign-btn::after{
    position: absolute;
    right: 0;
    height: 15px;
    width: 1px;
    content: '';
    top: 5px;
    background: #ccc;
}
.header-left-links .M-search-cl{
    position: relative;
}
.header-left-links .Sign-btn::after{
    top: 10px;
}
.Cart-cl {
    display: flex;
    justify-content: center;
    align-items: center;
}
.Cart-count {
    position: relative;
}
.Cart-count span {
    position: absolute;
    height: 20px;
    width: 20px;
    background: #ff3e2a;
    color: #fff;
    border-radius: 50%;
    left: 0;
    right: 0;
    bottom:-5px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-top: 1px;
}
.Cart-count img {
    height: 42px;
}
.Cart-cl-dl a span {
    display: block;
    padding-left: 10px;
    color: #454545;
    transition:all 0.5s ease;
    font-weight:500;
}
.Cart-cl-dl a:hover span{
    color:#f50100;
}
.Cart-cl-dl{
    font-size: 14px;
    font-weight:500;
    color: #454545;
}
.Tree-count {
    padding-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position:relative;
}
.Tree-count > div {
    font-size: 14px;
    color: #454545;
    font-weight: 600;
    padding: 0 20px 0 25px;
    line-height: 19px;
    margin-bottom: -5px;
}
.Tree-count > div span {
    font-size: 20px;
    color: #f03423;
}
.Tree-count > div b {
    color: #1843b0;
    font-size: 20px;
    font-weight: bold;
}
.Tree-count > div.T-count {
    padding-left: 50px;
    background:url(../images/tree-arrow.png) no-repeat left center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Tree-count > div.T-count i {
    background: #fff;
    width:auto;
    height:auto;
    border-radius:20px;
    font-size: 16px;
    color: #242424;
    font-weight: bold;
    font-style: normal;
    margin-left: -20px;
    display: inline-block;
    padding:6px;
    text-align: center;
}
.Tree-count > div.T-count span {
    position: absolute;
    font-size: 14px;
    bottom: -20px;
    right: 35px;
    color: #000;
    font-weight: 600;
}
/* ====HEADER MENU==== */
.Header-menu {
    position: relative;
}
.Header-menu .container {
    display: flex;
    justify-content: space-between;
}
.Header-menu .navbar {
    position: inherit;
    padding: 0;
}
.Header-menu .menu{
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.menu-item-has-children {
    position: relative;
}
.Header-menu .menu > .menu-item {
    margin:0 15px;
    padding:25px 0;
}
.Header-menu .menu > .menu-item:first-child{
    margin-left: 0;
}
.Header-menu .menu > .menu-item > a{
    font-size: 14px;
    color: #454545;
    font-weight:800;
    padding: 0;
    text-transform: uppercase;
    transition:all 0.5s ease;
}
.Header-menu .menu .menu-item.current-menu-item > a, .Header-menu .menu .menu-item:hover > a{
    color:#f03423;
}
.Header-menu .menu .Nav-Submenu, .Header-menu .menu .sub_menu{
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border:1px solid #d8dbe3;
    border-radius:0;
    padding:35px 0;
    opacity:1;
    visibility:visible;
}
.Header-menu .menu .Nav-Submenu {
    top: 74px;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1340px;
}
.Header-menu .menu > .menu-item:nth-child(2) a, .Header-menu .menu > .menu-item.menu-item-has-children > a{
    position:relative;
}
.Header-menu .menu > .menu-item:nth-child(2) > a::after,
.Header-menu .menu > .menu-item.menu-item-has-children > a::after{
    background:url(../images/down_icon.png) no-repeat left center;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    right: -18px;
    top: 5px;
}
/*.Header-menu .menu > .menu-item:nth-child(2):hover > a::after,*/
/*.Header-menu .menu > .menu-item.menu-item-has-children:hover > a::after{*/
/*    opacity:1;*/
/*    visibility:visible;*/
/*}*/
/*.Header-menu .menu > .menu-item:nth-child(2) a::after,*/
/*.Header-menu .menu > .menu-item.menu-item-has-children > a::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: -31px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 3px;*/
/*    background: #f03423;*/
/*    z-index: 1111;*/
/*    opacity:0;*/
/*    visibility:hidden;*/
/*}*/
.Header-menu .menu .sub_menu {
    top: 74px;
    left: 0;
    padding: 20px;
}
.Header-menu .menu .Nav-Submenu .row > div {
    padding-right: 40px;
    padding-left: 40px;
    position: relative;
}
/*.Header-menu .menu .Nav-Submenu .row > div:first-child {*/
/*    padding-left:40px;*/
/*}*/
/*.Header-menu .menu .Nav-Submenu .row > div:last-child {*/
/*    padding-right:40px;*/
/*}*/
.Header-menu .menu .Nav-Submenu .row > div:last-child::after{
    display:none;
}
.menu .Nav-Submenu .row > div::after {
    content: '';
    position: absolute;
    right: 0;
    top: 40px;
    bottom: 10%;
    width: 1px;
    background: #cfdee5;
}
.Header-menu .menu .Nav-Submenu h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 36px;
    padding-left: 36px;
    margin-bottom: 15px;
}
.Nav-Submenu > .row > div:nth-child(1) h2{
    background:url(../images/Home-icon.png) no-repeat left center;
}
.Nav-Submenu > .row > div:nth-child(2) h2{
    background:url(../images/best-selling.png) no-repeat left center;
}
.Nav-Submenu > .row > div:nth-child(3) h2{
    background:url(../images/storage.png) no-repeat left center;
}
.Nav-Submenu > .row > div:nth-child(4) h2:nth-child(1){
    background:url(../images/sports.png) no-repeat left center;
}
.Nav-Submenu > .row > div:nth-child(4) h2.padding-top-40{
    background:url(../images/back-school.png) no-repeat left center;
    margin-top:30px;
}
.Nav-Submenu > .row > div:nth-child(5) h2{
    background:url(../images/presents-for.png) no-repeat left center;
}
.Nav-Submenu > .row > div:nth-child(6) h2{
    background:url(../images/occasions.png) no-repeat left center;
}
.Header-menu  .reseller-page,
.Header-menu .menu .menu-item:nth-child(8), .Header-menu .menu .menu-item:nth-child(9) {
    display: none;
}
.role-reseller .reseller-page,
.role-administrator .reseller-page{
 display: list-item;
}

.role-reseller .reseller-page,
.role-administrator .reseller-page {
    display: list-item !important;
}
.Nav-Submenu li{
    line-height: 16px;
    padding-bottom: 15px;
}
.menu .sub_menu li {
    padding: 0 0 18px 0;
    line-height: 16px;
}
.Nav-Submenu li a, .sub_menu li a{
    font-size: 12px;
    color: #7c7c7c;
    line-height: 12px !important;
    font-weight:500;
    padding: 0;
}
.Nav-Submenu li a:hover, .sub_menu li a:hover{
    color:#323232;
}
/* == Header Search == */
.Search-cl {
    border: 1px #ccc solid;
    border-radius: 50px;
    height: 54px;
    margin: 10px 0;
    min-width: 350px;
    position: relative;
}
.Search-cl input[type="text"] {
    border: 0 !important;
    height: 54px;
    background: none;
    padding: 0 50px 0 25px;
    font-size: 14px;
    color: #454545;
    width: 100%;
    outline: 0 !important;
    border: none !important;
}
.Search-cl button {
    border: 0;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 0;
    background: none;
}
/* == HERO Slider == */
.Banner-slide .owl-dots {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.Banner-slide .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    margin: 0 5px;
    border-radius: 50px;
    text-align: center;
    border-color: transparent;
    transition:all 0.5s ease;
}
.Banner-slide .owl-dots .owl-dot.active{    
    border: 1px #ddd solid;
}
.Banner-slide .owl-dots .owl-dot.active span{
    opacity: 1;
}
.Banner-slide .owl-dots .owl-dot span {
    background: #fff;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
    opacity: 0.5;
}
.Banner-slide .owl-carousel .owl-stage-outer,
.Banner-slide .owl-carousel .owl-item{
    border-radius:30px;
}
.Banner-slide .owl-carousel .owl-item img {
    display: block;
    height: 100%;
    width: 100%;
    border-radius:30px;
}
.carousel-caption {
    right: 5%;
    bottom: 30%;
    left: auto;
    padding-top: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-caption h2{
    font-family: 'century_gothicregular';
    font-size:30px;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    margin:0;
}
.carousel-caption h1{
    font-family: 'century_gothicbold';
    font-size:80px;
    color:#fff;
    text-transform: uppercase;
    text-align: center;
    line-height:80px;
}
.carousel-caption a {
    width: 280px;
    height:60px;
    border-radius: 50px;
    border: 1px #fff solid;
    display: inline-block;
    line-height:60px;
    text-decoration: none;
    color: #fff;
    font-size:16px;
    font-weight:600;
    text-transform: uppercase;
    margin-top:25px;
    transition:all 0.5s ease;
}
.carousel-caption a svg{
    margin-left: 30px;
    margin-top:-2px;
}
.carousel-caption a svg path {
    fill: #fff;
    transition:all 0.5s ease;
}
.carousel-caption a:hover{
    background:#fff;
    color:#000;
}
.carousel-caption a:hover svg path{
    fill: #000;
}

/* == TOP AD BANNER == */
.Add-banner{
    padding:30px 0;
}
.Ad-banner {
    position: relative;
    border-radius: 30px;
}
.Ad-banner img{
    border-radius: 30px;
}
.Ad-banner .Cnt {
    position: absolute;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    left: 0;
}
.Add-banner .Ad-banner .Cnt h2 {
    width: 80%;
    margin: 0 auto;
}
.Ad-banner .Cnt h2 {
    font-size:48px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 900;
    text-align: center;
    line-height:44px;
    
}
.Ad-banner.New-arrivals .Cnt h2{
    color: #f03423;
    font-weight:800;
}
.Ad-banner .Cnt span {
    margin: 0 auto;
    width: 80%;
    display: block;
    text-align: center;
    padding-top: 30px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.Ad-banner .Cnt .btn-primary {
    min-width: 190px;
    height:54px;
    line-height:54px;
    font-size: 16px;
    font-weight: 600;
    margin: 50px auto;
    display: table;
}
.Ad-banner .Cnt .btn-primary:hover{
    background:#f03423;
}
.Ad-banner.New-arrivals .Cnt .btn-primary {
    margin: 30px auto -170px;
}
/* Ad Small Banner */
.Ad-banner.SM-ad-banner .Cnt {
    left: 80px;
    right: auto;
    margin:0;
}
.Ad-banner.SM-ad-banner .Cnt .btn-primary {
    margin:20px 0 0;
}
.Ad-banner.SM-ad-banner.White-txt .Cnt .btn-primary{
    color:#000;
    background:#fff;
}
.Ad-banner.SM-ad-banner.White-txt .Cnt .btn-primary:hover{
    color:#fff;
    background:#f03423;
}
.Ad-banner.SM-ad-banner .Cnt h2 {
    font-weight: 800;
    margin-bottom: 30px;
    text-align: left;
    font-size:44px;
    line-height:44px;
}
.Ad-banner.SM-ad-banner.White-txt .Cnt h2 {
    color: #fff;
    text-shadow: 1px 1px 2px #00000075;
}
.Free-shipping img, .Buy-one-get img, .Ad-banner img{
    max-width: 100%;
    height: 100%;
}
/* Popular Collection */
.Popular-wrapper .nav-tabs {
    border: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.Popular-wrapper .nav-tabs .nav-link {
    min-width: 200px;
    height: 60px;
    line-height:62px;
    padding:0;
    border: 1px #d8dbe3 solid;
    border-radius: 20px;
    margin: 0 15px;
    font-size: 16px;
    color: #454545;
    font-weight: 600;
    transition:all 0.6s ease;
}
.Popular-wrapper .nav-tabs .nav-link.active,
.Popular-wrapper .nav-tabs .nav-link:hover{
    color: #fff;
    background:#1843b0;
    border-color:#1843b0;
}
.Popular-wrapper .owl-nav .owl-prev {
    left: -60px;
}
.Popular-wrapper .owl-nav .owl-next {
    right: -60px;
}
.Popular-wrapper .owl-nav .owl-prev,
.Popular-wrapper .owl-nav .owl-next{
    position: absolute;
    top: 48%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
/* Owl Slider Nav */
.owl-nav .owl-prev{background:url(../images/prev_icon.svg) no-repeat center center !important;}
.owl-nav .owl-next{background:url(../images/next_icon.svg) no-repeat center center !important;}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled{
    opacity: 0.5;
}
.Popular-wrapper .owl-nav .owl-prev,
.Popular-wrapper .owl-nav .owl-next{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span{
    display: none;
}
/* Product Box */
.Product-box {
    border: 1px #dfe1eb solid;
    border-radius: 20px;
    position: relative;
}
.Product-box .star-box{
    background: url('../images/Star.png');
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    height: 120px;
    width: 120px;
    color: #fff;
    padding: 25px 15px 30px 15px;
    transform: rotate(45deg);
    right: 10px;
    text-align: center;
    font-size: 13px;
    text-shadow: 0px 0px 2px rgba(150, 150, 150, 0.91);
}
.Product-box .star-box span{
     font-size: 25px;   
     line-height: 1;
}
.Product-img, .Product-img a {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
}
.Product-img img, .Product-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.Product-box .Pro-content {
    padding:20px;
}
.Product-box .Pro-content h3 {
    font-size: 18px;
    color: #454545;
    font-weight: 600;
    line-height: 26px;
    padding-bottom: 20px;
}
.Product-box .Pro-content .Rating {
    padding-bottom:25px;
}
.Product-box .Pro-content .Pro-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Product-box .Pro-content .Pro-btn a {
    min-width: 170px;
    height: 46px;
    border: 1px #bcbcbd solid;
    border-radius: 25px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #454545;
    font-weight: 600;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    transition:all 0.5s ease;
}
.Product-box .Pro-content .Pro-btn a:hover{
    border-color: transparent;
    color: #fff;
    transition:all 0.5s ease;
    background: rgb(224,59,44);
    background: linear-gradient(90deg, rgba(224,59,44,1) 0%, rgba(250,114,102,1) 100%);
}
.Product-box .Pro-content .Pro-btn a svg path {
    fill: #454545;
    transition:all 0.5s ease;
}
.Product-box .Pro-content .Pro-btn a:hover svg path {
    fill: #fff;
}
.Product-box .Pro-content .Pro-price {
    color: #e5232a;
    font-size: 26px;
    font-weight: 500;
}

/* Category */
.Heading-1 {
    font-size:38px;
    color: #1843b0;
    text-align: center;
    font-weight:700;
    padding:60px 0 30px;
    letter-spacing:-0.9px;
}
.Red-font{
    color: #e5232a;
}
.Cat-col a{
    text-decoration: none;
    margin-bottom: 30px;
    display: block;
}
.Cat-col span {
    display: flex;
    min-height: 50px;
    justify-content: center;
    align-items: center;
    color: #474b5f;
    font-size: 20px;
    font-weight:600;
    padding: 0 40px;
    text-align: center;
    line-height: 24px;
    padding-top: 20px;
    text-transform: uppercase;
    letter-spacing:-0.5px;
    transition: 0.5s all ease-in-out;
}
.Category-btn{
    padding:20px 0 30px;
}
.Cat-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius:30px;
}
.Cat-img img {
    max-width: 100%;
    max-height:100%;
    transition: 0.5s all ease-in-out;
}

.Cat-col a:hover img {
    transform: scale(1.1);
}
.Cat-col a:hover span{
color:#e5232a;
}
.Category-wrapper {
    padding-top:30px;
}
/* Testimonials */
.Testimonials-wrapp .container {
    background: #fff;
    padding:30px 50px !important;
    border-radius: 30px;
    margin-top: 50px;
    border:1px #ccc solid;
}
.Testimonials-cl {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Testimonials-cl .Cl-img {
    background: #fff;
    width:90px;
    margin: 0 auto 20px;
    height:90px;
    border-radius: 50%;
}
.Testimonials-cl .Cl-img img{
    width:90px;
    height:90px;
    border-radius: 50%;
}
.Testimonials-cl p {
    font-size: 16px;
    color: #1b2022;
    line-height: 26px;
    max-width: 90%;
    margin: 0 auto 20px;
    text-align: center;
}
.Testimonials-cl span {
    font-size: 18px;
    color: #f03423;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
}
.Testimonials-cl .Rating img {
    width: auto;
    height: auto;
    display: inline-block;
}
/* Testimonials Owl Nav */
.Testimonials-wrapp .owl-dots {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.Testimonials-wrapp .owl-dots .owl-dot {
    width:10px;
    height:10px;
    margin: 0 5px;
    border-radius: 50px;
    text-align: center;
    transition:all 0.5s ease;
}
.Testimonials-wrapp .owl-dots .owl-dot.active span{
    background: #222;
}
.Testimonials-wrapp .owl-dots .owl-dot span {
    background: #999;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
}
.Testimonials-wrapp .owl-nav .owl-prev,
.Testimonials-wrapp .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}
.Testimonials-wrapp .owl-nav .owl-prev {
    left: -30px;
}
 .Testimonials-wrapp .owl-nav .owl-next{
    right: -30px;
}
/* === SHOP FOR WHO === */
.Shop-for-who{
    padding-top:70px;
}
.Shop-for-who .Heading-1 {
    text-align: left;
    width: 260px;
    line-height: 40px;
    padding: 0 0 30px;
}
.Shop-who-cnt p {
    font-size: 14px;
    color: #6d707b;
    line-height: 20px;
    margin: 10px 0 40px;
    padding-right: 50px;
}
.Shop-for-who .owl-nav .owl-prev {
    left: -377px;
}
.Shop-for-who .owl-nav .owl-next {
    left: -335px;
}
.Shop-for-who .owl-nav .owl-prev,
.Shop-for-who .owl-nav .owl-next {
    position: absolute;
    top: 64%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

/* Bottom Add Wrapp */
.Bottom-add-wrapper{
    padding-top:50px;
}
.Bottom-add-wrapper h2 {
    width: 50%;
}
/* Shipping Section */
.Shipping-wrapper .container {
    background: #eef1f7;
    margin:40px auto 70px;
    padding:50px !important;
    border-radius: 30px;
}
.Shipping-wrapper .Ship-detail {
    text-align: center;
}
.Shipping-wrapper .Ship-detail .Ship-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1843b0;
    margin: 0 auto 25px;
}
.Shipping-wrapper .Ship-detail h3 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.Shipping-wrapper .Ship-detail p {
    font-size: 16px;
    line-height: 26px;
    padding: 0 40px;
}
.Shipping-wrapper .Ship-detail a {
    display: inline-block;
    position: relative;
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
}
.Shipping-wrapper .Ship-detail a::after {
    height: 1px;
    width: 100%;
    background: #000;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.Shipping-wrapper .Ship-detail a:hover{
    color:#1843b0;
}


/* Footer */
.F-logo{
    padding:5px 0;
}
.Footer-link h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #1843b0;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom:20px;
}
.Footer-link li {
    line-height: 34px;
}
.Footer-link .p-t-20 {
    padding-top: 0 ;
}
.Footer-link li a {
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    transition:all 0.5s ease;
    font-family: 'Montserrat', sans-serif !important;
}
.Footer-link li a:hover{
    color: #f03423;
}
.Footer-center {
    border-top: 1px #d3d3d3 solid;
    border-bottom: 1px #d3d3d3 solid;
    margin:50px 0 30px;
    padding:10px 0;
}
.Paymeny-opt{
    display: flex;
    min-height:70px;
    justify-content: end;
    align-items: end;
}
.Social-link {
    display: flex;
    min-height:90px;
    justify-content: start;
    align-items: center;
}
.Social-link a{
    margin-right: 10px;
}
.Social-link a.Fb-icon svg{
    width:40px;
    height: 40px;
}
.Social-link a.Twiiter-icon svg{
    width:37px;
    height:37px;
}

.Social-link a svg{
    width: 32px;
    height: 32px;
}
.Social-link a svg path{
    fill:#999;
}
.Social-link a:hover svg path{
    fill:#f03423;
}
/* News Letter */
.Footer-link.News-letter p {
    font-size: 14px;
    color: #454545;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}
.Footer-link.News-letter form {
    position: relative;
}
.Footer-link.News-letter .mc4wp-form-fields > div {
    max-width: inherit !important;
    width: auto !important;
}
.Footer-link.News-letter input[type="email"] {
    width: 100%;
    font-size: 14px;
    border: 1px #232323 solid !important;
    height: 52px;
    border-radius: 50px;
    padding: 10px 105px 10px 15px;
}
.Footer-link.News-letter input[type="submit"] {
    position: absolute;
    right: 4px;
    top: 4px;
    height: 44px;
    line-height: 44px;
    left: auto;
    width: 100px;
    padding: 0;
    font-size: 12px;
}

.mc4wp-form-fields input{
    border: 1px solid #000 !important;    
}

/* Contact Link */
.Contact-link {
    margin-top: 25px;
}
.Contact-link a {
    color: #1843b0;
    font-size: 15px;
    font-weight: 600;
}
.Contact-link a svg {
    margin-right: 10px;
}
.header-left-links .M-search-cl, 
.header-left-links .Sign-btn .m-btn{
    display:none;
}
/* Copyright */
.Copyright {
    font-size: 14px;
    text-align: center;
    padding-bottom:30px;
}
.Copyright p {
    font-size: 14px;
}
/* == NEW CSS == */
.Header-menu .Nav-Submenu .row {
    background:transprent;
    padding:0;
    margin:0;
     box-shadow:none; 
}
.entry-content{
    margin-top:1px;
    padding:0 0 0;
    border-top: 1px #ccc solid;
}
.entry-content .home-page-occasion {
    padding: 0;
}
.entry-content .home-page-occasion .container{
    padding:0  !important;
}
.Product-box .Pro-content h3 {
    display: block;
    display: -webkit-box;
    height: 84px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.bc-single-product__related .homeproduct-row {
    margin: 0;
}
.bc-single-product__related .homeproduct-row .bc-product-grid {
    padding: 20px 0 0;
    margin: 0 -10px;
    width: auto;
}
.homeproduct-row .bc-product-card .item.bc-product-card {
    width: 100%;
}
/*==PRODUCT DETAIL PAGE==*/
.bc-product-single__meta .Pro-btn {
    min-width: 200px;
    height: 60px;
    border: 1px #bcbcbd solid;
    border-radius: 90px;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #454545;
    font-weight: 600;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    transition: all 0.5s ease;
    margin-bottom:0;
}
.bc-product-single__meta .Pro-btn:hover{
    border-color: transparent;
    color: #fff;
    transition:all 0.5s ease;
    background: rgb(224,59,44);
    background: linear-gradient(90deg, rgba(224,59,44,1) 0%, rgba(250,114,102,1) 100%);
}
.bc-product-single__meta .Pro-btn svg path {
    fill: #454545;
    transition:all 0.5s ease;
}
.bc-product-single__meta .Pro-btn:hover svg path {
    fill: #fff;
}
.Personalise-btn {
    display: flex;
    justify-content: space-between;
}
.Personalise-btn .quantity-notice-second {
    float: none;
    margin: 0;
    padding-left: 50px;
    font-size: 12px;
    height: auto;
    width: auto;
    color: #858585;
}
.bc-product-single__meta .text_title_sku {
    font-size: 14px;
    color:#858585;
}
.bc-product-single__meta .left_side_div,
.bc-product-single__meta .right_side_div {
    width: 100%;
    float: none;
}
.bc-product-form__quantity.Pro-quantity-col {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    margin-top: 30px;
}
.bc-product-single .bc-product-single__meta-label, .bc-product-single .bc-single-product__section-title {
    font-size: 18px;
    font-weight: 700;
}
.Quantity-label .quantity-notice {
    font-size: 12px;
    color: #666;
    max-width: 220px;
    float: none;
    margin: 10px 0 0;
    color:#858585;
}
.Quantity-select input.bc-product-form__quantity-input {
    height: 60px;
    min-width: 150px;
    max-width: 150px;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    display: flex;
    font-size: 20px;
    font-weight: 700;
}
.single-bigcommerce_product .Pro-quantity-col .Add-to-cart .bc-btn {
    height: 60px;
    border: 0;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    min-width: 220px;
    margin: 0;
    max-width: 220px;
    background: #454545;
}
.single-bigcommerce_product .Pro-quantity-col .Add-to-cart .bc-btn:focus,
.single-bigcommerce_product .Pro-quantity-col .Add-to-cart .bc-btn:hover {
    background:#f50100;
    color: #fff;
}
.customisation_details .font-customisation-result > div {
    height: 40px;
    border-radius: 20px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
.bc-product-single__meta .fullwidth.price_floating {
    border-bottom: 1px solid #ccc;
    padding-bottom:25px;
    float: none;
    clear: both;
    padding-top: 20px;
}
.bc-product-single__meta .Pro-btn.greenbg {
    background: green !important;
}
/*.customisation_details {*/
/*    padding:30px 0;*/
/*}*/
.price_floating .floating .bc-show-current-price {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif !important;
}
.fullwidth.product_description {
    padding: 30px 0 10px;
}
.fullwidth.product_description p{
   font-size:14px;
   line-height:22px;
   margin-bottom: 12px;
}
.bc-product-single__meta .left_side_div {
    border-top: 1px #ddd solid;
    padding-top: 30px;
    clear: both;
}
.bc-product-form__option-variants {
    display: block;
    padding: 20px 0;
    clear: both;
}
.bc-product-form__option-variants > label {
    float: left;
    width: 20%;
}
.bc-product-single__meta .Pro-btn span {
    padding-left: 20px;
}
.bc-single-product__specifications .bc-product__spec-list {
    display: block;
}
.bc-single-product__specifications .bc-product__spec-list li {
    width: 100%;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    list-style: initial;
}
.bc-single-product__specifications .bc-product__spec-list li span.bc-product__spec-title {
    font-weight: 600;
    display:none;
}
.customisation_details {
    padding: 0;
}
.customisation_details .font-customisation-result:first-child {
    margin-top: 30px;
}
.customisation_details .font-customisation-result:last-child {
    margin-bottom: 30px;
}
.customisation_details .font-customisation-result {
    float: none;
    margin-top: 10px;
}
.customisation_details .font-customisation-result > div.width_20 {
    width: 25%;
}
.customisation_details .font-customisation-result > div.width_10 {
    padding: 0;
    width: 2%;
}
.customisation_details .font-customisation-result > div.width_70 {
    width: 73%;
}
.customisation_details .notice-centeralised {
    padding: 20px 0 30px;
    font-size: 12px;
    color: red;
    font-weight: 500;
    float: none;
}
.bc-ajax-add-to-cart__message {
    margin: 20px 0;
    font-size: 12px;
    border-radius: 50px;
    margin: 10px 0 0;
    padding: 8px 0 7px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    line-height: 14px;
    font-weight: 500;
}
.bc-ajax-add-to-cart__message a {
    background: #000;
    border-radius: 20px;
    width: auto;
    padding: 10px 15px;
    color:#fff !important;
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
}
.bc-single-product__related{
    border:0;
}
.Pro-quantit-box {
    display: flex;
}
.Quantity-select {
    padding-left: 20px;
}
.bc-product-single__meta .fullwidth.title_bredcumb .width_50 {
    display: none;
}
.bc-product-single__meta .fullwidth.title_bredcumb {
    border-bottom: 0;
    margin: 0;
    padding-bottom:25px;
}
.bc-product-card--single .bc-product__title, .bc-product-single__meta .bc-product__title {
    text-align: left;
    color: #000 !important;
    font-size: 26px;
    line-height: 34px;
    margin-bottom:10px;
}
.bc-product-single__meta .fullwidth.title_bredcumb .width_50.text_title_sku {
    display: block;
    width: 100%;
    float: none;
    text-align: left;
}
.Bredcumb {
    padding: 5px 0 25px;
}
.Bredcumb > div a:first-child {
    color: #999;
}
.Bredcumb a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.Bredcumb span {
    color: #555;
    font-size: 12px;
    margin: 0 10px;
}
.Bredcumb span {
    color: #555;
    font-size: 10px;
    margin: 0 10px 0 5px;
    font-weight: 500;
    font-family: 'Poppins';
}
.entry-header{
    padding-top:2px;
}
.entry-content {
    padding:2px 0 50px;
}
.home-page-occasion {
    padding: 0;
}
.Related-product {
    margin: 0 -5px;
}
.Related-product > div.item  {
    width: calc(50% - 20px);
    float: left;
}
/*====CUstomise Product====*/
.customizationpopup .engrave_color_class_select {
    margin-top: 0;
}
.page-template .customizationpopup{
    padding-bottom:40px;
}
.bigcommerce_product-template-default .customizationpopup{
    border-radius: 50px;
    width:60% !important;
    padding: 30px 30px 40px;
    min-height: 70%;
}
.bigcommerce_product-template-default .customizationpopup h1,
.page-template .customizationpopup h1{
    font-size: 30px;
    letter-spacing: 0;
    color: #454545;
    font-weight: 700;
    margin-bottom:40px;
}
.contentWrapper .width_50.right {
    padding: 0 0 0 30px !important;
}
.contentWrapper .width_50.left {
    padding: 0 30px 0 0 !important;
}
.customizationpopup .contentWrapper .width_50.right .notice.width_100 {
    margin-top: 20px;
    color: #fe0000;
    font-size: 12px;
    padding-left: 10px;
    font-weight: 600;
}
.customizationpopup .contentWrapper .width_100 strong{
    padding-right:15px;
}
.customizationpopup .contentWrapper .width_100 input, 
.customizationpopup .contentWrapper .width_100 select{
    border-radius: 30px;
    height: 48px;
    margin-bottom:15px;
}
.customizationpopup .contentWrapper .width_100 button{
    background: #444;
    color: #fff;
    border: 0;
    transition: all 0.5s;
    height: 60px;
    border-radius: 100px;
    letter-spacing: 0;
    padding: 0 30px;
    font-weight: 600;
    margin-bottom:0;
}
.contentWrapper .width_50.left .notice.width_100 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.customisation-double-check {
    color: #2c5ca8;
    font-weight: 500;
    font-size: 11px;
    margin: 0 0 -30px;
    clear: both;
    display: block;
    float: none;
    padding-top: 15px;
    line-height: 16px;
    font-style: italic;
    padding-left: 10px;
}
.customizationpopup .contentWrapper .width_100 button:hover{
    background:#F50100 !important;
    border:0 !important;
    color:#fff !important;
}
.customizationpopup .contentWrapper .width_100 b, .customizationpopup .contentWrapper .width_100 strong {
    padding-left: 10px;
}
.customizationpopup .width_50.right > div {
    padding-bottom: 0;
}
.bc-product-single .bc-single-product__section-title--related {
    font-size: 28px;
    color: #1843b0;
    font-weight: 700;
}
.title-with-marketing-image-img img {
    border-radius:30px;
}

/*==SINGLE PAGE==*/
.Single-page .entry-content{
    border:0;
}
.Single-page {
    border-top: 1px #ccc solid;
    margin-top: 1px;
}
.Single-page .section-title {
    padding-top: 20px;
    font-size: 36px;
    margin: 20px 0 30px;
}
.section-title h2{
    font-family: 'Montserrat', sans-serif !important;
    font-size: 30px;
    font-weight: 700;
}
.Single-page .widget-area {
    display: flex;
    justify-content: space-between;
}
.Single-page .widget-area h2.widget-title {
    padding-top: 15px;
    color: #000;
    font-size: 16px;
}
.Single-page header.page-header h1 {
    font-size: 22px;
}

/*==WISHLIST==*/
.bc-product-single__meta .bc-pdp-wish-list-wrapper {
    float: none;
    width: 100%;
}   
.entry-content .bc-pdp-wish-list-wrapper button.bc-btn.bc-pdp-wish-list-toggle{
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    background: #fff;
    height: 60px;
    padding: 20px 30px;
    border: 1px #f03423 solid;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #f03423;
}
.entry-content .bc-pdp-wish-list-wrapper button.bc-btn.bc-pdp-wish-list-toggle .bc-icon{
    font-weight: 700;
    color: #f03423;
}
.entry-content .bc-pdp-wish-list-wrapper button.bc-btn.bc-pdp-wish-list-toggle:hover{
    color: #fff;
    background: #f03423;
}
.entry-content .bc-pdp-wish-list-wrapper button.bc-btn.bc-pdp-wish-list-toggle:hover .bc-icon{
    color: #fff;
}
.bc-pdp-wish-list-wrapper .bc-pdp-wish-lists.bc-show-lists {
    border: 1px #bcbcbd solid;
    border-radius: 50px;
    width: 50%;
    max-width: 50%;
    padding: 10px;
}
.bc-pdp-wish-list-wrapper .bc-pdp-wish-lists.bc-show-lists .bc-link.bc-wish-list-btn--new {
    font-size: 14px;
    color: #454545;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
    background: #f1f1f1;
    border-radius: 50px;
}
.bc-wish-list-name-field {
    display: block;
    font-size: 14px;
    border-radius: 50px;
    height: 60px;
    min-width: 280px;
    padding: 10px 20px;
    font-weight: 500;
    color: #000;
}
.bc-wish-list-dialog-content-wrapper button.bc-btn.bc-btn--form-submit {
    height: 60px;
}
.bc-wish-list-dialog-content-wrapper{
    border-radius: 30px;
}

.bc-Product-left {
    position: relative;
}
.out_of_stock_notification {
    position: absolute;
    z-index: 9;
    right: 0;
    background: #7c7c7c;
    color: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    padding: 20px 10px 10px 10px;
    text-align: center;
    font-size: 18px;
}

.Shop-for-who .bc-product-card,
.Popular-wrapper .bc-product-card{
    padding-right:0px;
    padding-left: 0px;
}


/* Media */
@media screen and (min-width:768px) {
    .Dsk-related-pro {
        display: block;
    }
    .Mb-related-pro {
        display: none;
    }
    .bc-single-product__related .homeproduct-row .bc-product-grid {
        padding: 20px 0 0;
        margin: 0 -10px;
        width: auto;
    }
    .bc-product-grid--4col>.bc-product-card {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: calc(24.995% - 22.5px);
        flex-basis: calc(50% - 0px);
        max-width: calc(50% - 0px);
        width: calc(50% - 0px);
        margin: 0 0 20px !important;
    }
    .bc-Product-left{
        width: 50%;
        padding-right:35px;
    }
    .bc-product-single .bc-product-single__meta {
        width: calc(50%);
        padding-left:35px;
        border-left: 0;
    }
    .bc-product-gallery__image-slide img {
        border-radius:30px;
    }
}
@media screen and (min-width:1440px) {
    .container{
        max-width:1340px !important;
        padding:0  !important;
    }
    .Header-menu .menu .Nav-Submenu{
        max-width: 1340px;
        min-width: 1340px;
    }
}
@media screen and (min-width:1024px) {
   .Header-menu .menu .menu-item:hover .Nav-Submenu,
    .Header-menu .menu .menu-item:hover .sub_menu{
        display:block;
    } 
}
@media screen and (min-width:768px) and (max-width:1620px) {
    .bigcommerce_product-template-default .customizationpopup{
        border-radius: 50px;
        width:70% !important;
    }
    .container{
        max-width:94%;
    }
    .Search-cl{
        min-width:250px;
    }
    .Header-menu .navbar-nav .nav-item{
        padding:15px;
    }
    .Popular-wrapper .owl-nav .owl-prev, .Popular-wrapper .owl-nav .owl-next{
        top:-14%;
    }
    .Popular-wrapper .owl-nav .owl-prev {
        right:45px;
        left: auto;
    }
    .Popular-wrapper .owl-nav .owl-next {
        right:0;
    }
    
    .Ad-banner.New-arrivals .Cnt .btn-primary {
        margin-bottom:-100px;
    }
    .header-left-links .Sign-btn, .Wishlist-btn{
        padding-right: 20px;
        margin-right: 20px;
    }
    .Tree-count > div{
        padding: 0 10px 0 15px;
    }
    .carousel-caption h1{
        font-size: 70px;
    }
    .carousel-caption{
        bottom: 25%;
    }
    .Heading-1 {
        font-size: 36px;
    }
    .Popular-wrapper .nav-tabs .nav-link{
        height:60px;
    }
    .Cat-img{
        width: 100%;
        height: 100%;
    }
    .lrg-btn{
        height:60px;
        line-height:62px;
    }
    .Testimonials-cl p{
        max-width: 80%;
    }
    .Shop-for-who .owl-nav .owl-prev, .Shop-for-who .owl-nav .owl-next{
        top: 82%;
    }
    .Shop-for-who .owl-nav .owl-prev {
        left: -301px;
    }
    .Shop-for-who .owl-nav .owl-next {
        left: -260px;
    }
    .Contact-link a{
        font-size:14px;
    }
    .Ad-banner .Cnt h2{
        font-size: 46px;
        line-height: 44px;
        font-weight: 800;
    }
    .carousel-caption a{
        height: 60px;
        line-height: 60px;
    }
    .Cat-col span{
        font-size:18px;
        line-height:22px;
    }
   
}
@media screen and (min-width:1120px) and (max-width:1340px) {
    
   .Top-header .row>div:nth-child(2){
        flex: 0 0 auto;
        width: 25%;
    }
    .Top-header .row>div:nth-child(3){
        flex: 0 0 auto;
        width: 75%;
    }
    
}
@media screen and (max-width:1340px) {
    .menu-header-menu-new-container {
        position: inherit;
    }
    .Header-menu .menu .Nav-Submenu{
        max-width:100% !important;
    }
    .container{
        max-width:96%;
    }
    .Logo, .F-logo{
        text-align: left;
        padding: 15px 0;
    }
    .Logo img, .F-logo img{
        height: 64px;
    }
    .Header-menu .container {
        display: flex;
        justify-content: center;
    }
    .Top-header .row > div:nth-child(1){
        display: none;
    }
    .Top-header .Search-cl {
        width: 220px;
        height: 44px;
        margin: 0 0 0 20px;
        min-width: 220px;
        display: block;
    }
    .Top-header .Search-cl input[type="text"]{
        padding: 0 45px 0 15px;
        height: 44px;
    }
    .Top-header .Search-cl button{
        right: 7px;
        top: 2px;
    }
    .Add-banner .padding-bottom-30 {
        padding-bottom: 20px;
    }
    .carousel-caption {
        bottom:25%;
    }
    .carousel-caption a{
        margin-top:25px;
    }
    .carousel-caption h1 {
        font-size:52px;
        line-height:62px;
    }
    .carousel-caption h2{
        font-size:22px;
    }
    .Ad-banner.SM-ad-banner .Cnt h2{
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .Ad-banner.SM-ad-banner .Cnt{
        left:40px;
    }
    .Header-menu .Search-cl{
        display: none;
    }
    .carousel-caption a {
        height: 50px;
        line-height: 50px;
    }
    .carousel-caption a {
        width: 240px;
    }
    .carousel-caption a svg{
        margin-left: 0px;
    }
    .Ad-banner .Cnt h2 {
        font-size: 32px;
        line-height: 36px;
        font-weight: 800;
    }
    .Ad-banner .Cnt .btn-primary {
        min-width: 160px;
        height: 50px;
        line-height: 50px;
        margin:30px auto;
    }
    .Heading-1 {
        padding-top:30px;
        font-size:30px;
        padding-bottom:30px;
    }
    .Cat-col a{
        margin-bottom:20px;
    }
    .Popular-wrapper .nav-tabs {
        margin-bottom: 30px;
        justify-content: flex-start;
    }
    .Popular-wrapper .nav-tabs .nav-link {
        height: 50px;
        min-width: 160px;
        font-size: 16px;
        line-height:52px;
    }
    .Cat-col span {
        font-size: 16px;
        line-height: 22px;
        padding: 20px 10px 0;
    }
    .Shop-for-who .Heading-1{
        width: 100%;
    }
    .lrg-btn {
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        min-width: auto;
    }
    .lrg-btn svg {
        margin-left: 5px;
    }
    .Testimonials-wrapp .container {
        padding:30px !important;
        margin-top:30px;
    }
    .Testimonials-cl p{
        font-size:18px;
        line-height:24px;
    }
    .Testimonials-wrapp .owl-nav .owl-prev {
        left: -10px;
    }
    .Testimonials-wrapp .owl-nav .owl-next {
        right: -10px;
    }
    .Shop-for-who {
        padding-top:60px;
    }
    .Bottom-add-wrapper {
        padding-top:40px;
    }
    .Shop-for-who .owl-nav .owl-prev {
        left: -240px;
    }
    .Shop-for-who .owl-nav .owl-prev, .Shop-for-who .owl-nav .owl-next{
        top: 84%;
    }
    .Shop-for-who .owl-nav .owl-next {
        left: -190px;
    }
    .Shipping-wrapper .container{
        padding:50px 30px !important;
        margin:40px auto;
    }
    .Shipping-wrapper .Ship-detail .Ship-img {
        width: 80px;
        height: 80px;
    }
    .Shipping-wrapper .Ship-detail h3{
        font-size:18px;
    }
    .Shipping-wrapper .Ship-detail p{
        padding:0 10px;
    }
    .Testimonials-cl .Cl-img, .Testimonials-cl .Cl-img img{
        width:80px;
        height:80px;
    }
    .Shipping-wrapper .Ship-detail p {
        font-size: 14px;
        line-height: 22px;
    }
    .Footer-center{
        padding: 5px 0;
        margin: 40px 0;
    }
    .Copyright{
        padding-bottom:20px;
    }
    .Footer-link.News-letter input[type="submit"]{
        font-size: 12px;
    }
    /*MENU*/
    /*.Header-menu .menu>.menu-item{*/
    /*    margin: 0 20px;*/
    /*}*/
}
@media screen and (min-width:1200px) and (max-width:1440px) {
    .Footer-top .row > div {
        padding-left: 0;
        padding-right: 0;
    }
    .Footer-top .row {
        margin-left: 0;
        margin-right: 0;
    }
    .Nav-Submenu > .row > div:nth-child(4) h2.padding-top-40 {
        height: 50px;
        align-items: end;
    }
}
@media screen and (min-width:991px) and (max-width:1199px) {
    .Footer-link.News-letter {
        display: flex;
        padding-top: 50px;
    }
    .Footer-link.News-letter > div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .Footer-link.News-letter > div:nth-child(1) {
        padding-right: 25px;
    }
    .Footer-link.News-letter > div:nth-child(2) {
        padding-left: 25px;
    }
    .Nav-Submenu > .row > div:nth-child(4) h2.padding-top-40 {
        height: 50px;
        align-items: end;
    }
}
@media screen and (min-width:981px) and (max-width:1279px) {
    .Footer-link.News-letter input[type="email"]{
        font-size: 14px;
    }
    .Product-box .Pro-content {
        padding: 20px;
    }
    .Product-box .Pro-content .Pro-price{
        font-size:24px;
    }
    .Product-box .Pro-content .Pro-btn a{
        padding: 0 16px;
        font-size: 14px;
        min-width: 152px;
    }
    .Header-menu .menu .Nav-Submenu .row>div {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width:991px) {
    /* Mobile Hamburger Menu */
    body{
        overflow-x: hidden;
    }
    
    .Hamburger-toggle{
        margin-right:20px;
        margin-top:11px;
    }
    .Hamburger-toggle a{
        display:flex;
        flex-direction:column;
        width:26px;
        cursor:pointer;
    }
    .Hamburger-toggle span{
        background: #000;
        border-radius:10px;
        height:3px;
        margin:3px 0;
        transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }
    .Hamburger-toggle span:nth-of-type(1){
        width:50%;
    }
    .Hamburger-toggle span:nth-of-type(2){
        width:100%;
    }
    .Hamburger-toggle span:nth-of-type(3){
        width:75%;
    }
    .Hamburger-toggle a.active span:nth-of-type(1){
        transform-origin:bottom;
        transform:rotatez(45deg) translate(4px,0px)
    }
    .Hamburger-toggle a.active span:nth-of-type(2){
        transform-origin:top;
        transform:rotatez(-45deg)
    }
    .Hamburger-toggle a.active span:nth-of-type(3){
        transform-origin:bottom;
        width:50%;
        transform: translate(12px,-6px) rotatez(45deg);
    }
    .Header-menu .menu .Nav-Submenu{
        padding-top:30px !important;
    }
    /*Menu*/
    .Header-menu .container {
        justify-content: flex-end;
    }
    body {
        position: relative;
        right: 0;
        transition: right 0.5s ease;
    }
    body.menu-open {
        position: relative;
        right: -250px;
        transition: right 0.5s ease;
    }
    .Header-menu .menu>.menu-item {
        margin: 0;
        padding:0;
        border-bottom: 1px #ddd solid;
    }
    .Header-menu .menu>.menu-item>a {
        display: block;
        padding: 20px;
        font-size:16px;
    }
    .Header-menu .menu>.menu-item:nth-child(2)>a::after, .Header-menu .menu>.menu-item.menu-item-has-children>a::after{
        right: 20px;
        top: 47%;
    }
    .Header-menu .menu .menu-item .Nav-Submenu .row > div {
        width: 100%;
        padding-left:20px;
        padding-right: 20px;
    }
    
    .Nav-Submenu>.row>div:nth-child(4) h2.padding-top-40{
        margin-top:20px;
    }
    .Header-menu .menu .Nav-Submenu,
    .Header-menu .menu .menu-item .sub_menu {
        top: 0;
        margin: 0 auto;
        left: 0;
        right: 0;
        max-width: 100%;
        position: relative;
        padding:0;
        min-width: 100%;
        border: 0;
    }
    .header-menu-row li.nav-child-open .Nav-Submenu li a, .menu-item-has-children.nav-child-open .sub_menu li a {
        font-size: 14px;
    }
    .Nav-Submenu li{
     padding: 0 0 25px 0;   
    }
    .menu .sub_menu li {
        padding: 0 0 25px 0;
        line-height: 16px;
    }
    .Nav-Submenu li a, .sub_menu li a{
        font-size:14px;
    }
    .Header-menu .menu .menu-item .sub_menu {
        padding: 20px;
    }
    .Header-menu .menu .menu-item.nav-child-open .Nav-Submenu,
    .Header-menu .menu .menu-item.nav-child-open .sub_menu {
        display: block !important;
    }
    .Header-menu .menu {
        flex-direction: column;
        width: 250px;
    }
    .Header-menu .navbar{
        position: fixed;
        left: -250px;
        top: 0;
        overflow: auto;
        background:#f1f1f1;
        z-index: 9999;
        transition: left 0.5s ease;
        bottom: 0;
        overflow-x: hidden;
        width: 250px;
        align-items: flex-start;
        border-right: 1px rgb(0 0 0 / 10%) solid;
    }
    .Header-menu .navbar .navbar-collapse {
        display: flex !important;
        align-items: flex-start;
        justify-content: flex-start;
    }
    body.menu-open .Header-menu .navbar{
        left: 0;
        transition: left 0.5s ease;
    }
    /* Header */
    .Logo{
        display:flex;
        padding:12px 0;
    }
    /* END Mobile Hamburger Menu */
    .Top-header .Search-cl {
        display: none;
    }
    .Header-menu .Search-cl {
        display:block;
    }
    .Heading-1{
        padding-top:30px;
        padding-bottom: 30px;
    }
    .Ad-banner .Cnt h2 {
        font-size:28px;
        line-height: 24px;
        font-weight: 800;
    }
    .Ad-banner .Cnt .btn-primary {
        min-width: 150px;
        height: 44px;
        line-height: 44px;
        margin: 30px auto;
        font-size: 14px;
    }
    .Ad-banner .Cnt span{
        padding-top: 18px;
        font-size: 12px;
    }
    .Ad-banner.New-arrivals .Cnt .btn-primary {
        margin-bottom: -40px;
        margin-top:10px;
    }
    .Search-cl {
        width: 220px;
        height:46px;
        margin:12px 0 12px;
        min-width: 220px;
    }
    .Search-cl input[type="text"]{
        padding: 0 45px 0 15px;
        height: 46px;
    }
    .Search-cl button{
        right: 7px;
        top: 2px;
    }
    .Testimonials-wrapp .container {
        padding: 30px 30px 30px !important;
        margin-top:30px;
    }
    .Shop-for-who {
        padding-top: 60px;
    }
    .Shop-who-cnt {
        padding-bottom: 30px;
    }
    .Shop-for-who .Heading-1 {
        width: 100%;
        line-height: 40px;
        padding: 0;
    }
    .Shop-who-cnt p {
        line-height: 20px;
        margin: 10px 0 20px;
        padding-right: 0;
    }
    .Product-img, .Product-img a{
        height:260px;
    }
    .Bottom-add-wrapper {
        padding-top: 40px;
    }
    .Ad-banner.SM-ad-banner .Cnt h2 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .Testimonials-wrapp .owl-nav .owl-prev, .Testimonials-wrapp .owl-nav .owl-next{
        top:44%;
    }
    .Shipping-wrapper .container{
        margin:30px auto 20px;
    }
    .Footer-center{
        margin: 30px 0;
        padding: 5px 0;
    }
    .Social-link{
        justify-content: flex-end;
    }
    .Copyright{
        padding-bottom: 0;
    }
    .Contact-link a {
        font-size: 18px;
    }
    .Shipping-wrapper .Ship-detail p {
        font-size: 14px;
        line-height: 22px;
    }
    .Footer-link h4{
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .Footer-link.News-letter input[type="email"]{
        font-size:14px;
    }
    .Footer-link.News-letter .Social-link {
        padding-top: 20px;
    }
    .Footer-center{
       display:none; 
    }
    .Copyright {
        padding-bottom: 0;
        border-top: 1px #d3d3d3 solid;
    }
    .Copyright .Paymeny-opt {
        justify-content: center;
        padding-bottom: 20px;
        min-height: auto;
        padding-top: 10px;
    }
    .Copyright .F-logo {
        text-align: center;
        padding-bottom: 25px;
    }
    .Copyright p{
        margin:0;
        font-size:12px;
    }
    .Copyright .F-logo img {
        height: 55px;
    }
    .Copyright .Paymeny-opt {
        display: block !important;
    }
    
}
@media screen and (min-width:768px) and (max-width:990px) {
    .Hamburger-toggle {
        margin-right: 20px;
        margin-top: 11px;
        position: absolute;
        top: 113px;
        z-index: 100;
    }
}
  
@media screen and (max-width:767px) {
    body > header
    /*:not(.bc-product-archive__header):not(.entry-header) */
    {
        height: auto!important;
        position: fixed;
        z-index:1111;
        background: #fff !important;
        right: 0;
        left: 0;
        top: 0;
        transition: all 0.5s ease;
    }
    
    body.menu-open header{
        left: 250px;
        transition: all 0.5s ease;
    }
    body{
        padding-top:80px;
    }
    .Sign-btn img, .M-search-cl img {
        width: 28px;
    }
    .Top-header .row>div:nth-child(3), .header-left-links .M-search-cl {
        position: inherit;
    }
    .M-search-cl .M-Search-wrap form {
        position: relative;
        width: 100%;
    }
    .M-search-cl .M-Search-wrap input {
        height: 50px;
        padding: 10px 60px 10px 20px;
        width: 100%;
    }
    .M-search-cl .M-Search-wrap button {
        position: absolute;
        right: 20px;
        top: 13px;
    }
    .Search-open .M-search-cl .M-Search-wrap {
        display: flex !important;
        left: 0;
        right: 0;
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 10;
        top: 80px;
        justify-content: space-between;
        border-bottom: 1px #999 solid;
    }
    /* LOGOUT */
    a.m-btn.login {
        width: 30%;
        float: left;
        margin-left: 15px;
    }
    .header-left-links .M-search-cl, .header-left-links .Sign-btn .m-btn {
        display: block;
    }
    .Top-header{
        height:80px;
    }
    .Top-header .container .row{
        align-items: center;
    }
    .header-left-links{
        min-height:80px;
        margin:0;
    }
    .Logo img, .F-logo img {
        height:48px;
    }
    /* Header */
    .Hamburger-toggle{
        margin-top:11px;
    }
    .header-left-links .Sign-btn{
        padding:0;
        margin-right:0px;
    }
    .header-left-links .M-search-cl {
        padding:0;
        margin-right:5px;
    }
    .header-left-links .Cart-cl-dl,
    .header-left-links .Wishlist-btn{
        display: none;
    }
    .header-left-links .Sign-btn a{
        background:url(../images/profile_icon.svg) no-repeat 0 0;
    }
    .Header-menu .Search-cl, .Bredcumb{
        display: none;
    }
    .Sign-btn .btn, .header-left-links .Sign-btn::after{
        display:none;
    }
    .m-btn{
        display: block;
    }
    .Cart-count img {
        height: 30px;
    }
    /* End Header */
    .Banner-slide .owl-carousel .owl-item .banner-image.desktop-banner {
        display: none;
    }
    .Banner-slide .owl-carousel .owl-item .banner-image.mobile-banner {
        display: block !important;
    }
    .container {
        max-width: 92%;
    }
    
    .Banner-slide .container {
        max-width: 100%;
    }
    .Banner-slide .owl-carousel .owl-item img{
        border-radius:0;
    }
    .Banner-slide .carousel-caption{
        display: block !important;
    }
    .Banner-slide .owl-stage > div:nth-child(1) .carousel-caption {
        bottom: 22%;
        left: 0;
        right: 0;
    }
    .Banner-slide .owl-stage > div:nth-child(2) .carousel-caption {
        bottom:48%;
        left: 0;
        right: 0;
    }
   .carousel-caption h2 {
        font-size: 24px;
        text-shadow: 0 0 1px black;
    }
    .carousel-caption h1 {
        font-size: 46px;
        line-height: 50px;
         text-shadow: 0 0 1px black;
    }
    .carousel-caption a {
        width: auto;
        padding: 0 25px;
        height: 54px;
        line-height: 54px;
        font-size: 18px;
        margin-top: 10px;
        background: #000;
        color: #fff;
        box-shadow: 0 0 5px #0000006b;
        border: 0;
    }
    .carousel-caption {
        bottom: 13%;
    }
    .carousel-caption a svg, .Footer-center{
        display: none;
    }
    .Add-banner {
        padding: 15px 0;
    }
    .Add-banner .row > div:nth-child(1), .Add-banner .row > div:nth-child(3){
        display: none;
    }
    .Middle-col{
        display: flex;
        padding:0 6px;
    }
    .Middle-col > div{
        flex: 0 0 auto;
        width:50%;
        padding:0 6px;
    }
    .Add-banner .padding-bottom-30 {
        padding-bottom:0;
    }
    .Heading-1 {
        font-size: 26px;
        padding-top:50px;
    }
    .Popular-wrapper .nav-tabs li{
        margin:0;
    }
    .Popular-wrapper .nav-tabs li:nth-child(2){
        margin:0 10px;
    }
    .Popular-wrapper .nav-tabs .nav-link {
        height: 50px;
        min-width: auto;
        font-size: 13px;
        margin: 0;
        border-radius: 10px;
        padding: 10px;
        line-height:inherit;
    }
    .Popular-wrapper .nav-tabs {
        justify-content: center;
    }
    .lrg-btn {
        height: 54px;
        line-height: 54px;
        padding: 0 25px;
        min-width: auto;
    }
    .btn-primary {
        height: 54px;
        line-height: 54px;
        font-size: 16px;
    }
    .Testimonials-wrapp .container,
    .Product-box,
    .Free-shipping img, .Buy-one-get img, .Ad-banner img,
    .Cat-img, .owl-carousel .owl-item img,
    .Product-img, .Product-img a{
        border-radius:10px;
    }
    .Banner-slide .owl-carousel .owl-stage-outer,
    .Banner-slide .owl-carousel .owl-item{
        border-radius:0;
    }
    .Banner-slide .owl-carousel .owl-item img {
        border-radius:0;
    }
    .Cat-col a {
        margin-bottom: 0;
    }
    .Testimonials-cl p {
        font-size: 16px;
        line-height: 22px;
        max-width: 100%;
    }
    .Bottom-add-wrapper .Ad-banner.SM-ad-banner{
        margin-bottom: 20px;
        height: 320px;
    }
    .Bottom-add-wrapper .Ad-banner.SM-ad-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .Ad-banner.SM-ad-banner .Cnt h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .Cat-col span {
        font-size: 18px;
    }
    .Ad-banner .Cnt .btn-primary {
        min-width: 150px;
        height: 54px;
        line-height: 54px;
        margin: 30px auto;
        font-size: 16px;
    }
    .Shipping-wrapper .Ship-detail {
        padding-bottom: 30px;
    }
    .title-with-marketing-image-img img {
        border-radius: 10px;
    }
    .Shipping-wrapper .container {
        padding-bottom: 20px !important;
        margin: 30px auto 20px;
        border-radius:10px;
    }
    .Cat-img{
        width: 100%;
        height: 100%;
    }
    .row.M-cat-slider{
        margin: 0;
    }
    .row.M-cat-slider .owl-stage-outer{
        padding:0;
    }
    .row.M-cat-slider .owl-stage-outer .owl-item > div{
        padding:0;
    }
    .Category-btn {
        padding: 40px 0;
    }
    .Bottom-add-wrapper {
        padding-top:60px;
    }
    .Social-link {
        justify-content: flex-start;
    }
    .Category-wrapper {
        padding-top: 0;
    }
    .Product-box .Pro-content {
        padding:20px 10px;
    }
    .bc-product-single__meta .Pro-btn{
    border-color: transparent;
    color: #fff;
    transition:all 0.5s ease;
    background: rgb(224,59,44);
    background: linear-gradient(90deg, rgba(224,59,44,1) 0%, rgba(250,114,102,1) 100%);
    }
    .bc-product-single__meta .Pro-btn svg path {
        fill: #fff;
    }
       
    .fullwidth.mobile_title {
        padding-top:20px;
        margin-bottom:25px;
    }
    .fullwidth.mobile_title .width_50.text_title_sku {
        padding-top:10px;
    }
    .Quantity-label .quantity-notice{
        line-height: 16px;
    }
    .bigcommerce_product-template-default .customizationpopup {
        border-radius: 15px;
        width: 96% !important;
        padding:25px 25px 40px;
    }
    .bigcommerce_product-template-default .customizationpopup h1 {
        font-size: 22px;
    }
    .contentWrapper .width_50.left {
        padding: 0 !important;
    }
    .contentWrapper .width_50.right {
        padding:25px 0 0 0 !important;
    }
    .customisation-double-check{
        margin: 0 0 -10px;
    }
    .bc-product-single .bc-single-product__section-title--related {
        font-size:24px;
    }
    .entry-content{
        border:0;
    }
    .mobile_title h1.bc-product__title {
        clear: both;
        font-size: 22px;
    }
    .Dsk-related-pro {
        display: none;
    }
    .Mb-related-pro {
        display: block;
    }
    .bc-ajax-add-to-cart__message{
        max-width: 100%;
    }
    .free-shipping.desktop-image, .buy_one_get.desktop-image{
        display:none;
    }
    .free-shipping.mobile-image, .buy_one_get.mobile-image{
        display:block !important;
    }
    .Related-product {
        margin:0;
        padding:0;
    }
    .Related-product .item {
        padding:0 11px;
    }
    .Related-product > div.item  {
        float:none;
        width:100%;
        padding:0;
    }
    .Single-page .widget-area {
        display: block;
    }
    p.comment-form-comment textarea {
        width: 100%;
    }
    .Single-page{
        margin:0;
        border:0;
    }
    .comments-area .container {
        max-width: 100%;
        padding: 20px 0;
    }
    .Single-page .widget-area .widget {
        padding-bottom: 20px;
    }
    .Tree-count{
        padding-bottom:80px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .Tree-count > div{
        padding: 0 5px 0 15px;
    }
    .Tree-count > div b{
        font-size: 18px;
    }
    .Tree-count > div.T-count span {
        bottom: 72px;
        right: 15px;
    }
}
@media screen and (max-width:540px) {
    .bc-product-form__quantity.Pro-quantity-col,.Personalise-btn{
        display: block;
}
    .Pro-quantit-box {
        display: flex;
        margin-bottom: 20px;
    }
    .Personalise-btn .quantity-notice-second {
        padding: 20px 0 0;
    }
    .Quantity-label {
        padding-right: 10px;
    }
    .single-bigcommerce_product .Pro-quantity-col .Add-to-cart .bc-btn{
            min-width: 100%;
    }
    .bc-product-form__option-variants > label {
        float: left;
        width: 33.3%;
    }
    .bc-single-product__specifications .bc-product__spec-list li {
        padding-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .entry-content .bc-pdp-wish-list-wrapper button.bc-btn.bc-pdp-wish-list-toggle{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .bc-pdp-wish-list-wrapper .bc-pdp-wish-lists.bc-show-lists{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
    .fullwidth.title-with-marketing-image .section-title h2::before,
    .fullwidth.title-with-marketing-image .section-title h2::after{
        content : none;
    }
}
@media screen and (max-width:360px) {
    .Logo img, .F-logo img {
        height:40px;
    }
}

@media screen and (max-width:340px) {
    .header-left-links .Sign-btn, .M-search-cl {
        padding: 0;
        margin-right: 10px;
    }
    .Hamburger-toggle {
        margin-top: 9px;
    }
    .Contact-link a {
        font-size: 15px;
    }
    .Copyright .Paymeny-opt img {
        height: 50px;
    }
    .Popular-wrapper .nav-tabs li:nth-child(2) {
        margin: 10px;
    }
}

.padding-top-30{
    padding-top:30px;
}













