/*FMJ Product Shopping page Styles version 1*/
/* .cart-item-grid-body {
  padding-left: 5px;
} */
.FMJ_primary-color {
  color:#792058!important;
}
.FMJ_title-color {
  color:#782157!important;
}
.FMJ_link-primary-color {
  color:#993366;
}
.FMJ_paddTB3 {
  padding: 3px 0;
}
.FMJ_shopping-page-header {
   margin: 0px 0px 20px 0;
    -ms-box-shadow: 0px 2px 4px -1px #e2e1e1;
    -webkit-box-shadow: 0px 2px 4px -1px #e2e1e1;
    -moz-box-shadow: 0px 2px 4px -1px #e2e1e1;
    box-shadow: 0px 2px 4px -1px #e2e1e1;
}
/*Product Shopping Page*/
.New_FMJ_product-shopping {
    margin:20px 0px; 
}
.New_FMJ_product-shopping .FMJ_Heading h2 {
    margin:0px 0px 30px; 
}
.FMJ_shipping-easy-returns  {
  background: #f6f6f6;
  padding: 10px 10px;
  margin: 0px 0px 0px 0px;
  background-image: url(/Assets/Images/freeshipping-pattern.png);
  background-repeat: repeat;
}
.FMJ-cart-life-time-plan a{
  text-decoration: underline;
}
.FMJ-cart-life-time-plan a:hover,
.FMJ-cart-life-time-plan a:focus,
.FMJ-cart-life-time-plan a:visited,
.FMJ-cart-life-time-plan a:active{
  color: #993366;
  text-decoration: none;
}
.FMJ_add-plan-link {
    width: 50%;
    float: left;
}
.FMJ_add-plan-link a, .remove-lifetime-plan a{
    color: #993366;
}
.remove-lifetime-plan a{
  margin-left:20px;
}
.FMJ_add-plan-link a, .FMJ_wishlist-link a, .FMJ_remove-link a, .FMJ_remove-plan-link a{
    font-size: 14px;
        /*margin-right: 5px;*/
    /*text-decoration: none;*/
}
.FMJ_wishlist-link a, .FMJ_remove-link a, .FMJ_remove-plan-link a{
    color: #000000;
     text-decoration: underline;
}
.FMJ_wishlist-link a:hover, .FMJ_remove-link a:hover{
    text-decoration: none;
}
.FMJ_wishlist-link .fa, .FMJ_remove-link .fa, .FMJ_add-plan-link .fa, .FMJ_remove-plan-link .fa {
    color: #792058;
    margin-right: 5px;
    font-size: 11px;
}
.remove-lifetime-plan .fa {
    color: #792058;
    font-size: 11px;
    padding-right: 5px;
}
.FMJ_wishlist-link .hearton:before, .FMJ-btn-wishlist .heartoff:hover:before {
    /* background: url(/Assets/Images/wishchkd.svg) no-repeat; */
       content: "\f004";
       background:none;
}
.FMJ_wishlist-link .heart, .FMJ-btn-wishlist .hearton, .FMJ-btn-wishlist .heartoff:hover {
     background: none;
     font-size: 11px;
}
.FMJ-cart-item-links .FMJ_add-plan-link .fa {
   padding-right: 1px;
}
.FMJ_wishlist-link {
    float: left;
    padding-right:20px; 
}
.FMJ_remove-link {
    float: left;
}
.FMJ_cart-item {
  padding: 20px 0px;
  border-bottom: 1px solid #eeeeee;
}
.product-image media-middle img {
  width: 100px;
  height: 100px;
}
/* Product quantity */
.RIng_Size_tag p {
 padding:0 0px;
}
.New_FMJ_product-shopping .FMJ-cart_QTY-tag {
    padding:5px 0px 5px 0px;
}
.FMJ-cart-Product-Count-section-Qty {
  margin-top:8px; 
}

.FMJ-pdp-Product-Qantity  {
    background-color: #d3d3d3;
    padding:0px 5px 0px 5px !important;
    font-size: 17px;
}

