h1,h2,h3,h4,h5,h6 {
   font-family: "PresicavLt", sans-serif !important;
}
body {
    font-family: "Helvetica", sans-serif !important;
}
p{
    font-family: "Helvetica", sans-serif !important;
}
.block-title {
    font-family: 'PresicavLt';
}
button {
    font-family: "PresicavLt", sans-serif !important;
}
span.price {
    /*font-family: 'PresicavLt';*/
    color: #6B0100;
}
.header-mini-cart a {
    color: #000;
}
a.action.action-delete {
    color: unset;
    font-weight: 100;
}
a, .alink {
    color: #f37e8b;
    text-decoration: none;
}
div#block-collapsible-nav ul li:nth-child(3) {
    display: none;
}
.actions-toolbar > .secondary .action.back {
    display: contents;
}
span.cart-count {
    background: #f37e8b;
    color: #fff;
    padding: 2px 7px;
    border-radius: 50%;
    position: absolute;
    font-size: 12px;
}
.payment-option-title.field.choice {
    font-family: 'PresicavLt';
}
strong.box-title {
    font-family: 'PresicavLt';
}
.actions-toolbar .secondary a.action {
    margin-left: 25px;
}
.main-logo {
    width: 50%;
}
.main-logo img {
    width: 200px;
}
.container.mx-auto {
    display: flex;
    margin: auto;
    justify-content: space-between;
    width: 100%;
    padding: 1% 0%;
}
.header-mini-cart {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
button.action {
    background: #f37e8b !important;
    height: 52px !important;
    border: none !important;
    width: 179px !important;
    text-align: center !important;
    text-transform: uppercase !important;
}
.products-grid .product-item:hover, .products-grid .product-item-info.active {
    background: none;
    box-shadow: none;
    border: 0px solid #bbb;
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: unset;
}
.products-grid.wishlist .product-item:hover .product-item-inner {
        display: block;
}
.action.primary:hover, .action-primary:hover {
    background: #a29253 !important;
    border: 0px solid #006bb4;
    color: #ffffff;
}
a.action {
    color: #f37e8b;
    text-decoration: underline;
}
a.action:hover {
    color: #a29253;
    text-decoration: underline;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong { border-color: #dcbc3f !important;}
#onestepcheckout-success .columns {
    text-align: center;
}
/*.header.content {
    margin: auto !important;
    width: 10%!important;
}
.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
    padding: 0.5% 5% !important;
    width: 90% !important;
    margin: 0% 5% !important;
    max-width: 90% !important;
}*/
img.payment-icon.stripe_logo {
    width: 51px;
}
form#discount-form button {
    background: #dcbc4f !important;
}
form#discount-form button:hover {
    background: #a29253 !important;
}

/* =============== Footer Page Css ===============*/
/* =============== Footer Page Css ===============*/
.copyright {
  background-color: #313131;        
  height: 80px;
}
.copyright span {
    float: left;
    padding: 2px 35px 15px 2px;
    margin-top: 23px;
}
.logo {
    margin: 12px auto 0px 0;
}
.copyright-footer-text {
    display: flex;
    /*width: 1076px;*/
    flex-direction: column-reverse;
    text-align: center;
}
.copyright-footer {
    width: 100%;
    text-align: -webkit-center;
    background-color: #313131;
}
.terms-of-use {
    float: right;
}
u.terms-of-content {
  font-weight: 300;
  font-size: 12px;
  line-height: 27px;
}
.copyright-privacy {
  font-weight: 300;
  font-size: 12px;
  line-height: 27px;
  color: #fff;
}
.page-wrapper {
    background-image: linear-gradient(to bottom, #fdfcfb, #e2d1c3);
}
.main-footer-container {
    text-align: center;
    padding: 38px 0px;
    border-top: 2px solid #fff;
    width: 100%;
}
.minicart-wrapper {
    display: none!important;
}
.minicart-wrapper.header-mini-cart { display:block !important; }
.page-footer {
    padding-bottom: 3px;
}
.product-item-name a {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #000000;
  /*font-family: 'PresicavLt';*/
}
.price-excluding-tax span.cart-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

.products-locations a img {
    width: 21px;
    height: 24px;
}
.location-images-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #242424;
    margin: 0px 0px 0px 10px;
}
header.page-header {
    border: 1px solid #E4E4E4;
}
.products-locations {
  margin: 14px 14px 0px 0px;
  display: flex;
  float: right;
}
.header.content .logo img {
    width: 42%;
}
.customer-account-login .action.login.primary {
    width: 100% !important;
    height: 40px !important;
    border: 0.5px solid #000;
}
/*.customer-account-login .block-content p {
 
    font-weight: 500;
    font-size: 12px;
    line-height: 34px;
}*/
.navigation {
  background: none !important;
  margin-top: -81px;
  width: 60%;
  text-align: center;
  float: right;
  margin-right: 21%;
}
.navigation ul { 
  padding: 0 0px !important;
  top: -88px;
}
.marketing-icons img {
  width: 23px;
  height: 25px;
  float: right;
  margin: 4px -22px;
}
.group-icons img {
  width: 23px;
  height: 23px;
  float: right;
  margin: 4px -55px;
}
.minicart-wrapper {
  margin-top: 7px;
}
.customer-account-create .action.submit.primary {
    width: 100% !important;
}

