html,
body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 100%;
  background-color: #FEFBF5;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 1.7em;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-Regular.ttf')format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-Italic.ttf')format('truetype');
  font-weight: normal;
  font-style: italic;
 }

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-Bold.ttf')format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto/Roboto-BoldItalic.ttf')format('truetype');
  font-weight: bold;
  font-style: italic;
}

textarea {
    resize: none;
}

input, select {
  outline:none;
}

button:focus {
  outline:0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

p, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

strong { font-weight: bold; }

.font-big {
  font-size: 22px;
}

.left {
  float: left;
  overflow: hidden;
}

.right {
  float: right;
  overflow: hidden;
}

.center-me {
  text-align: center;
}

.border {
  border:1px solid black;
}

.border-right {
  border-right:1px solid #E9EAEC;
  margin-right: 10px;
  padding-right: 10px; 
}

.hidden {
  visibility: hidden; 
}

.hide-me {
  display: none;
}

.required {
  border: 1px solid #FF9494 !important;
}

.site-wrapper {
  margin-top: 60px 0 60px 0;
  min-height: 100vh;
}

.info-message-big {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #393F51;
}



/****************Header************************/

header {
  width: 100%;
  border-bottom: 1px solid #E9EAEC;
  border-top: 20px solid #c1c1c1;
  background-color: #f7f2e8;
}

header > .header-menu {
  width: 100%;
  background-color: white;
}

.header-menu > nav {
    display: table;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; 
}

/**/

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown > a {
  padding: 0px 20px 0px 20px;
  color: #393F51;
}

.dropdown-content {
  padding-top: 10px;
  margin-left: 5px;
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
  z-index: 1;
  text-align: left;
}

.dropdown-content a {
  padding: 12px 15px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropdown-content a:hover {
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/**/

.header-wrapper {
  width: 95%;
  margin: auto;
  overflow: hidden;
}

.logo {
  height: 40px;
  margin-top: 5px;
  margin-left: 20px;
  margin-right: 20px; 
  float: left;
}

.logo img {
  height: 40px;
}

.shopping-cart {
  margin: 15px;
  float: right;
  overflow: hidden;
  font-size: 16px;
}

.shopping-cart img{
  height: 20px;
  margin-top: -3px;
}

/*******TITLE*********/
.title-header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  background-position: center;  
  height: auto;
  width: 100%;
  color: white;
  overflow: hidden;
}

/***************Slider**************/

.mySlides {
  display: none;
}

ol, ul {
    margin-top: 0;
    margin-bottom: -15px;
}


/* The dots/bullets/indicators */
.dot {
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  cursor: pointer;
}

.activeSlide {
  background-color: #717171;
}

/* Fading animation */
.fadeSlide {
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeSlide {
  from {opacity: .6} 
  to {opacity: 1}
}

@keyframes fadeSlide {
  from {opacity: .6} 
  to {opacity: 1}
}


/**************Cards***********/

.card {
  background: #fff;
  border-radius: 2px;
  margin: auto 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.card-header {
  width: 100%;
  padding: 22px 22px 10px 0;
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #E9EAEC;
}

.card-product-preview {
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  padding: 10px;
  width: 230px;
  height: 340px;
  float: left;
}

.card-product-preview:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  cursor:pointer;
}

/*img.mfp-img {
    background-color: white;
    margin: 40px 0 40px;
}*/





/**********Preview image**************/

.preview-image {
  margin: auto; 
  width: 200px;
  text-align: center;
}

.preview-image img {
  max-width: 200px;
  height: 225px;
  position: relative;
  overflow: hidden;
}

.preview-info {
  margin-top: 20px;
  padding-top: 10px;
  width: 100%;
  border-top: 1px solid #E9EAEC;
  text-align: center;
  color: #393F51;
  font-size: 14px;
  overflow: hidden;
}

.preview-info p {
  padding: 5px;
}

.preview-product {
  height: auto;
  text-align: center;
  margin: auto;
}

/****************Containers******************/

.container-small {
  position: relative;
  width: 700px;
  height: auto;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 40px 40px 20px 40px;
  overflow: hidden;
}

.container-medium {
  position: relative;
  width: 900px;
  height: auto;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 40px 40px 20px 40px;
  overflow: hidden;
}

.container-medium-about {
  position: relative;
  width: 900px;
  height: auto;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

.container-big {
  width: 1000px;
  margin: auto;
  margin-top: 70px;
  overflow: hidden;
}


/****************inputs and buttons************************/


.input-style {
  padding: 5px 10px 5px 10px;
  width: 70px;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #E9EAEC;  
  border-radius: 2px;
  font-size: 14px;
  -webkit-appearance: none; 
  -moz-appearance: none;
}

.input-select-style {
  padding: 5px 10px 5px 10px;
  background-color: #FFFFFF;
  border: 1px solid #E9EAEC;  
  border-radius: 2px;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
}

.input-small {
  width: 35px;
  margin-right: 5px; 
}

.button-style {
  padding: 5px 10px 5px 10px;
  margin: 5px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 2px;
  font-size: 12px;
  overflow: hidden;
}

.button-primary {
  color: #FFFFFF;   
  background-color: #CCB490; 
  border: 2px solid #CCB490;
}

.button-primary:hover {  
  color: #A89478;
  background-color: #FFFFFF;
  border: 2px solid #CCB490; 
}

.button-secondary {
  color: #CCB490;   
  background-color: #FFFFFF; 
  border: 2px solid #CCB490;
}

.button-secondary:hover {  
  color: #bca684;
  border: 2px solid #bca684; 
}



















/*************Product about******/

.product-detail-header {
  width: 100%;
  max-height: 60px;
  padding: 22px;
  font-size: 16px;
  border-bottom: 1px solid #E9EAEC;
}

.product-detail-preview {
  padding: 60px 20px 20px 20px;
  width: 400px;
  height: 440px;
  min-height: 100%;
  border-right: 1px solid #E9EAEC;
  float: left;
  overflow: hidden;
  text-align: center;
}

    .product-detail-preview a {
      outline: none;
    }

    .product-detail-preview img {
      width: 65%;
      position: relative;
      overflow: hidden;
    }

.product-detail-preview-others {
  margin-top: 10px;
  height: 440px;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: auto;
  overflow: hidden;
}
    .product-detail-preview-others a {
      outline: none;
    }

    .product-detail-preview-others img {
      width: 70px;
      position: relative;
      overflow: hidden;
      border: 1px solid #E9EAEC;
      margin-left: 5px;
      margin-right: 5px;
      outline: none;
    }

.product-detail-info {
  width: 500px;
  height: auto;
  min-height: 440px;
  padding: 40px;
  float: right;
}

.product-detail-info label{
  font-size: 14px;
  font-weight: 400;
}

.product-detail-info h2{
  margin: 0;
  padding: 0;
}

.product-detail-description {
  font-size: 14px;
}

.product-detail-price {
  padding: 20px 0 20px 0;
  font-size: 24px;
}

.product-category-type {
  padding: 0 0 15px 0;
  font-size: 14px;
}

.product-detail-info-inputs {
  margin-bottom: 20px;
  padding: 20px 0 20px 0;
  width: 100%;
  border-bottom: 1px solid #E9EAEC;
  overflow: hidden;
}


/*************CART*****************/

.cart-empty {
  text-align: center; 
  font-size: 16px; 
  margin: 15px 5px 15px 5px; 
  color: #6d6d6d
}

.cart-info label{
  font-size: 14px;
  font-weight: 400;
}

.order-list {
  border-bottom: 1px solid #E9EAEC;
  padding: 15px 0 15px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.order-list-preview {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-flow: row wrap;
  align-items: center;
  max-width: 15%;
  font-size: 16px;
  font-weight: 400;
  float: left;
}

.order-list-preview > a > .order-img {
  height: 70px;
  margin-right: 25px;
  cursor: pointer;
  float: left;
}

.order-list-input-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 65%;
}

.order-list-input-wrapper p {
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px;
}

.order-list-price-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}

.order-list-price-wrapper > .order-delete {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 15px;
  overflow: hidden;
}

.order-list-price-wrapper p{
  font-size: 18px;
  margin-left: 10px;

} 

.order-list > .input-ammount-style {
  padding: 5px 10px 5px 10px;
  width: 50px;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #E9EAEC;  
  border-radius: 2px;
  font-size: 14px;
}

.order-list > .input-ammount-style {
  padding: 5px 10px 5px 10px;
  width: 50px;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #E9EAEC;  
  border-radius: 2px;
  font-size: 14px;
}

.order-info {
  margin-top: 20px; 
  font-size: 14px;
  line-height: 22px;
}

.total-price-wrapper-summary{
  float: right;
  margin-right: 10px; 
  overflow: hidden;
  font-size: 18px;
}




.cart-price-primary {
  margin: 25px 0 25px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 16px;
}

.cart-price-secondary {
  margin: 15px 0 15px 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 14px;
}

.total-price-wrapper{
  float: right;
  margin-right: 31px;
  overflow: hidden;
  font-size: 18px;
}

.product-cart-button {
  margin: 15px 0 30px 0;
  padding: 5px 10px 5px 10px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  font-size: 12px;
  color: #FFFFFF;   
  background-color: #CCB490; 
  border: 1px solid #CCB490;  
}

.product-cart-button:hover {
  background-color: #dbc19b; 
  border: 1px solid #dbc19b; 
}

.item-price-holder {
  float: right;
}










.breadcrumbs-header {
  width: auto;
  height: 40px;
  margin: auto;
  padding: 0 0 22px 0;
  font-size: 12px;
  text-align: center;
  color: grey;
}

.breadcrumbs-header span {
  margin: 0 8px 0 8px;
}

.breadcrumb-selected {
  color: black;
}

.customer-info {
  width: 100%;
  font-size: 14px;
}

.input-style-checkout {
  padding: 5px 10px 5px 10px;
  margin-top: 5px;
  margin-bottom: 5px; 
  width: 48%;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #E9EAEC;  
  border-radius: 2px;
  font-size: 14px;
  -webkit-appearance: none; 
  -moz-appearance: none;
}

input[type=number].input-style-checkout {
  -moz-appearance: textfield;
}

input[type=number].input-style-checkout::-webkit-outer-spin-button,
input[type=number].input-style-checkout::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; 
}

.input-style-checkout-full {
  padding: 5px 10px 5px 10px;
  margin-top: 5px;
  margin-bottom: 5px; 
  width: 100%;
  background-color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #E9EAEC;  
  border-radius: 2px;
  font-size: 14px;
  -webkit-appearance: none; 
  -moz-appearance: none;
}


.input-style-checkout-select {
  padding: 5px 10px 5px 10px;
  margin-top: 5px;
  margin-bottom: 5px; 
  width: 48%;
  background-color: #FFFFFF;
  border: 1px solid #E9EAEC;  
  border-radius: 2px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
}

.checkout-contact-info-holder {
  padding-top: 10px;
  overflow: hidden;
}

.cart-checkout-preview {
  width: 330px;
}

.order-list-info-checkout-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-flow: row wrap;
  align-items: center;
  width: 180px;
  font-size: 14px;
  font-weight: 400;
  float: left;
}

.order-list-info-checkout-wrapper > .order-checkout-img {
  height: 50px;
  margin-right: 20px;
  cursor: pointer;
  float: left;
}


/*************Checkout summary********/

.customer-info-checkout-summary {
  width: 35%;
  margin-bottom: 25px;
  float: left;
}

.ordered-product-info {
  float: right;
  width: 55%;
}

.order-list-summary-preview {
  max-width: 15%;
  float: left;
}

.order-list-summary-preview > a > .order-img {
  height: 50px;
  margin-right: 10px;
}

.order-list-summary-input-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-flow: row wrap;
  align-items: center;
  width: 65%;
}

