html { line-height: 1;font-size: 14px;font-family: 'Poppins', sans-serif;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1;font-size: 14px;font-family: 'Poppins', sans-serif; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none;  transition: all 0.5s ease; }
a:hover{color: #F50100;}
p {
    margin-bottom: 20px;
    line-height: 1.5;
    color: #353535;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}
h1 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 35px;
    color: #F0A740;
}
input,select{
    border : 1px solid #707070;    
    color : #707070;
    font-family: 'Poppins', sans-serif;
}
/*-- change colours to suit your needs --*/ins { background-color: #ff9; color: #000; text-decoration: none; }/*-- change colours to suit your needs --*/mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }del { text-decoration: line-through; }abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }table { border-collapse: collapse; border-spacing: 0; }/*-- change border colour to suit your needs --*/hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }input, select { vertical-align: middle;outline:none; }img {outline-style: none;outline-width: 0;border: 0 none;max-width: 100%;height: auto;}a:hover {text-decoration: none !important;}ul { list-style-image: none; list-style-position: outside; list-style-type: none; }ol { list-style-image: none; list-style-position: outside; list-style-type: decimal; }div{box-sizing: border-box;}/*--- HTML5 Reset CSS ends---*/
#content{
    clear:both;    
}
.container{
    width : 100%;
    max-width : 1450px;
    padding : 0 10px;
    margin : 0 auto;
    clear: both;
}
.container-fluid {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    float: left;
    width: 100%;
}
.mt-50{margin-top:50px;}
.mt-50{margin-bottom:50px;}
.fullwidth{width:100%;float:left;overflow : hidden;}
.column1{ width:100%;float :left;}
.column2{ width:50%;float :left;}
.column40{ width:40%;float :left;}
.column60{ width:60%;float :left;}
.column30{ width:30%;float :left;}
.column40{ width:70%;float :left;}
.column3{float : left; width:33.33%;}
.column5{float : left; width:20%;}
.column4{width : 25%;float : left;}
.column8{width : 20%;float : left;}

.section-title {
    text-align: center;
}
.section-title h2 {
    display: inline-block;
    font-weight: 500;
    font-size : 28px;
    line-height : 28px;
    font-family :Lato;
    letter-spacing: 0;
    color: #3A3A3A;
    position:relative;
}

.section-title h2 span.section-title-left,
.section-title h2 span.section-title-right{
    width: 12px;
    height: 12px;
    background:none;  
    position : absolute;
    border-radius: 100%;
    top:10px;
}
span.section-title-left:before {
    content: "";
    height: 1px;
    width: 130px;
    position: absolute;
    left: -75px;
    z-index: 1;
    top: 4px;
    background:#676766;
    display:none;
}
span.section-title-right:before {
    display:none;
    content: "";
    height:1px;
    width: 130px;
    position: absolute;
    right: -75px;
    z-index: 1;
    top: 4px;
    background:#676766;
}
.section-title h2 span.section-title-left {
    left: -70px;
}
.section-title h2 span.section-title-right {
    right : -70px;
}
.header-row{
    padding : 25px 0 12px;  
    border-bottom: 1px solid #3A3A3AB2;
}
.fa-shopping-cart {
    position: relative;
}
/*.bigcommerce-cart__item-count{position: absolute;}*/
.header-logo{text-align : center;margin-top: -10px;}
.header-logo img{max-width:240px;}
.social-icons a{
    color: #272727;
    margin:15px 25px 0 0;
    font-size: 22px;   
    padding-right:0;
}
.social-icons a:hover{color: #e65540;}
/*.header-left-links {text-align : right;}*/
/*.header-left-links a{*/
/*    font-size: 14px;*/
/*    line-height:40px;*/
/*    letter-spacing: 0;*/
/*    color: #3A3A3AB2;*/
/*    margin:0 0 0 25px;*/
/*}*/
.header-left-links a:hover {
    color : #F50100;
}
.header-menu-row{
    padding :16px 0;    
}
.header-menu-row li {
    display: inline-block;
    margin-right: 20px;
    position:relative;
}
ul#menu-header-menu-new {
    /*overflow: hidden;*/
}
/*.home-page-slider {*/
/*    padding: 0 10px;*/
/*}*/
.header-menu-row li a{
    display: inline-block;
    margin-right: 20px;
}
.header-menu-row li .sub_menu{
    display : none;    
}
.header-menu-row li.menu-item-has-children {
    position : relative;    
}
.header-menu-row li a {
    display: inline-block;
    padding: 0;
    color: #3a3a3a;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}
.header-menu-row li.current-menu-item a,
.header-menu-row li a:hover {
    color : #F50100;
}
.phone-num {
    font-size: 20px;
    font-weight: 600;
    padding-top: 54px;
}
@font-face {
  font-family: DEATHE MAACH NCV;
  src: url(Deathe_Maach_NCV.ttf);
}
@font-face {
  font-family: Be Strong regular;
  src: url(Be Strong regular.otf);
}
/*home page*/
.home-page-slider .item {
    position: relative;
    height: auto !important;
    /*padding: 100px 0 200px;*/
    padding: 0;
    background-size : cover;
    background-position : center center;
}
.home-page-slider .owl-carousel .owl-item img {
    display: block;
    height: 100%;
    min-width: 100%;
}
.home-page-slider .item .slider-overlay{
    position : absolute;
    height : 100%;
    width: 100%;
    background: none !important;
    top: 0;
    left: 0;
    padding : 0;
    /*padding-left: 330px;*/
}
.home-page-slider .slider-sub-title {
    letter-spacing: 0;
    color: #FFFFFF;
    font-size: 50px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
    padding-top: 20%;
    font-size: 138px;
    line-height: 46px;
    font-family: 'DEATHE MAACH NCV';
}
.home-page-slider .slider-title {
    letter-spacing: 0;
    color: #FFFFFF;
    font-size: 84px;
    line-height: 64px;
    font-weight: 600;
    text-align: center;
    padding-top: 40px;
    font-family: 'Be Strong regular';
    font-style: italic;
}
.home-page-slider .slider-sub-title-low {
    letter-spacing: 0;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    padding-top: 40px;
}
.Mobile-Slider{display:none}


.slider_id_3 .slider-link {
    text-align: center;
    bottom: 0;
    position: absolute;
    left: 26%;
    top: 240px;
    margin: 0;
    right: auto;
}
.slider-link a {
    border: 2px solid #fff;
    color: #fff;
    position: relative;
    left: 0;
    right: 0;
    padding: 10px 50px;
    border-radius: 100px;
    font-size: 24px;
    line-height: 40px;
}
.slider-link a:hover{
    border-color: #F50100;
    background-color : #F50100;
    color : #fff;
}
.home-page-slider .slider_id_1 .slider-overlay{
        padding-left: 100px;
        text-align : left;
}
.home-page-slider .slider_id_1 .slider-overlay div{
    width:auto;
    max-width:auto;
}
.home-page-slider .slider_id_1 .slider-link {
    position: absolute;
    right: 16%;
    bottom: 160px;
}
.home-page-slider .slider-link a {
    width: auto !important;
    margin: 0 !important;
    display: block !important;
}
.home-page-slider .slider_id_2  .slider-link {
    text-align: center;
    margin-top: 0;
    position: absolute;
    right: 220px;
    top: 330px;
}
.home-page-slider .slider_id_3  .slider-link a{border-color:#000;color:#000;}
.home-page-slider .slider_id_3  .slider-link a:hover{border-color:#F50100;color:#fff;}
.home-page-slider .slider_id_2  .slider-link a{border-color:#000;color:#000;background: #fff;}
.home-page-slider .slider_id_2  .slider-link a:hover{border-color:#F50100;color:#F50100;}
.home-page-slider .slider_id_1 .slider-overlay .slider-sub-title
{
    padding-top: 10%;    
}
.home-page-slider .slider_id_1 .slider-overlay .slider-sub-title,
.home-page-slider .slider_id_1 .slider-overlay .slider-sub-title-low{
    font-size: 72px;
    font-family: 'DEATHE MAACH NCV';
    font-weight: 400;
}
.home-page-slider .slider_id_1  img{
    max-width : 250px;
}
.home-page-slider .slider_id_1  a
{
    width: 350px;
    display: inline-block;
    margin-right: 30px;
    margin-top: 60px;
}
.gifts-for-owl  .owl-nav,
.cr-owl .owl-nav,
.home-page-slider .owl-nav{display:none;}
.gifts-for-owl  .owl-dots,
.cr-owl .owl-dots,
.home-page-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
}
.gifts-for-owl  .owl-dots,
.cr-owl .owl-dots,
.home-page-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
}
.gifts-for-owl.owl-theme .owl-dots .owl-dot span,
.cr-owl.owl-theme .owl-dots .owl-dot span,
.home-page-slider .owl-theme .owl-dots .owl-dot span,
.gifts-for-owl.owl-theme .owl-dots .owl-dot.active span,
.cr-owl.owl-theme .owl-dots .owl-dot.active span,
.home-page-slider .owl-theme .owl-dots .owl-dot.active span,
.gifts-for-owl.owl-theme .owl-dots .owl-dot:hover span,
.cr-owl.owl-theme .owl-dots .owl-dot:hover span,
.home-page-slider  .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.gifts-for-owl.owl-theme .owl-dots .owl-dot,
.cr-owl.owl-theme .owl-dots .owl-dot,
.home-page-slider  .owl-theme .owl-dots .owl-dot {
    outline: none;
    display: inline-block;
    zoom: 1;
    border: 1px solid transparent;
    border-radius: 100%;
    margin: 0 20px;
    padding: 2px;
    box-sizing: border-box;
}
.gifts-for-owl.owl-theme .owl-dots .owl-dot.active,
.cr-owl.owl-theme .owl-dots .owl-dot.active,
.home-page-slider  .owl-theme .owl-dots .owl-dot.active{
    border: 1px solid #fff;   
}
.gifts-for-owl .owl-dots button,
.cr-owl .owl-dots button,
.home-page-slider .owl-dots button{position:relative;}
.gifts-for-owl .owl-dots button:not(:last-child):before,
.cr-owl .owl-dots button:not(:last-child):before,
.home-page-slider .owl-dots button:not(:last-child):before {
    content: '';
    position: absolute;
    height: 0;
    width: 38px;
    border: 1px solid #fff;
    left: 25px;
    top: 8px;
}

.ocssion-blocks{
    margin-top : 20px;  
    padding : 0;
}
.ocssion-blocks .column2:nth-child(1){
    padding-right : 25px;    
}
.ocssion-blocks .column2:nth-child(2){
    padding-left : 25px;    
}
.ocassion-block {
    position: relative;
    margin-bottom: 50px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.ocassion-block:hover img {
    transform: scale(1.2,1.2);
}
.ocassion-block:hover .ocassion-overlay{
    /*color : #F50100;*/
}
.ocassion-block.ocassion-large {
    height : 330px;
}
.ocassion-block.ocassion-small {
    height : 230px;
}

.ocassion-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    top: 0;
    left: 0;
    background: #00000066 0% 0% no-repeat padding-box;
    font-weight: 500;
    font-size:40px;
    line-height : 48px;
    letter-spacing: 0;
    color: #FFFFFF;    
    padding-top : 150px;  
    transition: all 0.5s ease;
}
.ocassion-small .ocassion-overlay{
    padding-top: 100px;
}
.ocassion-block img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}
/*home page*/
.homeproduct-row{margin-top:30px;}
.homeproduct-row .bc-product-card {
    width: calc(33% - 20px);
    margin: 10px 10px 20px;
    float: left;
    /*border: 1px solid #c1c1c1;*/
    /*background: #fff;*/
}
.homeproduct-row h5{
    font-weight: 500;
    font-size:20px;
    line-height:24px;
    font-family : Lato;
    letter-spacing: 0;
    color: #3A3A3A;    
}
.homeproduct-row .bc-product-image {
    height: 325px;
    border-bottom: 1px solid #c5c5c5;
    position: relative;
    text-align:center;
    overflow: hidden;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeproduct-row .bc-product-image img{
    max-height : 100%;    
    transition: all 0.5s ease;
}
.bc-product-title-data {
    text-align: center;
    padding: 10px;
    height: 190px;
    position : relative;
}
.bc-product-image-action-btn {
    background: #00000033 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    opacity:0;
    transition: opacity 1s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bc-product-card:hover .bc-product-image-action-btn {
    opacity:1;
}
/*.bc-product-card:hover img{*/
/*    transform: scale(1.2,1.2);*/
/*}*/
.bc-product-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    font-family: Lato;
    letter-spacing: 0;
    color: #F50100;
    position: absolute;
    text-align: left;
    bottom: 10px;
    width: 100%;
}
.bc-product-image-action-btn i.fa.fa-heart {
    border-radius: 100%;
    background: #F50100;
    height: 34px;
    width: 34px;
    padding-top: 8px;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    margin: 20px 0;
}
.bc-product-image-action-btn .Personalise-btn {
    background: #295cab;
    height: 35px;
    border-radius: 40px;
    padding: 4px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 10px;
    display: inline-block;
}
.bc-product-image-action-btn .Personalise-btn  > i {
    width: auto !important;
    height: auto !important;
    font-size: 18px !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 0 0 10px !important;
}
.bc-product-image-action-btn i.fa.fa-shopping-cart {
    border-radius: 100%;
    background: #000;
    height: 50px;
    width: 50px;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 30px;
    color: #fff;
    margin: 20px 10px;
}
/* Customer Review */

section.home-page-customer-review {
    float: left;
    width: 100%;
    background: #FACACA38 0% 0% no-repeat padding-box;
    position: relative;
}
.cr-owl {
    max-width: 730px;
    margin: 40px auto 0;
}
.cr-image{width:100px;margin:0 auto;}
.cr-image img {
    height: 100px;
    width: 100px;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    border-radius: 100%;
}
.cr-title {
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0;
    color: #3A3A3A;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    margin-top: 5px;
}
.cr-text {
    margin: 20px auto;
    max-width: 400px;
    text-align: center;
    letter-spacing: 0;
    color: #3A3A3A;
    font-size: 16px;
    line-height: 19px;
}
.cr-star {
    text-align: center;
    font-size: 28px;
    color: #F50100;
}
.gifts-for-owl .item,
.cr-owl .item {
    padding-bottom: 50px;
}
.gifts-for-owl .owl-dots,
.cr-owl .owl-dots {
    bottom: 0;
}
.gifts-for-owl .owl-dots .owl-dot.active,
.cr-owl.owl-theme .owl-dots .owl-dot.active{
    border-color: #3A3A3A !important
}
.gifts-for-owl  .owl-dots button:not(:last-child):before,
.cr-owl .owl-dots button:not(:last-child):before{
    border-color : #000;    
}
.gifts-for-owl.owl-theme .owl-dots .owl-dot span,
.gifts-for-owl.owl-theme .owl-dots .owl-dot.active span,
.gifts-for-owl.owl-theme .owl-dots .owl-dot:hover span,

.cr-owl.owl-theme .owl-dots .owl-dot span,
.cr-owl.owl-theme .owl-dots .owl-dot.active span,
.cr-owl.owl-theme .owl-dots .owl-dot:hover span {
    background: #3A3A3A;
}
.gifts-for-owl .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span{
    border-radius: 100%;    
}
.home-page-everything,
.home-page-adds,
.home-page-occasion,
.home-page-deal-of-week,
.home-page-our-product,
.home-page-occasion-banner{
    float: left;
    width: 100%;
    padding: 50px 0;    
}
.home-page-occasion{
    padding:0 10px;    
}
/*.home-page-gifts-for,*/
/*.home-page-our-product{*/
/*    background: #FACACA38 0% 0% no-repeat padding-box;*/
/*}*/
.ocssion-banner-block-left{
    margin-right : 5px;    
}
.ocssion-banner-block-right{
    margin-left : 5px;    
}
.ocssion-banner-blocks {
    height : 420px;   
    position:relative;
    overflow:hidden;
    width: calc(50% - 5px);
}
.ocssion-banner-block:before {
    background: rgba(0,0,0,0.4);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}
.ocssion-banner-blocks:hover .ocssion-banner-text a
/*,
.ocssion-banner-blocks:hover .ocssion-banner-text*/
{
    color : #F50100;    
    border-color : #F50100;    
}
.ocssion-banner-blocks:hover .ocssion-banner-text a{
    background : #F50100;    
    border-color : #F50100; 
    color : #fff;
}
.ocssion-banner-blocks:hover img{
    transform : scale(1.2,1.2)    
}
.ocssion-banner-blocks img{
    position : absolute;
    height : 100%;
    width : 100%;
    transition: all 0.5s ease;
}

.ocssion-banner-text {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 250px;
    font-weight: Bold;
    font-size: 50px;
    font-family: Poppins;
    color: #FFFFFF;
    line-height: 50px;
    right: 60px;
    top: 150px;
    transition: all 0.5s ease;
}
.ocssion-banner-block-right .ocssion-banner-text {
    left : 60px;    
}
.ocssion-banner-text a{
    margin-top:30px;  
    color: #fff; 
}
.occasion-banner-blocks-wrap{
    padding : 0 10px;    
}
.gift-for-wrap {
    padding: 50px 10px 50px;
}
.gift-for-wrap .fullwidth
{
    overflow : visible;   
}
.gift-for-3px-border {
    border: 3px solid #3A3A3A26;
    padding: 10px;
    margin-top: 30px;
}
.gift-for-10px-border .column40{
    position : relative;    
}
.gift-for-10px-border {
    border: 10px solid #3A3A3A48;
    padding: 40px 100px;
}
.promotion-image {
    position: absolute;
    left: 0;
    top: -100px;
    z-index: 1;
    border: 3px solid #BFBFBF;
    width: 400px;
    height: 490px;
    background: #fff;
    overflow: hidden;
    line-height: 490px;
}
.promotion-image img{
    vertical-align:middle;
    transition: all 0.5s ease;
    width : 100%;
}
.promotion-image:hover img {
    transform: scale(1.2,1.2);
}
.gift-for-10px-border .promotion-desc h3 {
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: Lato;
    letter-spacing: 0.9px;
    color: #3A3A3A;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.gift-for-10px-border .promotion-desc h3:hover {  
    color: #F50100;
}
.gift-for-10px-border .promotion-desc p.promotion-price {
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: Lato;
    letter-spacing: 0.9px;
    color: #F50100;
    margin-bottom: 20px;
}
.gift-for-10px-border .promotion-desc p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    color: #707070;
    font-family: Helvetica Neue;
    margin-bottom: 20px;
}
.clock-item,
.promotion-round {
    display: inline-block;
    height: 130px;
    width: 130px;
    /*margin-right: 20px;*/
    text-align: center;
    letter-spacing: 0.9px;
    color: #3A3A3A;
    font-weight: 600;
    font-size: 30px;
    position: relative;
    box-sizing: border-box;
}
.clock-item .inner{
    position:relative;
}
.clock-item .inner .text {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;    
}
.clock-item .inner .text p{
    letter-spacing: 0.9px;
    color: #3A3A3A;
    font-size: 20px;
    line-height: 20px;
    font-family: Lato;
    FONT-WEIGHT: 600;
}
.promotion-round span{
    width : 100%;
    display:block;
}
.atp-newlink {
    display: inline-block;
    padding: 13px 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    font-family: Poppins;
    border: 2px solid #fff;
    border-radius: 80px;
    cursor : pointer;
}
.atp-newlink:hover{
    background : transparent;
    color : #F50100;
    border-color : #F50100;
}
.home-page-gifts-for {
    padding:10px 0;
}
/*.home-page-gifts-for .container {*/
/*    padding:0 20px;*/
/*}*/
.gifts-for-row{margin-top:10px;}
.gifts-for-image-content-div{
    display:table-cell;
    vertical-align : middle;
    clear : both;
    color : #fff;    
    transition: all 0.5s ease;
}
.gifts-for-image-content-div span{
    text-align: center;
    font-weight: Bold;
    font-size:24px;
    line-height:29px;
    font-family:Lato;
    letter-spacing: 0;
    color: #FFFFFF;
}
.gifts-for-image-content-div h3{
    text-align: center;
    font-weight: Bold;
    font-size:46px;
    line-height:55px;
    font-family:Lato;
    letter-spacing: 0;
    color: #FFFFFF;
}
.gifts-for-image-content-div p{
    text-align: center;
    font-weight: Bold;
    font-size:22px;
    line-height:27px;
    font-family:Lato;
    letter-spacing: 0;
    color: #FFFFFF;
    max-width : 600px;
    margin : 0 auto;
}
.gifts-for-image-content-div a {
    padding: 13px 60px;
    background: #000;
    border-radius: 42px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    font-family: Poppins;
    margin-top: 50px;
    display: inline-block;
    text-transform: uppercase;
    
}
.gifts-for-image-content-div:hover a {
    background: #F50100;
}
.gifts-for-image-content-div:hover h3{
    /*color: #F50100;   */
    transition: all 0.5s ease;
}
.gifts-for-image {
    position: relative;
    height: 1064px;
    overflow: hidden;
}
.gifts-for-image img {
    min-height: 100%;
    vertical-align: middle;
    transition: all 0.5s ease;
    min-width: 100%;
    height: auto;
}
.gifts-for-image:hover img{
        transform: scale(1.2,1.2);
}
.gifts-for-image-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: #fff;
    text-align: center;
    display: table;
    background: rgba(0,0,0,0.4);
}
.home-page-gifts-for .homeproduct-row .bc-product-card {
    width: calc(40% - 20px);
}
.home-page-gifts-for .bc-product-title-data {
    height: 190px;
}
.home-page-gifts-for .homeproduct-row {
    margin-top: -10px;
}
.gifts-for-owl .owl-dots {
    transform: rotate(90deg);
    left: 70%;
    bottom: 50% !important;
    width: 200px;
}
.gifts-for-row.reverse-order .homeproduct-row .bc-product-card{
    float : right;
}
.gifts-for-row.reverse-order  .owl-dots {
    transform: rotate(90deg);
    left: -10%;
    bottom: 50% !important;
    width: 250px;
}
section.home-page-everything {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #f9f9f9 0% 0% no-repeat padding-box;
}
/*.home-page-everything .container {*/
/*    padding: 0 20px;*/
/*}*/
.all-term-links{
    padding-top : 40px;    
    text-align: center;
}
.all-term-links .atp-newlink {
    background: #000;
    margin-bottom: 10px;
    color: #fff;
}
.all-term-links .atp-newlink:hover {
    background: transparent;
    color: #F50100;
}
/**/

/*footer*/
.footer-section-bottom{
   background: #3A3A3A; 

}
/*.footer-section-bottom .container{*/
/*    padding : 0 20px;*/
/*}*/
.text-copyright {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 15px 0;
}
.text-copyright a{
    color: #fff;    
}
.footer-social {
    text-align: right;
    padding: 15px 0;
}

.footer-social a{
    margin-left:10px;
    color : #fff;
    font-size: 20px;
}
.footer-social a:hover{
    color : #F50100;
}
.footer-section-top-row {
    padding: 50px 10px;
    box-sizing: border-box;
}
.widget  .widgettitle{
    text-decoration: underline;
    font-weight: 800;
    font-size: 16px;
    line-height : 19px;
    font-family : Lato;
    letter-spacing: 0;
    color: #3A3A3A;
    opacity: 1;
    margin-bottom: 50px;
}
.widget{
    font-weight : 400;
    font-size:16px;
    line-height : 22px;
    letter-spacing: 0;
    color: #3A3A3A;
    padding-right: 30px;
}
.widget a{
    font-weight:400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    color: #3A3A3A;
}
.widget a:hover{
    color: #F50100;
}
.bc-form.bc-form-2col {
    padding: 50px 0;
}
button.bcaddoncustomize.bc-btn.greenbg {
    font-size: 15px;
}
.bc-btn, button.bc-btn, a.bc-btn, .entry-content .bc-btn, .entry-content button.bc-btn, .entry-content a.bc-btn, .bigcommerce-cart__item-count, .bc-account-login__form input[type="submit"] {
    display: inline-block;
    padding: 13px 5px;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    font-family: Poppins;
    border: 2px solid #fff;
    border-radius: 80px;
    cursor: pointer;
    background-color: #000;
    font-family: 'Poppins', sans-serif;
}
.entry-content {
    float: left;
    width: 100%;
}
.bc-account-login__form input[type=submit], .bc-btn, .entry-content .bc-btn, .entry-content a.bc-btn, .entry-content button.bc-btn, a.bc-btn, button.bc-btn {
    max-width: 330px;
}

p.bc-product__pricing--cached {
    width: 100%;
}

#wpcf7-f163794-p163790-o1 input.wpcf7-form-control.wpcf7-submit {
    width: 80%;
    max-width: 28%;
    color: #fff;
    background: #000;
    border: none !important;
    outline: none !important;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
    float: right;
    margin-right: 20%;
}
.tax-bigcommerce_category .bc-product-title-data {
    text-align: center;
    padding: 10px;
    height: 190px;
    position: relative;
}
.tax-bigcommerce_category  .homeproduct-row {
    margin-top: 0;
}
/*.tax-bigcommerce_category .homeproduct-row .bc-product-card {*/
/*    width: calc(33.33% - 20px);*/
/*}*/
.bc-product-single {
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
}
.bc-product-card--single .bc-product__title, .bc-product-single__meta .bc-product__title {
    text-align: left;
    color: #000 !important;
}
.single-post .section-title {
    margin-bottom: 50px;
}
.specia_message_cf7,
div.wpcf7-mail-sent-ok {
    border: none;
    padding: 0;
    width: 100%;
    margin: 10px 0;
    font-size: 15px;
    line-height: 20px;
}
.wpcf7-form p,
.wpcf7-form label,
.wpcf7-form input{
    width : 100%;
    display:block;
    margin: 10px 0;
}
.wpcf7-form p{
    margin-bottom : 15px;    
}
input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background-color: #000;
    border: 2px solid #000;
    transition: all 0.5s;
    width: 100%;
    display: inline-block;
    padding: 13px 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 15px;
    font-family: Poppins;
    border: 2px solid #fff;
    border-radius: 80px;
    cursor: pointer;
    background-color: #000;
    font-family: 'Poppins', sans-serif;
}
p.riddle {
    color: #f50100;
    font-size: 21px;
    line-height: 30px;
}
select#bc-sort {
    margin-top: 10px;
    width: 100%;
    display: block;
}
.bc-product-archive__select.bc-product-archive--sort {
    width: 100%;
    display: block;
    min-width: 100%;
}
.customisation-data .customizationpopup{margin:0 auto;}
.page-template-template-engrave1 .Custom-ads{
    display : none;
}
span.bigcommerce-cart__item-count.full {
    display: inline-block;
    padding: 5px 3px;
    background: #3a3a3a;
    color: #fff;
    border: none;
}

