@import url("https://fonts.googleapis.com/css?family=Raleway:700|Roboto+Condensed:300,400,700");
.layout-holder {
	max-width: 1189px;
	padding: 0px 15px;
	margin: auto;
	float: none;
	display: table
}
.layout-inner {
	width: 100%;
	position: relative
}
.layout-holder {
	max-width: 1189px;
	padding: 0px 15px;
	margin: auto;
	float: none;
	display: table
}
.layout-inner {
	width: 100%;
	position: relative
}
.layout-holder {
	max-width: 1189px;
	padding: 0px 15px;
	margin: auto;
	float: none;
	display: table
}
.layout-inner {
	width: 100%;
	position: relative
}
body, html {
	color:#333;
}
.logo-holder {
	width: 100%;
	height: auto;
	padding-top: 100%;
	position: relative;
	background-position: center;
	background-size: contain
}
.work-board-hotspot {
	padding: 1%
}
.imageshow {
	z-index: -1;
	position: absolute;
	opacity: 0
}
.panel-left {
	width: 210px
}
.panel-right {
	width: 350px;
	padding: 0 20px 20px;
}
.work-container {
	width: calc(100% - 560px);
	background-color: #f0f0f0;
	padding-bottom: 35px;
	padding-top: 30px;
	position: relative;
}
.work-board {
	background-color: #fff;
	position: relative;
	padding-top: 45%;
	/* overflow: hidden */
}
.work-base {
	padding: 3%
}
.vertcal-scale-combo {
	display: flex
}
.verticale-scale {
	width: 70px
}
.horizontal-scale {
	height: 80px;
	padding-left: 70px
}
.work-container {
	display: flex
}
.work-tools {
	width: 110px;
	padding: 0 5px;
}
.work-base {
	width: calc(100% - 110px);

}
.orgin-base {
	width: calc(100% - 70px);
}
.work-inner {
	box-shadow: -5px 11px 17px #0000004f;
	overflow: hidden;
	height: 100% !important;
}
.work-board-hotspot {
	width: calc(100%/9);
}
.work-board-template {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column
}
.working-tools {
	padding-left: 0px !important;
	list-style-type: none !important;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}
.working-tools li {
	position: relative;
	color: #333;
	text-align: center
}
.working-tools li i {
	  width: 40px;
    border: 2px solid #7c8939;
    height: 40px;
    text-align: center;
    padding: 0px 0px;
    border-radius: 50%;
    font-size: 19px;
    color: #e1b274;
    position: relative;
    /* top: 50%;
    transform: translate(0px, -50%); */
    margin-bottom: 3px;
    cursor: pointer;
		line-height: 40px;
}



.working-tools li p {
	font-size: 10px;
	margin: 0 0 15px;
	font-weight: 600;
	color: #e1b274;
  text-transform: uppercase;
}
.horizontal-scale, .verticale-scale {
	position: relative
}
.horizontal-scale>p, .verticale-scale>p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #3333336b;
	width: 100%;
	text-align: center
}
.horizontal-scale>p.hor-reading, .verticale-scale>p.hor-reading {
	padding-left: 80px;
	display: flex
}
.horizontal-scale>p.hor-reading::before, .horizontal-scale>p.hor-reading::after, .verticale-scale>p.hor-reading::before, .verticale-scale>p.hor-reading::after {
	content: "";
	height: 1px;
	background-color: #3333336b;
	width: 100%;
	display: block;
	margin-top: 10px
}

.horizontal-scale>p.hor-reading>span, .verticale-scale>p.hor-reading>span {
	width: 175px
}
.verticale-scale {
	display: flex
}
.verticale-scale>p {
	height: 100%;
	display: flex;
	flex-direction: column
}
.verticale-scale>p::before, .verticale-scale>p::after {
	content: "";
	width: 1px;
	background-color: #3333336b;
	height: 100%;
	display: block;
	left: 50%;
	transform: translate(-50%, 0px);
	position: relative
}
.template-single {
	width: 100%;
	position: relative;
	padding-top: 80%;
	/* background-color: #ccc; */
	margin: 10px 0px;
	cursor: pointer;

	background-size: cover !important;
}

