@font-face {
    font-family: "BaskervilleNo.2Regular";
    src: url('https://sp.kanahelejewelry.com/css/webFonts/BaskervilleNo2Regular/font.woff2') format('woff2'), url('https://sp.kanahelejewelry.com/css/webfonts/BaskervilleNo2Regular/font.woff') format('woff');
}
body {
    background-color: #ffffff;
}
body, button, input, select, textarea {
    /*font-family: 'Crimson Text', serif;*/
    font-family: Helvetica, Sans-Serif;
    font-size: 16px;
}
h1 {
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: 'Libre Baskerville', serif;*/
    font-family: "BaskervilleNo.2Regular";
    color: #39423d;
}
h2 {
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: 'Libre Baskerville', serif;*/
    font-family: "BaskervilleNo.2Regular";
    color: #39423d;
}
h3 {
    font-size: 30px;
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: 'Libre Baskerville', serif;*/
    font-family: "BaskervilleNo.2Regular";
    color: #39423d;
}
h4 {
    font-style: italic;
    /*font-family: 'Crimson Text', serif;*/
    /*font-family: Helvetica, Sans-Serif;*/
    font-family: "BaskervilleNo.2Regular";
    color: #39423d;
}
h5 {
    font-size: 12px;
    margin: 0;
    /*font-family: 'Crimson Text', serif;*/
    font-family: Helvetica, Sans-Serif;
    color: #39423d;
}
p {
    margin-bottom: 0;
    /*font-family: 'Crimson Text', serif;*/
    font-family: Helvetica, Sans-Serif;
    color: #39423d;
}
#credits {
    text-align: center;
    color: #39423d;
    margin: 10px auto;
}
a {
    color: #39423d;
}
a:hover, a:active, a:focus {
    font-style: normal;
    text-decoration: none;
}
#navTop {
    background-color: #FFFFFF;
}
#navTop ul li, #navTop ul li a, #navTop ul li a:visited {
    color: rgb(19, 19, 19);
}
#cartIcon {
    margin-top: -15px;
}
#TopBannerBox {
    background-color: #cbc6b6;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    padding: 10px;
}
#NavBar {
    background-color: #ffffff;
    border-bottom: none;

    height: 50px;
    padding-top: 15px;
}
#topMenu {
    padding: 8.5px 0px 0 40px;
}
#topLogo {
    padding-right: 0;
}
#topLogo2 {
    display: none;
}
.lastBtns {
    padding-right: 0;
}
.BtnLogo {
    height: 30px;
}
#navTop ul li, #navTop ul li a, #navTop ul li a:visited {
    font-family: 'Crimson Text', serif;
}
img, object, embed, video {
    max-width: 100%;
}
.mainPicWrap{
    margin-top: 65px;
}
#whiteWrap, #roseWrap {
    display: none;
}
#yellowWrap, #whiteWrap, #roseWrap {
    width: 100%;
}
.foot_wrap {
    background-color: #ffffff;
    border-top: solid 1px #d9d9d9;
    padding: 40px;
    margin: 20px 0;
    width: 100%;
    box-sizing: border-box;
}
.FootBox{
    max-width: 1920px;
    margin: 0 auto;
}
.Foot__2{
    margin: 0px auto 20px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Foot__1 {
    width: 60%;
    margin: 0px 30px 20px 0px;
}
.Foot__2 {
    width: 75%;
    max-width: 1060px;
}
.li_box1, .li_box2, .li_box3 {
    margin: 0 25px 25px 0;
    color: #373535;
}
.li_box1 a, .li_box2 a, .li_box3 a {
    color: #373535;
    text-decoration: none;
}
.content_wrap {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.widget1_TextTbl {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
}
.textPage_wrap {
    width: 94%;
    margin: 40px auto 30px auto;
    max-width: 1000px;
}
.textPage_wrap h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
#TopBox {
    background-color: #ffffff;
}
#lower-wrap {
    background-color: #FFFFFF;
}
.TextTbl {
    color: #2b343f;
}
.widget11_box {
    position: relative;
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.widget11_text {
    position: absolute;
    left: 50%;
    top: 35%;
    font-size: 30px;
    color: white;
    transform: translate(-50%) translateY(-3px);
}
.widget11_text p{
    /*font-family: 'Libre Baskerville', serif;*/
    font-family: Helvetica, Sans-Serif;
    color: #FFFFFF;
}
.Btn_A {
    padding: 4px 20px;
    margin-top: 10px;
    color: white;
    font-size: 18px;
    background-color: transparent;
    outline: none;
    border: 2px solid white;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.Btn_A:hover, .Btn_A:focus {
    transform: translate(-50%) translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    color: #39423d;
}
.Btn_A:active {
    left: 50%;
    transform: translate(-50%) translateY(-1px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
.Btn_1 {
    padding: 15px 25px;
    margin: 30px 0;
    background-color: #ffffff;
    color: #000000;
    font-size: 15px;
    outline: none;
    border-radius: 2px;
    border: 1px solid #000000;
    cursor: pointer;
}
.comingsoonBtn {
    background-color: transparent;
    border-radius: 50px;
    z-index: 1000;
}
.Btn_1:hover, .Btn_1:focus {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    background-color: #333333;
    color: white;
}
.Btn_1:active {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.faqBtn {
    background: transparent;
    position: relative;
    padding: 20px 20px 20px 40px;
    color: #333333;
    border-top: 1px solid #cccccc;
    text-align: left;
    display: block;
    cursor: pointer;
    outline: none;
    text-transform: initial;
    min-height: auto;
    height: auto;
    border-radius: 0;
    font-size: 18px;
}
.faqBtn:hover, .faqBtn:focus {
    background-color: rgb(239, 239, 239);
}
.faqBtn::after, .faqOpen::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    left: 15px;
    font-size: 25px;
    content: "\002b";
    color: inherit;
}
.faqQOpen::after {
    content: "\002d";
    font-size: 34px;
    top: 47%;
    left: 16px;
}
.widget_gray {
    background-color: #EDF0F2;
    color: #000000;
    float: left;
    width: 100vw;
    min-height: 200px;
}
.text_Design_header {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 40px;
    float: left;
    width: 50%;
}
.text_Design_tb {
    float: left;
    padding-top: 2%;
    width: 49%;
    padding-left: 7%;
    padding-bottom: 10px;
}
.Custom_Designs_photo {
    margin-right: 20px;
    float: right;
    box-sizing: border-box;
    border: none;
    margin-bottom: 20px;
    width: 25%;
    padding-top: 0px;
}
.Gallery_wrap {
    width: 94%;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Gallery_box {
    width: 100%;
    margin-top: 20px;
    position: relative;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
}
.Gallery_text {
    /*margin-top: 0px;*/
    text-align: center;
    position: relative;
    font-size: 20px;
}
.Gallery_text h3{
    text-transform: uppercase;
}
.text_table_center {
    font-size: 15px;
    letter-spacing: .1rem;
}
.HomeHeader_text{
    font-size: 15px;
}
.look_book_photo1 {
    width: 92%;
    margin-top: 80px;
    margin-left: 4%;
    margin-right: 4%;
}
.look_book_text {
    float: right;
    border-bottom: 2px solid black;
    margin-right: 10%;
    font-size: 30px;
    padding-top: 20px;
}
.video_bottomLeft {
    width: 92vw;
    height: calc(92vw / 1.78);
    box-sizing: border-box;
    margin-left: 4%;
    margin-right: 4%;
    float: right;
    margin-top: 30px;
}
.productWrap {
    max-width: 1100px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}
.yellowPic, .whitePic, .rosePic {
    width: 49%;
    padding-top: 20px;
}
.img538 {
    width: 538px;
}
.product_TextWrap {
    width: 100%;
}
#productEditWrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.productEditBox h2{
    font-weight: 100;
}
.productEditBox{
    max-width: 450px;
    margin: 0 auto;
    width: 80%;
    position: relative;
    overflow-x: hidden;
    min-height: 376px;
    background-color: #FFFFFF;
    color: #39423d;
    padding: 17px 30px 50px 30px;
    text-align: center;
}
.option-title{
    float: left;
    width: 55%;
    box-sizing: border-box;
}
.option-text,.option-title{
    text-align: left;
    padding-bottom: 17px;
}
.option-text{
    float: right;
    width: 43%;
}
.shop-box-style, .product_fld {
    padding: 11px 14px;
    background-color: #FFFFFF;
    outline: none;
    width: 100%;
    border: 1px solid rgb(217, 217, 217);
    color: #39423d;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    float: right;
    box-sizing: border-box;
}
.addCartBtn {
    width: 100%;
    float: right;
    margin-top: 30px;
    padding: 15px 0;
    background-color: #cbc4bc;
    color: #FFFFFF;
    border: none;
    font-size: 13px;
}
.addCartBtnEdit{
    float: none;
    margin-top: 15px;
}
.addCartBtn1{
    width: 100%;
    padding: 15px 0;
    color: #cbc4bc;
    background-color: #FFFFFF;
    border: solid 1px #cbc4bc;
    font-size: 13px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 30px;
}
.product_fldText {
    box-sizing: border-box;
    width: 100%;
    float: right;
    border: 2px solid rgba(213, 213, 213, 0.5);
    background-color: #F7F7F7;
}
.secondary-title {
    padding-left: 10px;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    clear: both;
    box-sizing: border-box;
}
.W14_wrap {
    width: 92%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.W14_PicText_wrap {
    width: 100%;
    position: relative;
}
.W14_pic_left, .W14_pic_right {
    padding-top: 40px;
    margin-bottom: 30px;
}
.W14_text_right, .W14_text_left {
    padding-top: 25px;
    box-sizing: border-box;
}
.faqTextTbl {
    display: none;
    padding: 20px 0;
    font-size: 16px;
    margin: 0 40px 20px 40px;
    border-top: 1px solid #dadada;
}
.faqAOpen {
    display: block;
}
/*//////coming soon pages//////*/
#section-background {
    overflow: hidden;
    margin-bottom: -65px;
    background-color: #fff;
    position: relative;
    width: 100vw;
    height: 100vh;
}
#background_img {
    display: none;
    max-width:none;
    max-height:none;
}
.section-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6)
}
#comingSoon_Text {
    text-align: center;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute;
    color: #2c2c2c;
    font-size: 40px;
    display: none;
}
.comingsoonLine {
    height: 2px;
    width: 150px;
    background-color: #2C2C2C;
    margin: 10px auto;
}
.Gallery_text h3{
    font-size: 20px;
}
/*coming soon pages end*/
.gallery_HomeP_wrap {
    width: 100%;
    max-width: 1740px;
    margin: 0 auto;
    padding-top: 6%;
}
.gallery_HomeP_box{
    margin-left: auto;
    margin-right: auto;
    width: 94%;
}
.gallery_HomeP_box p{
    padding-bottom: 4%;
}
.W3_1_wrap {
    padding: 0;
    width: 94%;
    max-width: 1400px;
    margin: 50px auto 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.W3_1_Box {
    width: 100%;
    margin: 20px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.W3_1_photoBox {
    width: 100%;
    margin-right: 0;
}
.W3_1_box_text {
    flex-direction: column;
    justify-content: center;
    display: flex;
    width: 100%;
    margin-left: 0;
    padding: 0 30px;
    box-sizing: border-box;
    clear: both;
    text-align: center;
}
.W3_1_title {
    font-size: 22px;
    padding-top: 20px;
}
.W3_1_textBody {
    color: #39423d;
    line-height: 25px;
    padding-bottom: 10px;
    letter-spacing: .1rem;
}
.cart_wrap,.gray_line,.cart_detailsPic,.cart_details,.D_productTitle {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.cart_wrap,.gray_line,.cart_details,.D_productTitle {
    justify-content: space-between;
}
.cart_detailsPic{
    width: 52%;
}
.cartPic {
    max-width: 150px;
    width: 30%;
    margin: 30px 10% 30px 10px;
}
.cart_numb {
    width: 100px;
    font-size: 15px;
    color: black;
}
.cart_name a, .cart_name a:visited{
    color: #cbc4bc;
    font-size: 21px;
    font-family: 'Libre Baskerville', serif;
}
.cart_name a:hover{
    text-decoration: none;
}
.D_productTitle,.item_Total{
    color: #39423d;
    font-size: 15px;
}
.D_productTitle{
    margin-bottom: 17px;
}
.D_productTitleBox1,.D_productTitleRight,.cart_detailsWrap{
    width: 48%;
}
.D_productTitleBox{
    float: right;
}
.cart_qty,.cart_numb,.item_Total,.D_productTitleBox{
    width: 33%;
    text-align: right;
    align-items: end;
    color: #39423d;
}
.cart_detailsWrap,.cart_name {
    flex-direction: column;
    justify-content: center;
    display: flex;
}
.cart_item_remove, .cart_qty a, .cart_qty a:visited{
    font-size: 14px;
    color: #cbc4bc;
    text-align: right;
    margin-left: 45%;
}
.BagNumber,.BagMinus,.BagPlus{
    background-color: transparent;
    border: none;
    color: #cbc4bc;
    font-size: 18px;
    cursor: pointer;
}
.BagMinus{
    display:inline-block;
    -webkit-transform:scale(2,1);
    -moz-transform:scale(2,1);
    -ms-transform:scale(2,1);
    -o-transform:scale(2,1);
    transform:scale(2,1);
}
.BagNumber{
    text-align: center;
    width: 30px;
}
.quantity{
    border: 1px solid #cbc4bc;
    padding: 3px 10px;
    margin-bottom: 7px;
    box-sizing: border-box;
    max-width: 105px;
    float: right;
    margin-left: 35%;
}
.addquantity{
    background-color: transparent;
    text-align: center;
    width: 35px;
    border: none;
    color: #918b84;
    font-size: 14px;
}
.quantity{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cart_qtyfld {
    width: 70px;
    text-align: center
}
.BtnLogo_CheckOut {
    width: 70%;
    max-width: 400px;
}
.Btn2_checkout{
    float: right;
    padding: 15px 25px;
    margin: 30px 0 50px 0;
    background-color: #cbc4bc;
    border: none;
    color: #FFFFFF;
}
.cart_total {
    clear: none;
    float: right;
    font-weight: 100;
    padding-left: 5px;
    font-size: 25px;
    margin: 30px 0 5px 0;
    color: #39423d;
}
.cartBC{
    width: 100%;
    padding: 30px 0;
}
.CartContent_wrap {
    width: 92%;
    max-width: 1920px;
    margin: 30px auto;
    background-color: #ffffff;
}
.CartContent_wrap h1{
    font-size: 35px;
}
.gray_line{
    border-top: 1px solid #cbc4bc;
}
.Btn__shopping, .Btn2__checkout {
    padding: 18px 0;
    background-color: #a99c7b;
    font-size: 16px;
    color: #ffffff;
    outline: none;
    border: none;
    width: 49%;
    margin: 20px auto 0 auto;
}
.Btn2__checkout {
    float: right;
}
.cartPic {
    width: 100%;
    margin-left: 0;
}
.cart_2 h3{
    font-size: 25px;
}
/*//////Cart Shipping/////*/
.BtnLogo_CheckOut {
    width: 100%;
}
.logo_bg_color {
    width: calc(100% - 100px);
    background-color: #ffffff;
    padding: 20px 50px 0 50px;
}
.Cart_bg_color {
    background-color: #ffffff;
    width: 100%;
    padding-top: 1px;
}
.Cart_bg_white {
    width: 100%;
}
.cart_frm_rightWrap {
    width: 100%;
    display: none;
}
.cart_frm_rightOpen{
    display: block;
}
.cart_frm_leftWrap {
    width: 94%;
    padding: 20px 0 50px 0;
    margin: 0 auto;
}
.cart_logoTop {
    width: 52%;
    margin: 0 auto;
}
.cartProductPic {
    width: 30%;
    float: left;
    max-width: 100px;
    margin: 20px 20px 20px 0;
    padding: 15px 0;
    border-radius: 11px;
    border: solid 1px #d9d9d9;
    background-color: #FFFFFF;
}
.Cart_Product_Name {
    margin: 35px 10px 20px 0;
    float: left;
    color: #39423d;
}
.Cart_Product_num {
    float: left;
    width: 100%;
    text-align: left;
}
.frm-box {
    width: 100%;
    background-color: #f8f8f8;
}
.FrmName, .frm_expM, .frm_expY, .frm_cid {
    background-color: white;
    padding: 13px 20px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 5px;
    margin: 5px 0 15px 0;
    box-sizing: border-box;
    width: 100%;
}
.FrmName > option{
    color: #757575;
}
.FrmName:focus {
    border: 1px solid #cbc4bc;
    outline: none;
    border-radius: 5px;
}
.Frm_HowDid{
    color: #39423d;
    margin-top: 15px;
    padding-left: 20px;
    padding-bottom: 5px;
}
.FrmSubHead {
    padding-bottom: 10px;
}
.FrmSummary {
    padding: 3%;
    border-radius: 2px;
}
.frm_end2 {
    width: 100%;
    display: inline;
    cursor: pointer;
}
.FrmSubItem {
    clear: both;
    float: left;
    width: 75%;
    line-height: 30px;
    padding-bottom: 15px;
}
.FrmPrice,.FrmSubItem,.FrmTotItem,.FrmTotal{
    color: #39423d;
}
.FrmPrice {
    float: right;
    width: 25%;
    text-align: right;
    line-height: 30px;
    padding-bottom: 15px;
}
.FrmTotItem {
    clear: both;
    float: left;
    width: 63%;
    font-size: 17px;
    line-height: 40px;
    margin-top: 5px;
    border-top: 1px solid #999;
}
.FrmTotal {
    float: right;
    width: 37%;
    text-align: right;
    font-size: 25px;
    font-weight: 100;
    line-height: 50px;
    margin-top: 5px;
    border-top: 1px solid #999;
}
.reg_price{
    font-size: 21px;
    color: #999;
    font-family: 'Libre Baskerville', serif;
}
.BtnFrm, .BtnFrm2 {
    color: #ffffff;
    border-radius: 5px;
    margin-top: 20px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    padding: 20px 30px;
    background-color: #cbc4bc;
    float: right;
}
.T2_4_Btn{
    background-color: transparent;
    color: #cbc4bc;
    padding: 20px 30px 20px 0;
    border: none;
    margin-top: 20px;
}
.BtnFrm:hover,.BtnFrm:active {
    color: white;
    background-color: rgba(171, 154, 149, 0.77);
}
.chevron_left::before {
    border-style: solid;
    border-width: 3px 3px 0 0;
    content: '';
    display: inline-block;
    height: 0.45em;
    left: 0.25em;
    position: relative;
    top: 0.15em;
    transform: rotate(-135deg);
    vertical-align: top;
    width: 0.45em;
    margin-right: 15px;
}
.FrmDesc{
    color: #39423d;
}
.FrmHeading {
    color: #39423d;
    font-size: 20px;
    border-bottom: black;
}
#ShippingWrap{
    margin-top: 25px;
}
.order_summaryWrap{
    width: 100%;
    height: 65px;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    background-color: #efefef;
}
.order_summaryIcon{
    width: 20px;
    height: 20px;
    margin-left: 3%;
    padding: 1px 10px 10px 0;
    float: left;
}
.order_summary{
    background-color: transparent;
    color: #39423d;
    border: none;
}
.order_summary_btn{
    position: relative;
    color: #333333;
    text-align: right;
    display: block;
    cursor: pointer;
    outline: none;
    text-transform: initial;
    min-height: auto;
    height: auto;
    border-radius: 0;
    float: left;
}
.order_summary_btn::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50.1%);
    -ms-transform: translateY(-50.1%);
    transform: translateY(-50.1%);
    right: 180px;
    font-size: 25px;
    content: "\002b";
    color: inherit;
}
.order_summary_Btnopen::after {
    content: "\002d";
    font-size: 34px;
    top: 47%;
    left: 16px;
}
.order_summaryLeft{
    float: left;
    cursor: pointer;
    padding: 20px 0;
    width: 100%;
}
.order_summaryRight{
    padding: 20px 20px 20px 20px;
}
#order_summaryTotal{
    display: none;
    text-align: right;
}
.AboutTopWrap, .AboutTextWrap{
    width: 94%;
    margin: 0 auto;
}
.aboutTopPic{
    margin: 50px auto 15px auto;
}
.aboutPicBox{
    margin-top: 50px;
}
.About_photoBox1 img, .About_photoBox2 img{
    margin-bottom: 15px;
}
/* Layout: 370px */
@media only screen and (min-width: 350px) {
    .Cart_Product_num {
        text-align: right;
        margin: 30px 0 20px 0;
        float: right;
        width: unset;
    }
    #order_summaryTotal{
        display: block;
    }
    .order_summary_btn::after {
        left: 180px;
    }
    .order_summaryLeft{
        width: 70%;
    }
}
/* Layout: 370px */
@media only screen and (min-width: 370px) {
    .widget_gray {
    }
    .look_book_photo1 {
        margin-top: 70px;
    }
}