.FMJ-pdp-Product-Count-section {
    margin: 20px 0 10px 0;
}
.number-spinner
{
    width:68px;
}
.number-spinner .form-control {
    height: 28px;
    border: 1px solid #9e9e9e;
    border-right: none;
    border-left: none;
    font-size: 14px;
}
.FMJ-pdp-Ring-Size .form-control {
    -webkit-appearance:none;
    width: 35%;
    height: 33px;
    border: 1px solid #9e9e9e;
    border-radius: 0px;
    padding: 2px 5px;
} 
.FMJ-pdp-RIng-Size-Chart p {
    color: #782157;
    text-decoration: underline;
    font-size: 12px;
    padding: 10px 0 0 0;
}
.FMJ-pdp-Product-Qantity.btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #9e9e9e;
    color: #000000;
    font-weight: bold;
    margin-right: -2px!important;
    height: 28px;
    background: linear-gradient(#ebe7e6, #d6d4d5);
}
.number-spinner button[data-dir="dwn"] {
  border-right:none;
}
.FMJ-cart-Product-Count-section-Qty .number-spinner button[data-dir="up"] {
  border-left:none;
  margin-left: 0px;
}
.FMJ-pdp-Product-Qantity.btn:hover {
    background: #d3d3d3;
}
.FMJ-pdp-Product-Qantity.btn:hover,
.FMJ-pdp-Product-Qantity.btn:visited,
.FMJ-pdp-Product-Qantity.btn:active,
.FMJ-pdp-Product-Qantity.btn:focus {
    color: #000000;
    /*outline: none;*/
} 
.FMJ-pdp-Product-Qantity.btn .glyphicon {
    font-size: 14px;
    top: 2px;
}
.FMJ-pdp-Product-Qantity.btn.quantity-minus{
    border-right:0px;
    margin-right: 0px !important;
}
.number-spinner .form-control.text-center {
    padding:0px 0px;
}
.FMJ-cart-size-qty {
  margin-top:4px;
}
.FMJ-cart-size-qty.col-md-6.col-xs-6 {
    padding-left: 5px;
}
.FMJ-cart-Ring-Size {
    position: relative;
}
.FMJ-cart-Product-Price {
  margin: 46px 0px 0px 0px;
 /* position: absolute;*/
  right: 0;
}
.FMJ-cart-Ring-Size .size-quantity {
  background:#ebe7e6;
   background: linear-gradient(#ebe7e6, #d6d4d5);
  border: 1px solid #9e9e9e;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 25px;
  width: 95px;
  text-align: right;
}
.FMJ-cart-item-links {
  overflow: hidden;
}
.cart-item-grid-left img {
    border:1px solid #eeeeee;
}
.FMj_shopping-product-name a {
    text-decoration:underline;
}
.FMj_shopping-product-name a:hover {
    text-decoration:none;
   color:#792058;
}
.alert-danger.FMJ_errorText{
    background-color: #f5ecec;
    color: #792058;
}
/* ring size select box css */
.FMJ-cart-Ring-Size .selectric-label {
        margin: 0 28px 0 13px;
        font-size: 14px;
        line-height: 28px;
        height: 28px;
        color:#000000;
   }
   .FMJ-cart-Ring-Size .selectric {
        border: 1px solid #9e9e9e;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        background-color: #ebe7e6;
        background: linear-gradient(#ebe7e6, #d6d4d5);
        width: 70px;
    }
   .FMJ_cart-estimation.FMJ-cart-Ring-Size .selectric{
        width: 100%;
   }
    .FMJ-cart-Ring-Size .selectric-hover .selectric,
    .FMJ-cart-Ring-Size .selectric-focus .selectric {
        border: 1px solid #9e9e9e;
    }
    .FMJ-cart-Ring-Size .selectric-open .fa-angle-down:before {
        content: "\f106";
    }
    
    .FMJ-cart-Ring-Size .select-button {
        -moz-border-top-right-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -ms-border-top-right-radius: 2px;
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 28px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        padding: 0;
        color: #000000;
        font-size: 14px;
    }
    .FMJ-cart-Ring-Size .selectric-open .selectric-items {
        display: block;
        top: 26px;
        z-index: 99;
        border: 1px solid #9e9e9e;
        font-size: 14px;
    }
    .FMJ-cart-Ring-Size .selectric-items li {
        padding: 5px 5px 5px 13px;
        color: #555759;
        cursor: pointer;
    }
    .FMJ-cart-Ring-Size .selectric-items li.highlighted,
    .FMJ-cart-Ring-Size .selectric-items li.selected,
    .FMJ-cart-Ring-Size .selectric-items li:hover {
        background: #eeeeee;
        color: #555759;
    }
    .FMJ-cart-Ring-Size .selectric-above .selectric-items {
        top:auto!important;
    }

/* Override browser form filling */
.FMJ-cart-Ring-Size input:-webkit-autofill {
    background: black;
    color: red;
}

/* Shopping Detailed Total*/
.FMJ_cart-total-details {
    border: 1px solid #eeeeee;
    padding: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.FMJ_cart-summary {
  padding: 10px 0 10px 0;
}
.FMJ_cart-summary-value {
  float:right;
  font-weight: 600;
}
.FMJ_cart-total-value {
  float:right;
}
.FMJ_cart-estimation {
  padding: 10px 0px;
}
.FMJ_cart-summary-label {
    padding-bottom:5px;
}
.FMJ_cart-summary_discount_left {
    width:230px;
}
.FMJ_cart-summary_discount {
        display: flow-root;
}

.FMJ_cart-estimation select {
  margin-top:5px; 
  font-size: 13px;
  border: none;
  background: #f6f6f6;
  padding: 8px 8px;
  width: 100%;
}
.FMJ_cart-sub-total {
  background: #f6f6f6;
  padding: 10px 20px;
  margin: 15px 0px 0;
  overflow: hidden;
}
.FMJ_cart-total-label {
  padding-top: 7px;
    display: inline-block;
}
.FMJ_cart-total-note {
  padding: 5px 0px 20px 0px;
}
.FMJ_cart-promo {
  margin: 10px 0px 5px;
}
.FMJ_cart-promo-text {
  overflow: hidden;
}
.FMJ_cart-promo .form-control{
  border: 1px solid #41ad48!important;
  background: #f2fdf5;
  color: #000000;
  width: 234px;
  float: left;
  margin-right: 10px;
  font-size: 16px;
}
.FMJ_cart-promo .form-control:focus {
    border: 2px solid #8bade4!important;
}
.FMJ_apply-btn {
  text-transform: capitalize;    
  padding: 5px 15px!important;
  margin-top: 2px;
  float: right!important;
}
.FMJ_cart-promo .form-control::placeholder, .size-quantity::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1; /* Firefox */
}
.FMJ_cart-promo .form-control:-ms-input-placeholder, .size-quantity:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
}
.FMJ_cart-promo .form-control::-ms-input-placeholder, .size-quantity::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
}
.FMJ_cart-total-content {
    -webkit-transition: top 1s; /* For Safari 3.1 to 6.0 */
    transition: top 1s;
}
.New_FMJ_product-shopping .affix{
  top:40px;
  width: 360px;
}
.New_FMJ_product-shopping .affix-top{
  top:0px;
}
.FMJ_cart-total-content.sticky {
/*position: fixed;*/
width: 360px;
top: 10px;
}
.FMJ_cart-Checkout-btn {
  overflow: hidden;
}
.FMJ_cart-total-details .slimScrollDiv {
    overflow:visible !important;
}
.FMJ_cart-total-details .slimScrollBar {
    right:-13px !important;
}
.FMJ-btn-secondary.FMJ-btn-secondary-continue_desk {
  padding: 12px 0px;
  width: 53%;
  float: left;
}
.FMJ-btn-primary.FMJ-btn-primary-checkout_desk {
  padding: 12px 0px;
  width: 41%;
  float: right;
}
/*Promo code*/
.FMJ_cart-promo .successMessage{
  position: relative;
  top: 10px;
  color:#000000;
}
.FMJ_cart-promo .errorMessage{
  position: relative;
  top: 10px;
  color:#993366;
}
.FMJ-cart-Product-Ring-size-main, .FMJ-cart-Product-total-price-main {
  overflow: hidden;
}
.FMJ-cart-Product-Ring-size-main p, .FMJ-cart-Product-total-price-main p {
  padding: 5px 0 0 0;
}
.MJ-cart-Product-ring-size p {
  font-size: 14px;
}
.FMJ-cart-jewelry-care-main {
  padding: 8px 0 0 0;
}
.FMJ-cart-jewelry-care-plan p {
  font-size: 14px; 
}
.FMJ-cart-promo-save{
  padding:15px 0 0 0;
}
.FMJ-cart-promo-save-value {
  float: right;
  font-weight: 600;
}
.FMJ-cart-promo-save #price {
  font-weight: bold;
}