.template-thumbil-1{ background: url(../images/template1.jpg) no-repeat center center; }
.template-thumbil-2{ background: url(../images/template2.jpg) no-repeat center center; }
.template-thumbil-3{ background: url(../images/template3.jpg) no-repeat center center; }
.template-thumbil-4{ background: url(../images/template4.jpg) no-repeat center center; }
.template-thumbil-5{ background: url(../images/template5.jpg) no-repeat center center; }
.template-thumbil-6{ background: url(../images/template6.jpg) no-repeat center center }
.template-thumbil-7{ background: url(../images/template7.jpg) no-repeat center center; }
.template-thumbil-8{ background: url(../images/template8.jpg) no-repeat center center; }
.template-thumbil-9{ background: url(../images/template9.jpg) no-repeat center center; }


/* .template-single::after {
	content: "Template";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #333
}
.template-single.template-thumbil-1::after {
	content: "Template 1"
}
.template-single.template-thumbil-2::after {
	content: "Template 2"
}
.template-single.template-thumbil-3::after {
	content: "Template 3"
}
.template-single.template-thumbil-4::after {
	content: "Template 4"
}
.template-single.template-thumbil-5::after {
	content: "Template 5"
}
.template-single.template-thumbil-6::after {
	content: "Template 6"
}
.template-single.template-thumbil-7::after {
	content: "Template 7"
}
.template-single.template-thumbil-8::after {
	content: "Template 8"
}
.template-single.template-thumbil-9::after {
	content: "Template 9"
} */
.panel-left .title {
	color: #333;
	text-align: center;
	padding: 10px 0px;
}
.panel-left {
	padding: 0px 0px 0 20px;
}
.work-board {
	display: flex
}


/* SIZE: OTHERS */
.work-board.template1 {
	/* padding-top: 66.6%; */
	padding-top: 100%;
}
.work-board.template2 {
	padding-top: 66.6%;
}


/* SIZE: 10.75 */
.work-board.temp10 {
	padding-top:93%;
}

/* SIZE: 8.5 */
.work-board.temp8 {
	padding:64.7% 0 !important;
}

/* SIZE: 10x5 */
.work-board.temp10_5, .work-board.temp12_6, .work-board.temp20_10 {
	padding-top:50% !important;
}



/* SIZE: 6x5 */
.work-board.temp6_5 {
    padding-top: 84%;
}

/* SIZE: 7x5 */
.work-board.temp7_5 {
    padding-top: 72%;
}

/* SIZE: 8x5 */
.work-board.temp8_5 {
    padding-top: 63%;
}

/* SIZE: 8x6 */
.work-board.temp8_6 {
    padding-top: 75%;
}

/* SIZE: 9x5 */
.work-board.temp9_5 {
    padding-top: 57%;
}

/* SIZE: 10x6 */
.work-board.temp10_6 {
    padding-top: 61%;
}

/* SIZE: 10x8 */
.work-board.temp10_8 {
    padding-top: 81%;
}

/* SIZE: 12x9 */
.work-board.temp12_9 {
    padding-top: 75%;
}

/* SIZE: 12x10 */
.work-board.temp12_10 {
    padding-top: 85.5%;
}

/* SIZE: 13x6 */
.work-board.temp13_6 {
    padding-top: 48%;
}

/* SIZE: 13x10 */
.work-board.temp13_10 {
    padding-top: 78%;
}

/* SIZE: 13x10 */
.work-board.temp14_12 {
    padding-top: 86%;
}

/* SIZE: 15x9 */
.work-board.temp15_9 {
    padding-top: 60%;
}

/* SIZE: 15x12 */
.work-board.temp15_12 {
    padding-top: 80%;
}