.tax-bigcommerce_category .navigation.pagination{
    display : none;    
}

.bc-product-archive {
    max-width: 100%;
    padding: 0 !important;
    margin: 0 auto;
}
/*footer*/
.quantity-notice {
    float: left;
    margin-top: 25px;
    width : 100%;   
}

.quantity-notice-second {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 18px;
}
.quantity-notice-second span{
    color : #3153a0;
    font-weight: 600;
}
.bc-pdp-wish-list-wrapper {
    float: left;
    width: 330px;
}
.bc-product-single .bc-product-form {
    margin-top: 0;
}
.left_side_div {
    float: left;
    width: 40%;
}
.right_side_div{
    float: left;
    width:60%;   
}
.bc-account-login__form input[type=submit][disabled]:focus, 
.bc-account-login__form input[type=submit][disabled]:hover, 
.bc-btn[disabled]:focus, .bc-btn[disabled]:hover, 
.entry-content .bc-btn[disabled]:focus, 
.entry-content .bc-btn[disabled]:hover, 
.entry-content a.bc-btn[disabled]:focus, 
.entry-content a.bc-btn[disabled]:hover, 
.entry-content button.bc-btn[disabled]:focus, 
.entry-content button.bc-btn[disabled]:hover, 
a.bc-btn[disabled]:focus, a.bc-btn[disabled]:hover, 
button.bc-btn[disabled]:focus, button.bc-btn[disabled]:hover,
.bc-account-login__form input[type=submit][disabled],
.bc-btn[disabled], .entry-content .bc-btn[disabled], 
.entry-content a.bc-btn[disabled], 
.entry-content button.bc-btn[disabled], 
a.bc-btn[disabled], button.bc-btn[disabled] {
    padding: 8px 5px;
}
.single-bigcommerce_product .bc-btn--add_to_cart.bc-btn[disabled]{
    border-color : #5273f4;
    background-color : #5273f4;
}
.single-bigcommerce_product .bc-btn--add_to_cart.bc-btn[disabled] {
    border-color: #3153a0;
    background-color: #3153a0;
    opacity: 1;
}
.font-customisation-result{
    display:none;    
    margin-top : 5px;
}
.notice-centeralised {
    padding: 5px;
    display : none;
}
.font-customisation-result .width_20 {
    border: 1px solid #cdcccc;
    padding: 5px;
    text-align: left;
    width: 20%;
}
.width_10 {
    float : left;
    width : 10%;
}
.customisation_details {
    padding-left: 50px;
}
.font-customisation-result .width_70 {
    float: left;
    border: 1px solid #cdcccc;
    padding: 5px;
    text-align: left;
    width: 70%;
}
.title_bredcumb span:last-child{display:none;}
.text_title_sku {text-align : right;}
.fullwidth.title_bredcumb {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.bc-product-single {
    padding: 20px 0;
}
.price_floating .floating {
    float: left;
    width: 100%;
}
.price_floating .initialized .bc-product__pricing--cached{display : none;}
.price_floating .floating .bc-show-current-price {
    font-size: 30px;
    font-weight: 700;
}
.bc-product-form__control--rectangle input.bc-product-variant__radio--hidden:checked+.bc-product-variant__label .bc-product-variant__label--rectangle{
    border: 1px solid #F50100;
    color: #F50100;
}
.fullwidth.price_floating {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.fullwidth.product_description {
    padding: 15px 0;
    line-height: 20px;
}
button.bc-btn.bcaddoncustomize {
    margin-top: 10px;
}
button.bc-btn.bc-pdp-wish-list-toggle {
    padding: 10px 20px;
}
.mobile_title{display:none}

.mobile_title h1.bc-product__title {
    text-align: left;
    color: #212529;
}
.bc-product-single .bc-single-product__specifications {
    padding-bottom: 10px;
    padding-top: 30px;
}
/*aside.container.bc-subnav {*/
/*    margin: 20px auto;*/
/*}*/
.bc-product__retail-price {
    display: none !important;
}
.all-loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #F50100; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
.all-loader-wrap{
    display:none;
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.bc-product-gallery__thumb-slide {
    width: calc(16% - 7px);
}
.comes-with{
    font-style: italic;
    font-size: 25px;
    line-height: 30px;    
}

.speacial_radio input[type="radio"] {
    width: 50px !important;
    box-shadow: none !important;
    float: left;
}

.speacial_radio label{
    margin-top: 12px;
    margin-left: 10px;    
}

.page-template-template-engrave-custom .width_50.right .width_100.bold_css_class b{
    position: absolute;
}

@media (min-width: 768px){
    .bc-subnav__list-item {
        margin-bottom: 0;
    }
    .bc-product-single .bc-product-single__meta {
        width: calc(60%);
        padding-left: 50px;
        border-left: 1px solid #cdcccc;
    }
    .bc-product-single__top > .bc-product__gallery{
        flex: 0 0 auto;
        margin-right: 0;
        width: 40%;   
        padding-right: 50px;
    }
    .bc-product-single .bc-product__gallery .bc-product__gallery{
        flex: 0 0 auto;
        margin-right: 0;
        width: 100%;
    }
    .bc-product-gallery__images{
        max-width : 100%;    
    }
    .bc-product-gallery__image-slide img {
        display: block;
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .home-page-slider .item {
        position: relative;
        height: auto;
    }
    .home-page-gifts-for .bc-product-title-data {
        height: 315px;
    }
    .homeproduct-row .bc-product-image {
        height: 200px;
    }
    .bc-product-title-data {
        height: 200px;
    }
    .gift-for-10px-border {
        padding: 40px 10px 40px 20px;
    }
    .clock-item{
        height: 100px;
        width: 100px;
    }
    .gift-for-10px-border .column60 {
        padding-left: 50px;
    }
    .clock-item .inner .text p {
        font-size: 13px;
        line-height: 10px;
    }
    .title_bredcumb .width_50{
        width : 100%;    
    }
    .text_title_sku {text-align : left;}
}

@media (min-width: 1200px) {
#menu-item-752725:hover .Nav-Submenu{display:block;} 
}
@media (max-width: 1200px) {
    .home-page-slider .item .slider-overlay {
        padding-left: 0;
    }
    .home-page-slider .item {
        position: relative;
        height: calc(100vh - 300px);
    }
    .home-page-slider .Mobile-Slider .item {
        position: relative;
        height:100%;
        padding:0;
    }
    .home-page-slider .item .slider-overlay {
        padding-left: 10px;
        text-align: center;
    }
    /* {*/
    /*    width: 100%;*/
    /*    max-width: 100%;*/
    /*}*/
}

@media (max-width: 1024px){
    
    .left_side_div,
    .right_side_div{
        width : 100%;    
    }   
    .customisation_details {
        padding-left: 0;
        margin-top: 30px;
    }
}
@media (max-width: 1023px) and (min-width: 768px) {
    
    .gifts-for-row .column2{
        width : 100%;
        max-width : 600px;
        margin : 0 auto;
        float :none;
    }
    .gifts-for-image {
        max-height: 500px;
    }
    .gifts-for-image-content {
        padding: 0 10px;
    }
    .owl-carousel.owl-theme.gifts-for-owl {
        margin-top:10px;
    }
    .gifts-for-row.reverse-order {
        display:flex;
        flex-direction: column-reverse;
    }
    .gifts-for-row.reverse-order .column2 {
        display:flex-column;
    }
    .gifts-for-row .gifts-for-image img {
        height: auto;
        width: 100%;
    }
    .gift-for-10px-border .column60 {
        padding-left: 0;
        width: 100%;
    }
    .promotion-image {
        position: relative;
        left: 0;
        top: -40px;
    }
    .tax-bigcommerce_category .homeproduct-row .bc-product-card{
        width: calc(50% - 20px);       
    }
    .homeproduct-row .bc-product-card {
        width: calc(33% - 20px);
    }
}
@media (max-width: 767px) {
    .home-page-occasion {
        padding: 0 5px;
    }
    .bc-product__title {
        margin: 0 0 0px;
    }
    /*.page-template-default .home-page-occasion {*/
    /*    padding: 45px 5px 0;    */
    /*    margin-bottom: 10px;*/
    /*}*/
    /*body:not(.page-id-2228) div#content {*/
    /*    margin-top: -10px !important;*/
    /*}*/
    /* article#post-10, article#post-3256  {*/
    /*    margin-top: 40px !important;*/
    /*}*/
    /*article#post-5{*/
    /*    margin-top: 60px !important;    */
    /*}*/
    /*.bc-product-single {*/
    /*    padding: 90px 0 0;*/
    /*}*/
    /*.ocassion-block.ocassion-large, .ocassion-block.ocassion-small {*/
    /*    margin-bottom: 10px !important;*/
    /*}*/
    .ocssion-blocks{margin-top: 10px;}
    .fullwidth.title-with-marketing-image .section-title h2{margin-bottom:0 !important;}
    .mbl-marketing-image{display: block !important;    margin-bottom: 7px;}
    .desktop-slider, .title-with-marketing-image-img{    display: none !important;}
    .Mobile-Slider{display:block; }
    .header-menu-row li a {
        margin: 8px;
    }
    .social-icons.fullwidth {
        display: none;
    }
    .header-row {
        padding:25px 0 12px;
    }
    .header-left-links {
        margin-top: 10px;
        width: 100%;
    }
    .home-page-slider .item {
        position: relative;
        height: calc(100vh - 240px);
    }
    .home-page-slider .owl-dots {
        position: relative;
        left: 0;
        right: 0;
        bottom: 25px;
    }
    .home-page-slider .slider-sub-title {
        font-size: 20px;
        line-height: 0px;
        padding-top: 50%;
    }
    .home-page-slider .slider-title {
        font-size: 40px;
        line-height: 0.5;
        margin-top: -18px;
    }
    .home-page-slider .slider-sub-title-low {
        font-size: 20px;
        line-height: 0px;
        padding-top: 30px;
    }
    .slider-link {
        margin-top: 8%;
    }
    .slider_id_3 .slider-link {
        text-align: center;
        bottom: 0;
        top: auto;
        position: relative;
        bottom: -20%;
        right: 0;
        left: 0;
    }
    .slider-link a {
        padding: 7px 30px;
        font-size: 15px;
        line-height: 30px;
    }
    .home-page-slider .slider_id_1 .slider-overlay .slider-sub-title, .home-page-slider .slider_id_1 .slider-overlay .slider-sub-title-low {
        font-size: 32px;
        font-family: 'DEATHE MAACH NCV';
        font-weight: 400;
        line-height: 30px;
    }
    .home-page-slider .slider_id_1 a {
        width: 190px;
        display: inline-block;
        margin-right: 0;
        margin-top: 20px;
    }
    .ocssion-blocks .column2{
        width : 100%;    
    }
    .ocassion-block.ocassion-large {
        height: 230px;
    }
    .ocassion-overlay{
        padding-top : 100px;    
    }
    .ocssion-blocks .column2:nth-child(1) {
        padding-right: 0;
    }
    .ocssion-blocks .column2:nth-child(2) {
        padding-left: 0;
    }
    /*.ocassion-block img {*/
    /*    width: auto;*/
    /*}*/
    .gifts-for-row .column2{
        width : 100%;
        max-width : 600px;
        margin : 0 auto;
        float :none;
    }
    .gifts-for-image {
        max-height: 500px;
    }
    .gifts-for-image-content {
        padding: 0 10px;
    }
    .owl-carousel.owl-theme.gifts-for-owl {
        margin-top: 30px;
    }
    .gifts-for-row.reverse-order {
        display:flex;
        flex-direction: column-reverse;
    }
    .gifts-for-row.reverse-order .column2 {
        display:flex-column;
    }
    .gifts-for-row .gifts-for-image img {
        height: auto;
        width: 100%;
    }
    .gift-for-10px-border .column60 {
        padding: 0 10px;
        width: 100%;
    }
    .clock-item .inner .text p {
        font-size: 23px;
        line-height: 1;
    }
    .clock-item {
            margin-bottom: 60px;
            width: 50%;
    }
    .promotion-image {
        position: relative;
        left: 0;
        top: -15px;
        border: 0;
        height: auto;
        line-height: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        float: left;
    }
    .tax-bigcommerce_category .homeproduct-row .bc-product-card,
    .homeproduct-row .bc-product-card {
        width: calc(33% - 20px);
    }
    .column3.header-logo {
        width: 100%;
    }
    .tax-bigcommerce_category .homeproduct-row .bc-product-card,
    .gifts-for-row.reverse-order .homeproduct-row .bc-product-card,
    .home-page-gifts-for .homeproduct-row .bc-product-card {
        width:100%;
        margin: 0 auto 10px;
        float: none;
    }
    .homeproduct-row .bc-product-image {
        height: auto;
    }
    .home-page-gifts-for .bc-product-title-data {
        height: auto;
    }
    .bc-product-price {
        position: relative;
        bottom: 0;
        margin-top: 10px;
    }
    
    .gifts-for-row.reverse-order .owl-dots,
    .gifts-for-owl .owl-dots {
        transform: rotate(0deg);
        left: 0;
        bottom: 0% !important;
        width: 100%;
        position: relative;
    }
    .gifts-for-row.reverse-order .owl-dots {
        left: 0%;
    }
    .gift-for-wrap {
        padding: 0;
    }
    .gift-for-3px-border {
        border: 0;
        padding: 0;
    }
    .gift-for-wrap .fullwidth {
        overflow: visible;
    }
    .gift-for-10px-border .column40 {
        width: 100%;
    }
    .tax-bigcommerce_category .homeproduct-row .bc-product-card {
        width: calc(100%);   
       margin: 0 0 10px 0;
    }
    .homeproduct-row .bc-product-card {
        width: calc(100%);
        margin: 0 0 10px 0;
    }
    .ocssion-banner-blocks {
        height: 400px;
        position: relative;
        overflow: hidden;
        width: calc(100%);
        margin: 10px 0;
    }
    .ocssion-banner-block-right .ocssion-banner-text {
        left:0;
        font-size: 40px;
        line-height: 40px;
        right: 0;
        top: 27%;
        margin: 0 auto;
    }
    .footer-section-top-row .column4 {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        border-bottom: 1px #ddd solid;
        padding-bottom: 30px;
    }
    .widget .widgettitle {
        margin-bottom: 10px;
    }
    .bc-product-single .bc-product__gallery{
            order: 1;
    }
    .bc-product-single__meta .title_bredcumb,
    .bc-product-single__meta .bc-product__title{
        display : none;
    }
    .mobile_title {
        display: block;
    }
    section.bc-product-single__top {
        clear: both;
    }
    .bc-product-gallery__images {
        margin: 10px auto;
    }
    .footer-section-top-row .column4:last-child {
        margin: 0;
        border: 0;
        padding-bottom: 0;
    }
    .footer-section-bottom .text-copyright, .footer-section-bottom .footer-social{
        width: 100%;
        text-align: center;
    }
}
/*  CUstom Ad  */
.Custom-ads {
    padding:0 10px 20px;
    display: flex;
}
.Custom-ads > div {
    padding: 0 10px;
    width: 50%;
}
.home-page-adds {
    padding-top: 25px;
}
.Custom-ads img {
    max-width: 100%;
    height: 100%;
    width: 100%;
}
/*--Everything Home Wrapper--*/
.Everything-wrapper {
    padding: 50px 0 0;
}
.Evr-box {
    position: relative;
    margin-bottom: 30px;
}
.Evr-box h2 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.current-menu-item.item-menu-mobile a{
    position: relative;
}
.header-menu-row li.current-menu-item.item-menu-mobile > a::before, .header-menu-row li.current-menu-item.item-menu-mobile > a::after {
    height: 30px;
    width: 1px;
    left: -20px;
    position: absolute;
    content: '';
    background: #000;
    top: -7px;
}
.header-menu-row li.current-menu-item.item-menu-mobile > a::after {
    right: -20px;
    left: inherit;
}

.Nav-Submenu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999999;
    top: 36px;
    max-width: 70vw;
    margin: 0 auto;
    width: 1300px;
}
.Nav-Submenu .row {
    background: #fff;
    padding: 20px 10px;
    margin: 0;
    box-shadow: 0px 1px 3px #333;
}
.Nav-Submenu h2 {
    color: blue;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.Nav-Submenu::before {
    position: absolute;
    left: 18px;
    width: 100px;
    background: #fff;
    content: '';
    height: 5px;
    top: 16px;
}
.Nav-Submenu li a {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
    margin: 0;
}
.Nav-Submenu li a:hover {
    color: #F50100!important;
}
.Nav-Submenu li {
    padding-bottom: 10px;
    display: block;
    margin : 0;
}
.Nav-Submenu h2.padding-top-40 {
    padding-top: 40px;
}
.Nav-Submenu > .row {
    margin-top: 0;
}
/*Header Search*/
.Search-col {
    padding-top: 6px;
    padding-right: 0;
    padding-left: 5px;
}
.Search-col input[type="text"] {
    height: 30px;
    border-radius: 30px;
    margin-right: 5px;
}
.Search-col button .fa {
    font-size: 18px;
    color: #555;
}
/*--CART--*/
.header-left-links {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
/*header .container, .home-page-slider .container{*/
/*    padding: 0 20px;*/
/*}*/
/*header .container .fullwidth{overflow: inherit;}*/
/*.header-left-links a.fa-shopping-cart .bigcommerce-cart__item-count {*/
/*    position: absolute;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background: #000;*/
/*    border-radius: 50%;*/
/*    display: flex;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    top: 0;*/
/*    font-size: 12px;*/
/*    font-weight: bold;*/
/*    right: -13px;*/
/*}*/
/*.header-left-links .fa-shopping-cart {*/
/*    position: relative;*/
/*}*/
/*--NEW CSS--*/

.fullwidth.title-with-marketing-image{
    background: #e5e5db;
    background: -moz-linear-gradient(left,  #e5e5db 0%, #d8cdd5 100%);
    background: -webkit-linear-gradient(left,  #e5e5db 0%,#d8cdd5 100%);
    background: linear-gradient(to right,  #e5e5db 0%,#d8cdd5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5db', endColorstr='#d8cdd5',GradientType=1 );
    display: flex;
    align-items: center;
    height: auto;
        justify-content: space-between;
}
.fullwidth.title-with-marketing-image .section-title{
    margin: 0 10px;
    padding:0;
    min-width:460px;
    max-width:460px;
}
.page-id-633094 .home-page-occasion .fullwidth {    overflow: inherit;}
.fullwidth.ocssion-blocks a {
    float: left;
    width: 25%;
    display: block;
    /* min-height: 260px; */
    padding: 0 10px;
}
.ocassion-block.ocassion-large, .ocassion-block.ocassion-small {
    height: 220px;
    margin-bottom: 20px;
}
.ocssion-blocks .ocassion-block .ocassion-overlay {
    bottom: 0;
    height: auto;
    padding: 0;
    top: auto;
    background: #8188b4cc;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
.ocssion-blocks .ocassion-block:hover .ocassion-overlay{
    background:#e38a6ccc;
}
.fullwidth.ocssion-blocks > div.row {
    margin: 0 -10px;
}
.fullwidth.title-with-marketing-image > div:nth-child(3) {
    background: #fff;
    padding-left:10px;
    position: relative;
}
.fullwidth.title-with-marketing-image > div:nth-child(1) {
    background: #fff;
    padding-right:10px;
    position: relative;
}
/*.fullwidth.title-with-marketing-image>div:nth-child(1)::before,*/
/*.fullwidth.title-with-marketing-image>div:nth-child(3)::before{*/
/*    position: absolute;*/
/*    background: #fff;*/
/*    content: '';*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: -20px;*/
/*    top: -20px;*/
/*    z-index: 1;*/
/*}*/
.header-menu-toggle{display:none;}
/*DEal Wrapper*/
.Deal-wrapper {
    background: #5e7072;
    background: -moz-linear-gradient(left,  #5e7072 0%, #2d4756 100%);
    background: -webkit-linear-gradient(left,  #5e7072 0%,#2d4756 100%);
    background: linear-gradient(to right,  #5e7072 0%,#2d4756 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e7072', endColorstr='#2d4756',GradientType=1 );

    position: relative;
    min-height: 325px;
}
.Deal-wrapper .Deal-title {
    position: absolute;
    right: 15%;
    top: 7px;
}
.Deal-wrapper .Deal-title h2 {
    color: #fff;
    padding: 10px;
    font-size: 32px;
    text-transform: uppercase;
    background: #475d65;
    background: -moz-linear-gradient(left,  #475d65 0%, #334c5a 100%);
    background: -webkit-linear-gradient(left,  #475d65 0%,#334c5a 100%);
    background: linear-gradient(to right,  #475d65 0%,#334c5a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#475d65', endColorstr='#334c5a',GradientType=1 );
    font-family: 'Pathway Gothic One', sans-serif;
}
.Deal-wrapper .promotion-desc h3 {
    color: #fff;
    font-size: 16px;
    padding-top: 50px;
    line-height: 22px;
    margin-bottom: 20px;
}
.Deal-wrapper .promotion-desc p {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}
.Deal-wrapper .promotion-desc p:not(.promotion-price) {
    font-size: 13px;
}
.title-with-marketing-image-img a img {
    display: block;
}
.Deal-timer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.Deal-timer > div {
    border: 2px #fff solid;
    padding: 10px 0 0 0;
    text-align: center;
    margin: 0 7px 0 0;
    color: #fff;
    font-size: 26px;
}
.Deal-timer > div span {
    display: block;
    font-size: 13px;
    padding-top: 20px;
    padding:10px 5px;
    margin-top:15px;
        background: #fff;
    color: #000;
}   
.Deal-wrapper::before {
    border: 2px #fff solid;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: '';
    position: absolute;
    top: 31px;
    border-radius: 20px;
}
.Deal-wrapper .gift-for-wrap {
    position: relative;
    padding: 20px 20px 40px 46%;
}
.Deal-wrapper .gift-for-wrap .row > div:nth-child(1) {
    position: absolute;
    top: 20px;
    left: 40px;
    bottom: 10px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px #00000082;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:0 5px;
}
.Deal-wrapper .gift-for-wrap .row > div:nth-child(2) {
    max-width: 100%;
}
.customer-review-title{
    position: absolute;
    right:30%;
    top: 7px;
}
.customer-review-title h2 {
    color:#3A3A3A;
    background:#FEF3F3;
    padding: 10px;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Pathway Gothic One', sans-serif;
}
.home-review-wrapper .fullwidth > .row {
    margin: 0 5px;
}
.home-review-wrapper .fullwidth > .row > div {
    padding: 0 5px;
}
.home-page-customer-review::before {
    border: 2px #3A3A3A solid;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: '';
    position: absolute;
    top: 31px;
    border-radius: 20px;
}
.home-page-customer-review .owl-dots {
    bottom: 20px;
}
.home-page-customer-review .owl-carousel .item {
    position: relative;
    padding: 0px 40px 40px 230px;
    min-height:325px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-page-customer-review .owl-carousel .item .Review-author {
    position: absolute;
    left: 55px;
    top: 70px;
    bottom: 0;
    height: 100%;
}
.Review-author .cr-image {
    margin-bottom: 10px;
}
.home-page-occasion-banner {
    padding: 0 0 10px;
    margin-top: -10px;
}
.footer-section-top-row .column4:nth-child(4) p:last-child {
    margin-top: 20px;
}
.footer-section-top-row .column4:nth-child(4) p {
    margin: 0;
}
.fullwidth.title-with-marketing-image .section-title h2 {
    position: relative;
    display:block;
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Pathway Gothic One', sans-serif;
    margin-bottom: 10px;
}
.fullwidth.title-with-marketing-image .section-title {
    margin: 0 10px;
    padding: 0;
    min-width: 460px;
    text-align: center;
}
.fullwidth.title-with-marketing-image .section-title h2 span.section-title-left,
.fullwidth.title-with-marketing-image .section-title h2 span.section-title-left::before{
    left: 0;
}
.fullwidth.title-with-marketing-image .section-title h2 span.section-title-right,
.fullwidth.title-with-marketing-image .section-title h2 span.section-title-right::before {
    right: 0;
}
.fullwidth.title-with-marketing-image .section-title > div > span , .fullwidth.title-with-marketing-image .section-title > div > span  span{
    font-size: 12px;
    padding: 10px 0 0;
    display: block;
    line-height: 18px;
}
.title-with-marketing-image-img img {
    display: block;
    position: relative;
    z-index: 1;
}
.fullwidth.title-with-marketing-image .section-title h2::before {
    height: 1px;
    left: 20px;
    right: 20px;
    background: #676767;
    position: absolute;
    content: '';
    top: 53%;
}
.fullwidth.title-with-marketing-image .section-title h2 span {
    background: #dfd9d8;
    position: relative;
    padding: 0 20px;
    display: inline !important;
}
.fullwidth.gifts-for-row.reverse-order {
    margin: -8px 0 -17px;
}
/*--SUB MNEU--*/
#menu-item-752725::before,
.menu-item-has-children::before {
    content: '';
    position: absolute;
    top: 17px;
    width: 90px;
    height: 20px;
}
.menu-header-menu-new-container {
    position: relative;
}
.header-menu-row li .sub_menu {
    top: 36px;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 5px #0000004f;
}
.header-menu-row li .sub_menu li {
    padding: 0;
    margin: 0;
    display: block;
}
.header-menu-row li .sub_menu li a {
    display: block;
    font-size: 14px;
    color: #222;
    font-weight: 400;
    display: block;
    padding:7px 20px;
    margin: 0;
}
.header-menu-row li .sub_menu li a:hover {
    color:#F50100 !important;
}
/*.bc-product-archive .bc-product-archive__header .container {*/
/*    padding: 0;*/
/*}*/

.bc-single-product__rating-reviews {
    margin-top: -8px;    
}
.filter_load_more_wrap {
    display:none;    
}
.filter_view_less, .filter_view_more {
    font-size: 13px !important;
    font-weight: 400 !important;
}

.tax-bigcommerce_category .width_20.search-left-sidebar{
    padding-top : 50px;    
}

.engrave_color_class_select {
    margin-top : 14px;    
}

/*--MEDIA--*/
@media screen and (min-width:981px) and (max-width:1180px){
    .header-menu-row li {
        margin-right: 18px;
    }
    .header-menu-row li a {
        padding: 0;
        font-size: 14px;
        margin-right: 18px;
    }
    .home-page-slider .item {
        position: relative;
        height: calc(80vh - 300px);
    }
    .Deal-wrapper .gift-for-wrap .row>div:nth-child(1) {
        top: 60px;
        left: 30px;
        bottom: 40px;
    }
    .Deal-wrapper .gift-for-wrap {
        padding: 20px 20px 40px 42%;
    }
}
@media screen and (min-width:1180px) and (max-width:1320px){
    .home-page-slider .slider_id_1 .slider-overlay .slider-link {
        right:15.5%;
        top:65%;
    }
    .home-page-slider .slider_id_2 .slider-overlay .slider-link {
        right: 16%;
        top: 47%;
    }
    .home-page-slider .slider_id_3 .slider-overlay .slider-link {
        left: 24%;
        top: 38%;
    }
}
@media screen and (min-width:1025px) and (max-width:1180px){
    .home-page-slider .slider_id_1 .slider-overlay .slider-link {
        right:16%;
        top:67%;
    }
    .home-page-slider .slider_id_2 .slider-overlay .slider-link {
        right:18%;
        top:52%;
    }
    .home-page-slider .slider_id_3 .slider-overlay .slider-link {
        left:6%;
        top:38%;
    }
}
@media screen and (min-width:980px) and (max-width:1024px){
    .home-page-slider .slider_id_1 .slider-overlay .slider-link {
        right:17%;
        top: 68%;
    }
    .home-page-slider .slider_id_2 .slider-overlay .slider-link {
            right:17%;
        top: 50%;
    }
}
@media screen and (min-width:800px) and (max-width:979px){
    .home-page-slider .slider_id_1 .slider-overlay .slider-link {
        right:10%;
        top: 68%;
    }
    .home-page-slider .slider_id_2 .slider-overlay .slider-link {
        right: 14%;
        top: 50%;
    }
}
@media screen and (min-width:768px) and (max-width:799px){
    .home-page-slider .slider_id_1 .slider-overlay .slider-link {
        right: 9%;
        top: 68%;
    }
    .home-page-slider .slider_id_2 .slider-overlay .slider-link {
        right: 13%;
        top: 50%;
    }
}
@media screen and (min-width:768px) and (max-width:980px){
    
    .header-menu-row li {
        margin-right: 17px;
    }
    .header-menu-row li a {
        padding: 0;
        font-size: 12px;
        margin-right:0;
        line-height: 16px;
    }
    .Nav-Submenu .col-2 {
        padding: 0 6px;
    }
    .Nav-Submenu {
        max-width: 668px;
        width: 768px;
    }
    .search #primary.content-area.Search-page {
        max-width: 100%;
    }
}
@media screen and (min-width:768px) and (max-width:1180px){
    .home-page-slider .item {
        position: relative;
        height: calc(80vh - 300px);
    }
    .home-page-slider .owl-dots{
        bottom: 20px;
    }
    .fullwidth.title-with-marketing-image .section-title {
        margin: 0 10px;
        padding: 0;
        min-width: 300px;
    }
    .fullwidth.title-with-marketing-image .section-title span {
        display: none;
    }
    .home-page-slider .slider-overlay .slider-link a {
        border: 2px solid #fff;
        color: #fff;
        position: relative;
        left: 0;
        right: 0;
        padding: 10px 30px;
        border-radius: 100px;
        display: inline;
        font-size: 16px;
        line-height: 20px;
        width: auto;
        max-width: initial;
        background: #fff;
        color: #000;
    }
    .home-page-slider .slider_id_1 .slider-overlay .slider-link {
        bottom: 0;
        margin: 0;
        width: auto;
        max-width: inherit;
    }
    .home-page-slider .slider_id_2 .slider-overlay .slider-link {
        bottom: 0;
        margin: 0;
        width: auto;
        max-width: inherit;
    }
     .home-page-slider .slider_id_3 .slider-overlay .slider-link {
        left: 6%;
        top: 38%;
    }
    .fullwidth.title-with-marketing-image .section-title {
        margin: 0;
        padding: 0;
        min-width: 300px;
    }
    .fullwidth.title-with-marketing-image>div:nth-child(1)::before, .fullwidth.title-with-marketing-image>div:nth-child(3)::before {
        bottom: -30px;
        top: -30px;
    }
}
@media (min-width:1200px) {
    .footer-section-top-row > div:nth-child(1) {
        width: 37% !important;
        padding-right: 2%;
    }
    .footer-section-top-row > div {
        width: 21%;
    }
    .footer-section-top-row>div:nth-child(1) p img {
        width: 220px;
    }
}
@media (min-width:768px) {
    /*.header-left-links a {*/
    /*    font-size: 14px;*/
    /*    line-height: 40px;*/
    /*    letter-spacing: 0;*/
    /*    color: #3A3A3AB2;*/
    /*    margin: 0 0 0 20px;*/
    /*}*/
    .menu-item-has-children:hover .sub_menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    .header-menu-row li.current-menu-item.item-menu-mobile>a::before,
    .header-menu-row li.current-menu-item.item-menu-mobile>a::after{
        display:none;
    }
    #menu-item-752725:hover .Nav-Submenu {
        display: block;
    }
}
@media (max-width: 767px) {
    /*.mbl-marketing-image{margin-top: 10px;}*/
    .bc-product-single {
        padding: 0;
    }
    .bc-product-grid{padding:0;}
    #menu-item-752725::before,
    .menu-item-has-children::before {
        display:none;
    }
    .title-with-marketing-image-img img {
        width : 100%;    
    }
    .fullwidth.title-with-marketing-image>div:nth-child(1)::before, .fullwidth.title-with-marketing-image>div:nth-child(3)::before{
        display:none;
    }
    .fullwidth.ocssion-blocks a{width:100%;}
    .Custom-ads {
        display: flex;
        flex-direction: column;
    }
    .Custom-ads > div {
        padding: 10px;
        width: 100%;
    }
    .fullwidth.title-with-marketing-image {
        display: block;
        text-align: center;
    }
    .fullwidth.title-with-marketing-image .section-title{
        margin:0;
        padding:15px 0;
        min-width: 100%;
    }
    /*MOBILE NAV*/
   header#masthead {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 1111;
    transition: all 0.5s ease;
}
.site-content {
    padding-top: 115px;
}
/*    header#masthead .container, .home-page-slider .container {*/
/*    padding: 0 15px;*/
/*}*/
/*    header#masthead .column3.header-logo {*/
/*    width: auto;*/
/*    position: absolute;*/
/*    left: 15px;*/
/*    top: 20px;*/
/*}*/
/*    .header-logo img {*/
/*        max-width: 115px;*/
/*    }*/
.phone-num {
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    position: absolute;
    top: 71px;
    left: 15px;
    display:none;
}

body{
    position: relative;
    left:0;
    transition: left 0.5s ease;
}
body.menu-open {
    position: relative;
    left: -230px;
    transition: left 0.5s ease;
}
body.menu-open header#masthead {
    left: -230px;
    right:230px;
    transition: all 0.5s ease;
}
.header-row {
    padding: 10px 0 5px;
    min-height: 60px;
    border-bottom: 1px solid #0000001f;
}
/*.menu-header-menu-new-container {*/
/*    position: fixed;*/
/*    right:-230px;*/
/*    top: 0;*/
/*    left: auto;*/
/*    height: 100vh;*/
/*    overflow: auto;*/
/*    background: #fff;*/
/*    box-shadow: 0 0 20px #00000080;*/
/*    z-index: 9999;*/
/*    transition: right 0.5s ease;*/
/*    bottom:0;*/
/*    overflow-x: hidden;*/
/*}*/
body.menu-open .menu-header-menu-new-container {
    right: 0;
    transition: right 0.5s ease;
}
/*.header-left-links a {*/
/*    font-size: 12px;*/
/*    line-height: 26px;*/
/*    letter-spacing: 0px;*/
/*    color: #3A3A3AB2;*/
/*    margin: 0 5px;*/
/*}*/
.header-menu-row li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px #999 solid;
}
.header-menu-row li a {
    display: block;
    padding: 10px 15px;
    color: #555;
    margin: 0;
}
.header-menu-toggle {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 72px;
}
.header-left-links .Search-col {
    display: block;
    position: absolute;
    left: 10px;
    top: 63px;
    /*width: calc(100% - 100px);*/
    right: 55px;
    text-align: left;
    padding-right: 45px;
}
.header-left-links .Search-col input[type="text"]{
        width: 100%;
}
.header-left-links .Search-col button {
    position: absolute;
    top: 13px;
    right: 15px;
}
/*.header-left-links .Search-col form{*/
/*    float : left;    */
/*}*/
.header-menu-row {
    padding: 24px 0;
    border-bottom: 1px solid #0000001f;
}
.header-menu-toggle > span {
  display: inline-block;
  position: relative;
  height: 2px;
  width: 30px;
  border-radius: 1px;
  background: #293335;
  vertical-align: middle;
}
.header-menu-toggle > span:before, .header-menu-toggle > span:after {
  display: inline-block;
  position: absolute;
  content: "";
  height: 2px;
  border-radius: 1px;
  background: #293335;
  transition: all 200ms;
}
.header-menu-toggle > span:before {
  top: -8px;
  left: 0;
  width: 30px;
}
.header-menu-toggle > span:after {
  top: 8px;
  left:0;
  width: 30px;
}
.menu-open .header-menu-toggle > span {
  height: 0;
}
.menu-open .header-menu-toggle > span:after,
.menu-open .header-menu-toggle > span:before {
  top: 0px;
  left: 0;
}
.menu-open .header-menu-toggle > span:after {
  transform: rotate(-45deg);
}
.menu-open .header-menu-toggle > span:before {
  transform: rotate(45deg);
}






.fullwidth.title-with-marketing-image>div:nth-child(1),.fullwidth.title-with-marketing-image>div:nth-child(3) {
    background:none;
    padding:0;
}
span.section-title-left:before{width: 60px;    left: -15px;display:none;}
span.section-title-right:before{width: 60px;    right: -15px;display:none;}
.header-menu-row .Nav-Submenu .row > div {
    /* flex: 0; */
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 100%;
    max-width: 100%;
}
.Nav-Submenu h2.padding-top-40 {
    padding-top: 0;
}
.header-menu-row li.nav-child-open .Nav-Submenu{
    display: block;
    position: relative;
    max-width: 100%;
    left:0;
    right: 0;
    top: -10px;
    margin: 0;
    width: 213px;
}
.menu-item-has-children.nav-child-open .sub_menu {
    display: block;
    position: relative;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    width: 213px;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0 17px;
}
.header-menu-row li.nav-child-open .Nav-Submenu li a,
.menu-item-has-children.nav-child-open .sub_menu li a{
    padding:6px 0;
    font-size: 12px;
}
.Nav-Submenu h2 {
    margin: 20px 0 0;
}
.header-menu-row li.nav-child-open .Nav-Submenu .row {
    margin: 0;
    padding: 0;
    box-shadow: none;
    background:none;
}
.header-menu-row .Nav-Submenu .row>div ul li:last-child,
.menu-item-has-children .sub_menu li:last-child{
    border: 0;
}
.home-page-slider .Mobile-Slider .owl-carousel .owl-item img{
    height:auto;
}
.Deal-wrapper .gift-for-wrap {
    padding: 30px 30px;
}
.Deal-timer>div {
    margin: 0 2px;
    font-size: 20px;
}
.Deal-timer>div span {
    padding: 10px 3px;
    margin-top: 12px;
    font-size:14px;
}
.Deal-wrapper .Deal-title h2{font-size: 23px;font-family: 'Pathway Gothic One', sans-serif;}
.customer-review-title {
    right: 0;
    top: 7px;
    margin: 0 auto;
    left: 0;
    text-align: center;
    width: 290px;
}
.home-page-gifts-for .container {
    padding: 0 15px !important;
}
.home-page-slider .owl-dots,
.owl-theme .owl-dots, .owl-theme .owl-nav{display:none;}
.fullwidth.title-with-marketing-image .section-title h2::before, .fullwidth.title-with-marketing-image .section-title h2::after {
    height: 1px;
    left: 20px;
    right: auto;
    background: #676767;
    position: absolute;
    content: '';
    top: 53%;
    width: 20%;
}
.fullwidth.title-with-marketing-image .section-title h2::after {
    left: auto;
    right: 20px;
    /* width: 30%; */
}
.fullwidth.title-with-marketing-image .section-title h2 span{
    background:none;
}
.fullwidth.title-with-marketing-image .section-title>div>span {
    padding: 10px 20px;
}
.gifts-for-row .owl-carousel .owl-stage-outer {
    padding: 10px 0;
}
.gifts-for-image-content-div h3 {
    padding: 10px 0;
    font-size: 36px;
    line-height: 45px;
}
.gifts-for-image-content-div a{
    margin-top: 30px;
}
.footer-section-top {
    border-top: 1px #ddd solid;
    margin-top: 50px;
}





}
@media screen and (min-width:541px) and (max-width:767px){
    .fullwidth.ocssion-blocks a {
        width: 50% !important;
    }
    .Deal-wrapper .gift-for-wrap .row>div:nth-child(1) {
        width: 34%;
    }
    .Deal-wrapper .gift-for-wrap {
        padding: 20px 20px 40px 46%;
    }
}
@media (max-width:540px){
    .Deal-timer{justify-content: center;}
    .Deal-wrapper .gift-for-wrap .row>div:nth-child(1) {
    position: relative;
    top: 20px;
    left: 0;
    bottom: 0;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px #00000082;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    right: 0;
    margin: 0 auto;
    max-width: 90%;
}
    .home-page-customer-review .owl-carousel .item {
    position: relative;
    padding:30px 30px 50px;
    min-height: 290px;
    display: block;
    justify-content: center;
    align-items: center;
}
.home-page-customer-review .owl-carousel .item .Review-author {
    position: relative;
    left: 0;
    top: 0;
    bottom: inherit;
    height: 100%;
}
  .customer-review-title {
    right: 30px;
    top: 7px;
    left: 20px;
    width: 230px;
}  
 .customer-review-title h2 {
    padding: 10px;
    font-size: 20px;
}   
    
}
/*  Search  */
.search-container {
    padding: 0 20px;
}
.search-left-sidebar > div {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #ddd solid;
}
.search-left-sidebar > div label.filter_label {
    font-size: 13px;
    color: #000;
    margin-bottom: 10px;
    width: 100%;
    width: 100%;
    font-weight: 600;
}
.search-left-sidebar input[type="text"], .search-left-sidebar select {
    width: 100%;
    height: 44px;
    font-size: 13px;
    padding: 10px 15px;
    color: #555;
    border: 1px solid #adadad !important;
    margin: 0 !important;
}
.filter_checkbox_wrap {
    padding: 5px 0;
}
.filter_checkbox_wrap label {
    font-size: 13px;
    padding-left: 5px;
}
.search-left-sidebar > div:last-child {
    border: 0;
}
.Search-title {
    padding: 20px;
    text-align: center;
    background: #e5e5db;
    background: -moz-linear-gradient(left, #e5e5db 0%, #d8cdd5 100%);
    background: -webkit-linear-gradient(left, #e5e5db 0%,#d8cdd5 100%);
    background: linear-gradient(to right, #e5e5db 0%,#d8cdd5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5db', endColorstr='#d8cdd5',GradientType=1 );
}
.Search-title h2 {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Pathway Gothic One',sans-serif;
}
.Search-title h2 > span {
    position: relative;
}
.Search-title h2 > span::before {
    left: -160px;
    width: 140px;
    height: 1px;
    background: #000;
    position: absolute;
    content: '';
    top: 19px;
}
.Search-title h2 > span::after {
    right: -160px;
    width: 140px;
    height: 1px;
    background: #000;
    position: absolute;
    content: '';
    top: 19px;
}
.Content-wrapper {
    position: relative;
    padding-top: 30px;
}
.Content-wrapper .width_20 {
    padding-right: 20px;
}
.Content-wrapper .width_80 .homeproduct-row {
    margin-top: 0;
    min-height: 600px;
}



.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.error-404.not-found input {
    border-radius: 50px;
    height: 40px;
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 14px;
}





@media screen and (max-width:767px){
    .home-page-gifts-for {
    padding: 0;
}
/*.bc-product-archive {*/
/*    margin-top: 50px !important;*/
/*}*/
/*    body:not(.page-id-2228) div#content, article#post-10, article#post-3256 {*/
/*    margin-top: 0px;*/
/*}*/
    .content-area.Search-page {
    max-width: 100% !important;
    padding: 0 5px;
}
.content-area.Search-page .container {
    padding: 0 10px;
}

    .Search-title h2 > span::before,
    .Search-title h2 > span::after {display:none;}
    .Search-title {
        padding: 15px;
        /*margin-top: 90px;    */
    }
    .Search-title h2{font-size: 28px;}    
    .mobile-filter {
        display: flex !important;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px #dfdfdf solid;
        margin-bottom: 25px;
        color: #444;
        font-size: 16px;
    }
    .tax-bigcommerce_category .mobile-filter {
        padding-top : 20px;    
    }
    .mobile-filter a {
        width: 30px;
        height: 30px;
        background:#F50100;
        color: #fff;
        text-align: center;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobile-filter a i {
        font-size: 16px;
        color: #fff;
    }
    .width_20.search-left-sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        height: 100%;
        overflow: auto;
        background: #fff;
        border-right: 2px #dfdfdf solid;
        width: 260px;
        z-index: 9999;
        padding: 20px;
        left: -260px;
        transition:all 0.5s ease;
    }
    .Filter-open .width_20.search-left-sidebar {
        transition:all 0.5s ease;
        left:0;
    }
    .close-filter {
        display: block !important;
        float: right;
        margin: -10px 0 0;
        color:#F50100 !important;
    }





    
}
