
/* @font-face {
        font-family: "Montserrat" ;
          src: url('../../fonts/Montserrat-Regular.ttf');
    }
*/
@font-face {
  font-family: "Sansation Bold";
  src: url('/360/master/data/Sansation_Bold.ttf');
}
@font-face {
  font-family: "Sansation Bold";
  src: url('/360/master/data/Sansation_Bold.ttf');
} 
@font-face {
  font-family: "gothampro_bold";
  src: url('gothampro_bold.ttf');
} 
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

    body {
  /* font-family: "Montserrat", sans-serif; */
  font-family: 'Sansation Bold', sans-serif;

  background-color: #D3CEC6;
  margin: 0;
  padding: 0;
}

body, html {
  overflow-x: hidden;
}
.gothampro-bold{
    font-family: gothampro_bold !important;
}
.dark_bg{
    background-color: #D3CEC6 !important;
}
.dark_bg.light_dark_bg {
    background-color: #D3CEC6 !important;
}
.gray_bg {
    background-color: #D3CEC6 !important;
}
.dark_grey_bg {
	background-color: #D3CEC6 !important;
}
.dark_bg_1{
    background-color: #D3CEC6 !important;
}
.dark_bg_2{
    background-color: #D3CEC6 !important;
}
.dark_bg_3{
    background-color: #D3CEC6 !important;
}
.dark_bg_4{
    background-color: #D3CEC6 !important;
}
.dark_bg_5{
    background-color: #D3CEC6 !important;
}
.dark_bg_6{
    background-color: #D3CEC6 !important;
}
.dark_bg_7{
    background-color: #D3CEC6 !important;
}
.dark_bg_8{
    background-color: #D3CEC6 !important;
}
.dark_bg_9{
    background-color: #D3CEC6 !important;
}
.dark_bg_10{
    background-color: #D3CEC6 !important;
}

.logo {
    text-align: center;
    width: 100%  
}

.logo img {
       max-width: 200px;
    margin-bottom: 0px;
}

.container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
}
.spec {
  margin: 100px 0;
  display: flex;
  justify-content: center;
}
.spec img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.container .line {
  width: 100%;
  height: 1px;
  margin: 20px 0 20px;
  background-color: #6867673b;
}
.dark_bg .container .line {
  background-color: #ffffff3b;
}
.container > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.container img {
  width: 100%;
}
.dark_bg .container .images .logo img{
    /*filter: invert(1) brightness(2);*/
}
.container .images {
  max-width: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.random-img {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.random-img img {
  max-width: 155px;
}
.random-img > div {
  position: relative;
}
.random-img .badge {
  background-color: #686767;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9px;
  display: flex;
  justify-content: center;
  line-height: 10px;
  align-items: center;
  text-align: center;
  width: 50px;
  height: 50px;
}

.desktop {
  display: block;
}
@media (max-width: 767px) {
  .desktop {
    /* display: none; */
  }
}

.mobile {
  display: none;
}
@media (max-width: 767px) {
  .mobile {
    display: block;
  }
}

.main-img {
  line-height: 0;
}
.main-img img {
  max-width: 320px;
  width: 100%;
}

.details {
  padding: 15px;
 font-size: 15px;
    line-height: 17px;
  /* display: flex; */
  /* justify-content: space-between; */
  /* text-transform: capitalize; */
  background-color: #686767;
}
.details .surface {
  text-align: right;
  
}
.details > div {
  /* line-height: 15px; */
  /* font-family: "Montserrat Light" ; */
}
.details span.bold {
  font-weight: 600;
    /* font-family: "Montserrat Bold" ; */
}
.details span.border {
  opacity: 0.9;
  position: relative;
  line-height: 22px;
}
.details span.border:before {
  content: "";
  background-color: #686767;
  width: 125%;
  height: 2px;
  z-index: -1;
  position: absolute;
  bottom: 4px;
}


.details ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.details ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;    
}
.details ul li:not(:last-child) {
    margin-bottom: 10px;
}
.details ul li span.main_text {
    font-weight: 400;
	letter-spacing: 1px;
    width: 50%;
	font-family: "Sansation Bold" ;
}
.details ul li span.text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Sansation Bold" ;
    width: 50%;
}
.details ul li span.text:before {
    content: ":";
    margin-left: 10px;
    margin-right: 10px;
}