/* SIZE: 15x13 */
.work-board.temp15_13 {
    padding-top: 87%;
}

/* SIZE: 16x12 */
.work-board.temp16_12 {
    padding-top: 75%;
}

/* SIZE: 17x11 */
.work-board.temp17_11 {
    padding-top: 64%;
}

/* SIZE: 18x10 */
.work-board.temp18_10 {
    padding-top: 55%;
}

/* SIZE: 18x13 */
.work-board.temp18_13 {
    padding-top: 72%;
}

/* SIZE: 20x12 */
.work-board.temp20_12 {
    padding-top: 60%;
}

/* SIZE: 20x13 */
.work-board.temp20_13 {
    padding-top: 65%;
}


.work-board.temp8 .pattern-2 .work-board-hotspot {  width: calc(100%/4) !important; height: calc(100%/6); }
.work-board.temp8 .pattern-1 .work-board-hotspot {  height: calc(100%/12); }

.work-board.temp10 .pattern-3 .work-board-hotspot{  height: calc(100% /20);  padding: 0;}

.work-board.temp10 .pattern-7 .work-board-hotspot {   width: calc(100%/12) !important;height: calc(100%/13) !important; }








select.select-design {
	-webkit-appearance: none;
	-moz-appearance: none;
	  width: 100%;
    height: 40px;
    background-color: #f5f0e6;
    padding: 0px 20px;
    color: #333;
    border-radius: 35px;
    font-size: 13px;
    border: 1px solid #7c8939;
}
.text-design {
	-webkit-appearance: none;
	-moz-appearance: none;
	  width: 100%;
    height: 40px;
    background-color: #f5f0e6 !important;
    padding: 0px 20px;
    color: #333;
    border-radius: 35px;
    font-size: 13px;
    border: 1px solid #7c8939 !important;
}
.always-hidden {
	display: none
}
.work-board-hotspot {
	display: flex;
	height: 100%
}
.panel-left {
	display: flex;
	flex-wrap: wrap;
	height: 87vh
}
.panel-left .template-holder {
	overflow: auto;
	height: calc(100% - 60px);
	padding-right: 10px;
}
.pattern-2 .work-board-hotspot {
	width: calc(100%/5)  !important;;
	padding: 1px;
	height: calc(100%/5);
	position: relative
}
.pattern-2 .work-board-hotspot .logo-holder {
	padding-top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}
.pattern-1 .work-board-hotspot {
	width: calc(100%/9)  !important;
	padding: 1px 1px;
	height: calc(100%/9);
	position: relative
}
.pattern-1 .work-board-hotspot .logo-holder {
	padding-top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}
.pattern-3 {
  height: calc(100% + (100%/9)) !important;
	flex-direction: row;
  width:calc(100% + (100% / 13)) !important;
	/* margin-left: -20px;
	margin-top: -16px */
}
.pattern-3 .work-board-hotspot {
	/* width: calc(100%/13);
	padding: 0px 5px;
	height: calc(100% /18);
	position: relative; */

	  width: calc(100%/13) !important;
    padding: 0px;
    height: calc(100% /17);
    position: relative;
}
.pattern-3 .work-board-hotspot .logo-holder {
	padding-top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}
.pattern-3.work-board-template .ndiv.work-board-hotspot:nth-child(2n) {
	opacity: 0
}
.pattern-4 {
	/* height:calc(100% + (100%/5));
	flex-direction: row;
	width:calc(100% + (100% / 7));
	margin-left: -43px;
	margin-top: -44px */

	width: calc(100% + (100%/8)) !important;
	height: calc(100% + (100%/5)) !important;
	flex-direction: row;
	margin: 0;
}
.pattern-4 .work-board-hotspot {
	width: calc(100%/9)  !important;;
	padding: 0px;
	height: calc(100% /6);
	position: relative

}
.pattern-4 .work-board-hotspot .logo-holder {
	padding-top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}