.order-list-summary-input-wrapper .product-title{
  width: 35%;
}

.order-list-summary-input-wrapper p {
  margin-right: 10px;
}

.order-list-summary-price-wrapper {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
}

.order-list-summary-comment {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 100px;
  border: none;
  padding: 10px;
  font-size: 13px;
  color: #4C4C4C;
  outline: 0;
  border: 1px solid #D9D9D9;
  -webkit-appearance: none; 
  -moz-appearance: none;
}





/***********************Footer*******************/

.footer {
  width: 100%;
  min-height:200px;
  background-color: #303238;
}




/* ----- DIALOG/MODAL ----- */
/* FADE/SCALE EFFECT */
  .modal.fade .modal-dialog {
    opacity: 0;
    -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
       -o-transform: scale(0.1);
        transform: scale(0.1);
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
  }

  .modal.fade.in .modal-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
        transform: scale(1);
    -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
  }

/* DIALOG CONTENT */
  .modal-content {
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
        box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22), 0 27px 24px rgba(0, 0, 0, 0.2);
  }

/* DIALOG HEADER */
  .modal-header {
    min-height: 16px;
    padding: 24px;
    border-bottom: none;
  }

  .modal-title {
    font-weight: 500;
    font-size: 21px;
  }

  /* DIALOG BODY */
  .modal-body {
    padding: 0 24px;
  }

  .modal-body p {
    font-weight: 400;
    font-size: 14px;
    color: #212121;
  }

  .modal-body .lead {
    font-weight: 300;
    font-size: 16px;
    color: #757575;
  }

  .modal-body p:last-child,
  .modal-body .lead:last-child {
    margin-bottom: 0;
  }