/* Life Plan Popover */
.FMJ-cart-life-time-plan .popover-content a{
  padding: 0px;
  font-size: 14px;
}
.FMJ-cart-life-time-plan .popover-content {
  padding: 15px 14px;
}
.FMJ-cart-life-time-plan .popover-content .close {
  font-size: 32px;
  line-height: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  position: absolute;
  top: 0px;
  right: 8px;
  text-decoration: none;
}
.FMJ_checkout-header-logo {
    margin: 10px 0px 30px;
}

.bogo-result {
	    background-color: #792058;
    background-image: none;
    color: #fff;
    
	padding: 10px;
}
.bogo-result p{
	font-size: 20px;
	text-align: center;
}
.bogo-result a {
        font-size: 20px;
        text-decoration: underline; 
        color: #fff;
    }
.bogo-result.notification {
    background-color: #fff;
    color: #792058;
    font-size: 20px;
    text-align: center;
    border: 1px solid #792058;
    margin-top: 10px;
}
	#bogo .overlay {
	position: fixed;
        z-index: 9999999999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    opacity: 0.6;
    -moz-opacity: 0.8;
	}
	#bogo .bogo-container {
	position: fixed;
	    z-index: 9999999999;
    margin: 0 auto;
    padding: 0px;
    width: 765px;
    border-radius: 25px;
    /*background-color: #fff;*/
	    background-color: #792058;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
	       padding-bottom: 15px;
	}
	.bogo-products {
		    width: 99%;
    margin: 0;
    display: block;
	 overflow-y: auto;
	 height: 400px;
	}
	.single .bogo-products {
		height: 230px;
		overflow-y: hidden;
	}
	.bogo-product-list {
    padding: 0;
    float: none;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
    width: calc(30% - 12px);
        margin-left: 25px;
    margin-bottom: 25px;
    overflow: hidden;
	box-shadow: 0 0 10px 0 #666;
	min-height: 125px;
	    margin-top: 5px;
		    border-radius: 10px;
	background-color: #fff;
	
	 -moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.3s ease;transition:all 0.5s ease; 
}
.single .bogo-product-list {
	width: calc(96% - 12px);
}
.bogo-product-list:hover {
	   opacity: 1 !important;
}
.bogo-product-list.active {
	box-shadow: none;
    border-radius: 0;
    padding-bottom: 10px;
	    opacity: 1 !important;
	 -moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.3s ease;transition:all 0.5s ease; 
}
#bogo .single .bogo-product-list.active {
	box-shadow: none;
    border-radius: 10px;
    padding-bottom: 0px;
	    opacity: 1 !important;
	 -moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.3s ease;transition:all 0.5s ease; 
}
#bogo .bogo-product-container {
	padding: 15px;
	cursor: pointer;
}
#bogo .position-center {
	    position: relative;
    left: 50%;
    transform: translateX(-50%);
	text-align: center;
	font-weight: normal;
}
#bogo .single .position-center {
	    box-shadow: 0 0 10px 0 #666;
}
#bogo .bogo-product-description {
    text-align: left;
    overflow: hidden;
    font-size: 16px;
    float: left;
    width: calc(100% - 52px);
    position: relative;
    display: none;
    background: #fff;
    margin-top: -26px;
    margin-left: 25px;
	    margin-bottom: 5px;
        padding-bottom: 10px;
}

