/* Add here all your css styles (customizations) */
.container {
    width: 100%;
}

.editor-container {
  background-color: #fff!important; 
  border: 20px solid #fff!important;
}

.item-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 75%;
  background-color: #272727;
}
.item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ms-thumb-frame img{
	height:100% !important;
}
.product-description-brd{
  height: 100px;
}
.error{
  color:red;
  font-weight: bold;
}

.tnc-notchecked {
  color:red !important;
}

.content-md {
  padding-top: 30px;
  padding-bottom: 30px;
}

.item-image {
  transition: transform .2s;
  width: 75%;
  margin: auto;
}

.item-image:hover {
-ms-transform: scale(1.25); /* IE 9 */
-webkit-transform: scale(1.25); /* Safari 3-8 */
transform: scale(1.25);
}

/*
.product-img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15% 85% 15% 85% / 85% 15% 85% 15% !important;
  overflow:hidden;
}
*/

h3.line {
  overflow: hidden;
  text-align: center;
}

h3.line:before,
h3.line:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

h3.line:before {
  right: 0.5em;
  margin-left: -50%;
}

h3.line:after {
  left: 0.5em;
  margin-right: -50%;
}
.shop-product{
  border-bottom: none!important;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.5);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  margin-top: -0.5em;

  border: 5px solid rgba(33, 150, 243, 1.0);
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;


}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*start mega menu*/
@media (max-width: 768px) {
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: white!important;
  }
  .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .header-v5 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus{
    background-color: white!important;
  }

  .navbar-nav .menu-item a{
    color: #687074!important;
  }
}
.mega-menu-area {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 78px;
  z-index: 999;
}

.mega-menu-background {
  position:fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 117px;
  right: 0;
  left: 0;
  bottom: 0;
}

.mega-menu-content {
  background-color: #fff;
  border-top: 1px solid #d5d5d5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 0 5px 13px 0 rgba(0,0,0,.13);
}
.dropdown:hover .mega-menu-area {
  -moz-animation-delay: 3.5s;
  -webkit-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
  display: block;
}

.mega-menu-background:hover {
  display: none;
}

.mega-menu-content .item-image img{
  position: unset!important;
}

.mega-menu-content .item-image .img-responsive{
  max-width: 200px;
  max-height: 200px;
}

.mega-menu-content .menu-item *{
  color: black;
}

.mega-menu-content .menu-item *:hover{
  color: #ffc500;
}

.menu-image:hover {
  outline: 2px solid black;
}
/*end mega menu*/

.shopping-cart .billing-info-inputs select {
	min-height: 40px;
	border-color: #eee;
	margin-bottom: 10px;
}

.shopping-cart .billing-info-inputs textarea {
	min-height: 40px;
	border-color: #eee;
	margin-bottom: 10px;
}

.margin-bottom-40 {
  margin-bottom: 20px;
}

.margin-bottom-60 {
  margin-bottom: 20px;
}

li.catalog {
  cursor: pointer;
  list-style: none;
  padding: 10px;
  border-radius: 5px!important;
  font-weight: 500;
  margin-bottom: 5px;
  border-left: 6px solid #eee;
}

li.catalog:hover {
  border-left: 6px solid #000!important;
}

li.menu_btn_active {
  border-left: 6px solid #000!important;
}

a.catalog_breadcrubms {
  display: none;
}

div.catalog_category {
  overflow: hidden;
  padding: 0 1% 1% 1%;
  margin-bottom: 1%;
}

.illustration-v2 a.product-review {
  display: contents;
  text-decoration: none;
  color: #9b0f00;
  font-size: 14px!important;
  font-weight: 500;
  z-index: 999;
}

@media (max-width: 450px) {
  .illustration-v2 a.product-review {
    bottom: 14%;
    font-size: 13px !important;
    background: rgb(0, 0, 0, 0.5);
  }
}

.drawingArea {
  z-index: 10;
  position: absolute;
  outline: none;
  top: 0;
  left: 0;
  cursor: pointer;
}

.canvas-wrapper {
  /*flex: 1;
  display: flex;*/
  justify-content: center;
  align-items: center;
  position: relative;
}

.product-image-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.product-image {
  position: relative;
  width: 100%;
  max-height: 100%;
  /*background: #eeeeee;*/
}

div.colorChanger {
  position: absolute;
  width: auto;
  bottom: 1%;
  left: 1%;
  background: none;
  z-index: 999;
}

a.prdColor {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 8px!important;
  margin: 2px;
  float: left;
  cursor: pointer;
}

a.prdColorNone {
  background: linear-gradient(to top right,
             rgba(0,0,0,0) 0%,
             rgba(0,0,0,0) calc(50% - 0.8px),
             rgba(0,0,0,1) 50%,
             rgba(0,0,0,0) calc(50% + 0.8px),
             rgba(0,0,0,0) 100%);
  border: 1px solid #000;
}

@media (max-width: 500px) {
  #products_section {
    width: 90%!important;
  }
  #catalog_menu {
    display: none;
  }
  a.catalog_breadcrubms {
    display: block;
  }
  div.product-img {
    /*height: 200px!important;*/
  }
  div.item-image {
    height: 200px!important;
  }
  div.breadcrumbs-v4 {
    min-height: none!important;
  }
  a.prdColor {
    width: 10px;
    height: 10px;
  }
  div.colorChanger {
    left: 2%;
  }
  #logo-header {
    top: -17px!important;
  }
}

.template-action-left {
  float: right;
  margin-left: 5px;
}

.template-action-right {
  float: left;
  margin-right: 5px;
}

a.image-effect {
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

a.image-effect-colors {
  background: -webkit-linear-gradient(0deg, hsl(46, 90%, 49%) 0%, hsl(201, 89%, 46%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#topcontrol {
  display: none;
}

.continueShopping {
  position: relative;
  top: -45px;
  line-height: 26px;
}