﻿html,select {height: 100%; font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-seri;}
body {height: 100%; font-family: 'segoe UI', Tahoma, Geneva, Verdana, sans-seri; 
      
      /*background: #373e45 url("Resources/imgstyle/pagebgtop.jpg") no-repeat 50% 0;*/
      margin:0 0 0 0;
}
       /* #divid {min-height: 40%}*/

        a {
   /*  color: #008000; Цвет обычной ссылки */ 
    text-decoration: none; /* Убираем подчеркивание у ссылок */
   }
         a:hover {
    color: #0094ff; /* Цвет ссылки при наведении на нее курсора мыши */  
    text-decoration: underline; /* Добавляем подчеркивание */
   }

/*стиль ввода и кнопки///////////////////////////////////////////////////////////////////////////////////*/
input[type=text].g-button {
border:1px solid;/*граница*/
font-size: 12px;/*шрифт*/
padding: 5px 10px;/*отступы, если необходимо*/
-webkit-border-radius: 6px;/*скругляем углы*/
-moz-border-radius: 6px;
border-radius: 6px;
border-color:rgba(0,137,216,.75);
box-shadow:0 0 8px rgba(0,137,216,.5);/*описываем тень*/
-moz-box-shadow:0 0 8px rgba(0,137,216,.5);
-webkit-box-shadow:0 0 8px rgba(0,137,216,.5);
transition:border linear .2s,box-shadow linear .2s;/*время смены цвета тени*/
-moz-transition:border linear .2s,-moz-box-shadow linear .2s;
-webkit-transition:border linear .2s,-webkit-box-shadow linear;}

/*Теперь нужно определить свойства при щелчке мышью в поле ввода*/
input[type=text].g-button:focus{
outline:none;/*отменяем стандартный прямоугольник*/
-webkit-border-radius: 6px;/*круглим углы*/
-moz-border-radius: 6px;
border-radius: 6px;
border-color:rgba(25,25,255,.75);/*меняем цвет*/
box-shadow:0 0 8px rgba(25,25,255,.5);
-moz-box-shadow:0 0 8px rgba(25,25,255,.5);
-webkit-box-shadow:0 0 8px rgba(25,25,255,.5);
}
input[type=password].g-button2 {
border:1px solid;/*граница*/
font-size: 12px;/*шрифт*/
padding: 5px 10px;/*отступы, если необходимо*/
-webkit-border-radius: 6px;/*скругляем углы*/
-moz-border-radius: 6px;
border-radius: 6px;
border-color:rgba(0,137,216,.75);
box-shadow:0 0 8px rgba(0,137,216,.5);/*описываем тень*/
-moz-box-shadow:0 0 8px rgba(0,137,216,.5);
-webkit-box-shadow:0 0 8px rgba(0,137,216,.5);
transition:border linear .2s,box-shadow linear .2s;/*время смены цвета тени*/
-moz-transition:border linear .2s,-moz-box-shadow linear .2s;
-webkit-transition:border linear .2s,-webkit-box-shadow linear;}

/*Теперь нужно определить свойства при щелчке мышью в поле ввода*/
    input[type=password].g-button2:focus {
        outline: none; /*отменяем стандартный прямоугольник*/
        -webkit-border-radius: 6px; /*круглим углы*/
        -moz-border-radius: 6px;
        border-radius: 6px;
        border-color: rgba(25,25,255,.75); /*меняем цвет*/
        box-shadow: 0 0 8px rgba(25,25,255,.5);
        -moz-box-shadow: 0 0 8px rgba(25,25,255,.5);
        -webkit-box-shadow: 0 0 8px rgba(25,25,255,.5);
    }

.but-enter {/*кнопка входа*/
    border:0px;
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgb(0,137,216); /* фон кнопки */
  padding: 7px 50px; /* отступ от текста */
  text-shadow:2px,2px,10px #000;
  outline: none; /* убирать контур в Mozilla */
-webkit-border-radius: 6px;/*скругляем углы*/
-moz-border-radius: 6px;
border-radius: 6px;
  cursor:default;
  font-size:11pt;
} 
.but-enter:hover { background: rgb(0,184,216); } /* при наведении курсора мышки */
.but-enter:active { background: rgb(0,72,216); } /* при нажатии */