/*================ Customer Registration Page Css ===================*/
.customer-account-create form.create.account {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
    /*align-items: center;*/
}
.customer-account-create .fieldset > .field, .fieldset > .fields > .field {
    margin: 15px 0 20px;
    width: 50%;
    display: inline-block;
    text-align: left;
}
.customer-account-create .control input.input-text {
    width: 365px;
    height: 41px;
}
.customer-account-create div#password-strength-meter {
    width: 347px;
    margin: 0px 21px;
}
.customer-account-create .page-wrapper .columns {
    width: 1076px;
}
.customer-account-create .page-wrapper main#maincontent {
    width: 1076px;
}
.customer-account-create .legend {
/*    border-bottom: none;*/
    margin: 2% 14%;
}
.customer-account-create .page-title span.base {
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
}
.customer-account-create .field.required span {
 
    font-weight: 500;
    font-size: 12px;
    line-height: 34px;
}
.customer-account-create fieldset.fieldset.create.account {
    text-align: center;
}
.customer-account-create .field.confirmation.required {
    display: block;
    margin: 0px 12%;
}
.customer-account-create .label span {
    float: inline-start;
}
.customer-account-create .fieldset > .field.required > .label:after {
    float: left;
}
.customer-account-create .field.choice.newsletter .label span {
    float: inherit;
}
.customer-account-create .field.choice.newsletter {
    float: left;
    margin: 0px 28px !important;
}
.customer-account-create fieldset.fieldset.create.info {
    text-align: center;
}
.customer-account-create label.label {
    width: 365px;
}
.customer-account-create .field.choice .label span {
    float: none;
}
.customer-account-create .field.choice {
    float: inline-start;
    margin: 0px 10px !important;
}
.customer-account-create .page-title-wrapper {
/*    margin-top: 84px !important;*/
    height: 53px;
}
.customer-account-create input#password {
    margin: 0px 21px;
}
/*.customer-account-create .actions-toolbar {
    margin: 0% 14%;
}*/
.customer-account-create .form-create-account .fieldset.create.account:after {
    display: none;
}
.customer-account-create .fieldset {
    margin: 0 0 30px !important;
}
.form-create-account .field-recaptcha {
    margin: 0% 14%;
}
.customer-account-create div#password-strength-meter {
    display: none;
}
.customer-account-create input#password-confirmation {
    margin-bottom: 17px;
}
.customer-account-create .info .field.choice {
    margin-left: 31px !important;
}
/* Commom CSS*/