/* Layout: 598 */
@media only screen and (min-width: 598px) {

    .foot_wrap a:hover, .foot_wrap a:active, .foot_wrap a:focus,
    .navBtn:hover, .navBtn:active, .navBtn:focus,
    #navTop ul li a:hover, #navTop ul li a:active, #navTop ul li a:focus,
    a:hover, a:active, a:focus {
        font-style: normal;
        text-decoration: underline;
    }
    .look_book_photo1 {
        margin-top: 150px;
    }
    .widget11_box {
        width: 100%;
    }
    .text_Design_header {
        font-size: 55px;
    }
    .text_Design_tb {
        width: 41%;
        font-size: 20px;
        padding-left: 15%;
    }
    .Custom_Designs_photo {

    }
    .look_book_text {
        padding-top: 6%;
        font-size: 45px;
    }
    .Gallery_box_lastChild {
        display: none;
    }
    .Gallery_box {
        width: 47%;
        margin-top: 20px;
    }
    .gallery_HomeP_wrap {
        padding-top: 6%;
        box-sizing: border-box;
        clear: both;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .gallery_HomeP_box{
        width: 31%;
    }
    .BtnLogo {
        position: absolute;
        left: 0;
        display: none;
    }
    .W3_1_Box {
        width: 90%;
        position: relative;
    }

    .W3_1_photoBox {
        width: 50%;
        margin-right: 0;
    }

    .W3_1_photo-R {
        position: absolute;
        right: 0;
        top: 0;
    }
    .W3_1_box_text-L{
        min-height: 320px;
    }

    .W3_1_box_text {
        width: 50%;
        margin-left: 0;
        padding: 0 30px;
    }
    .W3_1_title {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .option-title{
        padding-left: 30px;
    }
    .productEditBox{
        padding: 30px 30px 50px 30px;
    }
}

/* Layout: 740px */
@media only screen and (min-width: 740px) {
    #topMenu {
        display: block;
    }
    .topMid {
        text-align: center;
    }
    .widget11_text {
        top: 25%;
    }
    .widget11_box {
        width: 50%;
    }
    .text_Design_header {
        font-size: 60px;
    }
    .text_Design_tb {
        width: 49%;
        font-size: 20px;
    }
    .look_book_text {
        padding-top: 20%;
        font-size: 50px;
    }
    .Gallery_box {
        width: 22%;
    }
    .Gallery_text h3{
        font-size: 18px;
    }
    .Foot__1 {
        float: left;
    }
    .comingsoonText {
        font-size: 60px;
    }
    .comingsoonLine {
        width: 200px;
    }
    .Gallery_box_lastChild {
        display: block;
    }
    .text_Design_tb {
        padding-top: 5%;
    }
    .AboutTopWrap, .AboutTextWrap{
        max-width: 1450px;
        margin: 0 auto;
        width: 94%;
    }
    .AboutTopWrap{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 75px auto 30px auto;
    }
    .AboutTopLeft {
        width: 47%;
        max-width: 605px;
    }
    .AboutTopRight{
        width: 50%;
        max-width: 750px;
        margin-top: 50px;
    }
    .AboutTopRight p{
        line-height: 25px;
        letter-spacing: 0.288px;
    }
    .aboutPicBox{
        margin-top: 50px;
        margin-bottom: 100px;
    }
    .AboutTextWrap{
        max-width: 850px;

    }
    .AboutTextWrap p{
        line-height: 25px;
        letter-spacing: 0.288px;
    }
    .About_photoBox1{
        width: 53%;
        margin-top: 115px;
    }
    .About_photoBox2{
        width: 43%;
    }
    .About_photoBox3{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .gallery_About_wrap{
        max-width: 1121px;
    }
    .gallery_About_photo{
        margin-top: 25px;
    }
    .gallery_About_photoSmall{
        width: 47.5%;
        height: fit-content;
    }
    .About_photoBox1 img, .About_photoBox2 img{
        margin-bottom: unset;
    }
}

/* Desktop Layout: 850px */
@media only screen and (min-width: 850px) {
    #cartIcon {
        margin-top: 0;
    }
    #topLogo2 {
        width: 19vw;
        left: 49%;
        top: 70px;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        position: absolute;
        display: block;
    }
    #NavTrigger {
        height: 6vw;
        background-color: white;
    }
    .Btns {
        font-family: 'Crimson Text', serif;
        text-align: center;
    }
    .Btns:hover, .Btns:active, .Btns:focus {
        font-style: inherit;
        text-decoration: none;
    }
    .widget11_text {
        top: 30%;
    }
    .mobileItem {
        display: none;
    }
    .filler {
        display: block;
    }
    .text_Design_header {
        font-size: 80px;
    }
    .widget_gray {
    }
    .look_book_photo1 {
        float: left;
        width: 52%;
        margin-top: 3%;
    }
    .video_bottomLeft {
        /*width: 540px;*/
        /*height: 255px;*/
        width: 60vw;
        height: calc(60vw / 1.78);
        margin-top: 60px;
    }
    #yellowWrap, #whiteWrap, #roseWrap {
        margin-top: 30px;
        float: left;
        width: 45%;
    }
    .yellowPic, .whitePic, .rosePic {
        float: left;
    }
    .product_TextWrap {
        float: right;
        width: 50%;
    }
    .W14_pic_left {
        width: 50%;
        margin: 0;
        padding-top: 0;
    }
    .W14_pic_right {
        width: 50%;
        margin: 0 0 0 auto;
        padding-top: 0;
    }
    .W14_text_right {
        padding: 50px 0;
        text-align: right;
        width: 40%;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .W14_text_left {
        width: 40%;
        padding-left: 0;
        text-align: left;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .W14_text_right_h2 {
        text-align: right;
    }
    .Foot__1 {
        width: 20%;
    }
    .gallery_HomeP_box p{
        padding-bottom: 6%;
    }
    .W3_1_box_text-L{
        min-height: 500px;
    }
    .cart_1, .cart_2 {
        width: 25%;
    }
    .cart_2 {
        padding-top: 20px;
    }
    .cart_4 {
        padding-right: 25px;
    }
    .text_Design_header {
        padding-top: 10%;
    }
}

/* Desktop Layout:1029px */
@media only screen and (min-width: 1029px) {
    .Gallery_text h3{
        font-size: 25px;
    }
    .widget11_text {
        top: 40%;
    }
    .look_book_text {
        font-size: 60px;
    }
    h2 {
        line-height: 62px;
    }
    .productEditH2{
        font-size: 35px;
        font-weight: 100;
    }
    .text_table_center {
        font-size: 16px;
    }
    .shop-box-style, .addCartBtn, .product_fldText {
        width: 65%;
    }
    .addCartBtnEdit{
        width: 100%;
    }
    .product_fld {
        width: 65%;
        float: right;
    }
    .secondary-title {
        padding: 2px 0;
        margin-right: 10px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    .BtnLogo {
        display: block;
    }
    #topMenu {
        display: none;
        padding: 8.5px 50px 0 40px;
    }
    /*//////Cart Shipping/////*/
    .Frmfield2{
        width: 32%;
    }
    .order_summaryWrap{
        display: none;
    }
    .order_summary_hide{
        display: block;
    }
    .FrmSummary {
        padding: 10px 10px 5px 10px;
        border-radius: 2px;
        margin: 15px 0;
    }
    .logo_bg_color {
        width: calc(52% - 100px);
        background-color: #FFFFFF;
        border-right: solid 1px #999;
    }
    .Cart_bg_color {
        width: 52%;
        border-right: solid 1px #999;
    }
    .Cart_bg_white {
        width: 46%;
        float: right;
    }
    .cart_logoTop {
        width: 52%;
        max-width: 210px;
        margin: 0;
    }
    .cart_frm_leftWrap {
        width: calc(94% - 100px);
        padding: 0 50px 100px 50px;
        max-width: 670px;
    }
    .Frmfield2Wrap{
        width: 100%;
        justify-content: space-between;
    }
    .frm-wrap,.Frmfield2Wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .Cart_ProductWrap{
        display: inline;
    }
    .cart_frm_rightWrap {
        width: calc(94% - 60px);
        max-width: 600px;
        margin: 15px auto 20px 0;
        padding: 0 30px 50px 30px;
        display: block;
    }
    .cartProductPic {
        width: 30%;
        float: left;
        max-width: 100px;
        margin: 20px 20px 20px 0;
    }
    .Cart_Product_Name {
        margin: 35px 10px 20px 0;
        width: 40%;
        float: left;
    }
    .Cart_Product_num {
        text-align: right;
        margin: 30px 0 20px 20px;
        float: right;
    }
}

/* Desktop Layout:1130px */
@media only screen and (min-width: 1130px) {
    #Company_Name {
        width: 450px;
    }
    .widget11_wrap {
        width: 100%;
    }
    .text_Design_header {
        font-size: 90px;
    }
    .widget_gray {
    }
    .Custom_Designs_photo {

    }
    .text_Design_tb {
        font-size: 30px;
    }
    .look_book_text {
        padding-bottom: 30px;
    }
    .special_p__sizing {
        font-size: 18px;
    }
    .Foot__1 {
        width: 15%;
    }
}

@media only screen and (min-width: 1200px) {
    .text_Design_header {
        font-size: 100px;
    }
}

/* Desktop Layout:1400px */
@media only screen and (min-width: 1400px) {
    .Gallery_wrap {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    .look_book_text {
        font-size: 85px;
        padding-bottom: 30px;
    }
    .special_p__sizing {
        font-size: 18px;
    }
    .li_box4 {
        margin-right: 20%;
    }
}