/* DIALOG FOOTER */
  .modal-footer {
    margin-top: 24px;
    padding: 8px 0;
    border-top: none;
  }

  .modal-footer .btn {
    height: 36px;
    margin-right: 8px;
    padding: 8px 10px;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #009688;
    background-color: #fff;
  }

  .modal-footer .btn:focus {
    outline: none;
    box-shadow: none;
  }

  .modal-footer .btn:focus,
  .modal-footer .btn:hover {
    color: #00796B;
  }

  .modal-footer .btn + .btn {
    margin-left: 0;
  }

  .modal-footer .btn + .btn:last-child {
    margin-left: -4px;
  }

  .modal-product-detail {
    width: 800px;
  }






/*radio button*/
input[type="radio"] {
  margin-right: 10px;
}

input[type="checkbox"] {
  margin-right: 10px;
}

input[type="radio"].selected-color  {
    display: none;
}

input[type="radio"].selected-color:checked + .product-color-picker {
    border: 3px solid #CCB490;
}

.product-color-picker {
  border: 3px solid #E9EAEC;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  float: left;
  overflow: hidden;
  cursor: pointer;
}

.product-detail-info-inputs > .detail-input-colors {
  position: relative;
  height: 100%;
  max-width: 135px;
  overflow: hidden;
}