/*КНПОКА ССЫЛКи входа|регистрации*/
a.but-enter2 {/*кнопка входа*/
    border:0px;
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgb(0,137,216); /* фон кнопки */
  padding: 7px 35px; /* отступ от текста */
  text-shadow:2px,2px,10px #000;
  outline: none; /* убирать контур в Mozilla */
-webkit-border-radius: 6px;/*скругляем углы*/
-moz-border-radius: 6px;
border-radius: 6px;
  cursor:default;
  font-size:11pt;
} 
a.but-enter2:hover { background: rgb(0,184,216); } /* при наведении курсора мышки */
a.but-enter2:active { background: rgb(0,72,216); } /* при нажатии */

.but-exit1 {/*кнопка входа*/
    border:0px;
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgb(255,51,51); /* фон кнопки */
  padding: 7px 20px; /* отступ от текста */
  text-shadow:2px,2px,10px #000;
  outline: none; /* убирать контур в Mozilla */
-webkit-border-radius: 6px;/*скругляем углы*/
-moz-border-radius: 6px;
border-radius: 6px;
  cursor:default;
  font-size:11pt;
} 
.but-exit1:hover { background: rgb(255,28,28); } /* при наведении курсора мышки */
.but-exit1:active { background: rgb(211,30,30); } /* при нажатии */

.but-exit1mob {/*кнопка входа*/
    border:0px;
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgb(255,51,51); /* фон кнопки */
  padding: 7px 20px; /* отступ от текста */
  text-shadow:2px,2px,10px #000;
  outline: none; /* убирать контур в Mozilla */
-webkit-border-radius: 6px;/*скругляем углы*/
-moz-border-radius: 6px;
border-radius: 6px;
  cursor:default;
  font-size:11pt;
} 
.but-exit1mob:hover { background: rgb(255,28,28); } /* при наведении курсора мышки */
.but-exit1mob:active { background: rgb(211,30,30); } /* при нажатии */

/*dropdownlist*/
.sel1 {
    /*margin:0px 0px 10px 0px;*/
    border: 1px solid #ccc;
    height:25px;
    border-radius: 3px;
    overflow: hidden;
  /*  background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;*/
}

.sel1 select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.sel1 select:focus {
    outline: none;
}