#bogo .single .bogo-product-description {
	    margin-top: 25px;
    margin-left: 0;
    margin-bottom: 5px;
	width: auto;
	display: inline-block !important;
}
#bogo .bogo-product-description-content {
    padding: 25px 70px 20px 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #111;
}
#bogo .single .bogo-product-container {
	display: inline-block;
	float: left;
	    width: 100%;
}
#bogo .single .bogo-product-description-content {
	padding: 25px 0px 0px 0px;
}
.bogo-product-hide {display: none !important;}
#bogo .bogo-product-description-close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 13px;
    right: 15px;
    cursor: pointer;
    z-index: 999;
}
#bogo .bogo-product-description-close:after,
#bogo .bogo-product-description-close:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #792058;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
#bogo .bogo-product-description-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#bogo h3{text-align: center}
#bogo .FMJ-cart-Product-Price {margin-top: 5px;}
#bogo .mar-btm-15 {    margin-bottom: 15px;
    padding: 10px 40px;}
#bogo .bogo-title {background: #fff;    border-bottom-left-radius: 60%;    border-bottom-right-radius: 60%;border-top-left-radius: 25px;border-top-right-radius: 25px;}

#bogo .add-to-cart {
	    margin-top: 18px;
		    padding: 5px 10px;
}
.single-rating {
    float: left;
}
.single-rating ul {
    padding: 0;
}
.single-rating ul li {
    display: inline-block;
    color: #4e4e4e;
}
#bogo .title {    margin: 0;
    text-align: center;
    padding: 10px 0 0;
    font-size: 25px;
    color: #792058;}