@media (max-width: 999px) {
  .container-big {
    max-width: 750px;
  }

  .container-medium-about {
    width: 700px;
  }

  .container-medium {
    width: 700px;
  }

  /*************Product about******/

  .product-detail-preview {
    position: absolute;
    width: 300px;
    height: 100%;
    overflow: hidden;
  }

  .product-detail-info {
    width: 400px;
    height: auto;
    padding: 30px;
  }

  .product-detail-info-inputs > .detail-input-amount {
    /*float: none;*/
    border-right: none;
  }

  .product-detail-info-inputs > .detail-input-size {
    /*margin-top: 10px;*/
    overflow: hidden;
  }

  

  /*************Checkout summary********/

  .customer-info-checkout-summary {
    width: 100%;
    float: none;
    text-align: center;
  }

  .customer-info-checkout-summary .card-header {
    padding: 42px 0 10px 0;
  }

  .ordered-product-info {
    width: 100%;
  }

  .order-list-summary-preview > a > .order-img {
    height: 50px;
    margin-right: 10px;
    cursor: pointer;
    float: left;
  }

  .order-list-summary-input-wrapper .product-title{
    width: 50%;
  }
}

@media (max-width: 749px) {
  .container-big {
    max-width: 500px;
  }

  .container-medium-about {
    width: 480px;
  }

  .container-medium {
    width: 400px;
  }

  .container-small {
    position: relative;
    width: 490px;
    height: auto;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 40px 40px 20px 40px;
    overflow: hidden;
  }

  /**********Slider*********/

  .welcome-text-main {
    font-size: 22px;
    line-height: 32px;
    margin: 140px 0 0 50px;
  }

  .welcome-text {
    font-size: 16px;
    line-height: 34px;
    margin: 0 0 0 50px;
  }

  /*************Product about******/

  .product-detail-preview {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-right: none;
    border-bottom: 1px solid #E9EAEC;
  }

  .product-detail-info {
    width: 100%;
    height: auto;
    padding: 30px;
  }

  /*************Cart****************/

  .order-list-preview {
    max-width: 30%;
    overflow: hidden;
    font-size: 14px;
  }

  .order-list-preview > a > .order-img {
    max-height: 120px;
    height: auto;
  }

  .order-list-input-wrapper {
    display: block;
    float: left;
    width: 35%;
  }

  .order-list-input-wrapper p{
    font-size: 14px;
    float: none;
  }

  /*************Checkout summary********/

  .order-list-summary-preview > a > .order-img {
    height: 50px;
    margin-right: 10px;
  }

  .order-list-summary-input-wrapper {
    display: block;
    width: 55%
  }

  .order-list-summary-input-wrapper .product-title{
    width: 100%;
  }

  .order-list-summary-input-wrapper .product-ammount {
    float: left;
  }

  
}