#search_mini_form button.action {
   display: none;
}
.panel.wrapper {
    background: #f9b500 !important;
}
.page-header .panel.wrapper {
    background-color: #f9b500 !important;
    color: #fff;
}
.nav-sections {
    display: none!important;
}
.block.block-content {
    display: none;
}
.abs-action-button-as-link, .abs-action-remove, .abs-discount-block .action.check, .popup .actions-toolbar .action.cancel, .paypal-button-widget .paypal-button, .bundle-options-container .action.back, .block.related .action.select, .cart.table-wrapper .actions-toolbar > .action-delete, .cart.table-wrapper .action.help.map, .checkout-index-index .modal-popup .modal-footer .action-hide-popup, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .gift-options .actions-toolbar .action-cancel, .gift-summary .action-edit, .gift-summary .action-delete, .action-gift, .gift-wrapping-title .action-remove, .wishlist.split.button > .action, .abs-add-fields .action.remove, .paypal-review-discount .action.check, .cart-discount .action.check, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
    text-decoration: none !important;;
    background: none!important;
    display: inline!important;
}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"] {
    height:38px;
    border-radius:5px;
}
/* Signin and signup pages CSS */
.fieldset > .field > .label, .fieldset > .fields > .field > .label {
    font-weight: 400;
}
.customer-account-login .page-title-wrapper {
    font-size: 30px;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: 0.03em;
    text-align: center !important;
    display: block;
    text-transform: uppercase;
}
.customer-account-create .page-title-wrapper {
    text-align: center !important;
}
button.action.switch {
    background: none !important;
    width: unset !important;
    height: unset !important;
}
.cms-no-route .sidebar.sidebar-additional {
    display: none;
}
.action.primary, .action-primary {
    background-image: none;
    background: #f37e8b;
    border: 0px solid #dcbc3f;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}
.login-container .block .block-title {
    border-bottom: 1px solid #e8e8e8;
}
.fieldset > .legend {
    font-family: 'PresicavLt';
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
}



/*================= Footer section admin Manage Css ==================*/

.copyright-footer {
  display: none;
}
.footer {
  background-color: #3d3d3d;
  color: #fff;
  padding: 0px 0px 0px 0px;
  
  text-align: -moz-center;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    text-align: left;
    padding: 0 5%;
    margin: 0% 5%;
    width: 80%;
    display: none!important;
    position: relative;
}
.shop h2 {
    padding: 0px 51px;
}
.about2 h2 {
    padding: 0px 51px;
}
.help h2 {
    padding: 0px 51px;
}
.footer-section {
    flex: 1;
    margin-right: 20px;
}
.footer-section h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
}
.footer-section p {
    font-weight: 300;
    font-size: 12px;
    line-height: 27px;
}
.footer-section ul {
    list-style: none;
    padding: 0px 51px;
}
.footer-section ul li {
    margin-bottom: 10px;
}
.footer-section ul li a {
    font-weight: 300;
    font-size: 12px;
    line-height: 27px;
    color: #fff;
}
.footer-section ul li a:hover {
    color: #fff;
}
.social-icons {
    margin-top: 20px;
}
.social-icons a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.footer-bottom {
    flex-direction: row;
    align-items: center;
    margin-top: 40px;
    border-top: 1px solid #E4E4E4;
    padding: 0% 5%;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    margin: 0% 5%;
    width: 80%;
    position: relative;
}
.footer-bottom-links {
    margin-bottom: 20px;
}
.footer-bottom-links a {
    color: #ccc;
    margin: 0 10px;
    text-decoration: none;
}
.social-icons img {
    max-width: 13%;
    height: auto;
    border: 0;
}
.social-icons {
    margin-top: 20px;
    width: 100%;
}
.footer-bottom-links a:hover {
    color: #fff;
}
.footer-bottom p {
    padding: 10px;
    text-decoration: none;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 12px;
}
.copyright-content {
  color: #fff;
  margin: 29px;
}
/*============== End =============*/


/* END of Signin and signup pages CSS */

.customer-account-create .page-wrapper main#maincontent {
  width: 100%;
  box-sizing: border-box;
}
.customer-account-create .page-wrapper .columns {
  width: 100%;
}
.customer-account-create form.create.account {
  width: 100% !important;
}
.customer-account-create .control input.input-text {
  width: 100%;
}
.customer-account-create .field.confirmation.required {
  margin: 0px;
}
.customer-account-create input#password {
  margin: 0px;
}
.customer-account-create .legend {
  margin: 0%;
}
.customer-account-create .info .field.choice {
  margin-left: 0px !important;
}
/*.customer-account-create .fieldset > .field, .fieldset > .fields > .field {
  display: block;
  float: left;
  width: auto;
}*/

.customer-account-create .page-wrapper main#maincontent {
  width: 100%;
  box-sizing: border-box;
}
.customer-account-create .page-wrapper .columns {
  width: 100%;
}
.customer-account-create form.create.account {
  width: 100% !important;
}
.customer-account-create .control input.input-text {
  width: 100%;
}
.customer-account-create .field.confirmation.required {
  margin: 0px;
}
.customer-account-create input#password {
  margin: 0px;
}
.customer-account-create .legend {
  margin: 0%;
}
.customer-account-create .info .field.choice {
  margin-left: 0px !important;
}
/*.customer-account-create .fieldset > .field, .fieldset > .fields > .field {
  display: block;
  float: left;
  wid*/th: auto;
}
.copyright span {
  float: left;
  padding: 4px 0px 5px 0px;
  margin-top: 0px;
  width: 100%;
  display: initial;
}
.copyright {
  background-color: #313131;
  height: auto;
  padding: 10px 57px;
  width: 100%;
}
.customer-account-login .action.create.primary {
  text-align: center !important;
}
.customer-account-create .page-title span.base {
  font-size: 22px;
  }
