/*-- Font --*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tangerine:400,700');
/*---- Gobal CSS --*/

*{
  margin:0;
  padding:0;
}
body{
  font-weight: 400;
  width:100%;
  font-family: 'Source Sans Pro', sans-serif;
}
h1,h2,h3,h4,h5,h6{
  color: #3E3E3E;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
}
p{
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color:#6C6969;
  font-family: 'Source Sans Pro', sans-serif;
}
a{
  outline: medium none;
}
.no-padding{
  padding:0;
}
.no-padding-right{
  padding-left: 0
}
.no-padding-left{
  padding-right: 0
}
.center{
  margin-left:auto;
  margin-right:auto;
  display:block;
}
.sub-heading{
  font-size: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.content-heading{
  font-size: 1.333em;
  line-height: 1.2em;
  font-weight: normal;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.product-btn .btn-default{
  width: 44%;
  margin: 0% 1%;
  background: #222;
  color: #fff;
  margin-top: 20px;
  font-size: 16px
}
.ads-btn .btn-default{
  width: 70%;
  background: #222;
  color: #fff;
  margin-top: 20px;
  font-size: 16px
}





/*--------------------------
Start Top alart-box section
--------------------------*/
.top{
  width: 100% !important;
  position: fixed;
  top: 0px;
  box-shadow: 0px 0px 10px 0px rgb(3, 3, 3);
  background: rgb(51, 51, 51) none repeat scroll 0% 0%;
  z-index: 9999;
  font-size: 12px;
  line-height: 17px;
  font-family: Tahoma,sans-serif,Arial;
  left: 0px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.top h2{
  font-size: 15px;
  color: #fff;
  text-align: left;
  margin: 18px 0;
  font-weight: 600;
}
.top i{
  font-size: 20px;
  margin-top: 18px;
  cursor: pointer;
}
/*--------------------------
 End Top alart-box section
--------------------------*/
/*--------------------------
    Start Top section
--------------------------*/
.top-section{
  margin: 20px 0px;
}
/*-- left --*/
.left-side{
  padding: 0
}
/*-- middle --*/
.top-section .middle h1{
  margin: 3px;
  text-align: center;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif;
}
.top-section .middle h1 span{
  font-weight: 600;
}

/*--------------------------
    End Top section
--------------------------*/


/*--------------------------
    Start Slider section
--------------------------*/
.slider{
  margin-top: 30px
}
.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
/*--------------------------
    End Slider section
--------------------------*/


/*--------------------------
Start Slider bottom section
--------------------------*/
.slider-bootom{
  margin-top: 30px;
  margin-bottom: 10px
}
.slider-bootom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #6C6969;
  margin-top: 5px;
}
/*--------------------------
End Slider bottom section
--------------------------*/

/*--------------------------
    Start Gallary section
--------------------------*/
.gallary-img{
  margin-top: 30px
}
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.hovereffect:hover img {
  -ms-transform:scale(1.1);
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}
/*--------------------------
    End  Gallary section
--------------------------*/


/*----------------------------------
Start products-details section
-----------------------------------*/
.products-details-info{
  margin-top: 40px
}
.products-details .products-details-info .btn-default{
  background: #222;
  color: #fff;
  margin-top: 20px
}
/* Shutter In Horizontal button hovereffect  */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #BA0A00;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #BA0A00;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/*---- text --*/
.products-details .products-details-info  .info-text{
  margin-top: 10px
}
.products-details .products-details-info a{
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  color: #BA0A00;
  transition: .1s;
  text-decoration: none;
}
.products-details .products-details-info a:hover{
  color: #BA0A00;
  font-weight: 600
}
.products-details .products-details-info p{
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
}
.products-details .products-details-info p span{
  font-weight: 600
}

/*--------------------------
    End section
--------------------------*/
.details-text h1{
  font-size: 28px;
}
.details-text p{
  font-weight: 400
}
.details-text ul li h2{
  margin: 8px;
  font-size: 17px;
  margin-left: 20px;
  margin-top: -20px;
}
.text-bottom-btn .btn-default{
  border-radius: 4px;
  background-color: #BA0A00;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 25px;
  padding: 12px;
  padding: 8px 42px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  text-transform: uppercase;
  margin: 35px 0;
}
.text-bottom-btn .btn-default span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.text-bottom-btn .btn-default span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.text-bottom-btn .btn-default:hover span {
  padding-right: 25px;
}
.text-bottom-btn .btn-default:hover span:after {
  opacity: 1;
  right: 0;
}
.footer-top {
  margin-top: 30px
}
.footer-top a{
  color: #B4B4B4;
  font-family: 'Raleway', sans-serif;
}
.footer-top a:hover{
  color: #BA0A00;
  outline: medium none;
}
.footer-top {
  background: #202020;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 20px;
}
.footer-top h1{
  font-size: 1.333em;
  color: #fff;
  padding-bottom: 5px;
  font-family: 'Raleway', sans-serif;
}
.footer-top h2{
  font-size: 18px;
  color: #E83014;
  padding-bottom: 5px;
  font-family: 'Raleway', sans-serif;
}
.footer-top p{
  color: #B4B4B4;
  line-height: 20px;
  margin-top: 4px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  letter-spacing: .5px;
}
.footer-top ul {
  padding-left: 10px;
  font-size: 15px;
  color:#B4B4B4
}
.footer-top ul li{
  padding-top: 10px;
  color: #B4B4B4;
  font-family: 'Raleway', sans-serif;
}
.footer-top ul i {
  padding-right: 10px;
  float: left;
  height: 24px;
  width: 24px;
  padding-top: 5px;
}
.footer-top .hollywod h6{
  font-size: 16px;
  line-height: 23px;
  margin-top: -2px;
  margin-bottom: 0;
  color: #B4B4B4;
}
.newsletter .btn-default{
  background: #BA0A00;
  color: #fff;
  border: 1px solid #BA0A00
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8B0200;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white;
  border: 1px solid #8B0200
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*---- footer bottom ---*/
.footer-bottom{
  background: #2A2A2A;
  padding-top: 10px;
  padding-bottom: 10px
}
.footer-bottom p{
  margin-bottom: 0;
  font-size: 15px;
  color: #B4B4B4;
}
.footer-bottom img{
  margin-left: auto
}

/*----- Scroll Top ----*/
.scroll-up{
  width: 50px;
  height: 46px;
  font-size: 18px;
  background: #BA0A00;
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 0px;
  right: 15px;
  cursor: pointer;
}
.scroll-up p{
  margin: 0px;
  padding: 0;
  font-size: 17px;
  color: #fff;
  line-height: 12px
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}


/*---Start CSS of Product page 1 ---*/
/*--- breadcrumb ---*/
.breadcrumb li a{
  color: #666;
}
.breadcrumb li a:hover{
  color: #BA0A00;
}

/*--- Product page content ----*/
.Product-page-content h3{
  font-size: 20px;
  color: #000;
  font-weight: 500;
}
.Product-page-content ul li h2{
  margin: 8;
  font-size: 17px;
  margin-left: 20px;
  margin-top: -20px;
}
.Product-page-content .Product-price{
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  margin-top: 20px
}
.Product-page-content .Product-price p .recent-rate {
  color: #BA0A00;
  font-weight: 600;
  font-size: 20px;
}
.Product-page-content .Product-price p .cross-rate{
  font-size: 15px;
}
.Product-page-content .Product-price p .dicrease-rate {
  color: #BA0A00;
  font-weight: 400;
  font-size: 18px;
}
.Product-page-content .btn-default {
  background: #BA0A00;
  color: #fff;
  border: 1px solid #BA0A00;
  width: 100%;
  padding: 10px 12px;
  font-size: 20px;
  text-transform: uppercase;
}
.Product-page-content .btn-default:hover {
  background: rgb(51, 51, 51) none repeat scroll 0% 0%;
  color: #fff;
  border: 1px solid rgb(51, 51, 51);
}
/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-float-away:before, .hvr-icon-float-away:after {
  content: "\f217";
  position: absolute;
  left: 22px;
  padding: 0 1px;
  font-family: FontAwesome;
  font-size: 22px;
}
.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.hvr-icon-float-away:hover:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:active:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.Product-page-content .product-content-right ul li{
  text-transform: uppercase;
  font-weight: 600;
  color: #666666;
  font-size: 14px;
  margin-top: 12px;
}
.Product-page-content .product-content-right ul p{
  font-weight: 400;
  color: #666666;
  font-size: 14px;
}

/***------ Tab Section ----*/

/*-- nav tabs menu --*/
.nav-tabs > li > a {
  margin-right: 0px;
  line-height: 1.42857143;
  border: 1px solid transparent !important;
  border-radius: 0;
  background: #e5e5e5;
  color: #666;
  text-transform: uppercase;
  font-size: 15px;
  outline: medium none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
  margin-top: 30px;
  margin-bottom: 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  background-color: transparent;
}
/*--- nav tabs body --*/
.tab-sec-bg{
  background: #FAFAFA
}
.tab_section .details-text h1{
  font-size: 28px;
}
.tab_section .details-text p{
  font-weight: 400
}
.tab_section .details-text ul li h2{
  margin: 8;
  font-size: 17px;
  margin-left: 20px;
  margin-top: -20px;
}
/*--- tab-3 ----*/
.tab_section .tab-content p{
  font-weight: 400;
  margin-bottom: 20px;
}

/*-----Start CSS Code of Terms and condition page -----*/
.terms-content .content-heading{
  font-size: 1.333em;
  line-height: 1.2em;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.terms-content .content-para{
  font-size: 14px;
  line-height: 22px;
  font-weight: 400
}

/**----- chi-siamo -------***/
.chi-siamo ul {
  margin-top: 15px;
}
.chi-siamo ul li h2{
  margin: 0;
  font-size: 15px;
  margin-left: 20px;
  margin-top: -20px;
  color: #0D7619;
  font-weight: 600;
}
.chi-siamo ul .li-bottom-border{
  border-bottom: 1px solid #e5e5e5;
}
.chi-siamo ul li{
  padding: 4px 0 6px 0;
  font-weight: bold;
}
.chi-siamo p{
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.chi-siamo b{
  font-weight: 600;
}

/*--- comment box ---*/
.chi-siamo .comment-box-para {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
  color: #3C3C3C;
  background: #ECECEC ;
  border: 1px solid #ECECEC ;
  line-height: 18px;
  text-decoration: none;
  padding: 20px 10px;
}
.chi-siamo .comment-box-para:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 10px;
  width: 0;
  height: 0;
  border-width: 15px 0px 0 25px;
  border-style: solid;
  border-color: #ECECEC  transparent transparent transparent;
}
.chi-siamo h5{
  margin-top: 18px;
  padding-left: 40px;
  font-weight: 600
}
.before-bg{
  margin-right: 7px;
  margin-top: -12px;
}
.after-bg{
  margin-left: 7px;
  margin-bottom: -10px;
}
.second-para{
  margin-top: 30px
}
/*----------Start CSS Code of contact page ---------*/

/*-- contact-content --*/
.contact-content label{
  margin-bottom: 8px;
  font-weight: 400;
}
.contact-content .btn-default{
  background: #BA0A00;
  border: 1px solid #BA0A00;
  color: #fff;
  border-radius: 0;
  transition:.5s;
  margin-top: 20px
}

.contact-content .btn-default:hover{
  background: #333333;
  color: #fff;
  border: 1px solid #333333
}
.contact-content .form-control{
  border-radius: 0
}

/*------ input box shadow stop -----*/
.contact-content input[type="text"],.contact-content input[type="password"] {
  height: 45px;
  box-shadow: none;
}
.contact-content textarea[type="text"] {
  height: 100px;
  box-shadow: none;
}
.contact-content input:hover,
.contact-content input:focus {
  outline:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border:1px solid #f1e5e6;
}
.contact-content textarea:hover,
.contact-content textarea:focus {
  outline:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border:1px solid #f1e5e6;
}
.contact-content  select:hover,
.contact-content  select:hover{
  outline:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border:1px solid #f1e5e6;
}



/*----- start File upload button customization css code -----*/
.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  /* 20px */
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

.inputfile-1 + label {
  color: #333;
  background-color: #fff;
  border: 1px solid #f1e5e6;
  outline: medium none;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #fff;
  border: 1px solid #f1e5e6;
  outline: medium none;
}
/*----- End File upload button customization css code -----*/

/** Right side **/
.svelato .svelato-left-side{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-top: 40px
}
.svelato .svelato-top-heading {
  color: #001565;
  font-family: "Open Sans",Helvetica,sans-serif;
  font-size: 35px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 100%;
  margin: 8px 0 5px;
  padding:22px 35px;
  background:url("/images/shadow-1.jpg") no-repeat scroll left top,url("/images/shadow-2.jpg") no-repeat scroll right top,rgba(0,0,0,0) url("/images/shadow-3.jpg") repeat-x scroll center top;
}
.svelato .svelato-top-subheading {
  color: #333333;
  display: block;
  font-size: 1.15em;
  font-weight: 600;
  line-height: normal;
  margin: 8px 0 5px;
  padding:0px 35px 25px;
}
/*--- svelato_couple_bed ---*/
.svelato_couple_bed{
  border-top: 4px solid rgb(41,41,41);
  margin-top: 20px;
  background: #FBFBFB
}
.svelato .svelato_couple_bed .couple_bed-right-para{
  margin-top: 20px;
  font-weight: 400;
}
.svelato-para p{
  font-weight: 400;
  line-height: 19px;
  color: #6C6969;
  margin-top: 20px;
}
/*------------svelto comment para  ----------*/
.svelto-comment-para{
  width: 250px;
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  padding: 10px 32px;
  border-bottom: 3px solid #CC0000;
}
.svelto-comment-para h1{
  font-size: 22px;
  line-height: 22px;
  color: #000;
}
.svelato-left-right-para p{
  font-weight: 400;
  line-height: 20px;
  color: #6C6969;
  margin-top: 20px;
}



/*#####################
svelato slider CSS
#####################*/

.svelato .carousel-caption {
  right: 0;
  left: 0;
  padding-bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff
}
.svelato .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 0px;
}
.svelato .carousel-caption p{
  color: #fff;
  text-align: center;
  text-shadow: 0;
  font-weight: 400;
  text-align: left;
  padding: 0 20px;
  font-size: 17px;
}
.svelato .carousel-control .fa-chevron-left, .svelato .carousel-control .fa-chevron-right{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  text-align: center;
  padding-top: 10px;
}
/*-----carousel-indicators ol --*/
.svelato .carousel-indicators {
  bottom: -36px;
}
.carousel-indicators li {
  background-color: #000;
  border: 1px solid #000;
}
/*----- Slider bottom Section ----*/
.svelato .svelato-left-bottom-para{
  margin-top: 40px
}
.svelato .svelato-left-bottom-para .svelto-bottom-comment-para h2{
  color: #1858cf;
  display: block;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3px;
  position: relative;
  font-size: 16px;
  margin-top: 5px;
}
.svelato .svelato-left-bottom-para .svelto-bottom-comment-para h3{
  background: #f5f5f5 none repeat scroll 0 0;
  display: block;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 5px;
  padding: 4%;
  line-height: 18px;
}
.svelato .svelato-left-bottom-para .svelto-bottom-comment-para{
  width: 250px;
  float: left;
  margin-right: 20px;
  padding: 10px 32px;
  border-right: 1px dashed #CC0000;
}
.svelato .svelato-left-bottom-para p{
  font-weight: 400;
  line-height: 20px;
  color: #6C6969;
}
/*---- Question para --*/
.question-para{
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 10px solid #000;
  border-top: 10px solid #000;
}
.question-para .red-arrow {
  float: left;
}
.svelato .question-para h1{
  margin: 0;
  font-size: 26px;
  margin-top: 6px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px
}
.svelato .question-para p{
  font-weight: 400;
  margin-top: 10px
}
.svelato .question-para li img{
  margin-right: 5px;
}
.svelato .question-para li{
  margin-bottom: 12px;
  font-size: 16px;
}
.svelato .conclusioni h1{
  margin: 0;
  font-size: 26px;
  margin-left: 48px;
  margin-top: -40px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px
}

/*----- normal para ------*/
.normal-para p{
  font-weight: 400;
  line-height: 20px;
  color: #6C6969;
  margin-top: 20px;
}
.offer{
  background: #000;
  margin-top: 30px;
}
.offer h1{
  color: #fff;
  text-align: center;
  margin: 10px;
  text-transform: uppercase;
  font-size: 27px;
}
.offer h1 span{
  color:#1858CF;
}
.offer img{
  position: absolute;
  margin-top: -11px;
  margin-left: 0px;
  width: 2%;
}
.offer-bottom h2{
  color: #505050;
  font-size: 1.96em;
  font-weight: 600;
  text-align: center;
}
.offer-bottom h2 span{
  color: #f00f00;
}
.offer-bottom p{
  color: #777777;
  font-family: "Open Sans",sans-serif;
  font-size: 1.1em;
  font-style: italic;
  font-weight: 400;
  margin: 0px;
  text-align: center;
}
/*---offer-special ---*/
.offer-special ul {
  margin-top: 30px;
}
.offer-special ul li{
  margin: 10px 0px;
  color: #666666
}
.offer-special p{
  margin-top: 14px;
  font-weight: 500;
  color: #666666;
  font-size: 20px;
}
.offer-special span{
  font-size: 1.333em;
  font-weight: 600;
  margin-right: 4px;
  color: #BA0A00
}
.svelato-right-side .offer-special .product-btn {
  text-align: left;
}
/*------ Svelato Right Side Start------*/
.svelato-right-side{
  margin-top: 20px
}
.svelato-right-side .right-inner-1{
  background-color: rgb(250,250,250);
  border-bottom: 5px solid rgb(41,41,41) !important;
  box-shadow: 0 0 7px rgba(0,0,0,0.1);
  margin: 0 0 30px;
  padding: 8px 4px;
}
.right-inner-1{
  border-bottom: 5px solid #292929;
}
.svelato-right-side .ultime h1{
  background-color: #191817;
  border-bottom: 2px solid #f2f2f2;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  color: #ffffff;
  display: block;
  font-family: "Open Sans",Helvetica,sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  letter-spacing: 1px;
  margin: -13px -8px 8px;
  padding: 8px 3px;
  text-align: center;
  text-shadow: none;
  text-transform: uppercase;
}
.svelato-right-side .ultime{
  background: #F8F8F8;
}
.svelato-right-side .ultime img{
  width: 60%
}
.svelato-right-side .ultime p{
  border-left: 5px solid #327afe;
  color: #000;
  display: block;
  font-family: Arial Black,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 15px;
  margin: 15px 15% 15px 20%;
  padding: 0 2%;
  position: relative;
  text-transform: uppercase;
}
.svelato-right-side .product-btn {
  text-align: center;
}
/*---- second ---*/
.svelato-right-side h2{
  display: block;
  font-size: 1.9em;
  line-height: 1em;
  margin-top: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px
}
.svelato-right-side h2 span{
  color: #f00f00
}
.svelato-right-side h3 {
  color: #000;
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  text-transform: none !important;
  margin-top: 0
}
.svelato-right-side .second-content .offer-text{
  margin: 0 auto !important;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.svelato-right-side .second-content .offer-text span{
  color: #BA0A00;
  font-size: 20px;
}
.svelato-right-side .second-content .offer-text .cross{
  font-weight: 400
}
.svelato-right-side .second-content .offer-text-bottom {
  color: #585858;
  display: block;
  font-family: "Open Sans",Helvetica,sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.2em;
  padding: 20px 0 10px;
  width: 94%;
  text-align: center;
}
.svelato-right-side .second-content .offer-text-bottom span{
  color: #BA0A00;
  font-weight: 400
}
/*---- right side inner second --*/
.svelato-right-side .right-inner-2{
  background-color: rgb(250,250,250);
  border-bottom: 5px solid rgb(41,41,41) !important;
  box-shadow: 0 0 7px rgba(0,0,0,0.1);
  margin: 0 0 30px;
  padding: 8px 4px;
  padding-right: 18px;
}
.right-inner-2 {
  border-bottom: 5px solid #292929
}
.right-inner-2 .recensioni{
  padding-bottom: 3px;
  border-bottom: 4px solid #CC0000;
  margin: 16px 5px;
  font-size: 22px;
  font-weight: 600;
}
.right-inner-2 p{
  margin-left: 12%;
  margin-right: auto;
  width: 84%;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  margin-top: 12px;
}
.right-inner-2 h3{
  text-align: right;
}
.right-inner-2 h3 a{
  font-size: 15px;
  color: #8e8e8e;
}
.right-inner-2 h3 a:hover{
  text-align: right;
  font-size: 15px;
  color: #CC0000;
}
.offer:after {
  content:'';
  position:absolute;
  top:-15px;
  left:0px;
  width:0;
  height:0;
  border-left: 18px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 15px solid #000;
}
/*------------ Checout Page CSS Start -------*/

.checkout .check-heading h1{
  font-size: 28px;
  color: #222;
  margin-bottom: 5px;
  margin-top: 10px;
}
.checkout .check-heading h2{
  font-size: 20px;
  color: #222;
  margin-bottom: 5px;
  margin-top: 10px;
}
.checkout .checout-form-side{
  padding: 5px
}
.checkout-body-content-header {
  border-bottom: 1px solid #D6D4D4;
}
.checkout-body-content{
  border: 1px solid #D6D4D4;
  border-radius: 10px;
  padding: 6px;
}

/*---- checkout-body-content-header --*/
.checkout-body-content-header{
  padding-bottom: 8px;
  margin-bottom: 8px
}
.checkout-body-content-header h1{
  margin: 0;
  font-size: 18px;
  padding-bottom: 5px;
  color: #222
}
.checkout-body-content-header i{
  font-size: 30px;
  color: #222
}
.checkout-body-content-header .btn-default{
  background: #437FBF;
  border: 1px solid #437FBF;
  color: #fff;
  padding: 3px 8px;
  margin-top: 6px
}
/*----- form section-----*/
.checkout .form-group {
  margin-bottom: 5px;
}
.form-padding{
  padding: 5px
}
.checkout .form-group label{
  font-weight: 400;
  color: #f00;
}
.checkout .red-check{
  color: #f00
}
.indirizzo{
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
/*----- middle section -----
.checkout .middle{
  background: #DBEDF8
}*/
.checkout .check-mid{
  margin-top: 5px
}
.checkout .middle .middle-radio{
  margin-top: 18px;
}
.checkout .middle .midle-img{
  padding: 5px;
}
.checkout .middle .right-text h1{
  margin: 0;
  font-size: 16px;
  padding-top: 15px;
  /*color: #4787AF*/
}
.checkout .middle .right-text h2{
  margin: 10px;
  font-size: 16px;
  padding-top: 15px;
  /*color: #4787AF*/
}
.checkout .check-mid .mid-right-con h1{
  font-size: 14px;
  margin-top: 6px;
  margin-bottom: 0
}
.checkout .check-mid .mid-right-con .paga{
  margin-top: 15px
}
.checkout .check-mid .mid-right-con h1 span{
  font-weight: 600
}
.checkout .check-mid .mid-right-con{
  margin-bottom: 10px
}
.checkout .check-mid .mid-right-con .paypal-right-text{
  padding-right: 0;
}
.checkout .check-mid .right-radio{
  padding: 0;
  margin-top: 15px;
}
/*--- Ricepi Text ---*/
.ricepi-text h1{
  font-size: 20px;
  background: #EEEEEE;
  padding: 12px;
  border: 1px solid #D3D3D3;
  margin: 0;
  font-family: 'Source Sans', sans-serif;
}
.ricepi-text h1 i{
  padding-right: 8px;
  font-size: 26px;
  font-weight: 700
}
.bottom-describe-heading{
  font-size: 18px;
  text-decoration: underline;
}
.check-bottom-price-text h2{
  font-size: 15px;
  margin: 0;
  text-align: left;
  padding: 0;
}
.qta{
  text-align: right;
}
.qta i{
  margin-top: 10px
}
.qta .spinner-side{
  padding-left: 0px
}
.total-prodo h3{
  text-align: right;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 4px;
}
.total-prodo .total-prodo-right{
  padding-right: 0
}
.total-prodo{
  margin-top: 20px
}
.text-area-button .btn{
  margin-top: 20px;
  margin-bottom: 20px
}
.text-area-bottom h4{
  font-size: 17px;
  margin-top: 20px;
}
.text-area-button .acq .btn-default{
  background: #8B0200;
  color: #fff;
  border: 1px solid #8B0200
}
.text-area-button .btn-default{
  transition:.2s;
}
.text-area-button .btn-default:hover{
  background: #333333;
  color: #fff;
  border: 1px solid #333333
}
.bottom-describe-heading{text-align: left;}
.bottom-describe-heading-total{
  text-align: right;
  font-size: 18px;
  text-decoration: underline;
}
.rate{text-align: right;}

/*-- checkout-body-content-header --*/

/*----- thank you page css ---*/
.thank-you{
  margin-bottom: 50px
}
.thank-you h1{
  text-transform: uppercase;
  font-size: 22px;
}
.thank-you h2{
  font-size: 16px;
  background: #E0F0D7;
  color: #528A4D;
  padding: 15px 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.thank-you h3{
  font-size: 16px;
}
.thank-you .btn-default{
  margin-top: 10px;
  color: #fff;
  background: #222;
  border-radius: 0
}


/*----  Payment page CSS ----*/

.cash-on-delivery h1, h2{
  margin: 5px;
  color: #6C6969
}
.cash-on-delivery h1{
  font-size: 30px
}
.cash-on-delivery h2{
  font-size: 30px
}
.cash-on-delivery p{
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;

}
.table-heading{
  background: #e1e1e1;
}
.table-heading tr th{
  text-align: center;
}
.cash-on-delivery table .price{
  text-align: right;
  color: #6C6969;
  border-left: 1px solid #E1E1E1;
  padding:14px 10px;
}
.cash-on-delivery table .payment-product-name{
  padding:14px 10px;
  font-size: 15px;
  color: #6C6969;
}
.cash-on-delivery table .total-payment-product-name{
  font-size: 15px;
  text-align: center;
  padding: 20px 0px 35px;
  border-top: 1px solid #DDDDDD
}
.cash-on-delivery .heading-table{
  text-align: center;
  padding: 14px 0;
  background: #999999;
  color: #fff;
  text-transform: uppercase;
}
.cash-on-delivery table {
  border: 1px solid #999999;
}
.cash-on-delivery .payment-left-btn{
  text-align: left;
}
.cash-on-delivery .payment-right-btn{
  text-align: right;
}
.cash-on-delivery .payment-right-btn .btn-default , .cash-on-delivery .payment-left-btn .btn-default{
  background: #222;
  color: #fff;
  border: 1px solid #B20200
}






/*-------------------
    media section
---------------------*/
@media (max-width: 772px) {
  .gallery .magnifier-preview {
    width: 240px!important;
  }
  /*-----check out ---*/
  .ricepi-text h1 {
    font-size: 16px;
    background: #EEEEEE;
    padding: 5px;
  }

  .bottom-describe-heading{
    padding: 0
  }
  .xs-no-padd{
    padding: 0
  }


}
@media (max-width: 979px){
  .shipping-details{
    margin-top: 20px
  }
  .left-side img{
    margin-left:auto;
    margin-right:auto;
    display:block;
  }
  .footer-top .hollywod h6 {
    font-size: 14px;
  }
  .content-para{
    text-align: justify;
  }
  .svelato .svelato_couple_bed .couple_bed-right-para{
    line-height: 18px;
  }
  .logo-img{
    margin-right: auto;
    margin-left: auto;
  }
  .svelato .svelato-top-heading {
    font-size: 20px;
  }

}
@media (max-width: 500px){
  .left-side img { /*-- logo --*/
    margin-left: auto!important;
    margin-right: auto!important;
    display: block;
  }
  .top-section .right-side ul {
    float: left!important;
    margin-left: 33%!important;
  }
  .left-side  { /*-- logo --*/
    width: 100%
  }
  .right-side  {
    width: 100%
  }
  .shipping-details{
    margin-top: 20px;
    width: 100%
  }
  .slider .item img{
    height: 126px;
  }
  .hover-image{  /*-- gallary img --*/
    width: 100%;
    margin-top: 15px
  }
  .hover-image img{  /*-- gallary img --*/
    width: 100%
  }
  .products-details-info{
    margin-top: 20px;
    width: 100%
  }
  .details-text p {
    text-align: justify;
  }
  .footer-top-1{
    width: 100%
  }
  .gallery .magnifier-preview {
    width:0px !important;
    margin-left: 0px !important;
  }
  .gallery {
    width: 0!important;
    margin: 0 !important;
  }
  .couple_bed-text-content{
    width: 100%;
  }
  .couple_bed-text-content img{
    width: 100%
  }
  .svelato .carousel-inner img{
    height: 250px;
  }
  /*---- .offer-special ----*/
  .offer-special-left-img{
    width: 100%
  }
  .offer-special-right-list{
    width: 100%
  }
  .svelato .svelato-left-bottom-para .svelto-bottom-comment-para {
    width: 100%;
    float: left;
    margin-right: 0px;
    padding: 0;
    border: 0
  }
  .svelto-comment-para{
    width: 100%
  }
  .checkout .check-mid .right-radio {
    margin-top: 8px;
  }
  .rate{
    text-align: left;
  }
  .xs-width {
    width: 100%
  }
  .bottom-describe-heading{
    font-weight: 600
  }
  .bottom-describe-heading-total {
    text-align: left;
    font-weight: 600
  }
  .cash-on-delivery .payment-right-btn {
    margin-top: 15px;
    text-align: left;
  }
}



@media (min-width: 979px){
  .breadcrumb {
    padding: 8px 90px;
  }
  .text-content-padding{
    padding: 0
  }
  /*-- avelato page --*/
  .svelato .svelato_couple_bed .couple_bed-right-para{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }
  .cash-on-delivery img{
    margin-right: 20px
  }
  .checkout .capsul{
    margin-top: 30px;
  }
}


@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
.confirmation-box{
  -webkit-box-shadow: 0px 0px 18px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 18px -3px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 18px -3px rgba(0,0,0,0.75);
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0 50px;
}
.confirmation h1{
  text-align: center;
  margin-top: 38px;
  margin-bottom: 6px;
  font-family: 'Slabo 27px', serif;
}

.confirmation p{
  text-align: center;
  font-weight: 400;
  margin-bottom: 25px
}
.order-head{
  font-weight: 700;
  font-size: 16px;
}
.text-information{
  font-size: 16px;
}
.first-heading{
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 12px;
  font-weight: 700;
  color: #BA0A00;
  font-family: 'Slabo 27px', serif;
}
.second-heading{
  font-size: 18px;
  text-decoration: underline;
  margin-bottom: 12px;
  font-weight: 700;
  color: #BA0A00;
  font-family: 'Slabo 27px', serif;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.confirmation-box table .tbl-td{
  padding-top: 6%;
}
.cofirm-btn{

}
.cofirm-btn .btn-default{
  color: #fff;
  border: 1px solid #333333;
  margin-bottom : 35px;
  margin-top : 35px;
  background: #333333
}
.confirmation-box .table > tbody > tr > td, .confirmation-box .table > tbody > tr > th {
  border: 1px solid #ddd;
}
@media (max-width: 980px){
  .confirmation-box{
    padding: 15px;
  }
  .cofirm-btn .btn-default{
    margin-top : 15px;
    margin-bottom : 5px;
  }
  @media (max-width: 500px){
    .cofirm-btn .btn-default{
      width: 100%
    }
  }
}


/* added styles */
.ulIndent {margin-left: 25px;}