@media (max-width: 499px) {

  .container-big {
    width: 100%;
  }

  .card-product-preview {
    padding: 10px;
    width: 45%;
    height: auto;
    float: left;
    margin: 2.5%;
  }

  .card-product-preview:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    cursor:pointer;
  }

  .container-medium-about {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-medium {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-small {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 40px 40px 20px 40px;
    overflow: hidden;
  }

  /**********Slider*********/

  .welcome-text-main {
    font-size: 18px;
    line-height: 28px;
    margin: 130px 0 0 20px;
  }

  .welcome-text {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 0 20px;
  }


  /**********Cart**************/

  .order-list-preview > a > .order-img {
    max-width: 100%;
    max-height: 120px;
    height: auto;
  }

  .order-list-price-wrapper p {
    font-size: 14px;
    margin-left: 5px;
  }

  .cart-price-primary {
    margin: 25px 0 25px 0;
    font-size: 14px;
  }

  .total-price-wrapper{
    margin-right: 31px;
    font-size: 16px;
  }

  /*************Product about******/

  .product-detail-preview {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-right: none;
    border-bottom: 1px solid #E9EAEC;
  }

  .product-detail-info {
    width: 100%;
    height: auto;
    padding: 30px;
  }

  .preview-image {
    width: 98%;
    height: auto;
    overflow: hidden;
  }

  .preview-image img {
    width: 100%;
    height: auto;
  }

  .preview-info {
    margin-top: 20px;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid #E9EAEC;
    text-align: center;
    color: #393F51;
    font-size: 14px;
    overflow: hidden;
  }

  .preview-info p {
    padding: 5px;
  }

  .preview-product {
    height: auto;
    text-align: center;
    margin: auto;
  }

  .product-detail-info-inputs > .detail-input-colors {
    position: relative;
    height: 100%;
    max-width: 90px;
    overflow: hidden;
  }


/**********Checkout-customer***********/

  .input-style-checkout {
    padding: 5px 10px 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px; 
    width: 100%;
    background-color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #E9EAEC;  
    border-radius: 2px;
    font-size: 14px;
  }

  .input-style-checkout-full {
    padding: 5px 10px 5px 10px;
    margin-top: 5px;
    margin-bottom: 5px; 
    width: 100%;
    background-color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #E9EAEC;  
    border-radius: 2px;
    font-size: 14px;
  }

  .input-style-checkout-select {
    width: 100%;
  }


  
}

@media (max-width: 379px) {

  .product-detail-info-inputs > .detail-input-amount {
    float: none;
    border-right: none;
  }

  .product-detail-info-inputs > .detail-input-size {
    margin-top: 10px;
    overflow: hidden;
  }

  /*************Checkout summary********/

  .order-list-summary-preview {
    min-width: 20%;
    max-width: 100%;
    overflow: hidden;
  }

  .order-list-summary-input-wrapper {
    width: 40%;
  }

  
}

.packetery-info-link {
  display: none !important;
}

.packetery-branch-list select {
  padding: 5px 10px 5px 10px;
  margin: 5px 5px 5px 0;
  background-color: #FFFFFF !important;
  border: 1px solid #E9EAEC;  
  border-radius: 2px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
}


/******Footer********/
.socialHolder {
  width: 100px;
  height: 64px;
  margin: auto;
  margin-bottom: 10px;
  padding-top: 20px;
  overflow: hidden;
}

.social {
  width: 40px;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
}

.footerInfo {
  width: 300px;
  margin: auto;
  padding-bottom: 20px;
}

.footerInfo p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: white;
  text-align: center;
}

.footerInfo a { 
  color: #1693A7;  
  text-align: center;
}

.terms {
  color: #005F6B;
}