.customer-account-create .legend span {
  font-size: 17px !important;
}
.section-items.nav-sections-items {
    background: #fff;
}
.captcha-reload span {
  color: #fff;
}
button.action.primary.checkout {
    font-size: 14px !important;
}
.navigation {
  background: none !important;
  margin-top: 0px;
  width: 100%;
  text-align: left;
  float: right;
  margin-right: 0;
}
.block-search {
    display: none;
}
.minicart-wrapper {
  margin: 14px 0px 0px 60px;
}
.marketing-icons img {
    width: 23px;
    height: 26px;
    float: right;
    margin: -27px -30px;
}
.group-icons img {
    width: 23px;
    height: 23px;
    float: right;
    margin: -27px -57px;
}
.page-title .base {
  font-size: 22px;
}
.block-title strong {
  font-size: 18px !important;
}
.customer-address-form .actions-toolbar .action.save.primary, .customer-account-edit .action.save.primary, .newsletter-manage-index .action.save.primary, .catalogsearch-advanced-index .action.save.primary {
  width: 100% !important;
}
.customer-address-form .legend span, .customer-account-edit .legend span {
  font-size: 16px !important;
}
div#shipping-new-address-form {
    width: 100%;
}

/*=============Footer Section Admin Manage Css==============*/
.footer {
  display: none;
}
.copyright-footer {
  display: block;
}
.copyright-content {
    margin: 0px;
}
}
.customer-account-create a.action.back {
    display: block !important;
    padding: 10px 25px;
    font-size: 15px;
    text-decoration: underline;
}





/*for desktop*/
@media only screen and (min-width: 768px){
.customer-account-create .control input.input-text {
    width: 365px;
    height: 41px;
}

}



/*for Mobile*/
@media only screen and (max-width: 768px){
.customer-account-create input#lastname {
    margin-bottom: 15px;
}
.customer-account-create .fieldset > .field > .label {
    margin: 0 0 0px;
}
.customer-account-create .fieldset > .field, .fieldset > .fields > .field {
    margin: 5px 0px 0px 0px;
}
.customer-account-create .page-title span.base {
    font-size: 18px;
}
.page-title .base {
    font-size: 18px;
}
.block-title strong {
    font-size: 16px !important;
}
.account h1.page-title {
    margin-top: 0px;
}
.login-container .fieldset:after {
    margin-top: 10px;
}
.customer-account-create .fieldset {
    margin: 0 0 10px !important;
}
.main-footer-container {
    padding: 12px 0px;
}
.customer-account-create .fieldset > .field, .fieldset > .fields > .field {
    width: 100%;
}
.header.content {
    margin: 3% 5% !important;
}
.form-create-account .field-recaptcha {
    margin: 0% 0%;
}
form#search_mini_form,  {
    display: none;
}
/*.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
    padding: 0% 0% !important;
}*/
.header a.logo {
    margin-left: 0px !important;
}
.nav-sections-item-title {   background: #000000; }
.nav-sections-item-title a {
    color: #d4a902 !important;
    font-weight: 600;
    font-size: 16px;
}
.navigation .level0 {
    font-size: 1.4rem;
}
.customer-account-create .control input.input-text {
    width: 98%;
/*    float: left;*/
}
span.action.nav-toggle {
    display: none;
}
.header.content .logo img {
    width: 100%;
}
.logo {
    margin: 11px auto 0px 0;
}
.customer-account-create a.action.back {
    display: block !important;
    padding: 10px 0px;
    font-size: 14px;
    text-decoration: underline;
}

}


/* iPads (Portrait and Landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
 .footer-section {
    margin-right: 0px;
}
.page-header .header.panel {
    padding: 1% 0% !important;
}
.customer-account-create form.create.account {
    width: 80% !important;
}
.customer-account-create fieldset.fieldset.create.info, .customer-account-create fieldset.fieldset.create.account {
    text-align: left;
}
.customer-account-create .legend
{
    margin: 0% 0%;
}
.customer-account-create .field.confirmation.required {
    display: block;
    margin: 0px 0%;
}
.customer-account-create .field.password .control {   display: block; }
.customer-account-create .actions-toolbar {
     margin: 0% 0%; 
}

}