.but-save {/*кнопка входа*/
    border:0px;
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: #08af6a; /* фон кнопки */
  padding: 7px 20px; /* отступ от текста */
  text-shadow:2px,2px,10px #000;
  outline: none; /* убирать контур в Mozilla */
-webkit-border-radius: 6px;/*скругляем углы*/
-moz-border-radius: 6px;
border-radius: 6px;
  cursor:default;
  font-size:11pt;
  margin:5px 1px;
} 
.but-save:hover { background: #07e68a; } /* при наведении курсора мышки */
.but-save:active { background: #007b48; } /* при нажатии */

input[type=text].textBox1 {/*TextBox в поиске цветов*/
border:1px solid;/*граница*/
font-size: 12px;/*шрифт*/
padding: 3px 3px;/*отступы, если необходимо*/
-webkit-border-radius: 6px;/*скругляем углы*/
-moz-border-radius: 6px;
border-radius: 6px;
border-color:#08af6a;
margin:2px;
/*box-shadow:0 0 8px rgba(255,51,51,.5);/*описываем тень*/
/*-moz-box-shadow:0 0 8px rgba(255,51,51,.5);
-webkit-box-shadow:0 0 8px rgba(255,51,51,.5);
transition:border linear .2s,box-shadow linear .2s;/*время смены цвета тени*/
/*-moz-transition:border linear .2s,-moz-box-shadow linear .2s;
-webkit-transition:border linear .2s,-webkit-box-shadow linear;*/
}

/*Теперь нужно определить свойства при щелчке мышью в поле ввода*/
input[type=number].textBoxNUMBER:focus{
outline:none;/*отменяем стандартный прямоугольник*/
-webkit-border-radius: 6px;/*круглим углы*/
-moz-border-radius: 6px;
border-radius: 6px;
border-color:rgba(8,175,106,.75);/*меняем цвет*/
box-shadow:0 0 8px rgba(8,175,106,.5);
-moz-box-shadow:0 0 8px rgba(8,175,106,.5);
-webkit-box-shadow:0 0 8px rgba(8,175,106,.5);
}

input[type=number].textBoxNUMBER {/*TextBox в поиске цветов*/
border:1px solid;/*граница*/
font-size: 12px;/*шрифт*/
padding: 3px 3px;/*отступы, если необходимо*/
-webkit-border-radius: 6px;/*скругляем углы*/
-moz-border-radius: 6px;
border-radius: 6px;
border-color:rgba(8,175,106,.75);
margin:2px;
/*box-shadow:0 0 8px rgba(255,51,51,.5);/*описываем тень*/
/*-moz-box-shadow:0 0 8px rgba(255,51,51,.5);
-webkit-box-shadow:0 0 8px rgba(255,51,51,.5);
transition:border linear .2s,box-shadow linear .2s;/*время смены цвета тени*/
/*-moz-transition:border linear .2s,-moz-box-shadow linear .2s;
-webkit-transition:border linear .2s,-webkit-box-shadow linear;*/
}

/*Теперь нужно определить свойства при щелчке мышью в поле ввода*/
input[type=text].textBox1:focus{
outline:none;/*отменяем стандартный прямоугольник*/
-webkit-border-radius: 6px;/*круглим углы*/
-moz-border-radius: 6px;
border-radius: 6px;
border-color:rgba(8,175,106,.75);/*меняем цвет*/
box-shadow:0 0 8px rgba(8,175,106,.5);
-moz-box-shadow:0 0 8px rgba(8,175,106,.5);
-webkit-box-shadow:0 0 8px rgba(8,175,106,.5);
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.divTeloCashTag {
   width:auto; 
    display: inline-block;
     /*float:left; 
    overflow-y:auto; 
    padding-left:2px;*/
    padding:1px;
   /* margin:1px;*/
    text-align:center;word-wrap: break-word;
}

.divCASHTAG {
    width:auto; 
    height:120px;
    max-height:350px;
    display: inline-block;
   /* //overflow-y:auto; 
    padding-left:2px;*/
    padding:10px;
    background-color:#f54349; 
    margin:2px 0px 2px 0px;
    text-align:center;word-wrap: break-word;
    cursor:default;
}
.divCASHTAG:hover {background:#cd85b5;}
.divCASHTAG:hover a {color:#fff;}

.divCASHTAGlink {
}
.divCASHTAGlink:active{}
.divCASHTAGlink:visited{}
.divCASHTAGlink:hover{text-decoration: none;}

.divCASHTAG2 {
    width:auto; 
    height:120px;
    max-height:350px;
    float:left; display: inline-block;
   /* //overflow-y:auto; 
    padding-left:2px;*/
    padding:4px;
    background-color:#F33; 
    margin:1px;
    text-align:center;word-wrap: break-word;
}

.divglavnTOP {
    width:auto; 
    height:200px;
    max-height:350px;
    display: inline-block;
   /* //overflow-y:auto; 
    padding-left:2px;*/
    padding:10px;
    /*background-color:#F33;*/ 
    margin:2px 0px 2px 0px;
    text-align:center;word-wrap: break-word;
}

.divglavnTOP2 {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    word-wrap: break-word;
}

/*.divCASHTAG {
    width:auto; 
    height:120px;
    max-height:350px;
    float:left; 
    overflow-y:auto; 
  /*  padding-left:2px;*/
   /* padding:4px;
    background-color:#F33; 
    margin:1px;
    text-align:center;word-wrap: break-word;
}*/
.divCASHTAGchield{
   display:-moz-inline-box; display:inline-block; vertical-align:middle; zoom:1;
   word-wrap: break-word;
}

.helper {display:-moz-inline-box; display:inline-block; height:100%; width:0px; vertical-align:middle; zoom:1;}



@font-face {
font-family: 'Akrobat-Regular';
src: url('/Themes/1.0/Fonts/Akrobat-Regular.otf');
}
.text_divCASHTAGsmall {
    font-family: 'Akrobat-Regular';
    color: rgb(255, 255, 255);
    font-size: 20px;
     line-height:0.1em;
     white-space: pre-line;
    /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}



@font-face {
font-family: 'Akrobat-Black';
src: url('/Themes/1.0/Fonts/Akrobat-Black.otf');
}
.text_divCASHTAGbig {
    font-family: 'Akrobat-Black';
    color: rgb(255, 255, 255);
    font-size: 27px;
    line-height:0.1em;
    white-space: pre-line;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}

.text_Sotnyya {
    font-family: 'Akrobat-Black';
    color: #f54349 ;
    font-size: 27px;
    line-height:0.9em;
    white-space: pre-line;
    text-align:center;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}

.divTeloAbout {
   width:auto; 
    display: inline-block;
     /*float:left; 
    overflow-y:auto; */
    padding-left:2px;
    padding:2px;
    margin:1px;
    text-align:center;word-wrap: break-word;
}
.divTeloTable {
border-radius: 8px;
width: 170px; background-color: white;
}
.divTeloIMG {
border-radius: 0 0 10px 10px; 
max-width:150px;
}
.divTeloIMGprod {border-radius: 0px 0px 20px 20px; }

.text_TeloABOUT {
    font-family: 'Akrobat-Regular';
    color: rgb(0, 21, 42);
    font-size: 16px;
    line-height:0.1em;
    white-space: pre-line;
    text-align:center;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}

.text_ABOUTsite {
    font-family: 'Akrobat-Regular';
    color: rgb(0, 21, 42);
    font-size: 18px;
   line-height:0em;
   /* white-space: pre-line;
   text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}

.text_SearchFlowers {
    font-family: 'Akrobat-Regular';
    color: rgb(0, 21, 42);
    font-size: 20px;
    line-height:0.1em;
    white-space: pre-line;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}
.text_MiniCART {
    font-family: 'Akrobat-Regular';
    color: #848484;
    font-size: 17px;
    line-height:0.1em;
    white-space: pre-line;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}
.text_MiniCARTmob2 {
    font-family: 'Akrobat-Regular';
    color: #fff;
    font-size: 17px;
    line-height:0.1em;
    white-space: pre-line;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}

.text_MiniCARTmob {
    font-family: 'Akrobat-Regular';
    color: #6c6c6c;
    font-size: 17px;
    line-height:0.1em;
    white-space: pre-line;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}



.text_TeloABOUTprice {
    font-family: 'Akrobat-Regular';
    color: #ff7d7d;
    font-size: 35px;
    line-height:1em;
    white-space: pre-line;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}
.text_TeloABOUTpriceOLD {
    font-family: 'Akrobat-Regular';
    text-decoration:line-through;
    color: #ff7d7d;
    font-size: 20px;
    line-height:1em;
    white-space: pre-line;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}


.textENTERuser {
    font-family: 'Akrobat-Regular';
    color:#7e7e7e;
    font-size: 20px;
    line-height:0.1em;
    white-space: pre-line;
   text-decoration:none;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}
.textENTERuser:active{color:#7e7e7e;}
.textENTERuser:visited{color:#7e7e7e;}
.textENTERuser:hover{text-decoration: none;}

.link_privacy_policy {
    font-family: 'Akrobat-Regular';
    color: #fff;
    font-size: 12px;
     line-height:0.1em;
     white-space: pre-wrap;
}
.link_privacy_policy:active{color:#fff;}
.link_privacy_policy:visited{color:#fff;}
.link_privacy_policy:hover{text-decoration: none;}

.text_MiniCART2 {
    font-family: 'Akrobat-Black';
    color: rgb(227, 30, 36);
    font-size: 17px;
    line-height: 0.1em;
    white-space: pre-line;
    /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}


.TEXTMENU {
    font-family: 'Akrobat-Regular';
    color:#f54349;
    font-size: 26px;
    line-height:0.1em;
    white-space: pre-line;
   text-decoration:none;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}
.TEXTMENU:active{color:#cd85b5;}
.TEXTMENU:visited{color:#f54349;}
.TEXTMENU:hover{text-decoration: none;color:#cd85b5}


.TEXTTEL {
    font-family: 'Akrobat-Regular';
    color: #7e7e7e;
    font-size: 20px;
    line-height:1em;
    white-space: pre-line;
   text-decoration:none;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}
.TEXTTEL:active{color:#7e7e7e;}
.TEXTTEL:visited{color:#7e7e7e;}
.TEXTTEL:hover{text-decoration: none;}

/*СПОЙЛЕР*/
.spoiler > input + label:after{content: "+";float: right;font-family: monospace;font-weight: bold;}
.spoiler > input:checked + label:after{content: "-";float: right;font-family: monospace;font-weight: bold;}
.spoiler > input{display:none;}
.spoiler > input + label , .spoiler > .spoiler_body{background:#CCC;padding:5px 15px;overflow:hidden;width:100%;box-sizing: border-box;display: block;}
.spoiler > input + label + .spoiler_body{display:none;}
.spoiler > input:checked + label + .spoiler_body{display: block;}
.spoiler > .spoiler_body{background: #fff;border: 3px solid #CCC;border-top: none;
                         font-family: 'Akrobat-Regular';font-size: 20px;text-indent: 0.1em;line-height:1em;
                         white-space:pre-line; text-decoration:none;}
/*line-height:0.9em;*/


.divCASHTAGmob {
    width:auto; 
    height:120px;
    margin:50px 0px;
    /*max-height:350px;*/
    display: inline-block;
   /* //overflow-y:auto; 
    padding-left:2px;*/

    text-align:center;word-wrap: break-word;
}

.divCASHTAGmob2 {
    width:100%; 
    height:120px;
    margin:50px 0px;
    /*max-height:350px;*/
    display: inline-block;
   /* //overflow-y:auto; 
    padding-left:2px;*/

    text-align:center;word-wrap: break-word;
}

.divCASHTAGchieldmob{
   display:-moz-inline-box; display:inline-block; vertical-align:middle; zoom:1;
   word-wrap: break-word;
}

.divCASHTAGmobi {
    width:auto; 
    height:50px;
    max-height:150px;
     display: inline-block;
    vertical-align: top;
   /* //overflow-y:auto; 
    padding-left:2px;*/
    padding:2px;
    background-color:#f54349; 
    margin:2px 0px 2px 0px;
    text-align:center;/*word-wrap: break-word;*/
    cursor:default;
}
.divCASHTAGmobi:hover {background:#cd85b5;}
.divCASHTAGmobi:active{background:#cd85b5;}
.divCASHTAGmobi:hover a {color:#fff;}

.text_divCASHTAGsmallmobi {
    font-family: 'Akrobat-Regular';
    color: rgb(255, 255, 255);
    font-size: 15px;
     line-height:0.1em;
     white-space: pre-wrap;
    /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}

.text_divCASHTAGbigmobi {
    font-family: 'Akrobat-Black';
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height:0.1em;
    white-space: pre-line;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}

.prokrutkaTeg {
    margin-left:1.5%;
    margin-top:30px;
    width:94%;
    height:71px;
overflow: hidden;
    overflow-x: scroll;
    white-space:nowrap;
    padding:0px 5px;
}

.prokrutkaGlavnProd {
    margin-left:0.5%;
    margin-top:15px;
    width:100%;
    height:260px;
    overflow: hidden;
    overflow-x: scroll;
    white-space:nowrap;
    padding:0px 5px;
}

.glavnLINK {
    font-family: 'Akrobat-Regular';
    color:#f54349;
    font-size: 26px;
    line-height:0.1em;
    white-space: pre-line;
   text-decoration:none;
   /*text-shadow: rgb(77, 77, 77) 1px 0px 17px;*/
}
.glavnLINK:active{color:#cd85b5;}
.glavnLINK:visited{color:#cd85b5;}
.glavnLINK:hover{text-decoration: none;color:#cd85b5}

.GLAVNround {
    max-height:100px;
    border-radius: 100px; /* Радиус скругления */
     /*border: 3px solid green; Параметры рамки */
    box-shadow: 0 0 7px #666; /* Параметры тени */
   }