.pattern-4.work-board-template .ndiv.work-board-hotspot:nth-child(2n) {
	opacity: 0
}
.pattern-5 {
		height: calc(100% + (100%/12)) !important;
	  flex-direction: row;
	  width: calc(100% + (100% / 13)) !important;
	  margin: 0px;
	  /* margin-top: -16px; */
}
.pattern-5 .work-board-hotspot {
	width: calc(100%/13)  !important;;
	padding: 0px;
	height: calc(100% /13);
	position: relative
}
.pattern-5 .work-board-hotspot .logo-holder {
	padding-top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}
.pattern-5.work-board-template .ndiv.work-board-hotspot:nth-child(2n) {
	opacity: 0
}
.pattern-6 {
	flex-direction: row;
  width: calc(100% + (100% / 13)) !important;
	height: calc(100% + (100%/12)) !important;
	margin: 0px;

}
.pattern-6 .work-board-hotspot {
	width: calc(100%/9)  !important;;
	padding: 0;
	margin: 0px;
	height: calc(100% /8);
	position: relative;
}
.pattern-6 .work-board-hotspot .logo-holder {
	padding-top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}
.pattern-6.work-board-template .ndiv.work-board-hotspot:nth-child(2n) {
	opacity: 0
}


.pattern-7 {
  height:calc(100% + (100%/12)) !important;
	flex-direction: row;
  width:calc(100% + (100% / 13))  !important;
	/* margin-left: -20px;
	margin-top: -16px;*/
	margin: 0;
	transform: rotate(2deg)
}
.pattern-7 .work-board-hotspot {
	width: calc(100%/13)  !important;;
	padding: 0;
	height: calc(100% /10);
	position: relative
}
.pattern-7 .work-board-hotspot .logo-holder {
	padding-top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}


/* .pattern-7 {
			height: calc(100% + (100%/13)) !important;
	    flex-direction: row;
	    width: calc(100% + (100% / 11));
	    margin: 0px;
      transform: rotate(2deg);
}

.pattern-7 .work-board-hotspot {
	  width: calc(100%/13);
    padding: 0;
    height: calc(100% /11);
    position: relative;
}
.pattern-7 .work-board-hotspot .logo-holder {
	padding-top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
} */


.pattern-9 {
	/* height:calc(100% + (100%/6)) !important;
	flex-direction: row;
	width:calc(100% + (100% / 5));
	margin: 0; */


	/* margin-left: -20px;
	margin-top: -16px */


  flex-direction: row;
	height: calc(100% + (100%/5)) !important;
	width: calc(100% + (100% / 5))!important;
	margin: 0;
}
.pattern-9 .work-board-hotspot {
	/* width: calc(100%/9);
	padding: 0px;
	height: calc(100% /6);
	position: relative; */

	width: calc(100%/9)  !important;;
	padding: 0px;
	height: calc(100% /8);
	position: relative;
}
.pattern-9 .work-board-hotspot .logo-holder {
	padding-top: 0px;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}
.pattern-9.work-board-template .ndiv.work-board-hotspot:nth-child(2n) {
	opacity: 0
}
.pattern-8.work-board-template .ndiv.work-board-hotspot .logo-holder {
    background-repeat: no-repeat;
}
.pattern-8.work-board-template {
	position: absolute
}
.pattern-8.work-board-template .ndiv.work-board-hotspot {
	display: none
}
.pattern-8.work-board-template .ndiv.work-board-hotspot:nth-child(1) {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100%/3);
	height: auto
}
.work-board-adjuster {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px;
	top: 0px;
	left: 0px
}
/* .forprint {
	margin: 0px !important;
	width: 100%;
	height: 100%;
} */
 .forprint.work-board-template {  /* height: 100% !important;*/ }

.work-board-template.forprint.pattern-1, .work-board-template.forprint.pattern-2, .work-board-template.forprint.pattern-8{ width: 100% !important; height: 100% !important;  }

