
.MultiCarousel
{
  float: left !important;
  overflow: hidden !important;
  padding: 15px !important;
  width: 100% !important;
  position:relative !important;
}

.MultiCarousel .MultiCarousel-inner
{
  transition: 1s ease all !important;
  float: left !important;
}
.MultiCarousel .MultiCarousel-inner .item
{
  float: left !important;
}
.MultiCarousel .MultiCarousel-inner .item > div
{
  width: 200px !important;
  text-align: center !important;
  padding:10px !important;
  margin:0px !important;
  background:#fff !important;
  border: 0px solid white !important;
  border-radius: 3px !important;
  color:#666 !important;
  box-shadow: -1px 2px 5px #bbb;
}
.MultiCarousel .leftLst, .MultiCarousel .rightLst
{
  position:absolute !important;
  border-radius:50% !important;
  top:calc(50% - 10px) !important;
}
.MultiCarousel .leftLst
{
  left:0px !important;
  font-size: 22px !important;
  /* z-index: 10002 !important; */
}
.MultiCarousel .rightLst
{
  right:0px !important;
  font-size: 22px !important;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over
{
  pointer-events: none !important;
  background:#ccc !important;
}

.card
{
  background-color: white;
  border: 0px solid white;
  border-radius: 5px;
  box-shadow: -1px 1px 4px #ccc;
  width: 100%;
}

.product_card
{
  background-color: white;
  border: 0px solid white;
  border-radius: 5px;
  box-shadow: -1px 1px 4px #ccc;
  width: 100%;
  /* height: 500px !important; */
}

@media (max-width:768px)
{
  .product_card
  {
    height: auto !important;
  }
}


.product_header
{
  font-family: "Playfair Display", serif !important;
  font-style: italic;
}

.padded_card
{
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}



.image_shadow
{
  box-shadow: -1px 1px 4px #ccc;
}

.product_font_size
{
  font-size: 14px;
  text-align: justify;
}

.product_font
{
  color: #000;
  font-size: 13px;
  margin-bottom: 0px !important;
}

.col_product_border
{
  border-left: 1px dashed #bbb;
}

.col_height
{
  /* height: 410px !important; */
}

.col_height_mobile
{

}
@media (max-width:768px)
{
  .col_product_border
  {
    border-left: 0px dashed #bbb;
  }

  .col_height
  {
    height: auto !important;
  }
  .col_height_mobile
  {
    /* height: 465px !important; */
  }
}

.btn_size
{
  color: #fb6e14;
  font-size: 10px !important;
}

.fh5co-logo
{
  position: relative;
  top:-15px !important;
}

.head_content
{
  position: relative;
  top: 21px !important;
}

.fh5co-main-nav
{
  box-shadow: -1px 4px 2px #bbb !important;
}

.fh5co-main-nav .fh5co-menu-1 a, .fh5co-main-nav .fh5co-menu-2 a, .fh5co-main-nav .fh5co-logo a
{
  padding: 20px 10px !important;
}

@keyframes jump
{
  0%   {transform: translate3d(0,0,0) scale3d(1,1,1);}
  0%  {transform: translate3d(0,0,0) scale3d(1,1,1);}
  10% {transform: translate3d(0,10%,0) scale3d(1,1,1);}
}
.jump
{
  transform-origin: 50% 50%;
  animation: jump .7s linear alternate infinite;
}


.quantity_amount
{
  font-size: 18px !important;
  font-weight: bold;
  color : #fb6e14 !important;
}

#preview{
  position: absolute;
  left: 325px;
  top: -0px;
	margin-top: 10px;
	border:1px solid black;
	width:295px;
	height:450px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
  z-index: 1001;
}

@media (max-width:768px) {
  #preview{
    display: none;
  }
}

#samples{
	text-align: center;
  /* z-index: 1000; */
}
#samples img {
	margin: 10px;
	display: block;
	border: 0px solid #6A6462;
}
#samples img:hover {
	 cursor: zoom-in;
	 border: 0;
	 -moz-box-shadow:2px 2px 7px 2px rgba(130,130,130,1),-1px -1px 7px 2px rgba(130,130,130,1);
	-webkit-box-shadow: 2px 2px 7px 2px rgba(130,130,130,.7),-1px -1px 7px 2px rgba(130,130,130,1);
	box-shadow: 2px 2px 7px 2px rgba(130,130,130,.7),-2px -2px 7px 2px rgba(130,130,130,1);
}
@media screen and (max-width: 767px){
	#samples img {
		display: inline-block;
	}
}

.arrow
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media (max-width:768px)
{
  .arrow
  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}

.mob_arrow
{
  display: none !important;
}
.web_arrow
{
  display: block !important;
}
@media (max-width:768px)
{
  .web_arrow
  {
  display: none !important;
  }
  .mob_arrow
  {
  display: block !important;
  }
}

.arrow span
{
  display: block;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

@media (max-width:768px)
{
  .arrow span
  {
    display: block;
    width: 17px;
    height: 17px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
  }
}
.arrow span:nth-child(2)
{
  animation-delay: -0.2s;
}
.arrow span:nth-child(3)
{
  animation-delay: -0.4s;
}
@keyframes animate
{
  0%{
    opacity: 0;
    transform: rotate(45deg) translate(-20px,-20px);
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    transform: rotate(45deg) translate(20px,20px);
  }
}

#myBtn
{
  display: none;
  position: fixed;
  bottom: 100px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 6px;
  width: 70px;
  height: 70px;
}

#myBtn:hover
{
  filter: grayscale(100%);
}

.product_padding
{
  padding-top:6px !important;
}


/*jssor slider loading skin spin css*/
    .jssorl-009-spin img {
        animation-name: jssorl-009-spin;
        animation-duration: 1.6s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    @keyframes jssorl-009-spin {
        from { transform: rotate(0deg); }
        to { transform: rotate(360deg); }
    }

    /*jssor slider bullet skin 072 css*/
    .jssorb072 .i {position:absolute;color:#000;font-family:"Helvetica neue",Helvetica,Arial,sans-serif;text-align:center;cursor:pointer;z-index:0;}
    .jssorb072 .i .b {fill:#fff;opacity:.3;}
    .jssorb072 .i:hover {opacity:.7;}
    .jssorb072 .iav {color:#fff;}
    .jssorb072 .iav .b {fill:#000;opacity:.5;}
    .jssorb072 .i.idn {opacity:.3;}

    /*jssor slider arrow skin 073 css*/
    .jssora073 {display:block;position:absolute;cursor:pointer;}
    .jssora073 .a {fill:#ddd;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}
    .jssora073:hover {opacity:.8;}
    .jssora073.jssora073dn {opacity:.4;}
    .jssora073.jssora073ds {opacity:.3;pointer-events:none;}


    @media (max-width:768px)
    {
      .desktop_view
      {
        display: none;
      }
    }


    * {
  box-sizing: border-box;
}

.row1 > .column {
  padding: 0 8px;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

.column1 {
  float: left;
  width: 25%;
  padding: 10px !important;
  
}

/* The Modal (background) */
.modal1 {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content1 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 800px;
}

/* The Close Button */
.close1 {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close1:hover,
.close1:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides1 {
  display: none;
}

.cursor1 {
  cursor: pointer;
}

/* Next & previous buttons */
.prev1,
.next1 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev1:hover,
.next1:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext1 {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container1 {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo1 {
  opacity: 0.6;
}

.active,
.demo1:hover {
  opacity: 1;
}

img.hover-shadow1 {
  transition: 0.3s;
}

.hover-shadow1:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