.title {
  margin-top: 0px;
  width: 100%;
  max-width: 320px;
}
@media (max-width: 767px) {
  .title {
    /* margin-top: 20px; */
  }
}
.title h2 {
  text-transform: uppercase;
  line-height: 24px;
  position: relative;
}

.preview {
  margin-top: 40px;
  line-height: 0;
  display: flex;
  justify-content: center;
}
.preview img {
  max-width: 1000px;
  width: 100%;
  width: 100%;
}

.random {
  margin-bottom: 2px;
  text-align: right;
  font-size: 10px;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */

.pro_name {
	margin-top: 0px;
    background-color: #686767;
	font-size: 15px;
    line-height: 17px;
    text-transform: capitalize;
    /*padding: 15px;*/
    /*border-bottom: 1px solid #747474;*/
    /*margin-bottom: 10px;*/
}
.mb-10{
    margin-bottom: 10px;
}
.pro_name span.bold {
  font-weight: 700;
    /* font-family: "Montserrat Bold" ; */
}




.packbox {
	margin: 70px 0;
    display: flex;
    justify-content: center;
}
.packing-details {	
	max-width: 1000px;
}
.packing-details h2,
.packing-details p{
	font-size: 24px;
	line-height: 25px;
	color: #000;
	text-align: center;
	font-weight:600;
	font-family: "Sansation Bold";
}

.dark_bg .packing-details h2,
.dark_bg .packing-details p{
	color: #000;
}

.packing-details table th{
    font-weight: 600;
    font-size: 16px;
    font-family: "Sansation Bold";
}
.packing-details table td{
    font-size: 14px;
    font-family: "Sansation Bold";
}
.packing-details table th,
.packing-details table tr,
.packing-details table td{
	color: #000;
	padding: 1rem 2.1rem;
    vertical-align: top;
	text-align: center;
	vertical-align: middle;
}

.packing-details table th,
.packing-details table td{
	border: dashed 1.5px;
	color: #000 !important;
}
.dark_bg .packing-details table th,
.dark_bg .packing-details table td{
	border: dashed 1.5px;
	color: #000!important;
}

.border-botomnone{
	border-bottom: none !important;
}
.border-rightnone{
	border-right: none !important;
}
.table{
	width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table-responsive {
    display: block;
    width: 100%;
	border-spacing: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


body,
.dark_bg,
.dark_bg.light_dark_bg,
.gray_bg ,
.dark_grey_bg ,
.dark_bg_1,
.dark_bg_2,
.dark_bg_3,
.dark_bg_4,
.dark_bg_5,
.dark_bg_6,
.dark_bg_7,
.dark_bg_8,
.dark_bg_9,
.dark_bg_10{
    background-color: #fff !important;
}

@media only screen and (min-width: 768px) { 
	.mobile_table {
		display: none !important;
	}
}
@media only screen and (max-width: 767px) { 
	.packbox {
		display: block
	}
	.packing-details h2,
    .packing-details p{
    	font-size: 24px;
    	line-height: 25px;
    	text-align: center;
    	font-weight:600;
    }
	.desktop_table {
		display: none !important;
	}
	.packing-details table.mobile_table tr {
		border: dashed 1.5px;
	}
	.packing-details table th, 
	.packing-details table tr, 
	.packing-details table td {
		text-align: left;
		padding: 1rem 1.1rem;
	}
	.packing-details table tr:not(:last-child) td,
	.packing-details table tr:first-child td{
		border-bottom: none;			
	}
	.packing-details table {
		display: inline-table;
		padding: 0 15px;
	}
	.packing-details table tr td {
		border-left: none;
	}
	
	/* .packing-details table.mobile_table td { */
		/* border: none; */
	/* } */
}