/* .work-board-template.forprint.pattern-7{ height: 100% !important; } */

.select-text {
	color: #333;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px
}
ul.select-paper {
	display: flex;
	width: 100%;
	padding: 0px;
	list-style-type: none
}
ul.select-paper li {
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	margin-right: 10px;
	box-shadow: 0px 0px 3px #ccc
}
ul.select-paper li.kraft {
	background-color: #c4ac8a
}
.kraftbg {
	background-color: #c4ac8a
}
#main-footer{float:left; width:100%;}

.adcrtBotm .crtBtns {
	font-weight: 900;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #fff;
	padding: 13px 35px;
	background-color: #a4bf32;
	border-radius: 5px;
	border: 1px solid #a4bf32;
	float: left;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
}
.work-panel .text-design {
	padding: 0 20px;
  }
select.select-design {
		background: url(../images/down-arrow.png) #f6f1e9;
    background-repeat: no-repeat;
    background-position: 96% 13px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .select2-container--default .select2-selection--single {
    min-height: 40px;
    border: 1px solid #d4d3d3;
}
.woocommerce-page button.button, .woocommerce-page button.button.alt{     color: #e0bd82; }

ul.working-tools {
    line-height: 19px;
    padding: 100px 0 0 0;
    margin: 0;
}
button.button.re-upload {
    float: left;
    min-width: 95px;
    height: 37px;
    font-size: 13px;
    color: #222C35;
    border: 1px solid #C4CDD5;
    border-radius: 5px;
    font-weight: 400;
		background-color: transparent;
}
.grease-upload_logo{
    width: calc(100% - 120px);
    height: 85px;
    border-radius: 5px;
    border: 1px solid #F0F0F0;
    display: block;
    text-align: center;
    font-size: 35px;
		overflow: hidden;
}
.grease-upload_logo img{
	  width: auto;
    height: auto;
    max-height: 84px;
}
.grease-upload .select-text {  padding-bottom: 0;  margin: 0 0 15px;  font-weight: 400;  font-size: 15px; }

.re_uploadSection .tisDes {
    line-height: 17px;
    font-size: 13px;
    color: #777;
    font-weight: 400;
    margin: 5px 0;
    padding: 0;
	}
.re_uploadSection .select-heads {
	    font-weight: 600;
	    font-size: 16px;
	    margin: 0 0 5px;
	    padding: 0;
	    letter-spacing: 0px;
		color: #000;
}
.grease-upload{ padding: 10px 0; }

.grease-upload_title { width: 100px; }

.work-board.template02 { padding-top: 100%;  } 

.work-board.template02 .pattern-1 .work-board-hotspot .logo-holder{ width: auto; height: 100%; }


.panel-right .borSpce {
    border-left: 1px solid #d1cece;
    padding-left: 13px;
	padding-top: 15px;
    float: left;
    width: 100%;
}

.up_designSections {
    /* background-color: #f0f0f0; */
    padding: 0px;
	margin: 0 0 25px;
}
.up_designSections .select-heads{
	font-weight: 600;
    font-size: 16px;
    margin: 0 0 5px;
    padding: 0;
    letter-spacing: 0px;
    color: #000;
}
.up_designSections .tisDes{
	line-height: 17px;
    font-size: 13px;
    color: #777;
    font-weight: 400;
    margin: 5px 0;
    padding: 0;
}
.up_designSections .button.re-upload{
	display: inline-flex;
    min-width: 95px;
    height: 37px;
    font-size: 13px;
    color: #222C35;
    border: 1px solid #C4CDD5;
    border-radius: 5px;
    font-weight: 600;
    background-color: #FFF;
    align-items: center;
    justify-content: center;
	margin: 10px 0 5px;
}



@media (max-width: 1200px) {

	.preview-div .modal-body { max-width: 745px; }



}
@media (max-width: 991px) {

	.work-container { width: calc(100% - 510px); }
	.panel-right { width: 300px; }
	.horizontal-scale>p.hor-reading>span, .verticale-scale>p.hor-reading>span, .ver-reading span { font-size: 12px; }
	.verticale-scale { width: 55px; }
	.horizontal-scale>p.hor-reading, .verticale-scale>p.hor-reading{ padding-left: 55px; }
	.orgin-base { width: calc(100% - 55px); }
	ul.working-tools {  padding: 35px 0 0 0; line-height: 12px; }
	.work-base { padding: 0; }

}

@media (max-width: 768px) {

  .work-container { flex-direction: column; padding: 65px 15px 10px 5px; width: 100%; }
	.bird{ width: calc(100% - 30px); }
	.work-base { width: 100%; }
	.work-tools{ width: 100%;padding: 0;}
	ul.working-tools {  padding: 20px 0 0;line-height: inherit;  margin: 0; }
	.template-single {width: 23%;height: 100px;  float: left;padding: 0;  margin: 1%; text-align: center; }
	.panel-left .template-holder { overflow: auto; height: auto; max-height: 235px; }
	.panel-left{ padding: 20px 15px; width: 100%;    height: auto; }
	.panel-right {width: 100%;  padding: 20px 15px; }
	.ndiv.Content-section { padding: 0 0; }
	.verticale-scale {  width: 40px; }
	.verticale-scale .ver-reading span{
			transform: rotate(-90deg);
			background-color: #f2f1f2;
			z-index: 180;
	    height: auto;
	    width: 100px;
	    margin: 0 0 0 -42px
	}
	.verticale-scale>p::before, .verticale-scale>p::after {  left: 37%;transform: translate(-37%, 0px); }
	.uploadSections .et_pb_row.et_pb_row_0, .uploadSections .et_pb_row.et_pb_row_2 { padding: 0; }
	.uploadSections  .et_pb_row.et_pb_row_1 { padding: 10px 15px; }
	.loader_div { padding-top: 50% !important; }

	/* .horizontal-scale { height: 20px;padding: 0; margin: 0 0 10px 0; }
	.verticale-scale { width: 100%;  padding: 0;  margin: 0; }
	.horizontal-scale>p.hor-reading{ padding-left: 0px; }
	.ver-reading span{ position: relative; }
	.ver-reading span:before {content: ' x ';position: absolute;left: -10px;top: -1px; }
	.vertcal-scale-combo { flex-direction: column; }
	.verticale-scale>p {
    height: auto;
    display: block;
    flex-direction: column;
    width: auto;
    position: absolute;
    left: 54%;
    top: -20px;
    right: inherit;
	}
	.horizontal-scale>p.hor-reading>span{ width: 240px;text-align: left;padding: 0 5px; font-size: 12px;} */
	.orgin-base {width: 100%;}
  .working-tools{ display: block; }
	.working-tools li { width: auto; display: inline-block; float: left;   min-height: 70px; }
	.working-tools li i {top: 0;transform: translate(0px, 0%); margin-bottom: 0; line-height: 38px;}
	.working-tools li p { margin-top: 3px; }
	.select-size, .select-paper {border-bottom: 1px solid #F0F0F0; padding: 0 0 15px; }
	.select-text { margin-top: 10px;font-size: 14px; }
	.panel-left .template-holder { max-height: 215px; }
	.panel-right .borSpce{
		border: 0;
		padding-left: 0;
	}

}
@media (max-width: 680px) {
	.horizontal-scale>p.hor-reading>span { width: 260px;}

}
@media (max-width: 580px) {

	.verticale-scale>p { left: 56%; }
	.template-single {  width: 31%; }
	.working-tools li { width: 33%;}
	#design_online_div .et_pb_code_inner div{ font-size: 18px;}
	.adcrtBotm .crtBtns { padding: 15px 35px; width: 100%; }

}
@media (max-width: 480px) {

	.horizontal-scale>p.hor-reading>span {  width: 285px;  padding: 0 5px; }

}
@media (max-width: 380px) {

	.horizontal-scale>p.hor-reading>span {  width: 330px;  padding: 0 5px; }
	.verticale-scale>p { left: 58%; }

}
@media (max-width: 320px) {
	.ver-reading span { padding-left: 4px; }
	.horizontal-scale>p.hor-reading>span { width: 405px; }
	.verticale-scale>p { left: 60%; }
	.ver-reading span:before { left: -10px; }

}

#upload_logo{cursor:pointer;}

.loader_div{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:#ffffffe6;
    z-index: 200000;
    text-align: center;
	padding: 20% 0;
}
.loader_div p {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
	color:#000;
    letter-spacing: 0.5px;
}
.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #dcb478;
  border-color: #dcb478 transparent #dcb478 transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

.price_div{
	  float: left;
    /* width: calc(100% - 250px); */
		width: 100%;
    text-align: right;
    margin: 10px 0px 10px;
    display: inline-block;
}

.footer-widget .textwidget p {
    line-height: 26px;
    font-weight: 400;
	}

.price_div .price-section{
	font-size: 14px;
	letter-spacing: 1.6px;
	color: #8D8D8D;
	line-height: 20px;
	vertical-align: middle;
	font-weight: 400;
	text-transform: uppercase;
	/* padding-right: 25px; */
	float: left;
}
.price_div .price-section .total {
	float: left;
	line-height: 46px;
	padding-right: 10px;
	letter-spacing: 1px;
	font-size: 13px;
}
.price_div #price_val{ letter-spacing: 3px; }

.price_div #price_val, .price_div .currency{
	    display: inline-block;
        font-size: 32px;
		letter-spacing: 1px;
		color: #7c8939;
		line-height: 43px;
		font-weight: 600;
}

.bottom_cart .button_div {
    width: 100%;
    float: left;
}
.bottom_cart{
	float: left;
	width: 100%;
	background-color: #fff;
	/* text-align: left; */
	/* height: 80px; */
	padding: 20px 0px 10px;
	/* -webkit-box-shadow: 2px 0 10px #c2bca975; */
	/* -moz-box-shadow: 2px 0 10px #c2bca975; */
	/* box-shadow: 2px 0 10px #c2bca975; */
}
.preview-div .modal-footer{ text-align: center; }

.preview-div .modal-footer .btn{
	background-color: #fff;
	border-color: #ccc;
	display: inline-block;
	width: 146px;
	border-radius: 43px;
	color: #c4ac8a;
	line-height: 24px;
	padding: 10px 10px 10px 52px;
	text-align: left;
	background: #fff url(../images/exit-preview.svg) 15px 12px no-repeat;
	background-size: 22px;
	cursor: pointer;
	outline: 0;
	margin: 10px 0 15px
}

.preview-div .modal-body {
		position: relative;
		padding: 15px;
		margin: 0px auto;
		text-align: center;
		max-width: 1000px;
		width: 100%;
		background-color: transparent;
}
.preview-div .modal-body img {
	 /* transform: scale(1.1); */
    /* margin: 0 0 -21px 0; */
    max-width: 100%;
		-webkit-box-shadow: 0px 10px 25px #a4a4a4;
	    -moz-box-shadow: 0px 10px 25px #a4a4a4;
	    box-shadow: 0px 10px 25px #a4a4a4;

}

.preview-div .modal-header, .preview-div .modal-footer{ border: 0;     padding: 0; }

.preview-div .modal-content {
  	background-color: #EEE;
		box-shadow: inherit;
		border: 0;
		border-radius: 0;
		height: 100%;
		padding: 15px;
}
.modal.preview-div { z-index: 100000000; padding: 0 !important;     background-color: #EEE; }

.preview-div .modal-dialog {
	 width: 100%;
	 height: 100vh;
	 margin: 0;
	 padding: 0;
}