#bogo select {
	    padding: 5px 10px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #000;
    font-size: 1.6rem;
    line-height: 25px;
    margin: 0 ;
}
#bogo .bogo-close {
position: absolute;
    top: 5px;
    padding: 15px;
    background-color: #fff;
    right: 2%;
    border-radius: 50%;
	font-size: 14px;
	cursor: pointer;
}
#bogo .bogo-close:before, #bogo .bogo-close:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #792058;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	left: 0;
}
#bogo .bogo-close:after { 
 -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.single .view_btn, .single .bogo-product-description {display: none !important;}
.single .bogo-product-hide {display: block !important;    margin-top: 25px;
    margin-left: 20px;
    margin-bottom: 5px;
    width: auto;
    display: inline-block !important;text-align: left;
    font-size: 16px;
    float: left;    width: 60%;}
.single .bogo-product-container h4.position-center {display: none;}
#bogo .single .bogo-product-container img {position: relative;
    left: 0;float: left;transform: translateX(-0%);    width: 180px; box-shadow: 0 0 10px #666;}
   
#bogo .FMJ-pdp-strikethrough {
    position: relative;
}
#bogo .FMJ-pdp-strikethrough:before {
        position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: #000000;
}
#bogo .bogo-product-container .productItemImage {
    text-align: center;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  /* For ipad landscape layouts view */  
  .FMJ_cart-promo .form-control {
      width: 70%;
  }
  .FMJ_apply-btn {
      width: 25%;
  }
  
}
/* Mobile Responsive Styles */
@media screen and (max-width: 1023px) {
  
  .New_FMJ_product-shopping .affix {
     width: 293px;
  }
}
@media screen and (max-width: 991px) {
     .FMJ_cart-total-content.sticky {
        position: relative;
        width: 100%;
        top:0px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
  /* For ipad landscape layouts view */
  
   .FMJ_cart-total-content.sticky {
      width: 295px !important;
  }
   .FMJ_cart-summary_discount_left {
    width: 150px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* For ipad landscape layouts view */
  .FMJ-btn-secondary.FMJ-btn-secondary-continue_desk {
      width: 58%;
  }
  .FMJ-btn-primary.FMJ-btn-primary-checkout_desk {
      width: 38%;
  }
  .FMJ_cart-promo .form-control {
      width: 70%;
  }
  .FMJ_apply-btn {
      width: 25%;
  }
  
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.FMJ_cart-total-content.sticky {
      width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
    .FMJ_cart-promo-text .FMJ_apply-btn {
          width: auto;
    }
    .FMJ_cart-promo .form-control {
      text-align: center;
    }
    .FMJ-cart-Product-Count-section-Qty {
        margin-top: 0;
    }
    .FMJ-cart-Product-Ring-size-main p, .FMJ-cart-Product-total-price-main p {
        padding: 15px 0 0 0;
    }
    .FMJ_add-plan-link a, .FMJ_wishlist-link a, .FMJ_remove-link a, .FMJ_remove-plan-link a{
        font-size: 12px;
    }
    .FMJ-cart-jewelry-care-plan p {
        padding-bottom: 8px;
    }
    .FMJ-cart-Ring-Size .form-group.FMJ-shopping-cart-Ring-Size{
        margin-bottom: 8px;
    }
    .FMJ_cart-estimation {
        padding: 0;
    }
    .FMJ_cart-total-note {
        padding: 5px 0px 0px 0px;
    }
    .FMJ_cart-total-note .ml-20{
            margin-left: 0;
    }
    .FMJ_cart-promo {
        margin: 10px 0px 5px;
    }
    .FMJ_cart-total-label {
        padding-top: 6px;
    }
    .FMJ_cart-total-note .font-12.ml-20{
        font-size:12px; 
        margin-bottom:10px;
    }
    .FMJ-cart-size-qty.col-md-6.col-xs-6 {
        padding-left: 15px;
    }
    .New_FMJ_product-shopping .FMJ_Heading h2 {
        margin: 0px 0px 20px;
    }
   .shop-cart-price p, .bogo-result p{
       font-size:14px;
   }
    #bogo .bogo-product-description {
    overflow: visible;
    }
   #bogo .bogo-product-description:before {
	    content: "";
    position: absolute;
    background: #792058;
    top: -15px;
    width: 76%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}
    .bogo-result a {
        font-size: 18px;
    }
}
@media screen and (max-width: 576px) {
  .FMJ_cart-promo .form-control, .FMJ_cart-promo-text .FMJ_apply-btn{
      width: 100%;
    }
  .FMJ_cart-promo-text .FMJ_apply-btn  {
        margin-top:15px;
    }
  }
@media screen and (max-width: 450px) {
  .FMJ_add-plan-link {
    width: 100%;
        padding-bottom: 4px;
}
    .FMJ_wishlist-link {
      padding-right: 20px;
  }
  .FMJ_cart-total-details {
    border: 1px solid #eeeeee;
    padding: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  .FMJ-btn-secondary.FMJ-btn-secondary-continue_desk {
  width: 100%;
    margin:0px;   
  }
  .FMJ-btn-primary.FMJ-btn-primary-checkout_desk {
  width: 100%;
  }
  .FMJ_cart-promo-text .FMJ_apply-btn , .FMJ-btn-primary.FMJ-btn-primary-checkout_desk {
        margin-top:15px;
    }
} 	


@media screen and (max-width: 767px) {
    #bogo .single .bogo-product-container img {
       left: 50%;
       transform: translateX(-50%);
    }
#bogo .bogo-product-description-close {
    top: -5px;
}
#bogo .single .bogo-product-description-close {
    top: 13px;
}
#bogo .bogo-container {
	width: 100%;
}
.bogo-products {
	    height: calc(100vh - 125px);
		overflow-y: auto;
		text-align: center;
}
.single .bogo-products {
	    height: calc(100vh - 125px);
		overflow-y: auto;
		text-align: center;
}
.bogo-product-list {
	    width: calc(100% - 52px);
		margin-left: 0;
}
.single .bogo-product-list {
    width: 100%;
	    margin-left: 4px;
}
#bogo .single .bogo-product-container {
    display: block;
    width: 100%;
}
#bogo .position-center {
width: 210px;
	left: 	0%;
    transform: translateX(0%);
	    margin: 0 auto;
}
#bogo .single .position-center {
	width: 210px;
	left: 	0%;
    transform: translateX(0%);
}
#bogo .FMJ-cart-Product-Price {
	position: relative;
	text-align: left;
}
#bogo .single .bogo-product-description-content {
    padding: 25px;
}
#bogo .bogo-product-description-content {
    padding: 25px;
}
#bogo .single .bogo-product-description {
	float: none;
}
#bogo .bogo-product-description {
	margin-left: 26px;
}
#bogo .add-to-cart {
    max-width: 165px;
}
}

#planClose {
    color: #5f2929;
    position: absolute;
    top: -3px;
    right: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size:25px;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    #bogo .single .bogo-product-container img {
        left: 0%;
        transform: translateX(-0%);
    }
}